OBJECT
CurrencyRatesEdge
A CurrencyRate edge in the connection.
link GraphQL Schema definition
- type CurrencyRatesEdge {
- # A cursor for use in pagination.
- : Cursor
- # The `CurrencyRate` at the end of the edge.
- : CurrencyRate
- }
OBJECT
A CurrencyRate edge in the connection.
- type CurrencyRatesEdge {
- # A cursor for use in pagination.
- : Cursor
- # The `CurrencyRate` at the end of the edge.
- : CurrencyRate
- }