UpdatePunchListItemStatusesInput
InputAutogenerated input type of UpdatePunchListItemStatuses
mutation { organization(id: $organizationId) { project(id: $projectId) { updatePunchListItemStatuses } } }
Example
mutation UpdatePunchListItemStatuses(
$organizationId: ID!
$projectId: ID!
$input: UpdatePunchListItemStatusesInput!
) {
organization(id: $organizationId) {
project(id: $projectId) {
updatePunchListItemStatuses(input: $input) {
punchListItems
errors
}
}
}
}Fields
| Field | Type | Description |
|---|---|---|
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| mutationMetadata | JSON | — |
| now | ISO8601DateTime | — |
| punchListItemIds | [ID!] | — |
| status | String! | — |