workflowCompletes
No description
workflowCompletes(
first: Int!
orderBy: [QueryWorkflowCompletionOrderByClause!]
page: Int
where: QueryWorkflowCompletionWhereWhereConditions
): WorkflowCompletionPaginator!
Arguments
workflowCompletes.first ● Int! non-null scalar
Limits number of fetched items. Maximum allowed value: 500.
workflowCompletes.orderBy ● [QueryWorkflowCompletionOrderByClause!] list input
workflowCompletes.page ● Int scalar
The offset from which items are returned.
workflowCompletes.where ● QueryWorkflowCompletionWhereWhereConditions input
Type
WorkflowCompletionPaginator object
A paginated list of WorkflowCompletion items.


