GraphQL reference

ChangeChangeOrderStatusPayload

Object

Autogenerated return 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
changeOrderChangeOrder
clientMutationIdStringA unique identifier for the client performing the mutation.
constructableUrlString
errors[String!]!