ExchangeRateInput
No description
input ExchangeRateInput {
from: ExchangeRateCurrency!
to: ExchangeRateCurrency!
}
Fields
from ● ExchangeRateCurrency! non-null enum
to ● ExchangeRateCurrency! non-null enum
Member of
GetExchangeRatesInput input