OBJECT

CurrencyRatesEdge

A CurrencyRate edge in the connection.

link GraphQL Schema definition

  • type CurrencyRatesEdge {
  • # A cursor for use in pagination.
  • cursor: Cursor
  • # The `CurrencyRate` at the end of the edge.
  • node: CurrencyRate
  • }