Query
Response
Queries
workflows
Returns a workflow page.
QUERY
workflows(search: String, archive: String, enabled: Boolean, first: Int, after: ID): WorkflowPage!Arguments
search
String
Text used to filter matching records. Omit it to leave this dimension unfiltered.
archive
String
default:"ACTIVE"
The archive used to filter or perform the operation. Defaults to "ACTIVE".
enabled
Boolean
Whether enabled applies to the operation. Omit it to leave this dimension unfiltered.
first
Int
default:100
Maximum number of records to return. Defaults to 100.
after
ID
Cursor or identifier after which to return records. Omit it to leave this dimension unfiltered.
Returns
items
[Workflow!]!
Items associated with this workflow page.
nextCursor
ID
The next cursor associated with this workflow page. May be null when unavailable or not applicable.
totalCount
Int!
Number of totals.
Query
Response