GraphQL reference

DeleteChangeOrderInput

Input

Autogenerated input type of DeleteChangeOrder

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

Example

mutation DeleteChangeOrder(
  $organizationId: ID!
  $projectId: ID!
  $input: DeleteChangeOrderInput!
) {
  organization(id: $organizationId) {
    project(id: $projectId) {
      deleteChangeOrder(input: $input) {
        changeOrder
        errors
      }
    }
  }
}

Fields

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