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