DeletePunchListItemInput
InputAutogenerated input type of DeletePunchListItem
mutation { organization(id: $organizationId) { project(id: $projectId) { deletePunchListItem } } }
Example
mutation DeletePunchListItem(
$organizationId: ID!
$projectId: ID!
$input: DeletePunchListItemInput!
) {
organization(id: $organizationId) {
project(id: $projectId) {
deletePunchListItem(input: $input) {
punchListItem
errors
}
}
}
}Fields
| Field | Type | Description |
|---|---|---|
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| dependentItemBehavior | String | — |
| id | ID! | — |
| mutationMetadata | JSON | — |
| now | ISO8601DateTime | — |