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