INPUT_OBJECT
CreateCertificationRequestInput
link GraphQL Schema definition
1 input CreateCertificationRequestInput { 4 2 # The name of the candidate. 3 String! : 7 5 # Candidate email. 6 String! : 10 8 # ID of the certification test. 9 ID! : 13 11 # ID of the company. If not provided, your company ID will be implicitly used. 12 ID : 16 14 # Overrides default duration of the test. 15 Int : 19 17 # How long the invitation should last before expiring, in milliseconds. 18 Float : 22 20 # An arbitrary custom value that will be included in assessment result webhooks. 21 String : 23 }