GraphQL reference

CreateDrawingSetInput

Input

Autogenerated input type of CreateDrawingSet

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

Example

mutation CreateDrawingSet(
  $organizationId: ID!
  $projectId: ID!
  $input: CreateDrawingSetInput!
) {
  organization(id: $organizationId) {
    project(id: $projectId) {
      createDrawingSet(input: $input) {
        errors
      }
    }
  }
}

Fields

FieldTypeDescription
clientMutationIdStringA unique identifier for the client performing the mutation.
createdAtISO8601DateTime
defaultSheetDateISO8601Date
descriptionString
drawingAreaIdID!
idID!
mutationMetadataJSON
nameString!
processingStateString
receivedOnISO8601Date
signedIds[String!]
updatedAtISO8601DateTime