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