OBJECT

GroupConnection

The connection type for Group.

link GraphQL Schema definition

  • type GroupConnection {
  • # A list of edges.
  • edges: [GroupEdge]
  • # A list of nodes.
  • nodes: [Group]
  • # Information to aid in pagination.
  • pageInfo: PageInfo!
  • }

link Require by