UpdateDrawingAreasInput
InputAutogenerated input type of UpdateDrawingAreas
mutation { organization(id: $organizationId) { project(id: $projectId) { updateDrawingAreas } } }
Example
mutation UpdateDrawingAreas(
$organizationId: ID!
$projectId: ID!
$input: UpdateDrawingAreasInput!
) {
organization(id: $organizationId) {
project(id: $projectId) {
updateDrawingAreas(input: $input) {
errors
}
}
}
}Fields
| Field | Type | Description |
|---|---|---|
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| drawingAreas | [DrawingAreaInput!]! | — |
| mutationMetadata | JSON | — |