INPUT_OBJECT
CreateCurrencyInput
link GraphQL Schema definition
- input CreateCurrencyInput {
- : String
- # Last modification time.
- : DateTime
- # Creation time.
- : DateTime
- # Name of the entity and its default text representation.
- : String!
- # Generic field wrapping sqlalchemy column, configurable by constructor.
- #
- # Good for one-of fields / generated fields.
- #
- : String
- # Revision when entity was lastly changed.
- : Int
- # Relations to CurrencyExchangeRatesLists.
- : [CreateCurrencyExchangeRateNoCurrencyBackrefInput!]!
- }