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