INPUT_OBJECT
CreateOrUpdateCurrencyExchangeRatesListInput
link GraphQL Schema definition
- input CreateOrUpdateCurrencyExchangeRatesListInput {
- # Optional client-supplied identifier passed on a mutation input and echoed back
- # unchanged on its payload, so a client can correlate the response with its
- # request (Relay convention).
- : String
- # Unique identifier of entity.
- : ID
- # Last modification time.
- : DateTime
- # Creation time.
- : DateTime
- # Date the exchange rate list becomes effective. The list valid for any given
- # moment is the most recent one whose valid_from is in the past. Time component is
- # truncated to midnight on set.
- : DateTime
- # Revision when entity was lastly changed.
- : Int
- # Exchange rates configured in this list — one row per non-base currency in the
- # space.
- : [CreateCurrencyExchangeRateNoCurrencyExchangeRateListBackrefInput!]
- }