OBJECT
CustomField
Represents a custom field.
link GraphQL Schema definition
1 type CustomField { 2 3 # Custom field ID. 4 ID : 5 6 # Custom field name. 7 String : 8 9 # User profile section associated with the custom field. 10 CustomFieldSection : 11 12 # Data type of the custom field. 13 CustomFieldType : 14 15 # Choice options for the SINGLE_CHOICE and MULTI_CHOICE custom fields. 16 CustomFieldChoiceOption] : [ 17 18 }
link Required by
- BooleanUserCustomFieldValuenull
- ChoiceUserCustomFieldValuenull
- CustomFieldsPageRepresents a page of custom fields.
- DateRangeUserCustomFieldValuenull
- DateUserCustomFieldValueUser's custom field value of date type.
- NumberUserCustomFieldValueUser's custom field value of number type.
- ProfileSectionPropertiesRepresents the properties of a profile section, including general, professional, personal, and other details.
- Querynull
- RichTextUserCustomFieldValuenull
- StringUserCustomFieldValueUser's custom field value of string type.
- UrlUserCustomFieldValuenull
- UserCustomFieldValueUser's custom field value.
- UserUserCustomFieldValuenull