GraphQL reference

ChangeChangeOrderStatusInput

Input

Autogenerated input type of ChangeChangeOrderStatus

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

Example

mutation ChangeChangeOrderStatus(
  $organizationId: ID!
  $projectId: ID!
  $input: ChangeChangeOrderStatusInput!
) {
  organization(id: $organizationId) {
    project(id: $projectId) {
      changeChangeOrderStatus(input: $input) {
        changeOrder
        errors
      }
    }
  }
}

Fields

FieldTypeDescription
clientMutationIdStringA unique identifier for the client performing the mutation.
executedOnISO8601Date
idID!
mutationMetadataJSON
newStatusString!
nowISO8601DateTime
orderSovIdMapping[ChangeOrderSovIdMappingEntry!]