INPUT_OBJECT
CreateDraftFieldInput
link GraphQL Schema definition
- input CreateDraftFieldInput {
- : String
- # Last modification time.
- : DateTime
- # Creation time.
- : DateTime
- # Related entity name for field (e.g. Account, Contact, Lead, Opportunity, ...)
- : String!
- # User friendly name for field.
- : String!
- # Type of the field. Supported field types are: checkbox, currency,
- # currency_foreign, date, datetime, dropdown, email, float, input, integer,
- # multiselect_checkbox, phone, radio, sequence, text_area, url
- : String!
- # Optional custom data set id can be set.
- : ID
- # 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
- # If true, then there will be an API validation if value of entity is unique.
- : Boolean
- : [FieldDataSetItem!]
- : String
- : LookupPropertyParams
- # Deprecated - previously returned sequence pattern used for sequence type of
- # field.
- : String
- : SequencePropertyParams
- : RollupPropertyParams
- : FieldOptionsPropertyJSONString
- : AdvancedFormulaPropertyParams
- : [FieldPermissionNoFieldBackrefInput!]
- : JSONString
- }