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