INPUT_OBJECT

UpdateDataInput

link GraphQL Schema definition

  • input UpdateDataInput {
  • clientMutationId: String
  • # Unique identifier of entity.
  • id: ID!
  • # Last modification time.
  • modified: DateTime
  • # Creation time.
  • created: DateTime
  • # For dependent dropdowns, ids of options on the parent field for which this
  • # option is available. Empty when the option is always available.
  • allowedBy: JSONString
  • # Numeric value associated with the option, used in calculation formulas (e.g.
  • # score of a dropdown option).
  • calcValue: Float
  • # Name of the entity and its default text representation.
  • optionName: String
  • # Position of the option within its data set; lower values appear first.
  • sortOrder: Int
  • # Revision when entity was lastly changed.
  • revision: Int
  • optionNameTranslations: JSONString
  • }

link Require by