DeleteChangeOrderPayload
ObjectAutogenerated return 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
| Field | Type | Description |
|---|---|---|
| changeOrder | ChangeOrder | — |
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| constructableUrl | String | — |
| errors | [String!]! | — |