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