GroupConnection
No description
type GroupConnection {
pageInfo: PageInfo!
edges: [GroupEdge!]!
nodes: [Group!]!
}
Fields
GroupConnection.pageInfo ● PageInfo! non-null object
GroupConnection.edges ● [GroupEdge!]! non-null object
GroupConnection.nodes ● [Group!]! non-null object
Member Of
GroupOwner interface ● Team object