UpdateInspectionItemNotesInput
InputAutogenerated input type of UpdateInspectionItemNotes
mutation { organization(id: $organizationId) { project(id: $projectId) { updateInspectionItemNotes } } }
Example
mutation UpdateInspectionItemNotes(
$organizationId: ID!
$projectId: ID!
$input: UpdateInspectionItemNotesInput!
) {
organization(id: $organizationId) {
project(id: $projectId) {
updateInspectionItemNotes(input: $input) {
inspectionItem
errors
}
}
}
}Fields
| Field | Type | Description |
|---|---|---|
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| createAttachments | [CreateAttachment!] | — |
| deleteAttachments | [DeleteAttachment!] | — |
| id | ID! | — |
| mutationMetadata | JSON | — |
| now | String | — |
| observations | String | — |
| status | String | — |