UpdateInspectionOverviewInput
InputAutogenerated input type of UpdateInspectionOverview
mutation { organization(id: $organizationId) { project(id: $projectId) { updateInspectionOverview } } }
Example
mutation UpdateInspectionOverview(
$organizationId: ID!
$projectId: ID!
$input: UpdateInspectionOverviewInput!
) {
organization(id: $organizationId) {
project(id: $projectId) {
updateInspectionOverview(input: $input) {
inspection
errors
}
}
}
}Fields
| Field | Type | Description |
|---|---|---|
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| createAttachments | [CreateAttachment!] | — |
| deleteAttachments | [DeleteAttachment!] | — |
| description | String | — |
| id | ID! | — |
| inspectedByUserId | ID | — |
| inspectionDate | String | — |
| inspectionTradeIds | [ID!] | — |
| mutationMetadata | JSON | — |
| now | String | — |
| tradeIds | [NamedTradeInput!] | — |