@bolt-foundry/gambit 0.8.6-rc.1 → 0.8.6-rc.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +60 -1
- package/esm/gambit/simulator-ui/dist/bundle.js +2033 -964
- package/esm/gambit/simulator-ui/dist/bundle.js.map +4 -4
- package/esm/simulator-ui/__generated__/__isograph/Mutation/GambitWorkspaceConversationSessionStart/parameters_type.d.ts +2 -1
- package/esm/simulator-ui/__generated__/__isograph/Mutation/GambitWorkspaceConversationSessionStart/parameters_type.d.ts.map +1 -1
- package/esm/simulator-ui/__generated__/__isograph/Mutation/GambitWorkspaceVerifyBatchRunCreate/normalization_ast.d.ts.map +1 -1
- package/esm/simulator-ui/__generated__/__isograph/Mutation/GambitWorkspaceVerifyBatchRunCreate/normalization_ast.js +288 -101
- package/esm/simulator-ui/__generated__/__isograph/Mutation/GambitWorkspaceVerifyBatchRunCreate/param_type.d.ts +84 -45
- package/esm/simulator-ui/__generated__/__isograph/Mutation/GambitWorkspaceVerifyBatchRunCreate/param_type.d.ts.map +1 -1
- package/esm/simulator-ui/__generated__/__isograph/Mutation/GambitWorkspaceVerifyBatchRunCreate/parameters_type.d.ts +3 -2
- package/esm/simulator-ui/__generated__/__isograph/Mutation/GambitWorkspaceVerifyBatchRunCreate/parameters_type.d.ts.map +1 -1
- package/esm/simulator-ui/__generated__/__isograph/Mutation/GambitWorkspaceVerifyBatchRunCreate/query_text.d.ts +1 -1
- package/esm/simulator-ui/__generated__/__isograph/Mutation/GambitWorkspaceVerifyBatchRunCreate/query_text.d.ts.map +1 -1
- package/esm/simulator-ui/__generated__/__isograph/Mutation/GambitWorkspaceVerifyBatchRunCreate/query_text.js +85 -47
- package/esm/simulator-ui/__generated__/__isograph/Mutation/GambitWorkspaceVerifyBatchRunCreate/raw_response_type.d.ts +86 -48
- package/esm/simulator-ui/__generated__/__isograph/Mutation/GambitWorkspaceVerifyBatchRunCreate/raw_response_type.d.ts.map +1 -1
- package/esm/simulator-ui/__generated__/__isograph/Mutation/GambitWorkspaceVerifyBatchRunCreate/resolver_reader.d.ts.map +1 -1
- package/esm/simulator-ui/__generated__/__isograph/Mutation/GambitWorkspaceVerifyBatchRunCreate/resolver_reader.js +363 -97
- package/esm/simulator-ui/__generated__/__isograph/Query/EntrypointSimulatorVerifyPage/normalization_ast.d.ts.map +1 -1
- package/esm/simulator-ui/__generated__/__isograph/Query/EntrypointSimulatorVerifyPage/normalization_ast.js +154 -76
- package/esm/simulator-ui/__generated__/__isograph/Query/EntrypointSimulatorVerifyPage/query_text.d.ts +1 -1
- package/esm/simulator-ui/__generated__/__isograph/Query/EntrypointSimulatorVerifyPage/query_text.d.ts.map +1 -1
- package/esm/simulator-ui/__generated__/__isograph/Query/EntrypointSimulatorVerifyPage/query_text.js +45 -29
- package/esm/simulator-ui/__generated__/__isograph/Query/EntrypointSimulatorVerifyPage/raw_response_type.d.ts +46 -30
- package/esm/simulator-ui/__generated__/__isograph/Query/EntrypointSimulatorVerifyPage/raw_response_type.d.ts.map +1 -1
- package/esm/simulator-ui/__generated__/__isograph/Query/EntrypointWorkspaceVerifyLiveWrite/normalization_ast.d.ts.map +1 -1
- package/esm/simulator-ui/__generated__/__isograph/Query/EntrypointWorkspaceVerifyLiveWrite/normalization_ast.js +154 -76
- package/esm/simulator-ui/__generated__/__isograph/Query/EntrypointWorkspaceVerifyLiveWrite/param_type.d.ts +45 -28
- package/esm/simulator-ui/__generated__/__isograph/Query/EntrypointWorkspaceVerifyLiveWrite/param_type.d.ts.map +1 -1
- package/esm/simulator-ui/__generated__/__isograph/Query/EntrypointWorkspaceVerifyLiveWrite/query_text.d.ts +1 -1
- package/esm/simulator-ui/__generated__/__isograph/Query/EntrypointWorkspaceVerifyLiveWrite/query_text.d.ts.map +1 -1
- package/esm/simulator-ui/__generated__/__isograph/Query/EntrypointWorkspaceVerifyLiveWrite/query_text.js +45 -29
- package/esm/simulator-ui/__generated__/__isograph/Query/EntrypointWorkspaceVerifyLiveWrite/raw_response_type.d.ts +46 -30
- package/esm/simulator-ui/__generated__/__isograph/Query/EntrypointWorkspaceVerifyLiveWrite/raw_response_type.d.ts.map +1 -1
- package/esm/simulator-ui/__generated__/__isograph/Query/EntrypointWorkspaceVerifyLiveWrite/resolver_reader.d.ts.map +1 -1
- package/esm/simulator-ui/__generated__/__isograph/Query/EntrypointWorkspaceVerifyLiveWrite/resolver_reader.js +194 -78
- package/esm/simulator-ui/__generated__/__isograph/Workspace/VerifyTab/param_type.d.ts +45 -28
- package/esm/simulator-ui/__generated__/__isograph/Workspace/VerifyTab/param_type.d.ts.map +1 -1
- package/esm/simulator-ui/__generated__/__isograph/Workspace/VerifyTab/resolver_reader.d.ts.map +1 -1
- package/esm/simulator-ui/__generated__/__isograph/Workspace/VerifyTab/resolver_reader.js +194 -78
- package/esm/simulator-ui/isograph/components/Query/SimulatorVerifyPage.d.ts.map +1 -1
- package/esm/simulator-ui/isograph/components/Query/SimulatorVerifyPage.js +257 -203
- package/esm/simulator-ui/isograph/components/WorkspaceConversationRun/WorkbenchConversationRunChat.d.ts.map +1 -1
- package/esm/simulator-ui/isograph/components/WorkspaceConversationRun/WorkbenchConversationRunChat.js +8 -3
- package/esm/simulator-ui/isograph/entrypoints/EntrypointWorkspaceVerifyLiveWrite.d.ts.map +1 -1
- package/esm/simulator-ui/isograph/entrypoints/EntrypointWorkspaceVerifyLiveWrite.js +45 -28
- package/esm/simulator-ui/mutations/GambitWorkspaceVerifyBatchRunCreate.d.ts +84 -45
- package/esm/simulator-ui/mutations/GambitWorkspaceVerifyBatchRunCreate.d.ts.map +1 -1
- package/esm/simulator-ui/mutations/GambitWorkspaceVerifyBatchRunCreate.js +85 -46
- package/esm/simulator-ui/mutations/GambitWorkspaceVerifyBatchRunCreateMutation.d.ts +84 -45
- package/esm/simulator-ui/mutations/GambitWorkspaceVerifyBatchRunCreateMutation.d.ts.map +1 -1
- package/esm/simulator-ui/src/AppShell.d.ts.map +1 -1
- package/esm/simulator-ui/src/AppShell.js +6 -4
- package/esm/simulator-ui/src/verify_unified.d.ts +17 -0
- package/esm/simulator-ui/src/verify_unified.d.ts.map +1 -0
- package/esm/simulator-ui/src/verify_unified.js +25 -0
- package/esm/simulator-ui/subscriptions/__generated__/workspaceVerifyLiveSubscriptionQuery.d.ts +1 -1
- package/esm/simulator-ui/subscriptions/__generated__/workspaceVerifyLiveSubscriptionQuery.d.ts.map +1 -1
- package/esm/simulator-ui/subscriptions/__generated__/workspaceVerifyLiveSubscriptionQuery.js +1 -1
- package/esm/src/server.d.ts.map +1 -1
- package/esm/src/server.js +227 -45
- package/esm/src/server_isograph_environment.d.ts +11 -4
- package/esm/src/server_isograph_environment.d.ts.map +1 -1
- package/esm/src/server_isograph_environment.js +5 -0
- package/esm/src/simulator_graphql.d.ts +11 -4
- package/esm/src/simulator_graphql.d.ts.map +1 -1
- package/esm/src/simulator_graphql.js +278 -245
- package/package.json +2 -2
- package/script/gambit/simulator-ui/dist/bundle.js +2033 -964
- package/script/gambit/simulator-ui/dist/bundle.js.map +4 -4
- package/script/simulator-ui/__generated__/__isograph/Mutation/GambitWorkspaceConversationSessionStart/parameters_type.d.ts +2 -1
- package/script/simulator-ui/__generated__/__isograph/Mutation/GambitWorkspaceConversationSessionStart/parameters_type.d.ts.map +1 -1
- package/script/simulator-ui/__generated__/__isograph/Mutation/GambitWorkspaceVerifyBatchRunCreate/normalization_ast.d.ts.map +1 -1
- package/script/simulator-ui/__generated__/__isograph/Mutation/GambitWorkspaceVerifyBatchRunCreate/normalization_ast.js +288 -101
- package/script/simulator-ui/__generated__/__isograph/Mutation/GambitWorkspaceVerifyBatchRunCreate/param_type.d.ts +84 -45
- package/script/simulator-ui/__generated__/__isograph/Mutation/GambitWorkspaceVerifyBatchRunCreate/param_type.d.ts.map +1 -1
- package/script/simulator-ui/__generated__/__isograph/Mutation/GambitWorkspaceVerifyBatchRunCreate/parameters_type.d.ts +3 -2
- package/script/simulator-ui/__generated__/__isograph/Mutation/GambitWorkspaceVerifyBatchRunCreate/parameters_type.d.ts.map +1 -1
- package/script/simulator-ui/__generated__/__isograph/Mutation/GambitWorkspaceVerifyBatchRunCreate/query_text.d.ts +1 -1
- package/script/simulator-ui/__generated__/__isograph/Mutation/GambitWorkspaceVerifyBatchRunCreate/query_text.d.ts.map +1 -1
- package/script/simulator-ui/__generated__/__isograph/Mutation/GambitWorkspaceVerifyBatchRunCreate/query_text.js +85 -47
- package/script/simulator-ui/__generated__/__isograph/Mutation/GambitWorkspaceVerifyBatchRunCreate/raw_response_type.d.ts +86 -48
- package/script/simulator-ui/__generated__/__isograph/Mutation/GambitWorkspaceVerifyBatchRunCreate/raw_response_type.d.ts.map +1 -1
- package/script/simulator-ui/__generated__/__isograph/Mutation/GambitWorkspaceVerifyBatchRunCreate/resolver_reader.d.ts.map +1 -1
- package/script/simulator-ui/__generated__/__isograph/Mutation/GambitWorkspaceVerifyBatchRunCreate/resolver_reader.js +363 -97
- package/script/simulator-ui/__generated__/__isograph/Query/EntrypointSimulatorVerifyPage/normalization_ast.d.ts.map +1 -1
- package/script/simulator-ui/__generated__/__isograph/Query/EntrypointSimulatorVerifyPage/normalization_ast.js +154 -76
- package/script/simulator-ui/__generated__/__isograph/Query/EntrypointSimulatorVerifyPage/query_text.d.ts +1 -1
- package/script/simulator-ui/__generated__/__isograph/Query/EntrypointSimulatorVerifyPage/query_text.d.ts.map +1 -1
- package/script/simulator-ui/__generated__/__isograph/Query/EntrypointSimulatorVerifyPage/query_text.js +45 -29
- package/script/simulator-ui/__generated__/__isograph/Query/EntrypointSimulatorVerifyPage/raw_response_type.d.ts +46 -30
- package/script/simulator-ui/__generated__/__isograph/Query/EntrypointSimulatorVerifyPage/raw_response_type.d.ts.map +1 -1
- package/script/simulator-ui/__generated__/__isograph/Query/EntrypointWorkspaceVerifyLiveWrite/normalization_ast.d.ts.map +1 -1
- package/script/simulator-ui/__generated__/__isograph/Query/EntrypointWorkspaceVerifyLiveWrite/normalization_ast.js +154 -76
- package/script/simulator-ui/__generated__/__isograph/Query/EntrypointWorkspaceVerifyLiveWrite/param_type.d.ts +45 -28
- package/script/simulator-ui/__generated__/__isograph/Query/EntrypointWorkspaceVerifyLiveWrite/param_type.d.ts.map +1 -1
- package/script/simulator-ui/__generated__/__isograph/Query/EntrypointWorkspaceVerifyLiveWrite/query_text.d.ts +1 -1
- package/script/simulator-ui/__generated__/__isograph/Query/EntrypointWorkspaceVerifyLiveWrite/query_text.d.ts.map +1 -1
- package/script/simulator-ui/__generated__/__isograph/Query/EntrypointWorkspaceVerifyLiveWrite/query_text.js +45 -29
- package/script/simulator-ui/__generated__/__isograph/Query/EntrypointWorkspaceVerifyLiveWrite/raw_response_type.d.ts +46 -30
- package/script/simulator-ui/__generated__/__isograph/Query/EntrypointWorkspaceVerifyLiveWrite/raw_response_type.d.ts.map +1 -1
- package/script/simulator-ui/__generated__/__isograph/Query/EntrypointWorkspaceVerifyLiveWrite/resolver_reader.d.ts.map +1 -1
- package/script/simulator-ui/__generated__/__isograph/Query/EntrypointWorkspaceVerifyLiveWrite/resolver_reader.js +194 -78
- package/script/simulator-ui/__generated__/__isograph/Workspace/VerifyTab/param_type.d.ts +45 -28
- package/script/simulator-ui/__generated__/__isograph/Workspace/VerifyTab/param_type.d.ts.map +1 -1
- package/script/simulator-ui/__generated__/__isograph/Workspace/VerifyTab/resolver_reader.d.ts.map +1 -1
- package/script/simulator-ui/__generated__/__isograph/Workspace/VerifyTab/resolver_reader.js +194 -78
- package/script/simulator-ui/isograph/components/Query/SimulatorVerifyPage.d.ts.map +1 -1
- package/script/simulator-ui/isograph/components/Query/SimulatorVerifyPage.js +256 -202
- package/script/simulator-ui/isograph/components/WorkspaceConversationRun/WorkbenchConversationRunChat.d.ts.map +1 -1
- package/script/simulator-ui/isograph/components/WorkspaceConversationRun/WorkbenchConversationRunChat.js +8 -3
- package/script/simulator-ui/isograph/entrypoints/EntrypointWorkspaceVerifyLiveWrite.d.ts.map +1 -1
- package/script/simulator-ui/isograph/entrypoints/EntrypointWorkspaceVerifyLiveWrite.js +45 -28
- package/script/simulator-ui/mutations/GambitWorkspaceVerifyBatchRunCreate.d.ts +84 -45
- package/script/simulator-ui/mutations/GambitWorkspaceVerifyBatchRunCreate.d.ts.map +1 -1
- package/script/simulator-ui/mutations/GambitWorkspaceVerifyBatchRunCreate.js +85 -46
- package/script/simulator-ui/mutations/GambitWorkspaceVerifyBatchRunCreateMutation.d.ts +84 -45
- package/script/simulator-ui/mutations/GambitWorkspaceVerifyBatchRunCreateMutation.d.ts.map +1 -1
- package/script/simulator-ui/src/AppShell.d.ts.map +1 -1
- package/script/simulator-ui/src/AppShell.js +6 -4
- package/script/simulator-ui/src/verify_unified.d.ts +17 -0
- package/script/simulator-ui/src/verify_unified.d.ts.map +1 -0
- package/script/simulator-ui/src/verify_unified.js +29 -0
- package/script/simulator-ui/subscriptions/__generated__/workspaceVerifyLiveSubscriptionQuery.d.ts +1 -1
- package/script/simulator-ui/subscriptions/__generated__/workspaceVerifyLiveSubscriptionQuery.d.ts.map +1 -1
- package/script/simulator-ui/subscriptions/__generated__/workspaceVerifyLiveSubscriptionQuery.js +1 -1
- package/script/src/server.d.ts.map +1 -1
- package/script/src/server.js +227 -45
- package/script/src/server_isograph_environment.d.ts +11 -4
- package/script/src/server_isograph_environment.d.ts.map +1 -1
- package/script/src/server_isograph_environment.js +5 -0
- package/script/src/simulator_graphql.d.ts +11 -4
- package/script/src/simulator_graphql.d.ts.map +1 -1
- package/script/src/simulator_graphql.js +278 -245
- package/esm/simulator-ui/src/verify_metrics.d.ts +0 -50
- package/esm/simulator-ui/src/verify_metrics.d.ts.map +0 -1
- package/esm/simulator-ui/src/verify_metrics.js +0 -260
- package/script/simulator-ui/src/verify_metrics.d.ts +0 -50
- package/script/simulator-ui/src/verify_metrics.d.ts.map +0 -1
- package/script/simulator-ui/src/verify_metrics.js +0 -264
|
@@ -34,74 +34,40 @@ const readerAst = [
|
|
|
34
34
|
},
|
|
35
35
|
{
|
|
36
36
|
kind: "Linked",
|
|
37
|
-
fieldName: "
|
|
37
|
+
fieldName: "scenarioDecks",
|
|
38
38
|
alias: null,
|
|
39
|
-
arguments:
|
|
40
|
-
[
|
|
41
|
-
"first",
|
|
42
|
-
{ kind: "Literal", value: 50 },
|
|
43
|
-
],
|
|
44
|
-
],
|
|
39
|
+
arguments: null,
|
|
45
40
|
condition: null,
|
|
46
41
|
isUpdatable: false,
|
|
47
42
|
refetchQueryIndex: null,
|
|
48
43
|
selections: [
|
|
49
44
|
{
|
|
50
|
-
kind: "
|
|
51
|
-
fieldName: "
|
|
45
|
+
kind: "Scalar",
|
|
46
|
+
fieldName: "id",
|
|
47
|
+
alias: null,
|
|
48
|
+
arguments: null,
|
|
49
|
+
isUpdatable: false,
|
|
50
|
+
},
|
|
51
|
+
{
|
|
52
|
+
kind: "Scalar",
|
|
53
|
+
fieldName: "label",
|
|
54
|
+
alias: null,
|
|
55
|
+
arguments: null,
|
|
56
|
+
isUpdatable: false,
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
kind: "Scalar",
|
|
60
|
+
fieldName: "description",
|
|
61
|
+
alias: null,
|
|
62
|
+
arguments: null,
|
|
63
|
+
isUpdatable: false,
|
|
64
|
+
},
|
|
65
|
+
{
|
|
66
|
+
kind: "Scalar",
|
|
67
|
+
fieldName: "path",
|
|
52
68
|
alias: null,
|
|
53
69
|
arguments: null,
|
|
54
|
-
condition: null,
|
|
55
70
|
isUpdatable: false,
|
|
56
|
-
refetchQueryIndex: null,
|
|
57
|
-
selections: [
|
|
58
|
-
{
|
|
59
|
-
kind: "Linked",
|
|
60
|
-
fieldName: "node",
|
|
61
|
-
alias: null,
|
|
62
|
-
arguments: null,
|
|
63
|
-
condition: null,
|
|
64
|
-
isUpdatable: false,
|
|
65
|
-
refetchQueryIndex: null,
|
|
66
|
-
selections: [
|
|
67
|
-
{
|
|
68
|
-
kind: "Scalar",
|
|
69
|
-
fieldName: "id",
|
|
70
|
-
alias: null,
|
|
71
|
-
arguments: null,
|
|
72
|
-
isUpdatable: false,
|
|
73
|
-
},
|
|
74
|
-
{
|
|
75
|
-
kind: "Scalar",
|
|
76
|
-
fieldName: "status",
|
|
77
|
-
alias: null,
|
|
78
|
-
arguments: null,
|
|
79
|
-
isUpdatable: false,
|
|
80
|
-
},
|
|
81
|
-
{
|
|
82
|
-
kind: "Scalar",
|
|
83
|
-
fieldName: "startedAt",
|
|
84
|
-
alias: null,
|
|
85
|
-
arguments: null,
|
|
86
|
-
isUpdatable: false,
|
|
87
|
-
},
|
|
88
|
-
{
|
|
89
|
-
kind: "Scalar",
|
|
90
|
-
fieldName: "finishedAt",
|
|
91
|
-
alias: null,
|
|
92
|
-
arguments: null,
|
|
93
|
-
isUpdatable: false,
|
|
94
|
-
},
|
|
95
|
-
{
|
|
96
|
-
kind: "Scalar",
|
|
97
|
-
fieldName: "error",
|
|
98
|
-
alias: null,
|
|
99
|
-
arguments: null,
|
|
100
|
-
isUpdatable: false,
|
|
101
|
-
},
|
|
102
|
-
],
|
|
103
|
-
},
|
|
104
|
-
],
|
|
105
71
|
},
|
|
106
72
|
],
|
|
107
73
|
},
|
|
@@ -226,6 +192,13 @@ const readerAst = [
|
|
|
226
192
|
arguments: null,
|
|
227
193
|
isUpdatable: false,
|
|
228
194
|
},
|
|
195
|
+
{
|
|
196
|
+
kind: "Scalar",
|
|
197
|
+
fieldName: "scenarioDeckId",
|
|
198
|
+
alias: null,
|
|
199
|
+
arguments: null,
|
|
200
|
+
isUpdatable: false,
|
|
201
|
+
},
|
|
229
202
|
{
|
|
230
203
|
kind: "Scalar",
|
|
231
204
|
fieldName: "graderId",
|
|
@@ -235,7 +208,14 @@ const readerAst = [
|
|
|
235
208
|
},
|
|
236
209
|
{
|
|
237
210
|
kind: "Scalar",
|
|
238
|
-
fieldName: "
|
|
211
|
+
fieldName: "scenarioRuns",
|
|
212
|
+
alias: null,
|
|
213
|
+
arguments: null,
|
|
214
|
+
isUpdatable: false,
|
|
215
|
+
},
|
|
216
|
+
{
|
|
217
|
+
kind: "Scalar",
|
|
218
|
+
fieldName: "graderRepeatsPerScenario",
|
|
239
219
|
alias: null,
|
|
240
220
|
arguments: null,
|
|
241
221
|
isUpdatable: false,
|
|
@@ -289,6 +269,20 @@ const readerAst = [
|
|
|
289
269
|
arguments: null,
|
|
290
270
|
isUpdatable: false,
|
|
291
271
|
},
|
|
272
|
+
{
|
|
273
|
+
kind: "Scalar",
|
|
274
|
+
fieldName: "scenarioRunsCompleted",
|
|
275
|
+
alias: null,
|
|
276
|
+
arguments: null,
|
|
277
|
+
isUpdatable: false,
|
|
278
|
+
},
|
|
279
|
+
{
|
|
280
|
+
kind: "Scalar",
|
|
281
|
+
fieldName: "scenarioRunsFailed",
|
|
282
|
+
alias: null,
|
|
283
|
+
arguments: null,
|
|
284
|
+
isUpdatable: false,
|
|
285
|
+
},
|
|
292
286
|
{
|
|
293
287
|
kind: "Linked",
|
|
294
288
|
fieldName: "requests",
|
|
@@ -296,7 +290,7 @@ const readerAst = [
|
|
|
296
290
|
arguments: [
|
|
297
291
|
[
|
|
298
292
|
"first",
|
|
299
|
-
{ kind: "Literal", value:
|
|
293
|
+
{ kind: "Literal", value: 200 },
|
|
300
294
|
],
|
|
301
295
|
],
|
|
302
296
|
condition: null,
|
|
@@ -328,6 +322,13 @@ const readerAst = [
|
|
|
328
322
|
arguments: null,
|
|
329
323
|
isUpdatable: false,
|
|
330
324
|
},
|
|
325
|
+
{
|
|
326
|
+
kind: "Scalar",
|
|
327
|
+
fieldName: "scenarioRunId",
|
|
328
|
+
alias: null,
|
|
329
|
+
arguments: null,
|
|
330
|
+
isUpdatable: false,
|
|
331
|
+
},
|
|
331
332
|
{
|
|
332
333
|
kind: "Scalar",
|
|
333
334
|
fieldName: "status",
|
|
@@ -366,63 +367,98 @@ const readerAst = [
|
|
|
366
367
|
selections: [
|
|
367
368
|
{
|
|
368
369
|
kind: "Scalar",
|
|
369
|
-
fieldName: "
|
|
370
|
+
fieldName: "scenarioRunCountRequested",
|
|
371
|
+
alias: null,
|
|
372
|
+
arguments: null,
|
|
373
|
+
isUpdatable: false,
|
|
374
|
+
},
|
|
375
|
+
{
|
|
376
|
+
kind: "Scalar",
|
|
377
|
+
fieldName: "scenarioRunCountCompleted",
|
|
378
|
+
alias: null,
|
|
379
|
+
arguments: null,
|
|
380
|
+
isUpdatable: false,
|
|
381
|
+
},
|
|
382
|
+
{
|
|
383
|
+
kind: "Scalar",
|
|
384
|
+
fieldName: "scenarioRunCountFailed",
|
|
385
|
+
alias: null,
|
|
386
|
+
arguments: null,
|
|
387
|
+
isUpdatable: false,
|
|
388
|
+
},
|
|
389
|
+
{
|
|
390
|
+
kind: "Scalar",
|
|
391
|
+
fieldName: "gradeSampleCountRequested",
|
|
392
|
+
alias: null,
|
|
393
|
+
arguments: null,
|
|
394
|
+
isUpdatable: false,
|
|
395
|
+
},
|
|
396
|
+
{
|
|
397
|
+
kind: "Scalar",
|
|
398
|
+
fieldName: "gradeSampleCountCompleted",
|
|
399
|
+
alias: null,
|
|
400
|
+
arguments: null,
|
|
401
|
+
isUpdatable: false,
|
|
402
|
+
},
|
|
403
|
+
{
|
|
404
|
+
kind: "Scalar",
|
|
405
|
+
fieldName: "gradeSampleCountFailed",
|
|
370
406
|
alias: null,
|
|
371
407
|
arguments: null,
|
|
372
408
|
isUpdatable: false,
|
|
373
409
|
},
|
|
374
410
|
{
|
|
375
411
|
kind: "Scalar",
|
|
376
|
-
fieldName: "
|
|
412
|
+
fieldName: "executionFailureCount",
|
|
377
413
|
alias: null,
|
|
378
414
|
arguments: null,
|
|
379
415
|
isUpdatable: false,
|
|
380
416
|
},
|
|
381
417
|
{
|
|
382
418
|
kind: "Scalar",
|
|
383
|
-
fieldName: "
|
|
419
|
+
fieldName: "gradingFailureCount",
|
|
384
420
|
alias: null,
|
|
385
421
|
arguments: null,
|
|
386
422
|
isUpdatable: false,
|
|
387
423
|
},
|
|
388
424
|
{
|
|
389
425
|
kind: "Scalar",
|
|
390
|
-
fieldName: "
|
|
426
|
+
fieldName: "passRate",
|
|
391
427
|
alias: null,
|
|
392
428
|
arguments: null,
|
|
393
429
|
isUpdatable: false,
|
|
394
430
|
},
|
|
395
431
|
{
|
|
396
432
|
kind: "Scalar",
|
|
397
|
-
fieldName: "
|
|
433
|
+
fieldName: "scoreMin",
|
|
398
434
|
alias: null,
|
|
399
435
|
arguments: null,
|
|
400
436
|
isUpdatable: false,
|
|
401
437
|
},
|
|
402
438
|
{
|
|
403
439
|
kind: "Scalar",
|
|
404
|
-
fieldName: "
|
|
440
|
+
fieldName: "scoreMedian",
|
|
405
441
|
alias: null,
|
|
406
442
|
arguments: null,
|
|
407
443
|
isUpdatable: false,
|
|
408
444
|
},
|
|
409
445
|
{
|
|
410
446
|
kind: "Scalar",
|
|
411
|
-
fieldName: "
|
|
447
|
+
fieldName: "scoreMax",
|
|
412
448
|
alias: null,
|
|
413
449
|
arguments: null,
|
|
414
450
|
isUpdatable: false,
|
|
415
451
|
},
|
|
416
452
|
{
|
|
417
453
|
kind: "Scalar",
|
|
418
|
-
fieldName: "
|
|
454
|
+
fieldName: "scoreMean",
|
|
419
455
|
alias: null,
|
|
420
456
|
arguments: null,
|
|
421
457
|
isUpdatable: false,
|
|
422
458
|
},
|
|
423
459
|
{
|
|
424
460
|
kind: "Linked",
|
|
425
|
-
fieldName: "
|
|
461
|
+
fieldName: "outlierScenarioRuns",
|
|
426
462
|
alias: null,
|
|
427
463
|
arguments: [
|
|
428
464
|
[
|
|
@@ -461,42 +497,63 @@ const readerAst = [
|
|
|
461
497
|
},
|
|
462
498
|
{
|
|
463
499
|
kind: "Scalar",
|
|
464
|
-
fieldName: "
|
|
500
|
+
fieldName: "scenarioRunId",
|
|
501
|
+
alias: null,
|
|
502
|
+
arguments: null,
|
|
503
|
+
isUpdatable: false,
|
|
504
|
+
},
|
|
505
|
+
{
|
|
506
|
+
kind: "Scalar",
|
|
507
|
+
fieldName: "gradeSampleCount",
|
|
508
|
+
alias: null,
|
|
509
|
+
arguments: null,
|
|
510
|
+
isUpdatable: false,
|
|
511
|
+
},
|
|
512
|
+
{
|
|
513
|
+
kind: "Scalar",
|
|
514
|
+
fieldName: "completedSampleCount",
|
|
515
|
+
alias: null,
|
|
516
|
+
arguments: null,
|
|
517
|
+
isUpdatable: false,
|
|
518
|
+
},
|
|
519
|
+
{
|
|
520
|
+
kind: "Scalar",
|
|
521
|
+
fieldName: "executionFailureCount",
|
|
465
522
|
alias: null,
|
|
466
523
|
arguments: null,
|
|
467
524
|
isUpdatable: false,
|
|
468
525
|
},
|
|
469
526
|
{
|
|
470
527
|
kind: "Scalar",
|
|
471
|
-
fieldName: "
|
|
528
|
+
fieldName: "gradingFailureCount",
|
|
472
529
|
alias: null,
|
|
473
530
|
arguments: null,
|
|
474
531
|
isUpdatable: false,
|
|
475
532
|
},
|
|
476
533
|
{
|
|
477
534
|
kind: "Scalar",
|
|
478
|
-
fieldName: "
|
|
535
|
+
fieldName: "averageScore",
|
|
479
536
|
alias: null,
|
|
480
537
|
arguments: null,
|
|
481
538
|
isUpdatable: false,
|
|
482
539
|
},
|
|
483
540
|
{
|
|
484
541
|
kind: "Scalar",
|
|
485
|
-
fieldName: "
|
|
542
|
+
fieldName: "minScore",
|
|
486
543
|
alias: null,
|
|
487
544
|
arguments: null,
|
|
488
545
|
isUpdatable: false,
|
|
489
546
|
},
|
|
490
547
|
{
|
|
491
548
|
kind: "Scalar",
|
|
492
|
-
fieldName: "
|
|
549
|
+
fieldName: "maxScore",
|
|
493
550
|
alias: null,
|
|
494
551
|
arguments: null,
|
|
495
552
|
isUpdatable: false,
|
|
496
553
|
},
|
|
497
554
|
{
|
|
498
555
|
kind: "Scalar",
|
|
499
|
-
fieldName: "
|
|
556
|
+
fieldName: "failed",
|
|
500
557
|
alias: null,
|
|
501
558
|
arguments: null,
|
|
502
559
|
isUpdatable: false,
|
|
@@ -517,14 +574,73 @@ const readerAst = [
|
|
|
517
574
|
},
|
|
518
575
|
{
|
|
519
576
|
kind: "Scalar",
|
|
520
|
-
fieldName: "
|
|
577
|
+
fieldName: "messageRefId",
|
|
521
578
|
alias: null,
|
|
522
579
|
arguments: null,
|
|
523
580
|
isUpdatable: false,
|
|
524
581
|
},
|
|
582
|
+
],
|
|
583
|
+
},
|
|
584
|
+
],
|
|
585
|
+
},
|
|
586
|
+
],
|
|
587
|
+
},
|
|
588
|
+
{
|
|
589
|
+
kind: "Linked",
|
|
590
|
+
fieldName: "failureReasons",
|
|
591
|
+
alias: null,
|
|
592
|
+
arguments: [
|
|
593
|
+
[
|
|
594
|
+
"first",
|
|
595
|
+
{ kind: "Literal", value: 25 },
|
|
596
|
+
],
|
|
597
|
+
],
|
|
598
|
+
condition: null,
|
|
599
|
+
isUpdatable: false,
|
|
600
|
+
refetchQueryIndex: null,
|
|
601
|
+
selections: [
|
|
602
|
+
{
|
|
603
|
+
kind: "Linked",
|
|
604
|
+
fieldName: "edges",
|
|
605
|
+
alias: null,
|
|
606
|
+
arguments: null,
|
|
607
|
+
condition: null,
|
|
608
|
+
isUpdatable: false,
|
|
609
|
+
refetchQueryIndex: null,
|
|
610
|
+
selections: [
|
|
611
|
+
{
|
|
612
|
+
kind: "Linked",
|
|
613
|
+
fieldName: "node",
|
|
614
|
+
alias: null,
|
|
615
|
+
arguments: null,
|
|
616
|
+
condition: null,
|
|
617
|
+
isUpdatable: false,
|
|
618
|
+
refetchQueryIndex: null,
|
|
619
|
+
selections: [
|
|
525
620
|
{
|
|
526
621
|
kind: "Scalar",
|
|
527
|
-
fieldName: "
|
|
622
|
+
fieldName: "key",
|
|
623
|
+
alias: null,
|
|
624
|
+
arguments: null,
|
|
625
|
+
isUpdatable: false,
|
|
626
|
+
},
|
|
627
|
+
{
|
|
628
|
+
kind: "Scalar",
|
|
629
|
+
fieldName: "kind",
|
|
630
|
+
alias: null,
|
|
631
|
+
arguments: null,
|
|
632
|
+
isUpdatable: false,
|
|
633
|
+
},
|
|
634
|
+
{
|
|
635
|
+
kind: "Scalar",
|
|
636
|
+
fieldName: "reason",
|
|
637
|
+
alias: null,
|
|
638
|
+
arguments: null,
|
|
639
|
+
isUpdatable: false,
|
|
640
|
+
},
|
|
641
|
+
{
|
|
642
|
+
kind: "Scalar",
|
|
643
|
+
fieldName: "count",
|
|
528
644
|
alias: null,
|
|
529
645
|
arguments: null,
|
|
530
646
|
isUpdatable: false,
|
|
@@ -570,6 +686,13 @@ const readerAst = [
|
|
|
570
686
|
arguments: null,
|
|
571
687
|
isUpdatable: false,
|
|
572
688
|
},
|
|
689
|
+
{
|
|
690
|
+
kind: "Scalar",
|
|
691
|
+
fieldName: "scenarioDeckId",
|
|
692
|
+
alias: null,
|
|
693
|
+
arguments: null,
|
|
694
|
+
isUpdatable: false,
|
|
695
|
+
},
|
|
573
696
|
{
|
|
574
697
|
kind: "Scalar",
|
|
575
698
|
fieldName: "graderId",
|
|
@@ -579,7 +702,14 @@ const readerAst = [
|
|
|
579
702
|
},
|
|
580
703
|
{
|
|
581
704
|
kind: "Scalar",
|
|
582
|
-
fieldName: "
|
|
705
|
+
fieldName: "scenarioRuns",
|
|
706
|
+
alias: null,
|
|
707
|
+
arguments: null,
|
|
708
|
+
isUpdatable: false,
|
|
709
|
+
},
|
|
710
|
+
{
|
|
711
|
+
kind: "Scalar",
|
|
712
|
+
fieldName: "graderRepeatsPerScenario",
|
|
583
713
|
alias: null,
|
|
584
714
|
arguments: null,
|
|
585
715
|
isUpdatable: false,
|
|
@@ -633,6 +763,20 @@ const readerAst = [
|
|
|
633
763
|
arguments: null,
|
|
634
764
|
isUpdatable: false,
|
|
635
765
|
},
|
|
766
|
+
{
|
|
767
|
+
kind: "Scalar",
|
|
768
|
+
fieldName: "scenarioRunsCompleted",
|
|
769
|
+
alias: null,
|
|
770
|
+
arguments: null,
|
|
771
|
+
isUpdatable: false,
|
|
772
|
+
},
|
|
773
|
+
{
|
|
774
|
+
kind: "Scalar",
|
|
775
|
+
fieldName: "scenarioRunsFailed",
|
|
776
|
+
alias: null,
|
|
777
|
+
arguments: null,
|
|
778
|
+
isUpdatable: false,
|
|
779
|
+
},
|
|
636
780
|
{
|
|
637
781
|
kind: "Linked",
|
|
638
782
|
fieldName: "requests",
|
|
@@ -640,7 +784,7 @@ const readerAst = [
|
|
|
640
784
|
arguments: [
|
|
641
785
|
[
|
|
642
786
|
"first",
|
|
643
|
-
{ kind: "Literal", value:
|
|
787
|
+
{ kind: "Literal", value: 200 },
|
|
644
788
|
],
|
|
645
789
|
],
|
|
646
790
|
condition: null,
|
|
@@ -672,6 +816,13 @@ const readerAst = [
|
|
|
672
816
|
arguments: null,
|
|
673
817
|
isUpdatable: false,
|
|
674
818
|
},
|
|
819
|
+
{
|
|
820
|
+
kind: "Scalar",
|
|
821
|
+
fieldName: "scenarioRunId",
|
|
822
|
+
alias: null,
|
|
823
|
+
arguments: null,
|
|
824
|
+
isUpdatable: false,
|
|
825
|
+
},
|
|
675
826
|
{
|
|
676
827
|
kind: "Scalar",
|
|
677
828
|
fieldName: "status",
|
|
@@ -710,63 +861,98 @@ const readerAst = [
|
|
|
710
861
|
selections: [
|
|
711
862
|
{
|
|
712
863
|
kind: "Scalar",
|
|
713
|
-
fieldName: "
|
|
864
|
+
fieldName: "scenarioRunCountRequested",
|
|
865
|
+
alias: null,
|
|
866
|
+
arguments: null,
|
|
867
|
+
isUpdatable: false,
|
|
868
|
+
},
|
|
869
|
+
{
|
|
870
|
+
kind: "Scalar",
|
|
871
|
+
fieldName: "scenarioRunCountCompleted",
|
|
872
|
+
alias: null,
|
|
873
|
+
arguments: null,
|
|
874
|
+
isUpdatable: false,
|
|
875
|
+
},
|
|
876
|
+
{
|
|
877
|
+
kind: "Scalar",
|
|
878
|
+
fieldName: "scenarioRunCountFailed",
|
|
879
|
+
alias: null,
|
|
880
|
+
arguments: null,
|
|
881
|
+
isUpdatable: false,
|
|
882
|
+
},
|
|
883
|
+
{
|
|
884
|
+
kind: "Scalar",
|
|
885
|
+
fieldName: "gradeSampleCountRequested",
|
|
886
|
+
alias: null,
|
|
887
|
+
arguments: null,
|
|
888
|
+
isUpdatable: false,
|
|
889
|
+
},
|
|
890
|
+
{
|
|
891
|
+
kind: "Scalar",
|
|
892
|
+
fieldName: "gradeSampleCountCompleted",
|
|
714
893
|
alias: null,
|
|
715
894
|
arguments: null,
|
|
716
895
|
isUpdatable: false,
|
|
717
896
|
},
|
|
718
897
|
{
|
|
719
898
|
kind: "Scalar",
|
|
720
|
-
fieldName: "
|
|
899
|
+
fieldName: "gradeSampleCountFailed",
|
|
721
900
|
alias: null,
|
|
722
901
|
arguments: null,
|
|
723
902
|
isUpdatable: false,
|
|
724
903
|
},
|
|
725
904
|
{
|
|
726
905
|
kind: "Scalar",
|
|
727
|
-
fieldName: "
|
|
906
|
+
fieldName: "executionFailureCount",
|
|
728
907
|
alias: null,
|
|
729
908
|
arguments: null,
|
|
730
909
|
isUpdatable: false,
|
|
731
910
|
},
|
|
732
911
|
{
|
|
733
912
|
kind: "Scalar",
|
|
734
|
-
fieldName: "
|
|
913
|
+
fieldName: "gradingFailureCount",
|
|
735
914
|
alias: null,
|
|
736
915
|
arguments: null,
|
|
737
916
|
isUpdatable: false,
|
|
738
917
|
},
|
|
739
918
|
{
|
|
740
919
|
kind: "Scalar",
|
|
741
|
-
fieldName: "
|
|
920
|
+
fieldName: "passRate",
|
|
742
921
|
alias: null,
|
|
743
922
|
arguments: null,
|
|
744
923
|
isUpdatable: false,
|
|
745
924
|
},
|
|
746
925
|
{
|
|
747
926
|
kind: "Scalar",
|
|
748
|
-
fieldName: "
|
|
927
|
+
fieldName: "scoreMin",
|
|
749
928
|
alias: null,
|
|
750
929
|
arguments: null,
|
|
751
930
|
isUpdatable: false,
|
|
752
931
|
},
|
|
753
932
|
{
|
|
754
933
|
kind: "Scalar",
|
|
755
|
-
fieldName: "
|
|
934
|
+
fieldName: "scoreMedian",
|
|
756
935
|
alias: null,
|
|
757
936
|
arguments: null,
|
|
758
937
|
isUpdatable: false,
|
|
759
938
|
},
|
|
760
939
|
{
|
|
761
940
|
kind: "Scalar",
|
|
762
|
-
fieldName: "
|
|
941
|
+
fieldName: "scoreMax",
|
|
942
|
+
alias: null,
|
|
943
|
+
arguments: null,
|
|
944
|
+
isUpdatable: false,
|
|
945
|
+
},
|
|
946
|
+
{
|
|
947
|
+
kind: "Scalar",
|
|
948
|
+
fieldName: "scoreMean",
|
|
763
949
|
alias: null,
|
|
764
950
|
arguments: null,
|
|
765
951
|
isUpdatable: false,
|
|
766
952
|
},
|
|
767
953
|
{
|
|
768
954
|
kind: "Linked",
|
|
769
|
-
fieldName: "
|
|
955
|
+
fieldName: "outlierScenarioRuns",
|
|
770
956
|
alias: null,
|
|
771
957
|
arguments: [
|
|
772
958
|
[
|
|
@@ -805,42 +991,63 @@ const readerAst = [
|
|
|
805
991
|
},
|
|
806
992
|
{
|
|
807
993
|
kind: "Scalar",
|
|
808
|
-
fieldName: "
|
|
994
|
+
fieldName: "scenarioRunId",
|
|
995
|
+
alias: null,
|
|
996
|
+
arguments: null,
|
|
997
|
+
isUpdatable: false,
|
|
998
|
+
},
|
|
999
|
+
{
|
|
1000
|
+
kind: "Scalar",
|
|
1001
|
+
fieldName: "gradeSampleCount",
|
|
1002
|
+
alias: null,
|
|
1003
|
+
arguments: null,
|
|
1004
|
+
isUpdatable: false,
|
|
1005
|
+
},
|
|
1006
|
+
{
|
|
1007
|
+
kind: "Scalar",
|
|
1008
|
+
fieldName: "completedSampleCount",
|
|
809
1009
|
alias: null,
|
|
810
1010
|
arguments: null,
|
|
811
1011
|
isUpdatable: false,
|
|
812
1012
|
},
|
|
813
1013
|
{
|
|
814
1014
|
kind: "Scalar",
|
|
815
|
-
fieldName: "
|
|
1015
|
+
fieldName: "executionFailureCount",
|
|
816
1016
|
alias: null,
|
|
817
1017
|
arguments: null,
|
|
818
1018
|
isUpdatable: false,
|
|
819
1019
|
},
|
|
820
1020
|
{
|
|
821
1021
|
kind: "Scalar",
|
|
822
|
-
fieldName: "
|
|
1022
|
+
fieldName: "gradingFailureCount",
|
|
823
1023
|
alias: null,
|
|
824
1024
|
arguments: null,
|
|
825
1025
|
isUpdatable: false,
|
|
826
1026
|
},
|
|
827
1027
|
{
|
|
828
1028
|
kind: "Scalar",
|
|
829
|
-
fieldName: "
|
|
1029
|
+
fieldName: "averageScore",
|
|
830
1030
|
alias: null,
|
|
831
1031
|
arguments: null,
|
|
832
1032
|
isUpdatable: false,
|
|
833
1033
|
},
|
|
834
1034
|
{
|
|
835
1035
|
kind: "Scalar",
|
|
836
|
-
fieldName: "
|
|
1036
|
+
fieldName: "minScore",
|
|
837
1037
|
alias: null,
|
|
838
1038
|
arguments: null,
|
|
839
1039
|
isUpdatable: false,
|
|
840
1040
|
},
|
|
841
1041
|
{
|
|
842
1042
|
kind: "Scalar",
|
|
843
|
-
fieldName: "
|
|
1043
|
+
fieldName: "maxScore",
|
|
1044
|
+
alias: null,
|
|
1045
|
+
arguments: null,
|
|
1046
|
+
isUpdatable: false,
|
|
1047
|
+
},
|
|
1048
|
+
{
|
|
1049
|
+
kind: "Scalar",
|
|
1050
|
+
fieldName: "failed",
|
|
844
1051
|
alias: null,
|
|
845
1052
|
arguments: null,
|
|
846
1053
|
isUpdatable: false,
|
|
@@ -861,14 +1068,73 @@ const readerAst = [
|
|
|
861
1068
|
},
|
|
862
1069
|
{
|
|
863
1070
|
kind: "Scalar",
|
|
864
|
-
fieldName: "
|
|
1071
|
+
fieldName: "messageRefId",
|
|
1072
|
+
alias: null,
|
|
1073
|
+
arguments: null,
|
|
1074
|
+
isUpdatable: false,
|
|
1075
|
+
},
|
|
1076
|
+
],
|
|
1077
|
+
},
|
|
1078
|
+
],
|
|
1079
|
+
},
|
|
1080
|
+
],
|
|
1081
|
+
},
|
|
1082
|
+
{
|
|
1083
|
+
kind: "Linked",
|
|
1084
|
+
fieldName: "failureReasons",
|
|
1085
|
+
alias: null,
|
|
1086
|
+
arguments: [
|
|
1087
|
+
[
|
|
1088
|
+
"first",
|
|
1089
|
+
{ kind: "Literal", value: 25 },
|
|
1090
|
+
],
|
|
1091
|
+
],
|
|
1092
|
+
condition: null,
|
|
1093
|
+
isUpdatable: false,
|
|
1094
|
+
refetchQueryIndex: null,
|
|
1095
|
+
selections: [
|
|
1096
|
+
{
|
|
1097
|
+
kind: "Linked",
|
|
1098
|
+
fieldName: "edges",
|
|
1099
|
+
alias: null,
|
|
1100
|
+
arguments: null,
|
|
1101
|
+
condition: null,
|
|
1102
|
+
isUpdatable: false,
|
|
1103
|
+
refetchQueryIndex: null,
|
|
1104
|
+
selections: [
|
|
1105
|
+
{
|
|
1106
|
+
kind: "Linked",
|
|
1107
|
+
fieldName: "node",
|
|
1108
|
+
alias: null,
|
|
1109
|
+
arguments: null,
|
|
1110
|
+
condition: null,
|
|
1111
|
+
isUpdatable: false,
|
|
1112
|
+
refetchQueryIndex: null,
|
|
1113
|
+
selections: [
|
|
1114
|
+
{
|
|
1115
|
+
kind: "Scalar",
|
|
1116
|
+
fieldName: "key",
|
|
1117
|
+
alias: null,
|
|
1118
|
+
arguments: null,
|
|
1119
|
+
isUpdatable: false,
|
|
1120
|
+
},
|
|
1121
|
+
{
|
|
1122
|
+
kind: "Scalar",
|
|
1123
|
+
fieldName: "kind",
|
|
865
1124
|
alias: null,
|
|
866
1125
|
arguments: null,
|
|
867
1126
|
isUpdatable: false,
|
|
868
1127
|
},
|
|
869
1128
|
{
|
|
870
1129
|
kind: "Scalar",
|
|
871
|
-
fieldName: "
|
|
1130
|
+
fieldName: "reason",
|
|
1131
|
+
alias: null,
|
|
1132
|
+
arguments: null,
|
|
1133
|
+
isUpdatable: false,
|
|
1134
|
+
},
|
|
1135
|
+
{
|
|
1136
|
+
kind: "Scalar",
|
|
1137
|
+
fieldName: "count",
|
|
872
1138
|
alias: null,
|
|
873
1139
|
arguments: null,
|
|
874
1140
|
isUpdatable: false,
|