ItemsConnection
Extensions of the ItemsConnection type.
type ItemsConnection {
pageInfo: PageInfo!
edges: [ItemsEdge!]
nodes: [Item]
totalCount: Int!
facets: [Facet]
}
Fields
ItemsConnection.pageInfo ● PageInfo! non-null object
Information to aid in pagination.
ItemsConnection.edges ● [ItemsEdge!] list object
A list of edges.
ItemsConnection.nodes ● [Item] list object
A flattened list of the nodes.
ItemsConnection.totalCount ● Int! non-null scalar
Identifies the total count of items in the connection.
ItemsConnection.facets ● [Facet] list object
The list of values for the requested facet properties, along with their counts.
Returned By
items query