workflowCategory
Graphql fields and variables for the workflowCategory query
query workflowCategory ($id: ID, $code: String, $format: String) {
workflowCategory (id: $id, code: $code, format: $format) {
id
name
}
}Arguments
Name
Type
Description
Response
Last updated
Was this helpful?
