INPUT_OBJECT

CreateDataInput

link GraphQL Schema definition

  • input CreateDataInput {
  • clientMutationId: String
  • # Last modification time.
  • modified: DateTime
  • # Creation time.
  • created: DateTime
  • # Floating point number.
  • calcValue: Float
  • # Generic field wrapping sqlalchemy column, configurable by constructor.
  • #
  • # Good for one-of fields / generated fields.
  • #
  • dataSetId: ID!
  • # Name of the entity and its default text representation.
  • optionName: String!
  • # Generic field wrapping sqlalchemy column, configurable by constructor.
  • #
  • # Good for one-of fields / generated fields.
  • #
  • sortOrder: Int!
  • isPublished: Boolean
  • # Revision when entity was lastly changed.
  • revision: Int
  • optionNameTranslations: JSONString
  • }

link Require by