OBJECT

TaskLevelExecutionEnvironment

link GraphQL Schema definition

1type TaskLevelExecutionEnvironment {
2
3environment: ExecutionEnvironmentOrTestingTool
4
5value: TaskLevelExecutionEnvironmentConfig
6
7}