INPUT_OBJECT
EditCompanyTestInput
link GraphQL Schema definition
1 input EditCompanyTestInput { 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 subject line shown in the test invitation email. 21 String : 25 23 # The message shown in the test invitation email. 24 String : 28 26 # The default expiration time of a test invitation in milliseconds. 27 Int : 31 29 # Time zone database name, e.g. America/Los_Angeles. 30 String : 35 32 # The CodeSignal user ID of the default sender of test invitations (used when 33 # invitations are sent from an applicant tracking system). 34 ID : 38 36 # Test labels 37 String] : [ 42 39 # Automatically assign a label when the candidate scores within a given inclusive 40 # range. 41 ScoreRangeLabelInput] : [ 46 43 # When set to true, basic information will be hidden in the screen report, 44 # including candidate information, solved tasks, etc. 45 Boolean : 50 47 # When set to true, the candidates will be prevented from seeing the score in the 48 # IDE and active test page. 49 Boolean : 53 51 # Additional fields used by CodeSignal admins only. 52 AdminFieldsInput : 54 }