Graphql fields and variables for the workflowCategory query
Last updated 8 months ago
Was this helpful?
A category of workflows
Scope required: admin:read
For a complete list of possible response fields see the type.
query workflowCategory ($id: ID, $code: String, $format: String) { workflowCategory (id: $id, code: $code, format: $format) { id name } }
id
ID
code
String
format