GraphQL reference

ChangeBidStatusInput

Input

Autogenerated input type of ChangeBidStatus

mutation { organization(id: $organizationId) { project(id: $projectId) { changeBidStatus } } }

Example

mutation ChangeBidStatus(
  $organizationId: ID!
  $projectId: ID!
  $input: ChangeBidStatusInput!
) {
  organization(id: $organizationId) {
    project(id: $projectId) {
      changeBidStatus(input: $input) {
        bid
        errors
      }
    }
  }
}

Fields

FieldTypeDescription
clientMutationIdStringA unique identifier for the client performing the mutation.
idID!
mutationMetadataJSON
nowISO8601DateTime
statusString!