OBJECT

CurrencyExchangeRate

link GraphQL Schema definition

  • type CurrencyExchangeRate {
  • # The multiplier to be applied to the `from` currency amount to get the value in
  • # the `to` currency.
  • exchangeRate: Float
  • # An ISO 4217 currency code identifying the starting currency of the price
  • # conversion.
  • fromCurrency: CurrencyCode!
  • # An ISO 4217 currency code identifying the destination currency of the price
  • # conversion.
  • toCurrency: CurrencyCode!
  • }

link Require by