INPUT_OBJECT
CreateCurrencyExchangeRateNoCurrencyBackrefInput
link GraphQL Schema definition
- input CreateCurrencyExchangeRateNoCurrencyBackrefInput {
- # Last modification time.
- : DateTime
- # Creation time.
- : DateTime
- # Id of the exchange rate list.
- : ID!
- # Multiplier for converting an amount in the base currency into this currency.
- # Must be greater than zero.
- : Float
- # Revision when entity was lastly changed.
- : Int
- }