workflowCategoryCreate

Graphql fields and variables for the workflowCategoryCreate mutation

Create a workflow category

Scope required: workflow:write

For a complete list of input attributes see the WorkflowCategoryAttributes type

mutation workflowCategoryCreate ($attributes: WorkflowCategoryAttributes!) {
  workflowCategoryCreate (attributes: $attributes) {
      errors
      workflowCategory {
        id
        name
      }
  }
}

Arguments

{
  "attributes": {
    "name": ""
  }
}
Name
Type
Description

Response

Name
Type
Description

errors

List (String)

workflowCategory

Last updated

Was this helpful?