GraphQL reference

ReorderDrawingInput

Input

Autogenerated input type of ReorderDrawing

mutation { organization(id: $organizationId) { project(id: $projectId) { reorderDrawing } } }

Example

mutation ReorderDrawing(
  $organizationId: ID!
  $projectId: ID!
  $input: ReorderDrawingInput!
) {
  organization(id: $organizationId) {
    project(id: $projectId) {
      reorderDrawing(input: $input) {
        errors
      }
    }
  }
}

Fields

FieldTypeDescription
beforeIdID
clientMutationIdStringA unique identifier for the client performing the mutation.
drawingAreaIdID!
drawingIdID!
mutationMetadataJSON
targetDrawingDisciplineIdID
updatedAtISO8601DateTime