INPUT_OBJECT
UpdateDraftFieldInput
link GraphQL Schema definition
- input UpdateDraftFieldInput {
- : String
- # Unique identifier of entity.
- : ID
- # Generic field wrapping sqlalchemy column, configurable by constructor.
- #
- # Good for one-of fields / generated fields.
- #
- : Boolean
- # Last modification time.
- : DateTime
- # Creation time.
- : DateTime
- # User friendly name for field.
- : String
- # Generic field wrapping sqlalchemy column, configurable by constructor.
- #
- # Good for one-of fields / generated fields.
- #
- : Int
- # Generic field wrapping sqlalchemy column, configurable by constructor.
- #
- # Good for one-of fields / generated fields.
- #
- : 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
- : AdvancedFormulaPropertyParams
- : [FieldPermissionNoFieldBackrefInput!]
- : JSONString
- }