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 }