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


