UpdateInspectionItemNotesPayload
ObjectAutogenerated return 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. |
| constructableUrl | String | — |
| errors | [String!]! | — |
| inspectionItem | InspectionItem | — |