ItemLinksConnection
A connection to a list of items.
type ItemLinksConnection {
pageInfo: PageInfo!
edges: [ItemLinksEdge!]
nodes: [ItemLink]
totalCount: Int!
}
Fields
ItemLinksConnection.pageInfo
● PageInfo!
non-null object
Information to aid in pagination.
ItemLinksConnection.edges
● [ItemLinksEdge!]
list object
A list of edges.
ItemLinksConnection.nodes
● [ItemLink]
list object
A flattened list of the nodes.
ItemLinksConnection.totalCount
● Int!
non-null scalar
Identifies the total count of items in the connection.