OBJECT
CurrencyExchangeRatesListEntityEdge
A Relay edge containing a CurrencyExchangeRatesListEntity and its cursor.
link GraphQL Schema definition
- type CurrencyExchangeRatesListEntityEdge {
- # The item at the end of the edge
- : CurrencyExchangeRatesListEntity
- # A cursor for use in pagination
- : String!
- }