INPUT_OBJECT

UpdateCurrencyInput

link GraphQL Schema definition

  • input UpdateCurrencyInput {
  • clientMutationId: String
  • # Unique identifier of entity.
  • id: ID!
  • # Last modification time.
  • modified: DateTime
  • # Creation time.
  • created: DateTime
  • # Revision when entity was lastly changed.
  • revision: Int
  • # Exchange rates configured for this currency, one per exchange rate list
  • # (effective period).
  • currencyExchangeRates: [CreateCurrencyExchangeRateNoCurrencyBackrefInput!]
  • }

link Require by