GraphQL reference

DeleteDrawingSetPageInput

Input

Autogenerated input type of DeleteDrawingSetPage

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

Example

mutation DeleteDrawingSetPage(
  $organizationId: ID!
  $projectId: ID!
  $input: DeleteDrawingSetPageInput!
) {
  organization(id: $organizationId) {
    project(id: $projectId) {
      deleteDrawingSetPage(input: $input) {
        errors
      }
    }
  }
}

Fields

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