| 1 | input ProfileSectionPropertiesInput { |
| 3 | | 2 | generalInformation: [String] | |
| 5 | | 4 | professional: [String] | |
| 7 | | 6 | professionalCustomFieldIds: [ID] | |
| 9 | | 8 | personal: [String] | |
| 11 | | 10 | personalCustomFieldIds: [ID] | |
| 13 | | 12 | employmentDetails: [String] | |
| 15 | | 14 | employmentDetailsCustomFieldIds: [ID] | |
| 17 | | 16 | companyStructure: [String] | |
| 19 | | 18 | address: [String] | |
| 21 | | 20 | addressCustomFieldIds: [ID] | |
| 23 | | 22 | emergencyContact: [String] | |
| 25 | | 24 | emergencyContactCustomFieldIds: [ID] | |
| 27 | | 26 | payrollInformation: [String] | |
| 29 | | 28 | payrollInformationCustomFieldIds: [ID] | |
| 31 | | 30 | socialNetworks: [String] | |
| 33 | | 32 | bankDetails: [String] | |
| 35 | | 34 | bankDetailsCustomFieldIds: [ID] | |
| 36 | } |