ChangeChangeOrderStatusInput
InputAutogenerated 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
| Field | Type | Description |
|---|---|---|
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| executedOn | ISO8601Date | — |
| id | ID! | — |
| mutationMetadata | JSON | — |
| newStatus | String! | — |
| now | ISO8601DateTime | — |
| orderSovIdMapping | [ChangeOrderSovIdMappingEntry!] | — |