INPUT_OBJECT
UpdateCurrencyInput
link GraphQL Schema definition
- input UpdateCurrencyInput {
- : String
- # Unique identifier of entity.
- : ID!
- # Last modification time.
- : DateTime
- # Creation time.
- : DateTime
- # Revision when entity was lastly changed.
- : Int
- # Exchange rates configured for this currency, one per exchange rate list
- # (effective period).
- : [CreateCurrencyExchangeRateNoCurrencyBackrefInput!]
- }