UpdatePunchListItemOverviewInput
InputAutogenerated input type of UpdatePunchListItemOverview
mutation { organization(id: $organizationId) { project(id: $projectId) { updatePunchListItemOverview } } }
Example
mutation UpdatePunchListItemOverview(
$organizationId: ID!
$projectId: ID!
$input: UpdatePunchListItemOverviewInput!
) {
organization(id: $organizationId) {
project(id: $projectId) {
updatePunchListItemOverview(input: $input) {
punchListItem
errors
}
}
}
}Fields
| Field | Type | Description |
|---|---|---|
| approverUserId | ID | — |
| assigneeUserId | ID | — |
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| dueOn | String | — |
| id | ID! | — |
| locationId | ID | — |
| mutationMetadata | JSON | — |
| now | ISO8601DateTime | — |
| number | Int | — |
| parentItemId | ID | — |
| punchListId | ID | — |
| startOn | String | — |
| subscribers | [SubmittalSubscriberInput!] | — |
| tradeId | ID | — |