BulkEditDrawingSetPageInput
InputAutogenerated input type of BulkEditDrawingSetPage
mutation { organization(id: $organizationId) { project(id: $projectId) { bulkEditDrawingSetPage } } }
Example
mutation BulkEditDrawingSetPage(
$organizationId: ID!
$projectId: ID!
$input: BulkEditDrawingSetPageInput!
) {
organization(id: $organizationId) {
project(id: $projectId) {
bulkEditDrawingSetPage(input: $input) {
errors
}
}
}
}Fields
| Field | Type | Description |
|---|---|---|
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| ids | [ID!]! | — |
| mutationMetadata | JSON | — |
| sheetDate | ISO8601Date | — |
| updatedAt | ISO8601DateTime | — |