UpdateDrawingDisciplineInput
InputAutogenerated input type of UpdateDrawingDiscipline
mutation { organization(id: $organizationId) { project(id: $projectId) { updateDrawingDiscipline } } }
Example
mutation UpdateDrawingDiscipline(
$organizationId: ID!
$projectId: ID!
$input: UpdateDrawingDisciplineInput!
) {
organization(id: $organizationId) {
project(id: $projectId) {
updateDrawingDiscipline(input: $input) {
errors
}
}
}
}Fields
| Field | Type | Description |
|---|---|---|
| abbreviations | [DrawingDisciplineAbbreviationInput!] | — |
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| id | ID! | — |
| mutationMetadata | JSON | — |
| name | String! | — |