UpdateDrawingSetPageInput
InputAutogenerated input type of UpdateDrawingSetPage
mutation { organization(id: $organizationId) { project(id: $projectId) { updateDrawingSetPage } } }
Example
mutation UpdateDrawingSetPage(
$organizationId: ID!
$projectId: ID!
$input: UpdateDrawingSetPageInput!
) {
organization(id: $organizationId) {
project(id: $projectId) {
updateDrawingSetPage(input: $input) {
errors
}
}
}
}Fields
| Field | Type | Description |
|---|---|---|
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| disciplineId | ID | — |
| id | ID! | — |
| mutationMetadata | JSON | — |
| sheetDate | ISO8601Date | — |
| sheetNumber | String | — |
| title | String | — |
| updatedAt | ISO8601DateTime | — |