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