OBJECT
Wrapper around the Group object. This wrapper is used for pagination.
type GroupEdge {# String used to identify this edge.cursor: String! # The actual Group object wrapped by this edge.node: Group! }