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