INPUT_OBJECT
TestSessionInput
link GraphQL Schema definition
1 input TestSessionInput { 4 2 # The ID of the company test for which the session should be created. 3 ID! : 7 5 # The first name of the candidate. 6 String : 10 8 # The last name of the candidate. 9 String : 13 11 # The email address of the candidate. 12 String : 17 14 # If true, no invitation email will be sent to the candidate (by default, an email 15 # is sent). 16 Boolean : 20 18 # Overrides default duration of the test. 19 Int : 21 }