UpdatePunchListItemInput
InputAutogenerated input type of UpdatePunchListItem
mutation { organization(id: $organizationId) { project(id: $projectId) { updatePunchListItem } } }
Example
mutation UpdatePunchListItem(
$organizationId: ID!
$projectId: ID!
$input: UpdatePunchListItemInput!
) {
organization(id: $organizationId) {
project(id: $projectId) {
updatePunchListItem(input: $input) {
punchListItem
errors
}
}
}
}Fields
| Field | Type | Description |
|---|---|---|
| approverUserId | ID | — |
| assigneeUserId | ID | — |
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| copyAttachments | [CopyAttachment!] | — |
| createAttachments | [CreateAttachment!] | — |
| deleteAttachments | [DeleteAttachment!] | — |
| description | String | — |
| dueOn | String | — |
| id | ID! | — |
| locationId | ID | — |
| mutationMetadata | JSON | — |
| now | ISO8601DateTime | — |
| parentPunchListItemId | ID | — |
| punchListId | ID | — |
| startOn | String | — |
| status | String | — |
| subscribers | [SubmittalSubscriberInput!] | — |
| title | String | — |
| tradeId | ID | — |
| updatedAt | ISO8601DateTime | — |