INPUT_OBJECT

CreateDraftFieldInput

link GraphQL Schema definition

  • input CreateDraftFieldInput {
  • clientMutationId: String
  • # Last modification time.
  • modified: DateTime
  • # Creation time.
  • created: DateTime
  • # Related entity name for field (e.g. Account, Contact, Lead, Opportunity, ...)
  • entityName: String!
  • # User friendly name for field.
  • name: 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
  • typeId: String!
  • # Optional custom data set id can be set.
  • dataSetId: ID
  • # Calculated formula used for fields which supports calculation.
  • calcFormula: String
  • # A default value for field.
  • defaultValue: String
  • # If this field is allowed in global search.
  • useInGlobalSearch: Boolean
  • # If true, then there will be an API validation if value of entity is unique.
  • isUnique: Boolean
  • dataSet: [FieldDataSetItem!]
  • # A sequence pattern used for sequence type of field.
  • sequencePattern: String
  • mapDependency: String
  • lookup: LookupPropertyParams
  • rollup: RollupPropertyParams
  • options: FieldOptionsPropertyJSONString
  • fieldPermissions: [FieldPermissionNoFieldBackrefInput!]
  • nameTranslations: JSONString
  • }

link Require by