INPUT_OBJECT
CodeReviewEnvironmentInput
link GraphQL Schema definition
1 input CodeReviewEnvironmentInput { 4 2 # The execution environment's title 3 : String! 7 5 # The execution environment's description. 6 : String! 10 8 # The execution environment to run on. 9 : ExecutionEnvironment! 13 11 # The execution environment's initial filesystem 12 : [FilesystemFileInput!]! 16 14 # The execution environment's code changes 15 : [CodeChangeInput!]! 17 }