Queries
workflowRules
List all workflow rules in the workspace, paginated. Rules are returned in their configured display order.
Use workflowRule to fetch a single rule by ID.
QUERY
workflowRules(first: Int, after: String, last: Int, before: String): WorkflowRuleConnection!Arguments
first
Int
after
String
last
Int
before
String
Returns
edges
[WorkflowRuleEdge!]!
pageInfo
Query
Response
Query
Response

