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