SectionPickListItemsConnection
A connection to a list of SectionPickListItem values.
type SectionPickListItemsConnection {
nodes: [SectionPickListItem!]!
edges: [SectionPickListItemsEdge!]!
pageInfo: PageInfo!
totalCount: Int!
}
Fields
SectionPickListItemsConnection.nodes ● [SectionPickListItem!]! non-null object
A list of SectionPickListItem objects.
SectionPickListItemsConnection.edges ● [SectionPickListItemsEdge!]! non-null object
A list of edges which contains the SectionPickListItem and cursor to aid in pagination.
SectionPickListItemsConnection.pageInfo ● PageInfo! non-null object
Information to aid in pagination.
SectionPickListItemsConnection.totalCount ● Int! non-null scalar
The count of *all* SectionPickListItem you could get from the connection.
Returned By
sectionPickListItemsConnection query