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


