OBJECT
ProfileSectionProperties
Represents the properties of a profile section, including general, professional, personal, and other details.
link GraphQL Schema definition
1 type ProfileSectionProperties { 2 3 # General information fields. 4 String] : [ 5 6 # Professional information fields. 7 String] : [ 8 9 # Custom fields for professional information. 10 CustomField] : [ 11 12 # Personal information fields. 13 String] : [ 14 15 # Custom fields for personal information. 16 CustomField] : [ 17 18 # Employment details fields. 19 String] : [ 20 21 # Custom fields for employment details. 22 CustomField] : [ 23 24 # Company structure fields. 25 String] : [ 26 27 # Address fields. 28 String] : [ 29 30 # Custom fields for address information. 31 CustomField] : [ 32 33 # Emergency contact fields. 34 String] : [ 35 36 # Custom fields for emergency contact information. 37 CustomField] : [ 38 39 # Payroll information fields. 40 String] : [ 41 42 # Custom fields for payroll information. 43 CustomField] : [ 44 45 # Social network fields. 46 String] : [ 47 48 # Bank details fields. 49 String] : [ 50 51 # Custom fields for bank details. 52 CustomField] : [ 53 54 # Count of inaccessible sections. 55 Int : 56 57 # Count of inaccessible properties. 58 Int : 59 60 }