workflowCategoryUpdate
Graphql fields and variables for the workflowCategoryUpdate mutation
mutation workflowCategoryUpdate ($id: ID!, $attributes: WorkflowCategoryAttributes!) {
workflowCategoryUpdate (id: $id, attributes: $attributes) {
errors
workflowCategory {
id
name
}
}
}Arguments
{
"id": "456123",
"attributes": {
"name": ""
}
}Name
Type
Description
Response
Name
Type
Description
Last updated
Was this helpful?
