Skip to main content

GloUserGroupConnection

A connection to a list of items.

type GloUserGroupConnection {
edges: [GloUserGroupEdge!]
nodes: [GloUserGroup]
pageInfo: PageInfo!
totalCount: Int!
}

Fields

GloUserGroupConnection.edges ● [GloUserGroupEdge!] list object

A list of edges.

GloUserGroupConnection.nodes ● [GloUserGroup] list object

A flattened list of the nodes.

GloUserGroupConnection.pageInfo ● PageInfo! non-null object

Information to aid in pagination.

GloUserGroupConnection.totalCount ● Int! non-null scalar

Identifies the total count of items in the connection.