Graphql fields and variables for the workflowCategoryUpdate mutation
Last updated 2 years ago
Was this helpful?
Update a workflow category
Scope required: workflow:write
For a complete list of input attributes see the type
mutation workflowCategoryUpdate ($id: ID!, $attributes: WorkflowCategoryAttributes!) { workflowCategoryUpdate (id: $id, attributes: $attributes) { errors workflowCategory { id name } } }
{ "id": "456123", "attributes": { "name": "" } }
id
ID
attributes
errors
List (String)
workflowCategory