INPUT_OBJECT

CreateCurrencyInput

link GraphQL Schema definition

  • input CreateCurrencyInput {
  • clientMutationId: String
  • # Last modification time.
  • modified: DateTime
  • # Creation time.
  • created: DateTime
  • # Name of the entity and its default text representation.
  • code: String!
  • # Generic field wrapping sqlalchemy column, configurable by constructor.
  • #
  • # Good for one-of fields / generated fields.
  • #
  • symbol: String
  • # Revision when entity was lastly changed.
  • revision: Int
  • # Relations to CurrencyExchangeRatesLists.
  • currencyExchangeRates: [CreateCurrencyExchangeRateNoCurrencyBackrefInput!]!
  • }

link Require by