ItemsConnection
A connection to a list of items.
type ItemsConnection {
pageInfo: PageInfo!
edges: [ItemsEdge!]
nodes: [Item]
totalCount: Int!
}
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.
Returned By
items
query