Skip to main content

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.

A flattened list of the nodes.

ItemLinksConnection.totalCount ● Int! non-null scalar

Identifies the total count of items in the connection.