INPUT_OBJECT
CreateCurrencyExchangeRateInput
link GraphQL Schema definition
- input CreateCurrencyExchangeRateInput {
- : String
- # Last modification time.
- : DateTime
- # Creation time.
- : DateTime
- # Id of the exchange rate list.
- : ID!
- # Id of the currency.
- : 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
- }