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