INPUT_OBJECT
CreateDataInput
link GraphQL Schema definition
- input CreateDataInput {
- : String
- # Last modification time.
- : DateTime
- # Creation time.
- : DateTime
- # For dependent dropdowns, ids of options on the parent field for which this
- # option is available. Empty when the option is always available.
- : JSONString
- # Numeric value associated with the option, used in calculation formulas (e.g.
- # score of a dropdown option).
- : Float
- # Identifier of the data set this option belongs to. Shared by all options of a
- # dropdown / radio / multiselect field.
- : ID!
- # Name of the entity and its default text representation.
- : String!
- # Position of the option within its data set; lower values appear first.
- : Int!
- # True when the entity configuration is published; false while it exists only as
- # an unpublished draft.
- : Boolean
- # Revision when entity was lastly changed.
- : Int
- : JSONString
- }