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