GraphQL reference

DeleteDrawingTagInput

Input

Autogenerated input type of DeleteDrawingTag

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

Example

mutation DeleteDrawingTag(
  $organizationId: ID!
  $projectId: ID!
  $input: DeleteDrawingTagInput!
) {
  organization(id: $organizationId) {
    project(id: $projectId) {
      deleteDrawingTag(input: $input) {
        errors
      }
    }
  }
}

Fields

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