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