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