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