OBJECT

PolarisSnapshotGroupByEdge

Description

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

link GraphQL Schema definition

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