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