Mutations
createWorkflowRule
Create a new workflow rule. The rule starts unpublished; use toggleWorkflowRulePublished to activate it.
The payload field must be a valid JSON-encoded rule definition.
MUTATION
createWorkflowRule(input: CreateWorkflowRuleInput!): CreateWorkflowRuleOutput!Arguments
input
required
Returns
workflowRule
error
Mutation
Variables
Response
Mutation
Variables
Response

