INPUT_OBJECT

CreateCurrencyExchangeRateNoCurrencyBackrefInput

link GraphQL Schema definition

  • input CreateCurrencyExchangeRateNoCurrencyBackrefInput {
  • # Last modification time.
  • modified: DateTime
  • # Creation time.
  • created: DateTime
  • # Relation to single entity instance.
  • currencyExchangeRateListId: ID!
  • # Decimal number.
  • exchangeRate: Float
  • # Revision when entity was lastly changed.
  • revision: Int
  • }