Przejdź do głównej zawartości

ExchangeRate

Exchange rate between currencies

type ExchangeRate {
from: String!
rate: Float!
source: CurrencyRateSource!
to: String!
updatedAt: DateTime!
}

Fields

ExchangeRate.from ● String! non-null scalar

Source currency code

ExchangeRate.rate ● Float! non-null scalar

Exchange rate

ExchangeRate.source ● CurrencyRateSource! non-null enum

Rate data source

ExchangeRate.to ● String! non-null scalar

Target currency code

ExchangeRate.updatedAt ● DateTime! non-null scalar

When rate was last updated

Returned By

exchangeRate query