Skip to main content

LinkConnection

The connection type for Link.

type LinkConnection {
edges: [LinkEdge]
nodes: [Link]
pageInfo: PageInfo!
totalCount: Int!
}

Fields

LinkConnection.edges ● [LinkEdge] list object

A list of edges.

LinkConnection.nodes ● [Link] list object

A list of nodes.

LinkConnection.pageInfo ● PageInfo! non-null object

Information to aid in pagination.

LinkConnection.totalCount ● Int! non-null scalar

Returned By

links query