Skip to main content

quotes

Reads a set of Quote.

quotes(
filter: QuoteFilter
first: Int
offset: Int
orderBy: [QuoteOrderBy!]
): [Quote!]

Arguments

quotes.filter ● QuoteFilter input

A filter to be used in determining which values should be returned by the collection.

quotes.first ● Int scalar

Only read the first n values of the set.

quotes.offset ● Int scalar

Skip the first n values.

quotes.orderBy ● [QuoteOrderBy!] list enum

The method to use when ordering Quote.

Type

Quote object