INPUT_OBJECT
CreateOrUpdateCurrencyExchangeRatesListInput
link GraphQL Schema definition
- input CreateOrUpdateCurrencyExchangeRatesListInput {
- : String
- # Unique identifier of entity.
- : ID
- # Last modification time.
- : DateTime
- # Creation time.
- : DateTime
- # Date the exchange rate list becomes effective. The list valid for any given
- # moment is the most recent one whose valid_from is in the past. Time component is
- # truncated to midnight on set.
- : DateTime
- # Revision when entity was lastly changed.
- : Int
- # Exchange rates configured in this list — one row per non-base currency in the
- # space.
- : [CreateCurrencyExchangeRateNoCurrencyExchangeRateListBackrefInput!]
- }