EditDrawingDetailsInput
InputAutogenerated input type of EditDrawingDetails
mutation { organization(id: $organizationId) { project(id: $projectId) { editDrawingDetails } } }
Example
mutation EditDrawingDetails(
$organizationId: ID!
$projectId: ID!
$input: EditDrawingDetailsInput!
) {
organization(id: $organizationId) {
project(id: $projectId) {
editDrawingDetails(input: $input) {
errors
}
}
}
}Fields
| Field | Type | Description |
|---|---|---|
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| drawingDisciplineId | ID | — |
| id | ID! | — |
| mutationMetadata | JSON | — |
| newTaggings | [DrawingTaggingInput!] | — |
| newTags | [DrawingTagInput!] | — |
| now | ISO8601DateTime | — |
| sheetNumber | String | — |
| tagIds | [ID!] | — |
| title | String | — |
| updatedAt | ISO8601DateTime | — |