OBJECT
PolarisSnapshotEdge
Description
Wrapper around the PolarisSnapshot object. This wrapper is used for pagination.
link GraphQL Schema definition
- type PolarisSnapshotEdge {
- # String used to identify this edge.
- String! :
- # The actual PolarisSnapshot object wrapped by this edge.
- PolarisSnapshot! :
- }