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