BulkEditDrawingSetPageReviewMetadataInput
InputAutogenerated input type of BulkEditDrawingSetPageReviewMetadata
mutation { organization(id: $organizationId) { project(id: $projectId) { bulkEditDrawingSetPageReviewMetadata } } }
Example
mutation BulkEditDrawingSetPageReviewMetadata(
$organizationId: ID!
$projectId: ID!
$input: BulkEditDrawingSetPageReviewMetadataInput!
) {
organization(id: $organizationId) {
project(id: $projectId) {
bulkEditDrawingSetPageReviewMetadata(input: $input) {
errors
}
}
}
}Fields
| Field | Type | Description |
|---|---|---|
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| mutationMetadata | JSON | — |
| pages | [PageInput!]! | — |
| updatedAt | ISO8601DateTime | — |