GraphQL reference

RenameDrawingInput

Input

Autogenerated input type of RenameDrawing

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

Example

mutation RenameDrawing(
  $organizationId: ID!
  $projectId: ID!
  $input: RenameDrawingInput!
) {
  organization(id: $organizationId) {
    project(id: $projectId) {
      renameDrawing(input: $input) {
        errors
      }
    }
  }
}

Fields

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