INPUT_OBJECT

CreateCurrencyInput

link GraphQL Schema definition

  • input CreateCurrencyInput {
  • clientMutationId: String
  • # Last modification time.
  • modified: DateTime
  • # Creation time.
  • created: DateTime
  • # Name of the entity and its default text representation.
  • code: String!
  • # Display symbol of the currency (e.g. "$", "€"). Used when formatting amounts in
  • # the UI.
  • symbol: String
  • # 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