CreateDrawingSetInput
InputAutogenerated input type of CreateDrawingSet
mutation { organization(id: $organizationId) { project(id: $projectId) { createDrawingSet } } }
Example
mutation CreateDrawingSet(
$organizationId: ID!
$projectId: ID!
$input: CreateDrawingSetInput!
) {
organization(id: $organizationId) {
project(id: $projectId) {
createDrawingSet(input: $input) {
errors
}
}
}
}Fields
| Field | Type | Description |
|---|---|---|
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| createdAt | ISO8601DateTime | — |
| defaultSheetDate | ISO8601Date | — |
| description | String | — |
| drawingAreaId | ID! | — |
| id | ID! | — |
| mutationMetadata | JSON | — |
| name | String! | — |
| processingState | String | — |
| receivedOn | ISO8601Date | — |
| signedIds | [String!] | — |
| updatedAt | ISO8601DateTime | — |