UpdateDrawingSetInput
InputAutogenerated input type of UpdateDrawingSet
mutation { organization(id: $organizationId) { project(id: $projectId) { updateDrawingSet } } }
Example
mutation UpdateDrawingSet(
$organizationId: ID!
$projectId: ID!
$input: UpdateDrawingSetInput!
) {
organization(id: $organizationId) {
project(id: $projectId) {
updateDrawingSet(input: $input) {
errors
}
}
}
}Fields
| Field | Type | Description |
|---|---|---|
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| description | String | — |
| drawingAreaId | ID! | — |
| id | ID! | — |
| mutationMetadata | JSON | — |
| name | String! | — |
| receivedOn | ISO8601Date | — |
| updatedAt | ISO8601DateTime | — |