OBJECT
Integrations
Test integrations
link GraphQL Schema definition
1 type Integrations { 2 3 # Unique Greenhouse identifier of the candidate. 4 String : 5 6 # Unique Greenhouse identifier of the application. 7 String : 8 9 # Unique Lever identifier of the request. 10 String : 11 12 # Unique SmartRecruiters identifier of the order. 13 String : 14 15 # Integration values for invitations generated via iCIMS. 16 IcimsAssessmentRequest : 17 18 # Integration values for invitations generated via Eightfold. 19 EightfoldAssessmentRequest : 20 21 }