UpdateChangeOrderExecutedOnInput
InputAutogenerated input type of UpdateChangeOrderExecutedOn
mutation { organization(id: $organizationId) { project(id: $projectId) { updateChangeOrderExecutedOn } } }
Example
mutation UpdateChangeOrderExecutedOn(
$organizationId: ID!
$projectId: ID!
$input: UpdateChangeOrderExecutedOnInput!
) {
organization(id: $organizationId) {
project(id: $projectId) {
updateChangeOrderExecutedOn(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 | — |
| now | ISO8601DateTime | — |