PersonaGroupConnection
The connection type for PersonaGroup.
type PersonaGroupConnection {
edges: [PersonaGroupEdge]
nodes: [PersonaGroup]
pageInfo: PageInfo!
totalCount: Int!
}
Fields
PersonaGroupConnection.edges ● [PersonaGroupEdge] list object
A list of edges.
PersonaGroupConnection.nodes ● [PersonaGroup] list object
A list of nodes.
PersonaGroupConnection.pageInfo ● PageInfo! non-null object
Information to aid in pagination.
PersonaGroupConnection.totalCount ● Int! non-null scalar
Returned By
personaGroups query