OBJECT

SnappableGroupByEdge

Description

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

link GraphQL Schema definition

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