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