INPUT_OBJECT

CreateOrUpdateCurrencyExchangeRateInput

link GraphQL Schema definition

  • input CreateOrUpdateCurrencyExchangeRateInput {
  • clientMutationId: String
  • # Unique identifier of entity.
  • id: ID
  • # Last modification time.
  • modified: DateTime
  • # Creation time.
  • created: DateTime
  • # Relation to single entity instance.
  • currencyExchangeRateListId: ID
  • # Relation to single entity instance.
  • currencyId: ID
  • # Decimal number.
  • exchangeRate: Float
  • # Revision when entity was lastly changed.
  • revision: Int
  • }

link Require by