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