workflowCategory

Graphql fields and variables for the workflowCategory query

A category of workflows

Scope required: admin:read

For a complete list of possible response fields see the WorkflowCategory type.

query workflowCategory ($id: ID, $code: String, $format: String) {
  workflowCategory (id: $id, code: $code, format: $format) {
    id
    name
  }
}

Arguments

Name
Type
Description

id

ID

code

String

format

String

Response

Last updated

Was this helpful?