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.
- String! :
- # The actual SnappableGroupBy object wrapped by this edge.
- SnappableGroupBy! :
- }