stepApprovals
Reads a set of StepApproval.
stepApprovals(
first: Int
offset: Int
orderBy: [StepApprovalsOrderBy!]
condition: StepApprovalCondition
filter: StepApprovalFilter
): [StepApproval!]
Arguments
stepApprovals.first ● Int scalar
Only read the first n values of the set.
stepApprovals.offset ● Int scalar
Skip the first n values.
stepApprovals.orderBy ● [StepApprovalsOrderBy!] list enum
The method to use when ordering StepApproval.
stepApprovals.condition ● StepApprovalCondition input
A condition to be used in determining which values should be returned by the collection.
stepApprovals.filter ● StepApprovalFilter input
A filter to be used in determining which values should be returned by the collection.