UpdateChangeOrderOverviewInput
InputAutogenerated input type of UpdateChangeOrderOverview
mutation { organization(id: $organizationId) { project(id: $projectId) { updateChangeOrderOverview } } }
Example
mutation UpdateChangeOrderOverview(
$organizationId: ID!
$projectId: ID!
$input: UpdateChangeOrderOverviewInput!
) {
organization(id: $organizationId) {
project(id: $projectId) {
updateChangeOrderOverview(input: $input) {
changeOrder
errors
}
}
}
}Fields
| Field | Type | Description |
|---|---|---|
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| createAttachments | [CreateAttachment!] | — |
| deleteAttachments | [DeleteAttachment!] | — |
| description | String | — |
| id | ID! | — |
| mutationMetadata | JSON | — |
| now | ISO8601DateTime | — |
| number | Int | — |
| scheduleImpactDays | Int | — |
| subscribers | [ChangeOrderSubscriberInput!] | — |
| title | String | — |