OBJECT

PolarisSnapshotGroupByNewEdge

Description

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

link GraphQL Schema definition

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