GraphQL reference

UpdateDrawingSetPageInput

Input

Autogenerated input type of UpdateDrawingSetPage

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

Example

mutation UpdateDrawingSetPage(
  $organizationId: ID!
  $projectId: ID!
  $input: UpdateDrawingSetPageInput!
) {
  organization(id: $organizationId) {
    project(id: $projectId) {
      updateDrawingSetPage(input: $input) {
        errors
      }
    }
  }
}

Fields

FieldTypeDescription
clientMutationIdStringA unique identifier for the client performing the mutation.
disciplineIdID
idID!
mutationMetadataJSON
sheetDateISO8601Date
sheetNumberString
titleString
updatedAtISO8601DateTime