INPUT_OBJECT
UpdateDraftFieldInput
link GraphQL Schema definition
- input UpdateDraftFieldInput {
- : String
- # Unique identifier of entity.
- : ID
- # True when the field is marked as deleted (soft-delete).
- : Boolean
- # Last modification time.
- : DateTime
- # Creation time.
- : DateTime
- # User friendly name for field.
- : String
- # When true, the field name is treated as a translation key and resolved through
- # the translation system; otherwise the literal name is shown.
- : Int
- # For dependent dropdown/radio fields, id of the parent field whose selected value
- # restricts the options shown on this field.
- : ID
- # Calculated formula used for fields which supports calculation.
- : String
- # A default value for field.
- : String
- # If this field is allowed in global search.
- : Boolean
- : [FieldDataSetItem!]
- : LookupPropertyParams
- : SequencePropertyParams
- : RollupPropertyParams
- : FieldOptionsPropertyJSONString
- : FieldAiOptionsParams
- : AdvancedFormulaPropertyParams
- : [FieldPermissionNoFieldBackrefInput!]
- : JSONString
- }