Skip to main content

GloUserConnection

A connection to a list of items.

type GloUserConnection {
edges: [GloUserEdge!]
nodes: [GloUser]
pageInfo: PageInfo!
totalCount: Int!
}

Fields

GloUserConnection.edges ● [GloUserEdge!] list object

A list of edges.

GloUserConnection.nodes ● [GloUser] list object

A flattened list of the nodes.

GloUserConnection.pageInfo ● PageInfo! non-null object

Information to aid in pagination.

GloUserConnection.totalCount ● Int! non-null scalar

Identifies the total count of items in the connection.