INPUT_OBJECT
CreateCompanyTestInput
link GraphQL Schema definition
1 input CreateCompanyTestInput { 4 2 # The internal description of the test. 3 String : 7 5 # A message shown to users before they begin an assessment created from the test. 6 String! : 10 8 # A message shown to users after they finish an assessment created from the test. 9 String! : 13 11 # Duration of the test in milliseconds. Should be at least 5 minutes. 12 Int! : 16 14 # The title of the test. 15 String! : 19 17 # A list a task slots. 18 TaskSlotInput]! : [ 22 20 # The ID of the company that owns the test 21 ID : 25 23 # The subject line shown in the test invitation email. 24 String : 28 26 # The message shown in the test invitation email. 27 String : 31 29 # The default expiration time of a test invitation in milliseconds. 30 Int : 34 32 # Time zone database name, e.g. America/Los_Angeles. 33 String : 38 35 # The CodeSignal user ID of the default sender of test invitations (used when 36 # invitations are sent from an applicant tracking system). 37 ID : 41 39 # Test labels 40 String] : [ 45 42 # Automatically assign a label when the candidate scores within a given inclusive 43 # range. 44 ScoreRangeLabelInput] : [ 48 46 # When set to true, the summary section will be hidden in the screen report. 47 Boolean : 52 49 # When set to true, the candidates will be prevented from seeing the score in the 50 # IDE and active test page. 51 Boolean : 55 53 # Additional fields used by CodeSignal admins only. 54 AdminFieldsInput : 56 }