Skip to main content

sectionPickListItems

Reads a set of SectionPickListItem.

sectionPickListItems(
first: Int
offset: Int
orderBy: [SectionPickListItemsOrderBy!]
condition: SectionPickListItemCondition
filter: SectionPickListItemFilter
): [SectionPickListItem!]

Arguments

sectionPickListItems.first ● Int scalar

Only read the first n values of the set.

sectionPickListItems.offset ● Int scalar

Skip the first n values.

sectionPickListItems.orderBy ● [SectionPickListItemsOrderBy!] list enum

The method to use when ordering SectionPickListItem.

sectionPickListItems.condition ● SectionPickListItemCondition input

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

sectionPickListItems.filter ● SectionPickListItemFilter input

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

Type

SectionPickListItem object