INPUT_OBJECT

CreateOrUpdateCurrencyExchangeRatesListInput

link GraphQL Schema definition

  • input CreateOrUpdateCurrencyExchangeRatesListInput {
  • clientMutationId: String
  • # Unique identifier of entity.
  • id: ID
  • # Last modification time.
  • modified: DateTime
  • # Creation time.
  • created: 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.
  • validFrom: DateTime
  • # Revision when entity was lastly changed.
  • revision: Int
  • # Exchange rates configured in this list — one row per non-base currency in the
  • # space.
  • currencyExchangeRates: [CreateCurrencyExchangeRateNoCurrencyExchangeRateListBackrefInput!]
  • }

link Require by