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