OBJECT
CurrencyRatesConnection
A connection to a list of CurrencyRate values.
link GraphQL Schema definition
- type CurrencyRatesConnection {
- # A list of `CurrencyRate` objects.
- : [CurrencyRate]!
- # A list of edges which contains the `CurrencyRate` and cursor to aid in
- # pagination.
- : [CurrencyRatesEdge!]!
- # Information to aid in pagination.
- : PageInfo!
- # The count of *all* `CurrencyRate` you could get from the connection.
- : Int
- }