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 Float : 16 14 # The title of the test. 15 String : 19 17 # The candidate-facing title of the evaluation. 18 String : 22 20 # A list a question slots. 21 TaskSlotInput!] : [ 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 subject line shown in the test expiration email. 30 String : 34 32 # The message shown in the test expiration email. 33 String : 37 35 # The subject line shown in the test completion email. 36 String : 40 38 # The message shown in the test completion email. 39 String : 43 41 # The templates for the email reminders. 42 EmailReminderTemplate!] : [ 47 44 # Reminders that will be sent to invitees who have not yet completed a test 45 # session. 46 EmailReminder!] : [ 50 48 # The default expiration time of a test invitation in milliseconds. 49 Int : 53 51 # Time zone database name, e.g. America/Los_Angeles. 52 String : 57 54 # The CodeSignal user ID of the default sender of test invitations (used when 55 # invitations are sent from an applicant tracking system). 56 ID : 60 58 # Test labels 59 String!] : [ 64 61 # Automatically assign a label when the candidate scores within a given inclusive 62 # range. 63 ScoreRangeLabelInput!] : [ 68 65 # When set to true, the candidates will be prevented from seeing the score in the 66 # IDE and active test page. 67 Boolean : 71 69 # Additional fields used by CodeSignal admins only. 70 AdminFieldsInput : 72 }