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