OBJECT

GroupEdge

Description

Wrapper around the Group object. This wrapper is used for pagination.

link GraphQL Schema definition

  • type GroupEdge {
  • # String used to identify this edge.
  • cursor: String!
  • # The actual Group object wrapped by this edge.
  • node: Group!
  • }