quotes
Return a list of quotes.
quotes(
where: QueryQuotesWhereWhereConditions
whereHas: [QuotesWhereHasInput!]
search: String
orderBy: [QueryQuotesOrderByOrderByClause!]
groupBy: GroupByInputQuotesGroupableColumns
first: Int! = 50
after: String
trashed: Trashed
): QuoteConnection!
Arguments
quotes.where ● QueryQuotesWhereWhereConditions input
quotes.whereHas ● [QuotesWhereHasInput!] list input
quotes.search ● String scalar
quotes.orderBy ● [QueryQuotesOrderByOrderByClause!] list input
quotes.groupBy ● GroupByInputQuotesGroupableColumns input
quotes.first ● Int! non-null scalar
Limits number of fetched items. Maximum allowed value: 50.
quotes.after ● String scalar
A cursor after which elements are returned.
quotes.trashed ● Trashed enum
Allows to filter if trashed elements should be fetched.
Type
QuoteConnection object
A paginated list of Quote edges.