workflowProfiles
Returns a list of Workflow Profiles
workflowProfiles(
after: String
before: String
createdAt: DateTimeRange
filters: WorkflowProfilesIndexFiltersInput
first: Int
last: Int
sort: [Sort!] = [{ caseSensitive: true, direction: asc, field: "name" }]
updatedAt: DateTimeRange
): WorkflowProfileTypeConnection
Arguments
workflowProfiles.after ● String scalar
Returns the elements in the list that come after the specified cursor.
workflowProfiles.before ● String scalar
Returns the elements in the list that come before the specified cursor.
workflowProfiles.createdAt ● DateTimeRange input
Filter by created at
workflowProfiles.filters ● WorkflowProfilesIndexFiltersInput input
Filters
workflowProfiles.first ● Int scalar
Returns the first _n_ elements from the list.
workflowProfiles.last ● Int scalar
Returns the last _n_ elements from the list.
workflowProfiles.sort ● [Sort!] list input
Sort result
workflowProfiles.updatedAt ● DateTimeRange input
Filter by updated at
Type
WorkflowProfileTypeConnection object
The connection type for WorkflowProfileType.