Skip to main content

findApprovalRequests

Returns approval requests, optionally matching the specified criteria.

findApprovalRequests(
limit: PositiveInt = 100
offset: PositiveInt
orderBy: ApprovalRequestsOrderBy
orderDirection: OrderDirection
where: ApprovalRequestsWhere
): [ApprovalRequest!]!

Arguments

findApprovalRequests.limit ● PositiveInt scalar

findApprovalRequests.offset ● PositiveInt scalar

findApprovalRequests.orderBy ● ApprovalRequestsOrderBy enum

findApprovalRequests.orderDirection ● OrderDirection enum

findApprovalRequests.where ● ApprovalRequestsWhere input

Type

ApprovalRequest object

An instance of an approval request.