ExchangeRate
Lists the exchange rate.
type ExchangeRate = {
__typename?: 'ExchangeRate'; /** Specifies the store’s default currency to exchange to. */
currency_to?: Maybe<Scalars['String']['output']>; /** The exchange rate for the store’s default currency. */
rate?: Maybe<Scalars['Float']['output']>;
};