@task-shepherd/agent 1.0.44 → 1.0.45
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/dist/cli/index.js +1 -1
- package/dist/graphql/introspection.json +3571 -225
- package/dist/index.js +1 -1
- package/dist/meta.json +74 -17
- package/package.json +1 -1
- package/web/dist/assets/{index-dce01df3.js → index-964c5c2c.js} +2 -2
- package/web/dist/assets/{index-dce01df3.js.map → index-964c5c2c.js.map} +1 -1
- package/web/dist/index.html +1 -1
|
@@ -2374,6 +2374,12 @@
|
|
|
2374
2374
|
"isDeprecated": false,
|
|
2375
2375
|
"deprecationReason": null
|
|
2376
2376
|
},
|
|
2377
|
+
{
|
|
2378
|
+
"name": "STORY_GENERATION",
|
|
2379
|
+
"description": null,
|
|
2380
|
+
"isDeprecated": false,
|
|
2381
|
+
"deprecationReason": null
|
|
2382
|
+
},
|
|
2377
2383
|
{
|
|
2378
2384
|
"name": "STORY_IMPLEMENTATION",
|
|
2379
2385
|
"description": null,
|
|
@@ -4495,6 +4501,126 @@
|
|
|
4495
4501
|
"enumValues": null,
|
|
4496
4502
|
"possibleTypes": null
|
|
4497
4503
|
},
|
|
4504
|
+
{
|
|
4505
|
+
"kind": "INPUT_OBJECT",
|
|
4506
|
+
"name": "AddStoryDraftInput",
|
|
4507
|
+
"description": "Input for adding a new story draft manually",
|
|
4508
|
+
"isOneOf": false,
|
|
4509
|
+
"fields": null,
|
|
4510
|
+
"inputFields": [
|
|
4511
|
+
{
|
|
4512
|
+
"name": "acceptanceCriteria",
|
|
4513
|
+
"description": null,
|
|
4514
|
+
"type": {
|
|
4515
|
+
"kind": "LIST",
|
|
4516
|
+
"name": null,
|
|
4517
|
+
"ofType": {
|
|
4518
|
+
"kind": "NON_NULL",
|
|
4519
|
+
"name": null,
|
|
4520
|
+
"ofType": {
|
|
4521
|
+
"kind": "SCALAR",
|
|
4522
|
+
"name": "String",
|
|
4523
|
+
"ofType": null
|
|
4524
|
+
}
|
|
4525
|
+
}
|
|
4526
|
+
},
|
|
4527
|
+
"defaultValue": null,
|
|
4528
|
+
"isDeprecated": false,
|
|
4529
|
+
"deprecationReason": null
|
|
4530
|
+
},
|
|
4531
|
+
{
|
|
4532
|
+
"name": "description",
|
|
4533
|
+
"description": null,
|
|
4534
|
+
"type": {
|
|
4535
|
+
"kind": "SCALAR",
|
|
4536
|
+
"name": "String",
|
|
4537
|
+
"ofType": null
|
|
4538
|
+
},
|
|
4539
|
+
"defaultValue": null,
|
|
4540
|
+
"isDeprecated": false,
|
|
4541
|
+
"deprecationReason": null
|
|
4542
|
+
},
|
|
4543
|
+
{
|
|
4544
|
+
"name": "estimate",
|
|
4545
|
+
"description": null,
|
|
4546
|
+
"type": {
|
|
4547
|
+
"kind": "SCALAR",
|
|
4548
|
+
"name": "Int",
|
|
4549
|
+
"ofType": null
|
|
4550
|
+
},
|
|
4551
|
+
"defaultValue": null,
|
|
4552
|
+
"isDeprecated": false,
|
|
4553
|
+
"deprecationReason": null
|
|
4554
|
+
},
|
|
4555
|
+
{
|
|
4556
|
+
"name": "priority",
|
|
4557
|
+
"description": null,
|
|
4558
|
+
"type": {
|
|
4559
|
+
"kind": "SCALAR",
|
|
4560
|
+
"name": "String",
|
|
4561
|
+
"ofType": null
|
|
4562
|
+
},
|
|
4563
|
+
"defaultValue": "\"MEDIUM\"",
|
|
4564
|
+
"isDeprecated": false,
|
|
4565
|
+
"deprecationReason": null
|
|
4566
|
+
},
|
|
4567
|
+
{
|
|
4568
|
+
"name": "sessionId",
|
|
4569
|
+
"description": null,
|
|
4570
|
+
"type": {
|
|
4571
|
+
"kind": "NON_NULL",
|
|
4572
|
+
"name": null,
|
|
4573
|
+
"ofType": {
|
|
4574
|
+
"kind": "SCALAR",
|
|
4575
|
+
"name": "String",
|
|
4576
|
+
"ofType": null
|
|
4577
|
+
}
|
|
4578
|
+
},
|
|
4579
|
+
"defaultValue": null,
|
|
4580
|
+
"isDeprecated": false,
|
|
4581
|
+
"deprecationReason": null
|
|
4582
|
+
},
|
|
4583
|
+
{
|
|
4584
|
+
"name": "tags",
|
|
4585
|
+
"description": null,
|
|
4586
|
+
"type": {
|
|
4587
|
+
"kind": "LIST",
|
|
4588
|
+
"name": null,
|
|
4589
|
+
"ofType": {
|
|
4590
|
+
"kind": "NON_NULL",
|
|
4591
|
+
"name": null,
|
|
4592
|
+
"ofType": {
|
|
4593
|
+
"kind": "SCALAR",
|
|
4594
|
+
"name": "String",
|
|
4595
|
+
"ofType": null
|
|
4596
|
+
}
|
|
4597
|
+
}
|
|
4598
|
+
},
|
|
4599
|
+
"defaultValue": null,
|
|
4600
|
+
"isDeprecated": false,
|
|
4601
|
+
"deprecationReason": null
|
|
4602
|
+
},
|
|
4603
|
+
{
|
|
4604
|
+
"name": "title",
|
|
4605
|
+
"description": null,
|
|
4606
|
+
"type": {
|
|
4607
|
+
"kind": "NON_NULL",
|
|
4608
|
+
"name": null,
|
|
4609
|
+
"ofType": {
|
|
4610
|
+
"kind": "SCALAR",
|
|
4611
|
+
"name": "String",
|
|
4612
|
+
"ofType": null
|
|
4613
|
+
}
|
|
4614
|
+
},
|
|
4615
|
+
"defaultValue": null,
|
|
4616
|
+
"isDeprecated": false,
|
|
4617
|
+
"deprecationReason": null
|
|
4618
|
+
}
|
|
4619
|
+
],
|
|
4620
|
+
"interfaces": null,
|
|
4621
|
+
"enumValues": null,
|
|
4622
|
+
"possibleTypes": null
|
|
4623
|
+
},
|
|
4498
4624
|
{
|
|
4499
4625
|
"kind": "OBJECT",
|
|
4500
4626
|
"name": "AgentAvailabilityStatusType",
|
|
@@ -6027,6 +6153,106 @@
|
|
|
6027
6153
|
],
|
|
6028
6154
|
"possibleTypes": null
|
|
6029
6155
|
},
|
|
6156
|
+
{
|
|
6157
|
+
"kind": "OBJECT",
|
|
6158
|
+
"name": "ApplyGeneratedStoriesResult",
|
|
6159
|
+
"description": "Result of applying generated stories to project",
|
|
6160
|
+
"isOneOf": null,
|
|
6161
|
+
"fields": [
|
|
6162
|
+
{
|
|
6163
|
+
"name": "createdStoryIds",
|
|
6164
|
+
"description": null,
|
|
6165
|
+
"args": [],
|
|
6166
|
+
"type": {
|
|
6167
|
+
"kind": "NON_NULL",
|
|
6168
|
+
"name": null,
|
|
6169
|
+
"ofType": {
|
|
6170
|
+
"kind": "LIST",
|
|
6171
|
+
"name": null,
|
|
6172
|
+
"ofType": {
|
|
6173
|
+
"kind": "NON_NULL",
|
|
6174
|
+
"name": null,
|
|
6175
|
+
"ofType": {
|
|
6176
|
+
"kind": "SCALAR",
|
|
6177
|
+
"name": "String",
|
|
6178
|
+
"ofType": null
|
|
6179
|
+
}
|
|
6180
|
+
}
|
|
6181
|
+
}
|
|
6182
|
+
},
|
|
6183
|
+
"isDeprecated": false,
|
|
6184
|
+
"deprecationReason": null
|
|
6185
|
+
},
|
|
6186
|
+
{
|
|
6187
|
+
"name": "createdTaskCount",
|
|
6188
|
+
"description": null,
|
|
6189
|
+
"args": [],
|
|
6190
|
+
"type": {
|
|
6191
|
+
"kind": "NON_NULL",
|
|
6192
|
+
"name": null,
|
|
6193
|
+
"ofType": {
|
|
6194
|
+
"kind": "SCALAR",
|
|
6195
|
+
"name": "Int",
|
|
6196
|
+
"ofType": null
|
|
6197
|
+
}
|
|
6198
|
+
},
|
|
6199
|
+
"isDeprecated": false,
|
|
6200
|
+
"deprecationReason": null
|
|
6201
|
+
},
|
|
6202
|
+
{
|
|
6203
|
+
"name": "failedStories",
|
|
6204
|
+
"description": null,
|
|
6205
|
+
"args": [],
|
|
6206
|
+
"type": {
|
|
6207
|
+
"kind": "LIST",
|
|
6208
|
+
"name": null,
|
|
6209
|
+
"ofType": {
|
|
6210
|
+
"kind": "NON_NULL",
|
|
6211
|
+
"name": null,
|
|
6212
|
+
"ofType": {
|
|
6213
|
+
"kind": "OBJECT",
|
|
6214
|
+
"name": "FailedStoryInfo",
|
|
6215
|
+
"ofType": null
|
|
6216
|
+
}
|
|
6217
|
+
}
|
|
6218
|
+
},
|
|
6219
|
+
"isDeprecated": false,
|
|
6220
|
+
"deprecationReason": null
|
|
6221
|
+
},
|
|
6222
|
+
{
|
|
6223
|
+
"name": "message",
|
|
6224
|
+
"description": null,
|
|
6225
|
+
"args": [],
|
|
6226
|
+
"type": {
|
|
6227
|
+
"kind": "SCALAR",
|
|
6228
|
+
"name": "String",
|
|
6229
|
+
"ofType": null
|
|
6230
|
+
},
|
|
6231
|
+
"isDeprecated": false,
|
|
6232
|
+
"deprecationReason": null
|
|
6233
|
+
},
|
|
6234
|
+
{
|
|
6235
|
+
"name": "success",
|
|
6236
|
+
"description": null,
|
|
6237
|
+
"args": [],
|
|
6238
|
+
"type": {
|
|
6239
|
+
"kind": "NON_NULL",
|
|
6240
|
+
"name": null,
|
|
6241
|
+
"ofType": {
|
|
6242
|
+
"kind": "SCALAR",
|
|
6243
|
+
"name": "Boolean",
|
|
6244
|
+
"ofType": null
|
|
6245
|
+
}
|
|
6246
|
+
},
|
|
6247
|
+
"isDeprecated": false,
|
|
6248
|
+
"deprecationReason": null
|
|
6249
|
+
}
|
|
6250
|
+
],
|
|
6251
|
+
"inputFields": null,
|
|
6252
|
+
"interfaces": [],
|
|
6253
|
+
"enumValues": null,
|
|
6254
|
+
"possibleTypes": null
|
|
6255
|
+
},
|
|
6030
6256
|
{
|
|
6031
6257
|
"kind": "INPUT_OBJECT",
|
|
6032
6258
|
"name": "ApplyReviewInput",
|
|
@@ -7633,6 +7859,34 @@
|
|
|
7633
7859
|
"isDeprecated": false,
|
|
7634
7860
|
"deprecationReason": null
|
|
7635
7861
|
},
|
|
7862
|
+
{
|
|
7863
|
+
"name": "actorId",
|
|
7864
|
+
"description": null,
|
|
7865
|
+
"args": [],
|
|
7866
|
+
"type": {
|
|
7867
|
+
"kind": "SCALAR",
|
|
7868
|
+
"name": "String",
|
|
7869
|
+
"ofType": null
|
|
7870
|
+
},
|
|
7871
|
+
"isDeprecated": false,
|
|
7872
|
+
"deprecationReason": null
|
|
7873
|
+
},
|
|
7874
|
+
{
|
|
7875
|
+
"name": "actorType",
|
|
7876
|
+
"description": null,
|
|
7877
|
+
"args": [],
|
|
7878
|
+
"type": {
|
|
7879
|
+
"kind": "NON_NULL",
|
|
7880
|
+
"name": null,
|
|
7881
|
+
"ofType": {
|
|
7882
|
+
"kind": "ENUM",
|
|
7883
|
+
"name": "EntityAuditActorType",
|
|
7884
|
+
"ofType": null
|
|
7885
|
+
}
|
|
7886
|
+
},
|
|
7887
|
+
"isDeprecated": false,
|
|
7888
|
+
"deprecationReason": null
|
|
7889
|
+
},
|
|
7636
7890
|
{
|
|
7637
7891
|
"name": "createdAt",
|
|
7638
7892
|
"description": null,
|
|
@@ -10754,6 +11008,130 @@
|
|
|
10754
11008
|
"enumValues": null,
|
|
10755
11009
|
"possibleTypes": null
|
|
10756
11010
|
},
|
|
11011
|
+
{
|
|
11012
|
+
"kind": "INPUT_OBJECT",
|
|
11013
|
+
"name": "CompleteStoryGenerationInput",
|
|
11014
|
+
"description": "Input for completing story generation with AI results",
|
|
11015
|
+
"isOneOf": false,
|
|
11016
|
+
"fields": null,
|
|
11017
|
+
"inputFields": [
|
|
11018
|
+
{
|
|
11019
|
+
"name": "errorMessage",
|
|
11020
|
+
"description": null,
|
|
11021
|
+
"type": {
|
|
11022
|
+
"kind": "SCALAR",
|
|
11023
|
+
"name": "String",
|
|
11024
|
+
"ofType": null
|
|
11025
|
+
},
|
|
11026
|
+
"defaultValue": null,
|
|
11027
|
+
"isDeprecated": false,
|
|
11028
|
+
"deprecationReason": null
|
|
11029
|
+
},
|
|
11030
|
+
{
|
|
11031
|
+
"name": "generatedContent",
|
|
11032
|
+
"description": null,
|
|
11033
|
+
"type": {
|
|
11034
|
+
"kind": "INPUT_OBJECT",
|
|
11035
|
+
"name": "GeneratedContentInput",
|
|
11036
|
+
"ofType": null
|
|
11037
|
+
},
|
|
11038
|
+
"defaultValue": null,
|
|
11039
|
+
"isDeprecated": false,
|
|
11040
|
+
"deprecationReason": null
|
|
11041
|
+
},
|
|
11042
|
+
{
|
|
11043
|
+
"name": "sessionId",
|
|
11044
|
+
"description": null,
|
|
11045
|
+
"type": {
|
|
11046
|
+
"kind": "NON_NULL",
|
|
11047
|
+
"name": null,
|
|
11048
|
+
"ofType": {
|
|
11049
|
+
"kind": "SCALAR",
|
|
11050
|
+
"name": "String",
|
|
11051
|
+
"ofType": null
|
|
11052
|
+
}
|
|
11053
|
+
},
|
|
11054
|
+
"defaultValue": null,
|
|
11055
|
+
"isDeprecated": false,
|
|
11056
|
+
"deprecationReason": null
|
|
11057
|
+
}
|
|
11058
|
+
],
|
|
11059
|
+
"interfaces": null,
|
|
11060
|
+
"enumValues": null,
|
|
11061
|
+
"possibleTypes": null
|
|
11062
|
+
},
|
|
11063
|
+
{
|
|
11064
|
+
"kind": "OBJECT",
|
|
11065
|
+
"name": "CompleteStoryGenerationResult",
|
|
11066
|
+
"description": "Result of completing story generation",
|
|
11067
|
+
"isOneOf": null,
|
|
11068
|
+
"fields": [
|
|
11069
|
+
{
|
|
11070
|
+
"name": "message",
|
|
11071
|
+
"description": null,
|
|
11072
|
+
"args": [],
|
|
11073
|
+
"type": {
|
|
11074
|
+
"kind": "SCALAR",
|
|
11075
|
+
"name": "String",
|
|
11076
|
+
"ofType": null
|
|
11077
|
+
},
|
|
11078
|
+
"isDeprecated": false,
|
|
11079
|
+
"deprecationReason": null
|
|
11080
|
+
},
|
|
11081
|
+
{
|
|
11082
|
+
"name": "sessionId",
|
|
11083
|
+
"description": null,
|
|
11084
|
+
"args": [],
|
|
11085
|
+
"type": {
|
|
11086
|
+
"kind": "NON_NULL",
|
|
11087
|
+
"name": null,
|
|
11088
|
+
"ofType": {
|
|
11089
|
+
"kind": "SCALAR",
|
|
11090
|
+
"name": "String",
|
|
11091
|
+
"ofType": null
|
|
11092
|
+
}
|
|
11093
|
+
},
|
|
11094
|
+
"isDeprecated": false,
|
|
11095
|
+
"deprecationReason": null
|
|
11096
|
+
},
|
|
11097
|
+
{
|
|
11098
|
+
"name": "status",
|
|
11099
|
+
"description": null,
|
|
11100
|
+
"args": [],
|
|
11101
|
+
"type": {
|
|
11102
|
+
"kind": "NON_NULL",
|
|
11103
|
+
"name": null,
|
|
11104
|
+
"ofType": {
|
|
11105
|
+
"kind": "SCALAR",
|
|
11106
|
+
"name": "String",
|
|
11107
|
+
"ofType": null
|
|
11108
|
+
}
|
|
11109
|
+
},
|
|
11110
|
+
"isDeprecated": false,
|
|
11111
|
+
"deprecationReason": null
|
|
11112
|
+
},
|
|
11113
|
+
{
|
|
11114
|
+
"name": "success",
|
|
11115
|
+
"description": null,
|
|
11116
|
+
"args": [],
|
|
11117
|
+
"type": {
|
|
11118
|
+
"kind": "NON_NULL",
|
|
11119
|
+
"name": null,
|
|
11120
|
+
"ofType": {
|
|
11121
|
+
"kind": "SCALAR",
|
|
11122
|
+
"name": "Boolean",
|
|
11123
|
+
"ofType": null
|
|
11124
|
+
}
|
|
11125
|
+
},
|
|
11126
|
+
"isDeprecated": false,
|
|
11127
|
+
"deprecationReason": null
|
|
11128
|
+
}
|
|
11129
|
+
],
|
|
11130
|
+
"inputFields": null,
|
|
11131
|
+
"interfaces": [],
|
|
11132
|
+
"enumValues": null,
|
|
11133
|
+
"possibleTypes": null
|
|
11134
|
+
},
|
|
10757
11135
|
{
|
|
10758
11136
|
"kind": "OBJECT",
|
|
10759
11137
|
"name": "ConfidenceIntervalType",
|
|
@@ -14259,6 +14637,36 @@
|
|
|
14259
14637
|
],
|
|
14260
14638
|
"possibleTypes": null
|
|
14261
14639
|
},
|
|
14640
|
+
{
|
|
14641
|
+
"kind": "ENUM",
|
|
14642
|
+
"name": "EntityAuditActorType",
|
|
14643
|
+
"description": null,
|
|
14644
|
+
"isOneOf": null,
|
|
14645
|
+
"fields": null,
|
|
14646
|
+
"inputFields": null,
|
|
14647
|
+
"interfaces": null,
|
|
14648
|
+
"enumValues": [
|
|
14649
|
+
{
|
|
14650
|
+
"name": "AGENT",
|
|
14651
|
+
"description": null,
|
|
14652
|
+
"isDeprecated": false,
|
|
14653
|
+
"deprecationReason": null
|
|
14654
|
+
},
|
|
14655
|
+
{
|
|
14656
|
+
"name": "SYSTEM",
|
|
14657
|
+
"description": null,
|
|
14658
|
+
"isDeprecated": false,
|
|
14659
|
+
"deprecationReason": null
|
|
14660
|
+
},
|
|
14661
|
+
{
|
|
14662
|
+
"name": "USER",
|
|
14663
|
+
"description": null,
|
|
14664
|
+
"isDeprecated": false,
|
|
14665
|
+
"deprecationReason": null
|
|
14666
|
+
}
|
|
14667
|
+
],
|
|
14668
|
+
"possibleTypes": null
|
|
14669
|
+
},
|
|
14262
14670
|
{
|
|
14263
14671
|
"kind": "ENUM",
|
|
14264
14672
|
"name": "ErrorCategory",
|
|
@@ -14687,6 +15095,50 @@
|
|
|
14687
15095
|
"enumValues": null,
|
|
14688
15096
|
"possibleTypes": null
|
|
14689
15097
|
},
|
|
15098
|
+
{
|
|
15099
|
+
"kind": "OBJECT",
|
|
15100
|
+
"name": "FailedStoryInfo",
|
|
15101
|
+
"description": "Information about a story that failed to create",
|
|
15102
|
+
"isOneOf": null,
|
|
15103
|
+
"fields": [
|
|
15104
|
+
{
|
|
15105
|
+
"name": "draftId",
|
|
15106
|
+
"description": null,
|
|
15107
|
+
"args": [],
|
|
15108
|
+
"type": {
|
|
15109
|
+
"kind": "NON_NULL",
|
|
15110
|
+
"name": null,
|
|
15111
|
+
"ofType": {
|
|
15112
|
+
"kind": "SCALAR",
|
|
15113
|
+
"name": "String",
|
|
15114
|
+
"ofType": null
|
|
15115
|
+
}
|
|
15116
|
+
},
|
|
15117
|
+
"isDeprecated": false,
|
|
15118
|
+
"deprecationReason": null
|
|
15119
|
+
},
|
|
15120
|
+
{
|
|
15121
|
+
"name": "error",
|
|
15122
|
+
"description": null,
|
|
15123
|
+
"args": [],
|
|
15124
|
+
"type": {
|
|
15125
|
+
"kind": "NON_NULL",
|
|
15126
|
+
"name": null,
|
|
15127
|
+
"ofType": {
|
|
15128
|
+
"kind": "SCALAR",
|
|
15129
|
+
"name": "String",
|
|
15130
|
+
"ofType": null
|
|
15131
|
+
}
|
|
15132
|
+
},
|
|
15133
|
+
"isDeprecated": false,
|
|
15134
|
+
"deprecationReason": null
|
|
15135
|
+
}
|
|
15136
|
+
],
|
|
15137
|
+
"inputFields": null,
|
|
15138
|
+
"interfaces": [],
|
|
15139
|
+
"enumValues": null,
|
|
15140
|
+
"possibleTypes": null
|
|
15141
|
+
},
|
|
14690
15142
|
{
|
|
14691
15143
|
"kind": "OBJECT",
|
|
14692
15144
|
"name": "FeatureGapAnalysisType",
|
|
@@ -15047,87 +15499,15 @@
|
|
|
15047
15499
|
},
|
|
15048
15500
|
"isDeprecated": false,
|
|
15049
15501
|
"deprecationReason": null
|
|
15050
|
-
}
|
|
15051
|
-
],
|
|
15052
|
-
"inputFields": null,
|
|
15053
|
-
"interfaces": [],
|
|
15054
|
-
"enumValues": null,
|
|
15055
|
-
"possibleTypes": null
|
|
15056
|
-
},
|
|
15057
|
-
{
|
|
15058
|
-
"kind": "OBJECT",
|
|
15059
|
-
"name": "GlobalMetrics",
|
|
15060
|
-
"description": null,
|
|
15061
|
-
"isOneOf": null,
|
|
15062
|
-
"fields": [
|
|
15063
|
-
{
|
|
15064
|
-
"name": "averageResponseTime",
|
|
15065
|
-
"description": null,
|
|
15066
|
-
"args": [],
|
|
15067
|
-
"type": {
|
|
15068
|
-
"kind": "NON_NULL",
|
|
15069
|
-
"name": null,
|
|
15070
|
-
"ofType": {
|
|
15071
|
-
"kind": "SCALAR",
|
|
15072
|
-
"name": "Float",
|
|
15073
|
-
"ofType": null
|
|
15074
|
-
}
|
|
15075
|
-
},
|
|
15076
|
-
"isDeprecated": false,
|
|
15077
|
-
"deprecationReason": null
|
|
15078
|
-
},
|
|
15079
|
-
{
|
|
15080
|
-
"name": "operationCounts",
|
|
15081
|
-
"description": null,
|
|
15082
|
-
"args": [],
|
|
15083
|
-
"type": {
|
|
15084
|
-
"kind": "NON_NULL",
|
|
15085
|
-
"name": null,
|
|
15086
|
-
"ofType": {
|
|
15087
|
-
"kind": "LIST",
|
|
15088
|
-
"name": null,
|
|
15089
|
-
"ofType": {
|
|
15090
|
-
"kind": "NON_NULL",
|
|
15091
|
-
"name": null,
|
|
15092
|
-
"ofType": {
|
|
15093
|
-
"kind": "OBJECT",
|
|
15094
|
-
"name": "OperationMetric",
|
|
15095
|
-
"ofType": null
|
|
15096
|
-
}
|
|
15097
|
-
}
|
|
15098
|
-
}
|
|
15099
|
-
},
|
|
15100
|
-
"isDeprecated": false,
|
|
15101
|
-
"deprecationReason": null
|
|
15102
15502
|
},
|
|
15103
15503
|
{
|
|
15104
|
-
"name": "
|
|
15105
|
-
"description": null,
|
|
15106
|
-
"args": [],
|
|
15107
|
-
"type": {
|
|
15108
|
-
"kind": "NON_NULL",
|
|
15109
|
-
"name": null,
|
|
15110
|
-
"ofType": {
|
|
15111
|
-
"kind": "SCALAR",
|
|
15112
|
-
"name": "Int",
|
|
15113
|
-
"ofType": null
|
|
15114
|
-
}
|
|
15115
|
-
},
|
|
15116
|
-
"isDeprecated": false,
|
|
15117
|
-
"deprecationReason": null
|
|
15118
|
-
},
|
|
15119
|
-
{
|
|
15120
|
-
"name": "totalRequests",
|
|
15504
|
+
"name": "workQueueId",
|
|
15121
15505
|
"description": null,
|
|
15122
15506
|
"args": [],
|
|
15123
15507
|
"type": {
|
|
15124
|
-
"kind": "
|
|
15125
|
-
"name":
|
|
15126
|
-
"ofType":
|
|
15127
|
-
"kind": "SCALAR",
|
|
15128
|
-
"name": "Int",
|
|
15129
|
-
"ofType": null
|
|
15130
|
-
}
|
|
15508
|
+
"kind": "SCALAR",
|
|
15509
|
+
"name": "String",
|
|
15510
|
+
"ofType": null
|
|
15131
15511
|
},
|
|
15132
15512
|
"isDeprecated": false,
|
|
15133
15513
|
"deprecationReason": null
|
|
@@ -15139,27 +15519,35 @@
|
|
|
15139
15519
|
"possibleTypes": null
|
|
15140
15520
|
},
|
|
15141
15521
|
{
|
|
15142
|
-
"kind": "
|
|
15143
|
-
"name": "
|
|
15144
|
-
"description":
|
|
15145
|
-
"isOneOf":
|
|
15146
|
-
"fields":
|
|
15522
|
+
"kind": "INPUT_OBJECT",
|
|
15523
|
+
"name": "GenerateStoriesInput",
|
|
15524
|
+
"description": "Input for generating stories from project context",
|
|
15525
|
+
"isOneOf": false,
|
|
15526
|
+
"fields": null,
|
|
15527
|
+
"inputFields": [
|
|
15147
15528
|
{
|
|
15148
|
-
"name": "
|
|
15529
|
+
"name": "focusTags",
|
|
15149
15530
|
"description": null,
|
|
15150
|
-
"args": [],
|
|
15151
15531
|
"type": {
|
|
15152
|
-
"kind": "
|
|
15153
|
-
"name":
|
|
15154
|
-
"ofType":
|
|
15532
|
+
"kind": "LIST",
|
|
15533
|
+
"name": null,
|
|
15534
|
+
"ofType": {
|
|
15535
|
+
"kind": "NON_NULL",
|
|
15536
|
+
"name": null,
|
|
15537
|
+
"ofType": {
|
|
15538
|
+
"kind": "SCALAR",
|
|
15539
|
+
"name": "String",
|
|
15540
|
+
"ofType": null
|
|
15541
|
+
}
|
|
15542
|
+
}
|
|
15155
15543
|
},
|
|
15544
|
+
"defaultValue": null,
|
|
15156
15545
|
"isDeprecated": false,
|
|
15157
15546
|
"deprecationReason": null
|
|
15158
15547
|
},
|
|
15159
15548
|
{
|
|
15160
|
-
"name": "
|
|
15549
|
+
"name": "projectId",
|
|
15161
15550
|
"description": null,
|
|
15162
|
-
"args": [],
|
|
15163
15551
|
"type": {
|
|
15164
15552
|
"kind": "NON_NULL",
|
|
15165
15553
|
"name": null,
|
|
@@ -15169,78 +15557,43 @@
|
|
|
15169
15557
|
"ofType": null
|
|
15170
15558
|
}
|
|
15171
15559
|
},
|
|
15560
|
+
"defaultValue": null,
|
|
15172
15561
|
"isDeprecated": false,
|
|
15173
15562
|
"deprecationReason": null
|
|
15174
15563
|
},
|
|
15175
15564
|
{
|
|
15176
|
-
"name": "
|
|
15177
|
-
"description":
|
|
15178
|
-
"args": [],
|
|
15565
|
+
"name": "promptText",
|
|
15566
|
+
"description": "Optional additional context or guidance. If not provided, stories are generated from project reviews and implementation plans.",
|
|
15179
15567
|
"type": {
|
|
15180
|
-
"kind": "
|
|
15181
|
-
"name":
|
|
15182
|
-
"ofType":
|
|
15183
|
-
"kind": "NON_NULL",
|
|
15184
|
-
"name": null,
|
|
15185
|
-
"ofType": {
|
|
15186
|
-
"kind": "SCALAR",
|
|
15187
|
-
"name": "String",
|
|
15188
|
-
"ofType": null
|
|
15189
|
-
}
|
|
15190
|
-
}
|
|
15568
|
+
"kind": "SCALAR",
|
|
15569
|
+
"name": "String",
|
|
15570
|
+
"ofType": null
|
|
15191
15571
|
},
|
|
15572
|
+
"defaultValue": null,
|
|
15192
15573
|
"isDeprecated": false,
|
|
15193
15574
|
"deprecationReason": null
|
|
15194
15575
|
}
|
|
15195
15576
|
],
|
|
15196
|
-
"inputFields": null,
|
|
15197
|
-
"interfaces": [],
|
|
15198
|
-
"enumValues": null,
|
|
15199
|
-
"possibleTypes": null
|
|
15200
|
-
},
|
|
15201
|
-
{
|
|
15202
|
-
"kind": "SCALAR",
|
|
15203
|
-
"name": "ID",
|
|
15204
|
-
"description": "The `ID` scalar type represents a unique identifier, often used to refetch an object or as key for a cache. The ID type appears in a JSON response as a String; however, it is not intended to be human-readable. When expected as an input type, any string (such as `\"4\"`) or integer (such as `4`) input value will be accepted as an ID.",
|
|
15205
|
-
"isOneOf": null,
|
|
15206
|
-
"fields": null,
|
|
15207
|
-
"inputFields": null,
|
|
15208
15577
|
"interfaces": null,
|
|
15209
15578
|
"enumValues": null,
|
|
15210
15579
|
"possibleTypes": null
|
|
15211
15580
|
},
|
|
15212
15581
|
{
|
|
15213
15582
|
"kind": "INPUT_OBJECT",
|
|
15214
|
-
"name": "
|
|
15215
|
-
"description":
|
|
15583
|
+
"name": "GeneratedContentInput",
|
|
15584
|
+
"description": "Generated content input from AI agent",
|
|
15216
15585
|
"isOneOf": false,
|
|
15217
15586
|
"fields": null,
|
|
15218
15587
|
"inputFields": [
|
|
15219
15588
|
{
|
|
15220
|
-
"name": "
|
|
15589
|
+
"name": "metadata",
|
|
15221
15590
|
"description": null,
|
|
15222
15591
|
"type": {
|
|
15223
15592
|
"kind": "NON_NULL",
|
|
15224
15593
|
"name": null,
|
|
15225
15594
|
"ofType": {
|
|
15226
15595
|
"kind": "INPUT_OBJECT",
|
|
15227
|
-
"name": "
|
|
15228
|
-
"ofType": null
|
|
15229
|
-
}
|
|
15230
|
-
},
|
|
15231
|
-
"defaultValue": null,
|
|
15232
|
-
"isDeprecated": false,
|
|
15233
|
-
"deprecationReason": null
|
|
15234
|
-
},
|
|
15235
|
-
{
|
|
15236
|
-
"name": "analysis_type",
|
|
15237
|
-
"description": null,
|
|
15238
|
-
"type": {
|
|
15239
|
-
"kind": "NON_NULL",
|
|
15240
|
-
"name": null,
|
|
15241
|
-
"ofType": {
|
|
15242
|
-
"kind": "SCALAR",
|
|
15243
|
-
"name": "String",
|
|
15596
|
+
"name": "GenerationMetadataInput",
|
|
15244
15597
|
"ofType": null
|
|
15245
15598
|
}
|
|
15246
15599
|
},
|
|
@@ -15249,55 +15602,95 @@
|
|
|
15249
15602
|
"deprecationReason": null
|
|
15250
15603
|
},
|
|
15251
15604
|
{
|
|
15252
|
-
"name": "
|
|
15605
|
+
"name": "stories",
|
|
15253
15606
|
"description": null,
|
|
15254
15607
|
"type": {
|
|
15255
15608
|
"kind": "NON_NULL",
|
|
15256
15609
|
"name": null,
|
|
15257
15610
|
"ofType": {
|
|
15258
|
-
"kind": "
|
|
15259
|
-
"name":
|
|
15260
|
-
"ofType":
|
|
15611
|
+
"kind": "LIST",
|
|
15612
|
+
"name": null,
|
|
15613
|
+
"ofType": {
|
|
15614
|
+
"kind": "NON_NULL",
|
|
15615
|
+
"name": null,
|
|
15616
|
+
"ofType": {
|
|
15617
|
+
"kind": "INPUT_OBJECT",
|
|
15618
|
+
"name": "GeneratedStoryDraftInput",
|
|
15619
|
+
"ofType": null
|
|
15620
|
+
}
|
|
15621
|
+
}
|
|
15261
15622
|
}
|
|
15262
15623
|
},
|
|
15263
15624
|
"defaultValue": null,
|
|
15264
15625
|
"isDeprecated": false,
|
|
15265
15626
|
"deprecationReason": null
|
|
15266
|
-
}
|
|
15627
|
+
}
|
|
15628
|
+
],
|
|
15629
|
+
"interfaces": null,
|
|
15630
|
+
"enumValues": null,
|
|
15631
|
+
"possibleTypes": null
|
|
15632
|
+
},
|
|
15633
|
+
{
|
|
15634
|
+
"kind": "OBJECT",
|
|
15635
|
+
"name": "GeneratedContentType",
|
|
15636
|
+
"description": "Complete generated content from AI",
|
|
15637
|
+
"isOneOf": null,
|
|
15638
|
+
"fields": [
|
|
15267
15639
|
{
|
|
15268
15640
|
"name": "metadata",
|
|
15269
15641
|
"description": null,
|
|
15642
|
+
"args": [],
|
|
15270
15643
|
"type": {
|
|
15271
15644
|
"kind": "NON_NULL",
|
|
15272
15645
|
"name": null,
|
|
15273
15646
|
"ofType": {
|
|
15274
|
-
"kind": "
|
|
15275
|
-
"name": "
|
|
15647
|
+
"kind": "OBJECT",
|
|
15648
|
+
"name": "GenerationMetadataType",
|
|
15276
15649
|
"ofType": null
|
|
15277
15650
|
}
|
|
15278
15651
|
},
|
|
15279
|
-
"defaultValue": null,
|
|
15280
15652
|
"isDeprecated": false,
|
|
15281
15653
|
"deprecationReason": null
|
|
15282
15654
|
},
|
|
15283
15655
|
{
|
|
15284
|
-
"name": "
|
|
15656
|
+
"name": "stories",
|
|
15285
15657
|
"description": null,
|
|
15658
|
+
"args": [],
|
|
15286
15659
|
"type": {
|
|
15287
15660
|
"kind": "NON_NULL",
|
|
15288
15661
|
"name": null,
|
|
15289
15662
|
"ofType": {
|
|
15290
|
-
"kind": "
|
|
15291
|
-
"name":
|
|
15292
|
-
"ofType":
|
|
15663
|
+
"kind": "LIST",
|
|
15664
|
+
"name": null,
|
|
15665
|
+
"ofType": {
|
|
15666
|
+
"kind": "NON_NULL",
|
|
15667
|
+
"name": null,
|
|
15668
|
+
"ofType": {
|
|
15669
|
+
"kind": "OBJECT",
|
|
15670
|
+
"name": "GeneratedStoryDraftType",
|
|
15671
|
+
"ofType": null
|
|
15672
|
+
}
|
|
15673
|
+
}
|
|
15293
15674
|
}
|
|
15294
15675
|
},
|
|
15295
|
-
"defaultValue": null,
|
|
15296
15676
|
"isDeprecated": false,
|
|
15297
15677
|
"deprecationReason": null
|
|
15298
|
-
}
|
|
15678
|
+
}
|
|
15679
|
+
],
|
|
15680
|
+
"inputFields": null,
|
|
15681
|
+
"interfaces": [],
|
|
15682
|
+
"enumValues": null,
|
|
15683
|
+
"possibleTypes": null
|
|
15684
|
+
},
|
|
15685
|
+
{
|
|
15686
|
+
"kind": "INPUT_OBJECT",
|
|
15687
|
+
"name": "GeneratedStoryDraftInput",
|
|
15688
|
+
"description": "Generated story draft input",
|
|
15689
|
+
"isOneOf": false,
|
|
15690
|
+
"fields": null,
|
|
15691
|
+
"inputFields": [
|
|
15299
15692
|
{
|
|
15300
|
-
"name": "
|
|
15693
|
+
"name": "acceptanceCriteria",
|
|
15301
15694
|
"description": null,
|
|
15302
15695
|
"type": {
|
|
15303
15696
|
"kind": "NON_NULL",
|
|
@@ -15309,8 +15702,8 @@
|
|
|
15309
15702
|
"kind": "NON_NULL",
|
|
15310
15703
|
"name": null,
|
|
15311
15704
|
"ofType": {
|
|
15312
|
-
"kind": "
|
|
15313
|
-
"name": "
|
|
15705
|
+
"kind": "SCALAR",
|
|
15706
|
+
"name": "String",
|
|
15314
15707
|
"ofType": null
|
|
15315
15708
|
}
|
|
15316
15709
|
}
|
|
@@ -15321,67 +15714,1340 @@
|
|
|
15321
15714
|
"deprecationReason": null
|
|
15322
15715
|
},
|
|
15323
15716
|
{
|
|
15324
|
-
"name": "
|
|
15717
|
+
"name": "accepted",
|
|
15325
15718
|
"description": null,
|
|
15326
15719
|
"type": {
|
|
15327
15720
|
"kind": "NON_NULL",
|
|
15328
15721
|
"name": null,
|
|
15329
15722
|
"ofType": {
|
|
15330
|
-
"kind": "
|
|
15331
|
-
"name": "
|
|
15723
|
+
"kind": "SCALAR",
|
|
15724
|
+
"name": "Boolean",
|
|
15332
15725
|
"ofType": null
|
|
15333
15726
|
}
|
|
15334
15727
|
},
|
|
15335
|
-
"defaultValue":
|
|
15728
|
+
"defaultValue": "true",
|
|
15336
15729
|
"isDeprecated": false,
|
|
15337
15730
|
"deprecationReason": null
|
|
15338
15731
|
},
|
|
15339
15732
|
{
|
|
15340
|
-
"name": "
|
|
15733
|
+
"name": "description",
|
|
15341
15734
|
"description": null,
|
|
15342
15735
|
"type": {
|
|
15343
|
-
"kind": "
|
|
15344
|
-
"name":
|
|
15345
|
-
"ofType":
|
|
15346
|
-
"kind": "INPUT_OBJECT",
|
|
15347
|
-
"name": "ProductRequirementsInput",
|
|
15348
|
-
"ofType": null
|
|
15349
|
-
}
|
|
15736
|
+
"kind": "SCALAR",
|
|
15737
|
+
"name": "String",
|
|
15738
|
+
"ofType": null
|
|
15350
15739
|
},
|
|
15351
15740
|
"defaultValue": null,
|
|
15352
15741
|
"isDeprecated": false,
|
|
15353
15742
|
"deprecationReason": null
|
|
15354
15743
|
},
|
|
15355
15744
|
{
|
|
15356
|
-
"name": "
|
|
15745
|
+
"name": "edited",
|
|
15357
15746
|
"description": null,
|
|
15358
15747
|
"type": {
|
|
15359
15748
|
"kind": "NON_NULL",
|
|
15360
15749
|
"name": null,
|
|
15361
15750
|
"ofType": {
|
|
15362
|
-
"kind": "
|
|
15363
|
-
"name": "
|
|
15751
|
+
"kind": "SCALAR",
|
|
15752
|
+
"name": "Boolean",
|
|
15364
15753
|
"ofType": null
|
|
15365
15754
|
}
|
|
15366
15755
|
},
|
|
15756
|
+
"defaultValue": "false",
|
|
15757
|
+
"isDeprecated": false,
|
|
15758
|
+
"deprecationReason": null
|
|
15759
|
+
},
|
|
15760
|
+
{
|
|
15761
|
+
"name": "estimate",
|
|
15762
|
+
"description": null,
|
|
15763
|
+
"type": {
|
|
15764
|
+
"kind": "SCALAR",
|
|
15765
|
+
"name": "Int",
|
|
15766
|
+
"ofType": null
|
|
15767
|
+
},
|
|
15367
15768
|
"defaultValue": null,
|
|
15368
15769
|
"isDeprecated": false,
|
|
15369
15770
|
"deprecationReason": null
|
|
15370
|
-
}
|
|
15371
|
-
],
|
|
15372
|
-
"interfaces": null,
|
|
15373
|
-
"enumValues": null,
|
|
15374
|
-
"possibleTypes": null
|
|
15375
|
-
},
|
|
15376
|
-
{
|
|
15377
|
-
"kind": "INPUT_OBJECT",
|
|
15378
|
-
"name": "InferredFunctionalRequirementInput",
|
|
15379
|
-
"description": null,
|
|
15380
|
-
"isOneOf": false,
|
|
15381
|
-
"fields": null,
|
|
15382
|
-
"inputFields": [
|
|
15771
|
+
},
|
|
15383
15772
|
{
|
|
15384
|
-
"name": "
|
|
15773
|
+
"name": "id",
|
|
15774
|
+
"description": null,
|
|
15775
|
+
"type": {
|
|
15776
|
+
"kind": "NON_NULL",
|
|
15777
|
+
"name": null,
|
|
15778
|
+
"ofType": {
|
|
15779
|
+
"kind": "SCALAR",
|
|
15780
|
+
"name": "String",
|
|
15781
|
+
"ofType": null
|
|
15782
|
+
}
|
|
15783
|
+
},
|
|
15784
|
+
"defaultValue": null,
|
|
15785
|
+
"isDeprecated": false,
|
|
15786
|
+
"deprecationReason": null
|
|
15787
|
+
},
|
|
15788
|
+
{
|
|
15789
|
+
"name": "priority",
|
|
15790
|
+
"description": null,
|
|
15791
|
+
"type": {
|
|
15792
|
+
"kind": "NON_NULL",
|
|
15793
|
+
"name": null,
|
|
15794
|
+
"ofType": {
|
|
15795
|
+
"kind": "SCALAR",
|
|
15796
|
+
"name": "String",
|
|
15797
|
+
"ofType": null
|
|
15798
|
+
}
|
|
15799
|
+
},
|
|
15800
|
+
"defaultValue": null,
|
|
15801
|
+
"isDeprecated": false,
|
|
15802
|
+
"deprecationReason": null
|
|
15803
|
+
},
|
|
15804
|
+
{
|
|
15805
|
+
"name": "rejected",
|
|
15806
|
+
"description": null,
|
|
15807
|
+
"type": {
|
|
15808
|
+
"kind": "NON_NULL",
|
|
15809
|
+
"name": null,
|
|
15810
|
+
"ofType": {
|
|
15811
|
+
"kind": "SCALAR",
|
|
15812
|
+
"name": "Boolean",
|
|
15813
|
+
"ofType": null
|
|
15814
|
+
}
|
|
15815
|
+
},
|
|
15816
|
+
"defaultValue": "false",
|
|
15817
|
+
"isDeprecated": false,
|
|
15818
|
+
"deprecationReason": null
|
|
15819
|
+
},
|
|
15820
|
+
{
|
|
15821
|
+
"name": "tags",
|
|
15822
|
+
"description": null,
|
|
15823
|
+
"type": {
|
|
15824
|
+
"kind": "NON_NULL",
|
|
15825
|
+
"name": null,
|
|
15826
|
+
"ofType": {
|
|
15827
|
+
"kind": "LIST",
|
|
15828
|
+
"name": null,
|
|
15829
|
+
"ofType": {
|
|
15830
|
+
"kind": "NON_NULL",
|
|
15831
|
+
"name": null,
|
|
15832
|
+
"ofType": {
|
|
15833
|
+
"kind": "SCALAR",
|
|
15834
|
+
"name": "String",
|
|
15835
|
+
"ofType": null
|
|
15836
|
+
}
|
|
15837
|
+
}
|
|
15838
|
+
}
|
|
15839
|
+
},
|
|
15840
|
+
"defaultValue": null,
|
|
15841
|
+
"isDeprecated": false,
|
|
15842
|
+
"deprecationReason": null
|
|
15843
|
+
},
|
|
15844
|
+
{
|
|
15845
|
+
"name": "tasks",
|
|
15846
|
+
"description": null,
|
|
15847
|
+
"type": {
|
|
15848
|
+
"kind": "NON_NULL",
|
|
15849
|
+
"name": null,
|
|
15850
|
+
"ofType": {
|
|
15851
|
+
"kind": "LIST",
|
|
15852
|
+
"name": null,
|
|
15853
|
+
"ofType": {
|
|
15854
|
+
"kind": "NON_NULL",
|
|
15855
|
+
"name": null,
|
|
15856
|
+
"ofType": {
|
|
15857
|
+
"kind": "INPUT_OBJECT",
|
|
15858
|
+
"name": "GeneratedTaskDraftInput",
|
|
15859
|
+
"ofType": null
|
|
15860
|
+
}
|
|
15861
|
+
}
|
|
15862
|
+
}
|
|
15863
|
+
},
|
|
15864
|
+
"defaultValue": null,
|
|
15865
|
+
"isDeprecated": false,
|
|
15866
|
+
"deprecationReason": null
|
|
15867
|
+
},
|
|
15868
|
+
{
|
|
15869
|
+
"name": "title",
|
|
15870
|
+
"description": null,
|
|
15871
|
+
"type": {
|
|
15872
|
+
"kind": "NON_NULL",
|
|
15873
|
+
"name": null,
|
|
15874
|
+
"ofType": {
|
|
15875
|
+
"kind": "SCALAR",
|
|
15876
|
+
"name": "String",
|
|
15877
|
+
"ofType": null
|
|
15878
|
+
}
|
|
15879
|
+
},
|
|
15880
|
+
"defaultValue": null,
|
|
15881
|
+
"isDeprecated": false,
|
|
15882
|
+
"deprecationReason": null
|
|
15883
|
+
}
|
|
15884
|
+
],
|
|
15885
|
+
"interfaces": null,
|
|
15886
|
+
"enumValues": null,
|
|
15887
|
+
"possibleTypes": null
|
|
15888
|
+
},
|
|
15889
|
+
{
|
|
15890
|
+
"kind": "OBJECT",
|
|
15891
|
+
"name": "GeneratedStoryDraftType",
|
|
15892
|
+
"description": "Generated story draft with nested tasks",
|
|
15893
|
+
"isOneOf": null,
|
|
15894
|
+
"fields": [
|
|
15895
|
+
{
|
|
15896
|
+
"name": "acceptanceCriteria",
|
|
15897
|
+
"description": null,
|
|
15898
|
+
"args": [],
|
|
15899
|
+
"type": {
|
|
15900
|
+
"kind": "NON_NULL",
|
|
15901
|
+
"name": null,
|
|
15902
|
+
"ofType": {
|
|
15903
|
+
"kind": "LIST",
|
|
15904
|
+
"name": null,
|
|
15905
|
+
"ofType": {
|
|
15906
|
+
"kind": "NON_NULL",
|
|
15907
|
+
"name": null,
|
|
15908
|
+
"ofType": {
|
|
15909
|
+
"kind": "SCALAR",
|
|
15910
|
+
"name": "String",
|
|
15911
|
+
"ofType": null
|
|
15912
|
+
}
|
|
15913
|
+
}
|
|
15914
|
+
}
|
|
15915
|
+
},
|
|
15916
|
+
"isDeprecated": false,
|
|
15917
|
+
"deprecationReason": null
|
|
15918
|
+
},
|
|
15919
|
+
{
|
|
15920
|
+
"name": "accepted",
|
|
15921
|
+
"description": null,
|
|
15922
|
+
"args": [],
|
|
15923
|
+
"type": {
|
|
15924
|
+
"kind": "NON_NULL",
|
|
15925
|
+
"name": null,
|
|
15926
|
+
"ofType": {
|
|
15927
|
+
"kind": "SCALAR",
|
|
15928
|
+
"name": "Boolean",
|
|
15929
|
+
"ofType": null
|
|
15930
|
+
}
|
|
15931
|
+
},
|
|
15932
|
+
"isDeprecated": false,
|
|
15933
|
+
"deprecationReason": null
|
|
15934
|
+
},
|
|
15935
|
+
{
|
|
15936
|
+
"name": "description",
|
|
15937
|
+
"description": null,
|
|
15938
|
+
"args": [],
|
|
15939
|
+
"type": {
|
|
15940
|
+
"kind": "SCALAR",
|
|
15941
|
+
"name": "String",
|
|
15942
|
+
"ofType": null
|
|
15943
|
+
},
|
|
15944
|
+
"isDeprecated": false,
|
|
15945
|
+
"deprecationReason": null
|
|
15946
|
+
},
|
|
15947
|
+
{
|
|
15948
|
+
"name": "edited",
|
|
15949
|
+
"description": null,
|
|
15950
|
+
"args": [],
|
|
15951
|
+
"type": {
|
|
15952
|
+
"kind": "NON_NULL",
|
|
15953
|
+
"name": null,
|
|
15954
|
+
"ofType": {
|
|
15955
|
+
"kind": "SCALAR",
|
|
15956
|
+
"name": "Boolean",
|
|
15957
|
+
"ofType": null
|
|
15958
|
+
}
|
|
15959
|
+
},
|
|
15960
|
+
"isDeprecated": false,
|
|
15961
|
+
"deprecationReason": null
|
|
15962
|
+
},
|
|
15963
|
+
{
|
|
15964
|
+
"name": "estimate",
|
|
15965
|
+
"description": null,
|
|
15966
|
+
"args": [],
|
|
15967
|
+
"type": {
|
|
15968
|
+
"kind": "SCALAR",
|
|
15969
|
+
"name": "Int",
|
|
15970
|
+
"ofType": null
|
|
15971
|
+
},
|
|
15972
|
+
"isDeprecated": false,
|
|
15973
|
+
"deprecationReason": null
|
|
15974
|
+
},
|
|
15975
|
+
{
|
|
15976
|
+
"name": "id",
|
|
15977
|
+
"description": null,
|
|
15978
|
+
"args": [],
|
|
15979
|
+
"type": {
|
|
15980
|
+
"kind": "NON_NULL",
|
|
15981
|
+
"name": null,
|
|
15982
|
+
"ofType": {
|
|
15983
|
+
"kind": "SCALAR",
|
|
15984
|
+
"name": "String",
|
|
15985
|
+
"ofType": null
|
|
15986
|
+
}
|
|
15987
|
+
},
|
|
15988
|
+
"isDeprecated": false,
|
|
15989
|
+
"deprecationReason": null
|
|
15990
|
+
},
|
|
15991
|
+
{
|
|
15992
|
+
"name": "priority",
|
|
15993
|
+
"description": null,
|
|
15994
|
+
"args": [],
|
|
15995
|
+
"type": {
|
|
15996
|
+
"kind": "NON_NULL",
|
|
15997
|
+
"name": null,
|
|
15998
|
+
"ofType": {
|
|
15999
|
+
"kind": "SCALAR",
|
|
16000
|
+
"name": "String",
|
|
16001
|
+
"ofType": null
|
|
16002
|
+
}
|
|
16003
|
+
},
|
|
16004
|
+
"isDeprecated": false,
|
|
16005
|
+
"deprecationReason": null
|
|
16006
|
+
},
|
|
16007
|
+
{
|
|
16008
|
+
"name": "rejected",
|
|
16009
|
+
"description": null,
|
|
16010
|
+
"args": [],
|
|
16011
|
+
"type": {
|
|
16012
|
+
"kind": "NON_NULL",
|
|
16013
|
+
"name": null,
|
|
16014
|
+
"ofType": {
|
|
16015
|
+
"kind": "SCALAR",
|
|
16016
|
+
"name": "Boolean",
|
|
16017
|
+
"ofType": null
|
|
16018
|
+
}
|
|
16019
|
+
},
|
|
16020
|
+
"isDeprecated": false,
|
|
16021
|
+
"deprecationReason": null
|
|
16022
|
+
},
|
|
16023
|
+
{
|
|
16024
|
+
"name": "tags",
|
|
16025
|
+
"description": null,
|
|
16026
|
+
"args": [],
|
|
16027
|
+
"type": {
|
|
16028
|
+
"kind": "NON_NULL",
|
|
16029
|
+
"name": null,
|
|
16030
|
+
"ofType": {
|
|
16031
|
+
"kind": "LIST",
|
|
16032
|
+
"name": null,
|
|
16033
|
+
"ofType": {
|
|
16034
|
+
"kind": "NON_NULL",
|
|
16035
|
+
"name": null,
|
|
16036
|
+
"ofType": {
|
|
16037
|
+
"kind": "SCALAR",
|
|
16038
|
+
"name": "String",
|
|
16039
|
+
"ofType": null
|
|
16040
|
+
}
|
|
16041
|
+
}
|
|
16042
|
+
}
|
|
16043
|
+
},
|
|
16044
|
+
"isDeprecated": false,
|
|
16045
|
+
"deprecationReason": null
|
|
16046
|
+
},
|
|
16047
|
+
{
|
|
16048
|
+
"name": "tasks",
|
|
16049
|
+
"description": null,
|
|
16050
|
+
"args": [],
|
|
16051
|
+
"type": {
|
|
16052
|
+
"kind": "NON_NULL",
|
|
16053
|
+
"name": null,
|
|
16054
|
+
"ofType": {
|
|
16055
|
+
"kind": "LIST",
|
|
16056
|
+
"name": null,
|
|
16057
|
+
"ofType": {
|
|
16058
|
+
"kind": "NON_NULL",
|
|
16059
|
+
"name": null,
|
|
16060
|
+
"ofType": {
|
|
16061
|
+
"kind": "OBJECT",
|
|
16062
|
+
"name": "GeneratedTaskDraftType",
|
|
16063
|
+
"ofType": null
|
|
16064
|
+
}
|
|
16065
|
+
}
|
|
16066
|
+
}
|
|
16067
|
+
},
|
|
16068
|
+
"isDeprecated": false,
|
|
16069
|
+
"deprecationReason": null
|
|
16070
|
+
},
|
|
16071
|
+
{
|
|
16072
|
+
"name": "title",
|
|
16073
|
+
"description": null,
|
|
16074
|
+
"args": [],
|
|
16075
|
+
"type": {
|
|
16076
|
+
"kind": "NON_NULL",
|
|
16077
|
+
"name": null,
|
|
16078
|
+
"ofType": {
|
|
16079
|
+
"kind": "SCALAR",
|
|
16080
|
+
"name": "String",
|
|
16081
|
+
"ofType": null
|
|
16082
|
+
}
|
|
16083
|
+
},
|
|
16084
|
+
"isDeprecated": false,
|
|
16085
|
+
"deprecationReason": null
|
|
16086
|
+
}
|
|
16087
|
+
],
|
|
16088
|
+
"inputFields": null,
|
|
16089
|
+
"interfaces": [],
|
|
16090
|
+
"enumValues": null,
|
|
16091
|
+
"possibleTypes": null
|
|
16092
|
+
},
|
|
16093
|
+
{
|
|
16094
|
+
"kind": "INPUT_OBJECT",
|
|
16095
|
+
"name": "GeneratedTaskDraftInput",
|
|
16096
|
+
"description": "Generated task draft input",
|
|
16097
|
+
"isOneOf": false,
|
|
16098
|
+
"fields": null,
|
|
16099
|
+
"inputFields": [
|
|
16100
|
+
{
|
|
16101
|
+
"name": "accepted",
|
|
16102
|
+
"description": null,
|
|
16103
|
+
"type": {
|
|
16104
|
+
"kind": "NON_NULL",
|
|
16105
|
+
"name": null,
|
|
16106
|
+
"ofType": {
|
|
16107
|
+
"kind": "SCALAR",
|
|
16108
|
+
"name": "Boolean",
|
|
16109
|
+
"ofType": null
|
|
16110
|
+
}
|
|
16111
|
+
},
|
|
16112
|
+
"defaultValue": "true",
|
|
16113
|
+
"isDeprecated": false,
|
|
16114
|
+
"deprecationReason": null
|
|
16115
|
+
},
|
|
16116
|
+
{
|
|
16117
|
+
"name": "areas",
|
|
16118
|
+
"description": null,
|
|
16119
|
+
"type": {
|
|
16120
|
+
"kind": "NON_NULL",
|
|
16121
|
+
"name": null,
|
|
16122
|
+
"ofType": {
|
|
16123
|
+
"kind": "LIST",
|
|
16124
|
+
"name": null,
|
|
16125
|
+
"ofType": {
|
|
16126
|
+
"kind": "NON_NULL",
|
|
16127
|
+
"name": null,
|
|
16128
|
+
"ofType": {
|
|
16129
|
+
"kind": "SCALAR",
|
|
16130
|
+
"name": "String",
|
|
16131
|
+
"ofType": null
|
|
16132
|
+
}
|
|
16133
|
+
}
|
|
16134
|
+
}
|
|
16135
|
+
},
|
|
16136
|
+
"defaultValue": null,
|
|
16137
|
+
"isDeprecated": false,
|
|
16138
|
+
"deprecationReason": null
|
|
16139
|
+
},
|
|
16140
|
+
{
|
|
16141
|
+
"name": "description",
|
|
16142
|
+
"description": null,
|
|
16143
|
+
"type": {
|
|
16144
|
+
"kind": "SCALAR",
|
|
16145
|
+
"name": "String",
|
|
16146
|
+
"ofType": null
|
|
16147
|
+
},
|
|
16148
|
+
"defaultValue": null,
|
|
16149
|
+
"isDeprecated": false,
|
|
16150
|
+
"deprecationReason": null
|
|
16151
|
+
},
|
|
16152
|
+
{
|
|
16153
|
+
"name": "edited",
|
|
16154
|
+
"description": null,
|
|
16155
|
+
"type": {
|
|
16156
|
+
"kind": "NON_NULL",
|
|
16157
|
+
"name": null,
|
|
16158
|
+
"ofType": {
|
|
16159
|
+
"kind": "SCALAR",
|
|
16160
|
+
"name": "Boolean",
|
|
16161
|
+
"ofType": null
|
|
16162
|
+
}
|
|
16163
|
+
},
|
|
16164
|
+
"defaultValue": "false",
|
|
16165
|
+
"isDeprecated": false,
|
|
16166
|
+
"deprecationReason": null
|
|
16167
|
+
},
|
|
16168
|
+
{
|
|
16169
|
+
"name": "id",
|
|
16170
|
+
"description": null,
|
|
16171
|
+
"type": {
|
|
16172
|
+
"kind": "NON_NULL",
|
|
16173
|
+
"name": null,
|
|
16174
|
+
"ofType": {
|
|
16175
|
+
"kind": "SCALAR",
|
|
16176
|
+
"name": "String",
|
|
16177
|
+
"ofType": null
|
|
16178
|
+
}
|
|
16179
|
+
},
|
|
16180
|
+
"defaultValue": null,
|
|
16181
|
+
"isDeprecated": false,
|
|
16182
|
+
"deprecationReason": null
|
|
16183
|
+
},
|
|
16184
|
+
{
|
|
16185
|
+
"name": "priority",
|
|
16186
|
+
"description": null,
|
|
16187
|
+
"type": {
|
|
16188
|
+
"kind": "NON_NULL",
|
|
16189
|
+
"name": null,
|
|
16190
|
+
"ofType": {
|
|
16191
|
+
"kind": "SCALAR",
|
|
16192
|
+
"name": "String",
|
|
16193
|
+
"ofType": null
|
|
16194
|
+
}
|
|
16195
|
+
},
|
|
16196
|
+
"defaultValue": null,
|
|
16197
|
+
"isDeprecated": false,
|
|
16198
|
+
"deprecationReason": null
|
|
16199
|
+
},
|
|
16200
|
+
{
|
|
16201
|
+
"name": "title",
|
|
16202
|
+
"description": null,
|
|
16203
|
+
"type": {
|
|
16204
|
+
"kind": "NON_NULL",
|
|
16205
|
+
"name": null,
|
|
16206
|
+
"ofType": {
|
|
16207
|
+
"kind": "SCALAR",
|
|
16208
|
+
"name": "String",
|
|
16209
|
+
"ofType": null
|
|
16210
|
+
}
|
|
16211
|
+
},
|
|
16212
|
+
"defaultValue": null,
|
|
16213
|
+
"isDeprecated": false,
|
|
16214
|
+
"deprecationReason": null
|
|
16215
|
+
},
|
|
16216
|
+
{
|
|
16217
|
+
"name": "type",
|
|
16218
|
+
"description": null,
|
|
16219
|
+
"type": {
|
|
16220
|
+
"kind": "NON_NULL",
|
|
16221
|
+
"name": null,
|
|
16222
|
+
"ofType": {
|
|
16223
|
+
"kind": "SCALAR",
|
|
16224
|
+
"name": "String",
|
|
16225
|
+
"ofType": null
|
|
16226
|
+
}
|
|
16227
|
+
},
|
|
16228
|
+
"defaultValue": "\"PLANNED\"",
|
|
16229
|
+
"isDeprecated": false,
|
|
16230
|
+
"deprecationReason": null
|
|
16231
|
+
}
|
|
16232
|
+
],
|
|
16233
|
+
"interfaces": null,
|
|
16234
|
+
"enumValues": null,
|
|
16235
|
+
"possibleTypes": null
|
|
16236
|
+
},
|
|
16237
|
+
{
|
|
16238
|
+
"kind": "OBJECT",
|
|
16239
|
+
"name": "GeneratedTaskDraftType",
|
|
16240
|
+
"description": "Generated task draft within a story",
|
|
16241
|
+
"isOneOf": null,
|
|
16242
|
+
"fields": [
|
|
16243
|
+
{
|
|
16244
|
+
"name": "accepted",
|
|
16245
|
+
"description": null,
|
|
16246
|
+
"args": [],
|
|
16247
|
+
"type": {
|
|
16248
|
+
"kind": "NON_NULL",
|
|
16249
|
+
"name": null,
|
|
16250
|
+
"ofType": {
|
|
16251
|
+
"kind": "SCALAR",
|
|
16252
|
+
"name": "Boolean",
|
|
16253
|
+
"ofType": null
|
|
16254
|
+
}
|
|
16255
|
+
},
|
|
16256
|
+
"isDeprecated": false,
|
|
16257
|
+
"deprecationReason": null
|
|
16258
|
+
},
|
|
16259
|
+
{
|
|
16260
|
+
"name": "areas",
|
|
16261
|
+
"description": null,
|
|
16262
|
+
"args": [],
|
|
16263
|
+
"type": {
|
|
16264
|
+
"kind": "NON_NULL",
|
|
16265
|
+
"name": null,
|
|
16266
|
+
"ofType": {
|
|
16267
|
+
"kind": "LIST",
|
|
16268
|
+
"name": null,
|
|
16269
|
+
"ofType": {
|
|
16270
|
+
"kind": "NON_NULL",
|
|
16271
|
+
"name": null,
|
|
16272
|
+
"ofType": {
|
|
16273
|
+
"kind": "SCALAR",
|
|
16274
|
+
"name": "String",
|
|
16275
|
+
"ofType": null
|
|
16276
|
+
}
|
|
16277
|
+
}
|
|
16278
|
+
}
|
|
16279
|
+
},
|
|
16280
|
+
"isDeprecated": false,
|
|
16281
|
+
"deprecationReason": null
|
|
16282
|
+
},
|
|
16283
|
+
{
|
|
16284
|
+
"name": "description",
|
|
16285
|
+
"description": null,
|
|
16286
|
+
"args": [],
|
|
16287
|
+
"type": {
|
|
16288
|
+
"kind": "SCALAR",
|
|
16289
|
+
"name": "String",
|
|
16290
|
+
"ofType": null
|
|
16291
|
+
},
|
|
16292
|
+
"isDeprecated": false,
|
|
16293
|
+
"deprecationReason": null
|
|
16294
|
+
},
|
|
16295
|
+
{
|
|
16296
|
+
"name": "edited",
|
|
16297
|
+
"description": null,
|
|
16298
|
+
"args": [],
|
|
16299
|
+
"type": {
|
|
16300
|
+
"kind": "NON_NULL",
|
|
16301
|
+
"name": null,
|
|
16302
|
+
"ofType": {
|
|
16303
|
+
"kind": "SCALAR",
|
|
16304
|
+
"name": "Boolean",
|
|
16305
|
+
"ofType": null
|
|
16306
|
+
}
|
|
16307
|
+
},
|
|
16308
|
+
"isDeprecated": false,
|
|
16309
|
+
"deprecationReason": null
|
|
16310
|
+
},
|
|
16311
|
+
{
|
|
16312
|
+
"name": "id",
|
|
16313
|
+
"description": null,
|
|
16314
|
+
"args": [],
|
|
16315
|
+
"type": {
|
|
16316
|
+
"kind": "NON_NULL",
|
|
16317
|
+
"name": null,
|
|
16318
|
+
"ofType": {
|
|
16319
|
+
"kind": "SCALAR",
|
|
16320
|
+
"name": "String",
|
|
16321
|
+
"ofType": null
|
|
16322
|
+
}
|
|
16323
|
+
},
|
|
16324
|
+
"isDeprecated": false,
|
|
16325
|
+
"deprecationReason": null
|
|
16326
|
+
},
|
|
16327
|
+
{
|
|
16328
|
+
"name": "priority",
|
|
16329
|
+
"description": null,
|
|
16330
|
+
"args": [],
|
|
16331
|
+
"type": {
|
|
16332
|
+
"kind": "NON_NULL",
|
|
16333
|
+
"name": null,
|
|
16334
|
+
"ofType": {
|
|
16335
|
+
"kind": "SCALAR",
|
|
16336
|
+
"name": "String",
|
|
16337
|
+
"ofType": null
|
|
16338
|
+
}
|
|
16339
|
+
},
|
|
16340
|
+
"isDeprecated": false,
|
|
16341
|
+
"deprecationReason": null
|
|
16342
|
+
},
|
|
16343
|
+
{
|
|
16344
|
+
"name": "title",
|
|
16345
|
+
"description": null,
|
|
16346
|
+
"args": [],
|
|
16347
|
+
"type": {
|
|
16348
|
+
"kind": "NON_NULL",
|
|
16349
|
+
"name": null,
|
|
16350
|
+
"ofType": {
|
|
16351
|
+
"kind": "SCALAR",
|
|
16352
|
+
"name": "String",
|
|
16353
|
+
"ofType": null
|
|
16354
|
+
}
|
|
16355
|
+
},
|
|
16356
|
+
"isDeprecated": false,
|
|
16357
|
+
"deprecationReason": null
|
|
16358
|
+
},
|
|
16359
|
+
{
|
|
16360
|
+
"name": "type",
|
|
16361
|
+
"description": null,
|
|
16362
|
+
"args": [],
|
|
16363
|
+
"type": {
|
|
16364
|
+
"kind": "NON_NULL",
|
|
16365
|
+
"name": null,
|
|
16366
|
+
"ofType": {
|
|
16367
|
+
"kind": "SCALAR",
|
|
16368
|
+
"name": "String",
|
|
16369
|
+
"ofType": null
|
|
16370
|
+
}
|
|
16371
|
+
},
|
|
16372
|
+
"isDeprecated": false,
|
|
16373
|
+
"deprecationReason": null
|
|
16374
|
+
}
|
|
16375
|
+
],
|
|
16376
|
+
"inputFields": null,
|
|
16377
|
+
"interfaces": [],
|
|
16378
|
+
"enumValues": null,
|
|
16379
|
+
"possibleTypes": null
|
|
16380
|
+
},
|
|
16381
|
+
{
|
|
16382
|
+
"kind": "INPUT_OBJECT",
|
|
16383
|
+
"name": "GenerationMetadataInput",
|
|
16384
|
+
"description": "Generation metadata input",
|
|
16385
|
+
"isOneOf": false,
|
|
16386
|
+
"fields": null,
|
|
16387
|
+
"inputFields": [
|
|
16388
|
+
{
|
|
16389
|
+
"name": "durationMs",
|
|
16390
|
+
"description": null,
|
|
16391
|
+
"type": {
|
|
16392
|
+
"kind": "SCALAR",
|
|
16393
|
+
"name": "Int",
|
|
16394
|
+
"ofType": null
|
|
16395
|
+
},
|
|
16396
|
+
"defaultValue": null,
|
|
16397
|
+
"isDeprecated": false,
|
|
16398
|
+
"deprecationReason": null
|
|
16399
|
+
},
|
|
16400
|
+
{
|
|
16401
|
+
"name": "generatedAt",
|
|
16402
|
+
"description": null,
|
|
16403
|
+
"type": {
|
|
16404
|
+
"kind": "NON_NULL",
|
|
16405
|
+
"name": null,
|
|
16406
|
+
"ofType": {
|
|
16407
|
+
"kind": "SCALAR",
|
|
16408
|
+
"name": "String",
|
|
16409
|
+
"ofType": null
|
|
16410
|
+
}
|
|
16411
|
+
},
|
|
16412
|
+
"defaultValue": null,
|
|
16413
|
+
"isDeprecated": false,
|
|
16414
|
+
"deprecationReason": null
|
|
16415
|
+
},
|
|
16416
|
+
{
|
|
16417
|
+
"name": "modelUsed",
|
|
16418
|
+
"description": null,
|
|
16419
|
+
"type": {
|
|
16420
|
+
"kind": "NON_NULL",
|
|
16421
|
+
"name": null,
|
|
16422
|
+
"ofType": {
|
|
16423
|
+
"kind": "SCALAR",
|
|
16424
|
+
"name": "String",
|
|
16425
|
+
"ofType": null
|
|
16426
|
+
}
|
|
16427
|
+
},
|
|
16428
|
+
"defaultValue": null,
|
|
16429
|
+
"isDeprecated": false,
|
|
16430
|
+
"deprecationReason": null
|
|
16431
|
+
},
|
|
16432
|
+
{
|
|
16433
|
+
"name": "promptHash",
|
|
16434
|
+
"description": null,
|
|
16435
|
+
"type": {
|
|
16436
|
+
"kind": "NON_NULL",
|
|
16437
|
+
"name": null,
|
|
16438
|
+
"ofType": {
|
|
16439
|
+
"kind": "SCALAR",
|
|
16440
|
+
"name": "String",
|
|
16441
|
+
"ofType": null
|
|
16442
|
+
}
|
|
16443
|
+
},
|
|
16444
|
+
"defaultValue": null,
|
|
16445
|
+
"isDeprecated": false,
|
|
16446
|
+
"deprecationReason": null
|
|
16447
|
+
},
|
|
16448
|
+
{
|
|
16449
|
+
"name": "tokensUsed",
|
|
16450
|
+
"description": null,
|
|
16451
|
+
"type": {
|
|
16452
|
+
"kind": "SCALAR",
|
|
16453
|
+
"name": "Int",
|
|
16454
|
+
"ofType": null
|
|
16455
|
+
},
|
|
16456
|
+
"defaultValue": null,
|
|
16457
|
+
"isDeprecated": false,
|
|
16458
|
+
"deprecationReason": null
|
|
16459
|
+
}
|
|
16460
|
+
],
|
|
16461
|
+
"interfaces": null,
|
|
16462
|
+
"enumValues": null,
|
|
16463
|
+
"possibleTypes": null
|
|
16464
|
+
},
|
|
16465
|
+
{
|
|
16466
|
+
"kind": "OBJECT",
|
|
16467
|
+
"name": "GenerationMetadataType",
|
|
16468
|
+
"description": "Metadata about the generation process",
|
|
16469
|
+
"isOneOf": null,
|
|
16470
|
+
"fields": [
|
|
16471
|
+
{
|
|
16472
|
+
"name": "durationMs",
|
|
16473
|
+
"description": null,
|
|
16474
|
+
"args": [],
|
|
16475
|
+
"type": {
|
|
16476
|
+
"kind": "SCALAR",
|
|
16477
|
+
"name": "Int",
|
|
16478
|
+
"ofType": null
|
|
16479
|
+
},
|
|
16480
|
+
"isDeprecated": false,
|
|
16481
|
+
"deprecationReason": null
|
|
16482
|
+
},
|
|
16483
|
+
{
|
|
16484
|
+
"name": "generatedAt",
|
|
16485
|
+
"description": null,
|
|
16486
|
+
"args": [],
|
|
16487
|
+
"type": {
|
|
16488
|
+
"kind": "NON_NULL",
|
|
16489
|
+
"name": null,
|
|
16490
|
+
"ofType": {
|
|
16491
|
+
"kind": "SCALAR",
|
|
16492
|
+
"name": "String",
|
|
16493
|
+
"ofType": null
|
|
16494
|
+
}
|
|
16495
|
+
},
|
|
16496
|
+
"isDeprecated": false,
|
|
16497
|
+
"deprecationReason": null
|
|
16498
|
+
},
|
|
16499
|
+
{
|
|
16500
|
+
"name": "modelUsed",
|
|
16501
|
+
"description": null,
|
|
16502
|
+
"args": [],
|
|
16503
|
+
"type": {
|
|
16504
|
+
"kind": "NON_NULL",
|
|
16505
|
+
"name": null,
|
|
16506
|
+
"ofType": {
|
|
16507
|
+
"kind": "SCALAR",
|
|
16508
|
+
"name": "String",
|
|
16509
|
+
"ofType": null
|
|
16510
|
+
}
|
|
16511
|
+
},
|
|
16512
|
+
"isDeprecated": false,
|
|
16513
|
+
"deprecationReason": null
|
|
16514
|
+
},
|
|
16515
|
+
{
|
|
16516
|
+
"name": "promptHash",
|
|
16517
|
+
"description": null,
|
|
16518
|
+
"args": [],
|
|
16519
|
+
"type": {
|
|
16520
|
+
"kind": "NON_NULL",
|
|
16521
|
+
"name": null,
|
|
16522
|
+
"ofType": {
|
|
16523
|
+
"kind": "SCALAR",
|
|
16524
|
+
"name": "String",
|
|
16525
|
+
"ofType": null
|
|
16526
|
+
}
|
|
16527
|
+
},
|
|
16528
|
+
"isDeprecated": false,
|
|
16529
|
+
"deprecationReason": null
|
|
16530
|
+
},
|
|
16531
|
+
{
|
|
16532
|
+
"name": "tokensUsed",
|
|
16533
|
+
"description": null,
|
|
16534
|
+
"args": [],
|
|
16535
|
+
"type": {
|
|
16536
|
+
"kind": "SCALAR",
|
|
16537
|
+
"name": "Int",
|
|
16538
|
+
"ofType": null
|
|
16539
|
+
},
|
|
16540
|
+
"isDeprecated": false,
|
|
16541
|
+
"deprecationReason": null
|
|
16542
|
+
}
|
|
16543
|
+
],
|
|
16544
|
+
"inputFields": null,
|
|
16545
|
+
"interfaces": [],
|
|
16546
|
+
"enumValues": null,
|
|
16547
|
+
"possibleTypes": null
|
|
16548
|
+
},
|
|
16549
|
+
{
|
|
16550
|
+
"kind": "OBJECT",
|
|
16551
|
+
"name": "GenerationProgress",
|
|
16552
|
+
"description": "Progress information for story generation",
|
|
16553
|
+
"isOneOf": null,
|
|
16554
|
+
"fields": [
|
|
16555
|
+
{
|
|
16556
|
+
"name": "completedSteps",
|
|
16557
|
+
"description": null,
|
|
16558
|
+
"args": [],
|
|
16559
|
+
"type": {
|
|
16560
|
+
"kind": "SCALAR",
|
|
16561
|
+
"name": "Int",
|
|
16562
|
+
"ofType": null
|
|
16563
|
+
},
|
|
16564
|
+
"isDeprecated": false,
|
|
16565
|
+
"deprecationReason": null
|
|
16566
|
+
},
|
|
16567
|
+
{
|
|
16568
|
+
"name": "currentStep",
|
|
16569
|
+
"description": null,
|
|
16570
|
+
"args": [],
|
|
16571
|
+
"type": {
|
|
16572
|
+
"kind": "SCALAR",
|
|
16573
|
+
"name": "String",
|
|
16574
|
+
"ofType": null
|
|
16575
|
+
},
|
|
16576
|
+
"isDeprecated": false,
|
|
16577
|
+
"deprecationReason": null
|
|
16578
|
+
},
|
|
16579
|
+
{
|
|
16580
|
+
"name": "errorMessage",
|
|
16581
|
+
"description": null,
|
|
16582
|
+
"args": [],
|
|
16583
|
+
"type": {
|
|
16584
|
+
"kind": "SCALAR",
|
|
16585
|
+
"name": "String",
|
|
16586
|
+
"ofType": null
|
|
16587
|
+
},
|
|
16588
|
+
"isDeprecated": false,
|
|
16589
|
+
"deprecationReason": null
|
|
16590
|
+
},
|
|
16591
|
+
{
|
|
16592
|
+
"name": "estimatedRemainingMs",
|
|
16593
|
+
"description": null,
|
|
16594
|
+
"args": [],
|
|
16595
|
+
"type": {
|
|
16596
|
+
"kind": "SCALAR",
|
|
16597
|
+
"name": "Int",
|
|
16598
|
+
"ofType": null
|
|
16599
|
+
},
|
|
16600
|
+
"isDeprecated": false,
|
|
16601
|
+
"deprecationReason": null
|
|
16602
|
+
},
|
|
16603
|
+
{
|
|
16604
|
+
"name": "progressPercentage",
|
|
16605
|
+
"description": null,
|
|
16606
|
+
"args": [],
|
|
16607
|
+
"type": {
|
|
16608
|
+
"kind": "NON_NULL",
|
|
16609
|
+
"name": null,
|
|
16610
|
+
"ofType": {
|
|
16611
|
+
"kind": "SCALAR",
|
|
16612
|
+
"name": "Int",
|
|
16613
|
+
"ofType": null
|
|
16614
|
+
}
|
|
16615
|
+
},
|
|
16616
|
+
"isDeprecated": false,
|
|
16617
|
+
"deprecationReason": null
|
|
16618
|
+
},
|
|
16619
|
+
{
|
|
16620
|
+
"name": "sessionId",
|
|
16621
|
+
"description": null,
|
|
16622
|
+
"args": [],
|
|
16623
|
+
"type": {
|
|
16624
|
+
"kind": "NON_NULL",
|
|
16625
|
+
"name": null,
|
|
16626
|
+
"ofType": {
|
|
16627
|
+
"kind": "SCALAR",
|
|
16628
|
+
"name": "String",
|
|
16629
|
+
"ofType": null
|
|
16630
|
+
}
|
|
16631
|
+
},
|
|
16632
|
+
"isDeprecated": false,
|
|
16633
|
+
"deprecationReason": null
|
|
16634
|
+
},
|
|
16635
|
+
{
|
|
16636
|
+
"name": "status",
|
|
16637
|
+
"description": null,
|
|
16638
|
+
"args": [],
|
|
16639
|
+
"type": {
|
|
16640
|
+
"kind": "NON_NULL",
|
|
16641
|
+
"name": null,
|
|
16642
|
+
"ofType": {
|
|
16643
|
+
"kind": "ENUM",
|
|
16644
|
+
"name": "GenerationSessionStatus",
|
|
16645
|
+
"ofType": null
|
|
16646
|
+
}
|
|
16647
|
+
},
|
|
16648
|
+
"isDeprecated": false,
|
|
16649
|
+
"deprecationReason": null
|
|
16650
|
+
},
|
|
16651
|
+
{
|
|
16652
|
+
"name": "totalSteps",
|
|
16653
|
+
"description": null,
|
|
16654
|
+
"args": [],
|
|
16655
|
+
"type": {
|
|
16656
|
+
"kind": "SCALAR",
|
|
16657
|
+
"name": "Int",
|
|
16658
|
+
"ofType": null
|
|
16659
|
+
},
|
|
16660
|
+
"isDeprecated": false,
|
|
16661
|
+
"deprecationReason": null
|
|
16662
|
+
}
|
|
16663
|
+
],
|
|
16664
|
+
"inputFields": null,
|
|
16665
|
+
"interfaces": [],
|
|
16666
|
+
"enumValues": null,
|
|
16667
|
+
"possibleTypes": null
|
|
16668
|
+
},
|
|
16669
|
+
{
|
|
16670
|
+
"kind": "ENUM",
|
|
16671
|
+
"name": "GenerationSessionStatus",
|
|
16672
|
+
"description": "Status of a story generation session",
|
|
16673
|
+
"isOneOf": null,
|
|
16674
|
+
"fields": null,
|
|
16675
|
+
"inputFields": null,
|
|
16676
|
+
"interfaces": null,
|
|
16677
|
+
"enumValues": [
|
|
16678
|
+
{
|
|
16679
|
+
"name": "APPLIED",
|
|
16680
|
+
"description": null,
|
|
16681
|
+
"isDeprecated": false,
|
|
16682
|
+
"deprecationReason": null
|
|
16683
|
+
},
|
|
16684
|
+
{
|
|
16685
|
+
"name": "APPLYING",
|
|
16686
|
+
"description": null,
|
|
16687
|
+
"isDeprecated": false,
|
|
16688
|
+
"deprecationReason": null
|
|
16689
|
+
},
|
|
16690
|
+
{
|
|
16691
|
+
"name": "FAILED",
|
|
16692
|
+
"description": null,
|
|
16693
|
+
"isDeprecated": false,
|
|
16694
|
+
"deprecationReason": null
|
|
16695
|
+
},
|
|
16696
|
+
{
|
|
16697
|
+
"name": "GENERATED",
|
|
16698
|
+
"description": null,
|
|
16699
|
+
"isDeprecated": false,
|
|
16700
|
+
"deprecationReason": null
|
|
16701
|
+
},
|
|
16702
|
+
{
|
|
16703
|
+
"name": "GENERATING",
|
|
16704
|
+
"description": null,
|
|
16705
|
+
"isDeprecated": false,
|
|
16706
|
+
"deprecationReason": null
|
|
16707
|
+
},
|
|
16708
|
+
{
|
|
16709
|
+
"name": "PENDING",
|
|
16710
|
+
"description": null,
|
|
16711
|
+
"isDeprecated": false,
|
|
16712
|
+
"deprecationReason": null
|
|
16713
|
+
},
|
|
16714
|
+
{
|
|
16715
|
+
"name": "REVIEWING",
|
|
16716
|
+
"description": null,
|
|
16717
|
+
"isDeprecated": false,
|
|
16718
|
+
"deprecationReason": null
|
|
16719
|
+
}
|
|
16720
|
+
],
|
|
16721
|
+
"possibleTypes": null
|
|
16722
|
+
},
|
|
16723
|
+
{
|
|
16724
|
+
"kind": "OBJECT",
|
|
16725
|
+
"name": "GlobalMetrics",
|
|
16726
|
+
"description": null,
|
|
16727
|
+
"isOneOf": null,
|
|
16728
|
+
"fields": [
|
|
16729
|
+
{
|
|
16730
|
+
"name": "averageResponseTime",
|
|
16731
|
+
"description": null,
|
|
16732
|
+
"args": [],
|
|
16733
|
+
"type": {
|
|
16734
|
+
"kind": "NON_NULL",
|
|
16735
|
+
"name": null,
|
|
16736
|
+
"ofType": {
|
|
16737
|
+
"kind": "SCALAR",
|
|
16738
|
+
"name": "Float",
|
|
16739
|
+
"ofType": null
|
|
16740
|
+
}
|
|
16741
|
+
},
|
|
16742
|
+
"isDeprecated": false,
|
|
16743
|
+
"deprecationReason": null
|
|
16744
|
+
},
|
|
16745
|
+
{
|
|
16746
|
+
"name": "operationCounts",
|
|
16747
|
+
"description": null,
|
|
16748
|
+
"args": [],
|
|
16749
|
+
"type": {
|
|
16750
|
+
"kind": "NON_NULL",
|
|
16751
|
+
"name": null,
|
|
16752
|
+
"ofType": {
|
|
16753
|
+
"kind": "LIST",
|
|
16754
|
+
"name": null,
|
|
16755
|
+
"ofType": {
|
|
16756
|
+
"kind": "NON_NULL",
|
|
16757
|
+
"name": null,
|
|
16758
|
+
"ofType": {
|
|
16759
|
+
"kind": "OBJECT",
|
|
16760
|
+
"name": "OperationMetric",
|
|
16761
|
+
"ofType": null
|
|
16762
|
+
}
|
|
16763
|
+
}
|
|
16764
|
+
}
|
|
16765
|
+
},
|
|
16766
|
+
"isDeprecated": false,
|
|
16767
|
+
"deprecationReason": null
|
|
16768
|
+
},
|
|
16769
|
+
{
|
|
16770
|
+
"name": "totalErrors",
|
|
16771
|
+
"description": null,
|
|
16772
|
+
"args": [],
|
|
16773
|
+
"type": {
|
|
16774
|
+
"kind": "NON_NULL",
|
|
16775
|
+
"name": null,
|
|
16776
|
+
"ofType": {
|
|
16777
|
+
"kind": "SCALAR",
|
|
16778
|
+
"name": "Int",
|
|
16779
|
+
"ofType": null
|
|
16780
|
+
}
|
|
16781
|
+
},
|
|
16782
|
+
"isDeprecated": false,
|
|
16783
|
+
"deprecationReason": null
|
|
16784
|
+
},
|
|
16785
|
+
{
|
|
16786
|
+
"name": "totalRequests",
|
|
16787
|
+
"description": null,
|
|
16788
|
+
"args": [],
|
|
16789
|
+
"type": {
|
|
16790
|
+
"kind": "NON_NULL",
|
|
16791
|
+
"name": null,
|
|
16792
|
+
"ofType": {
|
|
16793
|
+
"kind": "SCALAR",
|
|
16794
|
+
"name": "Int",
|
|
16795
|
+
"ofType": null
|
|
16796
|
+
}
|
|
16797
|
+
},
|
|
16798
|
+
"isDeprecated": false,
|
|
16799
|
+
"deprecationReason": null
|
|
16800
|
+
}
|
|
16801
|
+
],
|
|
16802
|
+
"inputFields": null,
|
|
16803
|
+
"interfaces": [],
|
|
16804
|
+
"enumValues": null,
|
|
16805
|
+
"possibleTypes": null
|
|
16806
|
+
},
|
|
16807
|
+
{
|
|
16808
|
+
"kind": "OBJECT",
|
|
16809
|
+
"name": "GraphQLError",
|
|
16810
|
+
"description": null,
|
|
16811
|
+
"isOneOf": null,
|
|
16812
|
+
"fields": [
|
|
16813
|
+
{
|
|
16814
|
+
"name": "extensions",
|
|
16815
|
+
"description": null,
|
|
16816
|
+
"args": [],
|
|
16817
|
+
"type": {
|
|
16818
|
+
"kind": "SCALAR",
|
|
16819
|
+
"name": "String",
|
|
16820
|
+
"ofType": null
|
|
16821
|
+
},
|
|
16822
|
+
"isDeprecated": false,
|
|
16823
|
+
"deprecationReason": null
|
|
16824
|
+
},
|
|
16825
|
+
{
|
|
16826
|
+
"name": "message",
|
|
16827
|
+
"description": null,
|
|
16828
|
+
"args": [],
|
|
16829
|
+
"type": {
|
|
16830
|
+
"kind": "NON_NULL",
|
|
16831
|
+
"name": null,
|
|
16832
|
+
"ofType": {
|
|
16833
|
+
"kind": "SCALAR",
|
|
16834
|
+
"name": "String",
|
|
16835
|
+
"ofType": null
|
|
16836
|
+
}
|
|
16837
|
+
},
|
|
16838
|
+
"isDeprecated": false,
|
|
16839
|
+
"deprecationReason": null
|
|
16840
|
+
},
|
|
16841
|
+
{
|
|
16842
|
+
"name": "path",
|
|
16843
|
+
"description": null,
|
|
16844
|
+
"args": [],
|
|
16845
|
+
"type": {
|
|
16846
|
+
"kind": "LIST",
|
|
16847
|
+
"name": null,
|
|
16848
|
+
"ofType": {
|
|
16849
|
+
"kind": "NON_NULL",
|
|
16850
|
+
"name": null,
|
|
16851
|
+
"ofType": {
|
|
16852
|
+
"kind": "SCALAR",
|
|
16853
|
+
"name": "String",
|
|
16854
|
+
"ofType": null
|
|
16855
|
+
}
|
|
16856
|
+
}
|
|
16857
|
+
},
|
|
16858
|
+
"isDeprecated": false,
|
|
16859
|
+
"deprecationReason": null
|
|
16860
|
+
}
|
|
16861
|
+
],
|
|
16862
|
+
"inputFields": null,
|
|
16863
|
+
"interfaces": [],
|
|
16864
|
+
"enumValues": null,
|
|
16865
|
+
"possibleTypes": null
|
|
16866
|
+
},
|
|
16867
|
+
{
|
|
16868
|
+
"kind": "SCALAR",
|
|
16869
|
+
"name": "ID",
|
|
16870
|
+
"description": "The `ID` scalar type represents a unique identifier, often used to refetch an object or as key for a cache. The ID type appears in a JSON response as a String; however, it is not intended to be human-readable. When expected as an input type, any string (such as `\"4\"`) or integer (such as `4`) input value will be accepted as an ID.",
|
|
16871
|
+
"isOneOf": null,
|
|
16872
|
+
"fields": null,
|
|
16873
|
+
"inputFields": null,
|
|
16874
|
+
"interfaces": null,
|
|
16875
|
+
"enumValues": null,
|
|
16876
|
+
"possibleTypes": null
|
|
16877
|
+
},
|
|
16878
|
+
{
|
|
16879
|
+
"kind": "INPUT_OBJECT",
|
|
16880
|
+
"name": "ImplementationPlanInput",
|
|
16881
|
+
"description": null,
|
|
16882
|
+
"isOneOf": false,
|
|
16883
|
+
"fields": null,
|
|
16884
|
+
"inputFields": [
|
|
16885
|
+
{
|
|
16886
|
+
"name": "analysis",
|
|
16887
|
+
"description": null,
|
|
16888
|
+
"type": {
|
|
16889
|
+
"kind": "NON_NULL",
|
|
16890
|
+
"name": null,
|
|
16891
|
+
"ofType": {
|
|
16892
|
+
"kind": "INPUT_OBJECT",
|
|
16893
|
+
"name": "AnalysisInput",
|
|
16894
|
+
"ofType": null
|
|
16895
|
+
}
|
|
16896
|
+
},
|
|
16897
|
+
"defaultValue": null,
|
|
16898
|
+
"isDeprecated": false,
|
|
16899
|
+
"deprecationReason": null
|
|
16900
|
+
},
|
|
16901
|
+
{
|
|
16902
|
+
"name": "analysis_type",
|
|
16903
|
+
"description": null,
|
|
16904
|
+
"type": {
|
|
16905
|
+
"kind": "NON_NULL",
|
|
16906
|
+
"name": null,
|
|
16907
|
+
"ofType": {
|
|
16908
|
+
"kind": "SCALAR",
|
|
16909
|
+
"name": "String",
|
|
16910
|
+
"ofType": null
|
|
16911
|
+
}
|
|
16912
|
+
},
|
|
16913
|
+
"defaultValue": null,
|
|
16914
|
+
"isDeprecated": false,
|
|
16915
|
+
"deprecationReason": null
|
|
16916
|
+
},
|
|
16917
|
+
{
|
|
16918
|
+
"name": "executive_summary",
|
|
16919
|
+
"description": null,
|
|
16920
|
+
"type": {
|
|
16921
|
+
"kind": "NON_NULL",
|
|
16922
|
+
"name": null,
|
|
16923
|
+
"ofType": {
|
|
16924
|
+
"kind": "SCALAR",
|
|
16925
|
+
"name": "String",
|
|
16926
|
+
"ofType": null
|
|
16927
|
+
}
|
|
16928
|
+
},
|
|
16929
|
+
"defaultValue": null,
|
|
16930
|
+
"isDeprecated": false,
|
|
16931
|
+
"deprecationReason": null
|
|
16932
|
+
},
|
|
16933
|
+
{
|
|
16934
|
+
"name": "metadata",
|
|
16935
|
+
"description": null,
|
|
16936
|
+
"type": {
|
|
16937
|
+
"kind": "NON_NULL",
|
|
16938
|
+
"name": null,
|
|
16939
|
+
"ofType": {
|
|
16940
|
+
"kind": "INPUT_OBJECT",
|
|
16941
|
+
"name": "MetadataInput",
|
|
16942
|
+
"ofType": null
|
|
16943
|
+
}
|
|
16944
|
+
},
|
|
16945
|
+
"defaultValue": null,
|
|
16946
|
+
"isDeprecated": false,
|
|
16947
|
+
"deprecationReason": null
|
|
16948
|
+
},
|
|
16949
|
+
{
|
|
16950
|
+
"name": "project_id",
|
|
16951
|
+
"description": null,
|
|
16952
|
+
"type": {
|
|
16953
|
+
"kind": "NON_NULL",
|
|
16954
|
+
"name": null,
|
|
16955
|
+
"ofType": {
|
|
16956
|
+
"kind": "SCALAR",
|
|
16957
|
+
"name": "String",
|
|
16958
|
+
"ofType": null
|
|
16959
|
+
}
|
|
16960
|
+
},
|
|
16961
|
+
"defaultValue": null,
|
|
16962
|
+
"isDeprecated": false,
|
|
16963
|
+
"deprecationReason": null
|
|
16964
|
+
},
|
|
16965
|
+
{
|
|
16966
|
+
"name": "recommendations",
|
|
16967
|
+
"description": null,
|
|
16968
|
+
"type": {
|
|
16969
|
+
"kind": "NON_NULL",
|
|
16970
|
+
"name": null,
|
|
16971
|
+
"ofType": {
|
|
16972
|
+
"kind": "LIST",
|
|
16973
|
+
"name": null,
|
|
16974
|
+
"ofType": {
|
|
16975
|
+
"kind": "NON_NULL",
|
|
16976
|
+
"name": null,
|
|
16977
|
+
"ofType": {
|
|
16978
|
+
"kind": "INPUT_OBJECT",
|
|
16979
|
+
"name": "RecommendationInput",
|
|
16980
|
+
"ofType": null
|
|
16981
|
+
}
|
|
16982
|
+
}
|
|
16983
|
+
}
|
|
16984
|
+
},
|
|
16985
|
+
"defaultValue": null,
|
|
16986
|
+
"isDeprecated": false,
|
|
16987
|
+
"deprecationReason": null
|
|
16988
|
+
},
|
|
16989
|
+
{
|
|
16990
|
+
"name": "scores",
|
|
16991
|
+
"description": null,
|
|
16992
|
+
"type": {
|
|
16993
|
+
"kind": "NON_NULL",
|
|
16994
|
+
"name": null,
|
|
16995
|
+
"ofType": {
|
|
16996
|
+
"kind": "INPUT_OBJECT",
|
|
16997
|
+
"name": "ScoresInput",
|
|
16998
|
+
"ofType": null
|
|
16999
|
+
}
|
|
17000
|
+
},
|
|
17001
|
+
"defaultValue": null,
|
|
17002
|
+
"isDeprecated": false,
|
|
17003
|
+
"deprecationReason": null
|
|
17004
|
+
},
|
|
17005
|
+
{
|
|
17006
|
+
"name": "suggested_product_requirements",
|
|
17007
|
+
"description": null,
|
|
17008
|
+
"type": {
|
|
17009
|
+
"kind": "NON_NULL",
|
|
17010
|
+
"name": null,
|
|
17011
|
+
"ofType": {
|
|
17012
|
+
"kind": "INPUT_OBJECT",
|
|
17013
|
+
"name": "ProductRequirementsInput",
|
|
17014
|
+
"ofType": null
|
|
17015
|
+
}
|
|
17016
|
+
},
|
|
17017
|
+
"defaultValue": null,
|
|
17018
|
+
"isDeprecated": false,
|
|
17019
|
+
"deprecationReason": null
|
|
17020
|
+
},
|
|
17021
|
+
{
|
|
17022
|
+
"name": "timeline",
|
|
17023
|
+
"description": null,
|
|
17024
|
+
"type": {
|
|
17025
|
+
"kind": "NON_NULL",
|
|
17026
|
+
"name": null,
|
|
17027
|
+
"ofType": {
|
|
17028
|
+
"kind": "INPUT_OBJECT",
|
|
17029
|
+
"name": "TimelineInput",
|
|
17030
|
+
"ofType": null
|
|
17031
|
+
}
|
|
17032
|
+
},
|
|
17033
|
+
"defaultValue": null,
|
|
17034
|
+
"isDeprecated": false,
|
|
17035
|
+
"deprecationReason": null
|
|
17036
|
+
}
|
|
17037
|
+
],
|
|
17038
|
+
"interfaces": null,
|
|
17039
|
+
"enumValues": null,
|
|
17040
|
+
"possibleTypes": null
|
|
17041
|
+
},
|
|
17042
|
+
{
|
|
17043
|
+
"kind": "INPUT_OBJECT",
|
|
17044
|
+
"name": "InferredFunctionalRequirementInput",
|
|
17045
|
+
"description": null,
|
|
17046
|
+
"isOneOf": false,
|
|
17047
|
+
"fields": null,
|
|
17048
|
+
"inputFields": [
|
|
17049
|
+
{
|
|
17050
|
+
"name": "domain_pattern",
|
|
15385
17051
|
"description": null,
|
|
15386
17052
|
"type": {
|
|
15387
17053
|
"kind": "NON_NULL",
|
|
@@ -15525,6 +17191,66 @@
|
|
|
15525
17191
|
"enumValues": null,
|
|
15526
17192
|
"possibleTypes": null
|
|
15527
17193
|
},
|
|
17194
|
+
{
|
|
17195
|
+
"kind": "OBJECT",
|
|
17196
|
+
"name": "InitiateGenerationResult",
|
|
17197
|
+
"description": "Result of initiating story generation",
|
|
17198
|
+
"isOneOf": null,
|
|
17199
|
+
"fields": [
|
|
17200
|
+
{
|
|
17201
|
+
"name": "sessionId",
|
|
17202
|
+
"description": null,
|
|
17203
|
+
"args": [],
|
|
17204
|
+
"type": {
|
|
17205
|
+
"kind": "NON_NULL",
|
|
17206
|
+
"name": null,
|
|
17207
|
+
"ofType": {
|
|
17208
|
+
"kind": "SCALAR",
|
|
17209
|
+
"name": "String",
|
|
17210
|
+
"ofType": null
|
|
17211
|
+
}
|
|
17212
|
+
},
|
|
17213
|
+
"isDeprecated": false,
|
|
17214
|
+
"deprecationReason": null
|
|
17215
|
+
},
|
|
17216
|
+
{
|
|
17217
|
+
"name": "status",
|
|
17218
|
+
"description": null,
|
|
17219
|
+
"args": [],
|
|
17220
|
+
"type": {
|
|
17221
|
+
"kind": "NON_NULL",
|
|
17222
|
+
"name": null,
|
|
17223
|
+
"ofType": {
|
|
17224
|
+
"kind": "ENUM",
|
|
17225
|
+
"name": "GenerationSessionStatus",
|
|
17226
|
+
"ofType": null
|
|
17227
|
+
}
|
|
17228
|
+
},
|
|
17229
|
+
"isDeprecated": false,
|
|
17230
|
+
"deprecationReason": null
|
|
17231
|
+
},
|
|
17232
|
+
{
|
|
17233
|
+
"name": "workQueueId",
|
|
17234
|
+
"description": null,
|
|
17235
|
+
"args": [],
|
|
17236
|
+
"type": {
|
|
17237
|
+
"kind": "NON_NULL",
|
|
17238
|
+
"name": null,
|
|
17239
|
+
"ofType": {
|
|
17240
|
+
"kind": "SCALAR",
|
|
17241
|
+
"name": "String",
|
|
17242
|
+
"ofType": null
|
|
17243
|
+
}
|
|
17244
|
+
},
|
|
17245
|
+
"isDeprecated": false,
|
|
17246
|
+
"deprecationReason": null
|
|
17247
|
+
}
|
|
17248
|
+
],
|
|
17249
|
+
"inputFields": null,
|
|
17250
|
+
"interfaces": [],
|
|
17251
|
+
"enumValues": null,
|
|
17252
|
+
"possibleTypes": null
|
|
17253
|
+
},
|
|
15528
17254
|
{
|
|
15529
17255
|
"kind": "SCALAR",
|
|
15530
17256
|
"name": "Int",
|
|
@@ -16174,6 +17900,121 @@
|
|
|
16174
17900
|
"isDeprecated": false,
|
|
16175
17901
|
"deprecationReason": null
|
|
16176
17902
|
},
|
|
17903
|
+
{
|
|
17904
|
+
"name": "acceptStoryDraft",
|
|
17905
|
+
"description": null,
|
|
17906
|
+
"args": [
|
|
17907
|
+
{
|
|
17908
|
+
"name": "sessionId",
|
|
17909
|
+
"description": null,
|
|
17910
|
+
"type": {
|
|
17911
|
+
"kind": "NON_NULL",
|
|
17912
|
+
"name": null,
|
|
17913
|
+
"ofType": {
|
|
17914
|
+
"kind": "SCALAR",
|
|
17915
|
+
"name": "String",
|
|
17916
|
+
"ofType": null
|
|
17917
|
+
}
|
|
17918
|
+
},
|
|
17919
|
+
"defaultValue": null,
|
|
17920
|
+
"isDeprecated": false,
|
|
17921
|
+
"deprecationReason": null
|
|
17922
|
+
},
|
|
17923
|
+
{
|
|
17924
|
+
"name": "storyDraftId",
|
|
17925
|
+
"description": null,
|
|
17926
|
+
"type": {
|
|
17927
|
+
"kind": "NON_NULL",
|
|
17928
|
+
"name": null,
|
|
17929
|
+
"ofType": {
|
|
17930
|
+
"kind": "SCALAR",
|
|
17931
|
+
"name": "String",
|
|
17932
|
+
"ofType": null
|
|
17933
|
+
}
|
|
17934
|
+
},
|
|
17935
|
+
"defaultValue": null,
|
|
17936
|
+
"isDeprecated": false,
|
|
17937
|
+
"deprecationReason": null
|
|
17938
|
+
}
|
|
17939
|
+
],
|
|
17940
|
+
"type": {
|
|
17941
|
+
"kind": "NON_NULL",
|
|
17942
|
+
"name": null,
|
|
17943
|
+
"ofType": {
|
|
17944
|
+
"kind": "OBJECT",
|
|
17945
|
+
"name": "StoryGenerationSession",
|
|
17946
|
+
"ofType": null
|
|
17947
|
+
}
|
|
17948
|
+
},
|
|
17949
|
+
"isDeprecated": false,
|
|
17950
|
+
"deprecationReason": null
|
|
17951
|
+
},
|
|
17952
|
+
{
|
|
17953
|
+
"name": "addStoryDraft",
|
|
17954
|
+
"description": null,
|
|
17955
|
+
"args": [
|
|
17956
|
+
{
|
|
17957
|
+
"name": "input",
|
|
17958
|
+
"description": null,
|
|
17959
|
+
"type": {
|
|
17960
|
+
"kind": "NON_NULL",
|
|
17961
|
+
"name": null,
|
|
17962
|
+
"ofType": {
|
|
17963
|
+
"kind": "INPUT_OBJECT",
|
|
17964
|
+
"name": "AddStoryDraftInput",
|
|
17965
|
+
"ofType": null
|
|
17966
|
+
}
|
|
17967
|
+
},
|
|
17968
|
+
"defaultValue": null,
|
|
17969
|
+
"isDeprecated": false,
|
|
17970
|
+
"deprecationReason": null
|
|
17971
|
+
}
|
|
17972
|
+
],
|
|
17973
|
+
"type": {
|
|
17974
|
+
"kind": "NON_NULL",
|
|
17975
|
+
"name": null,
|
|
17976
|
+
"ofType": {
|
|
17977
|
+
"kind": "OBJECT",
|
|
17978
|
+
"name": "StoryGenerationSession",
|
|
17979
|
+
"ofType": null
|
|
17980
|
+
}
|
|
17981
|
+
},
|
|
17982
|
+
"isDeprecated": false,
|
|
17983
|
+
"deprecationReason": null
|
|
17984
|
+
},
|
|
17985
|
+
{
|
|
17986
|
+
"name": "applyGeneratedStories",
|
|
17987
|
+
"description": null,
|
|
17988
|
+
"args": [
|
|
17989
|
+
{
|
|
17990
|
+
"name": "sessionId",
|
|
17991
|
+
"description": null,
|
|
17992
|
+
"type": {
|
|
17993
|
+
"kind": "NON_NULL",
|
|
17994
|
+
"name": null,
|
|
17995
|
+
"ofType": {
|
|
17996
|
+
"kind": "SCALAR",
|
|
17997
|
+
"name": "String",
|
|
17998
|
+
"ofType": null
|
|
17999
|
+
}
|
|
18000
|
+
},
|
|
18001
|
+
"defaultValue": null,
|
|
18002
|
+
"isDeprecated": false,
|
|
18003
|
+
"deprecationReason": null
|
|
18004
|
+
}
|
|
18005
|
+
],
|
|
18006
|
+
"type": {
|
|
18007
|
+
"kind": "NON_NULL",
|
|
18008
|
+
"name": null,
|
|
18009
|
+
"ofType": {
|
|
18010
|
+
"kind": "OBJECT",
|
|
18011
|
+
"name": "ApplyGeneratedStoriesResult",
|
|
18012
|
+
"ofType": null
|
|
18013
|
+
}
|
|
18014
|
+
},
|
|
18015
|
+
"isDeprecated": false,
|
|
18016
|
+
"deprecationReason": null
|
|
18017
|
+
},
|
|
16177
18018
|
{
|
|
16178
18019
|
"name": "applyProjectReview",
|
|
16179
18020
|
"description": null,
|
|
@@ -16858,6 +18699,39 @@
|
|
|
16858
18699
|
"isDeprecated": false,
|
|
16859
18700
|
"deprecationReason": null
|
|
16860
18701
|
},
|
|
18702
|
+
{
|
|
18703
|
+
"name": "completeStoryGeneration",
|
|
18704
|
+
"description": null,
|
|
18705
|
+
"args": [
|
|
18706
|
+
{
|
|
18707
|
+
"name": "input",
|
|
18708
|
+
"description": null,
|
|
18709
|
+
"type": {
|
|
18710
|
+
"kind": "NON_NULL",
|
|
18711
|
+
"name": null,
|
|
18712
|
+
"ofType": {
|
|
18713
|
+
"kind": "INPUT_OBJECT",
|
|
18714
|
+
"name": "CompleteStoryGenerationInput",
|
|
18715
|
+
"ofType": null
|
|
18716
|
+
}
|
|
18717
|
+
},
|
|
18718
|
+
"defaultValue": null,
|
|
18719
|
+
"isDeprecated": false,
|
|
18720
|
+
"deprecationReason": null
|
|
18721
|
+
}
|
|
18722
|
+
],
|
|
18723
|
+
"type": {
|
|
18724
|
+
"kind": "NON_NULL",
|
|
18725
|
+
"name": null,
|
|
18726
|
+
"ofType": {
|
|
18727
|
+
"kind": "OBJECT",
|
|
18728
|
+
"name": "CompleteStoryGenerationResult",
|
|
18729
|
+
"ofType": null
|
|
18730
|
+
}
|
|
18731
|
+
},
|
|
18732
|
+
"isDeprecated": false,
|
|
18733
|
+
"deprecationReason": null
|
|
18734
|
+
},
|
|
16861
18735
|
{
|
|
16862
18736
|
"name": "completeTask",
|
|
16863
18737
|
"description": null,
|
|
@@ -16889,6 +18763,26 @@
|
|
|
16889
18763
|
"defaultValue": null,
|
|
16890
18764
|
"isDeprecated": false,
|
|
16891
18765
|
"deprecationReason": null
|
|
18766
|
+
},
|
|
18767
|
+
{
|
|
18768
|
+
"name": "keyFiles",
|
|
18769
|
+
"description": null,
|
|
18770
|
+
"type": {
|
|
18771
|
+
"kind": "LIST",
|
|
18772
|
+
"name": null,
|
|
18773
|
+
"ofType": {
|
|
18774
|
+
"kind": "NON_NULL",
|
|
18775
|
+
"name": null,
|
|
18776
|
+
"ofType": {
|
|
18777
|
+
"kind": "SCALAR",
|
|
18778
|
+
"name": "String",
|
|
18779
|
+
"ofType": null
|
|
18780
|
+
}
|
|
18781
|
+
}
|
|
18782
|
+
},
|
|
18783
|
+
"defaultValue": null,
|
|
18784
|
+
"isDeprecated": false,
|
|
18785
|
+
"deprecationReason": null
|
|
16892
18786
|
}
|
|
16893
18787
|
],
|
|
16894
18788
|
"type": {
|
|
@@ -17999,6 +19893,39 @@
|
|
|
17999
19893
|
"isDeprecated": false,
|
|
18000
19894
|
"deprecationReason": null
|
|
18001
19895
|
},
|
|
19896
|
+
{
|
|
19897
|
+
"name": "generateStories",
|
|
19898
|
+
"description": null,
|
|
19899
|
+
"args": [
|
|
19900
|
+
{
|
|
19901
|
+
"name": "input",
|
|
19902
|
+
"description": null,
|
|
19903
|
+
"type": {
|
|
19904
|
+
"kind": "NON_NULL",
|
|
19905
|
+
"name": null,
|
|
19906
|
+
"ofType": {
|
|
19907
|
+
"kind": "INPUT_OBJECT",
|
|
19908
|
+
"name": "GenerateStoriesInput",
|
|
19909
|
+
"ofType": null
|
|
19910
|
+
}
|
|
19911
|
+
},
|
|
19912
|
+
"defaultValue": null,
|
|
19913
|
+
"isDeprecated": false,
|
|
19914
|
+
"deprecationReason": null
|
|
19915
|
+
}
|
|
19916
|
+
],
|
|
19917
|
+
"type": {
|
|
19918
|
+
"kind": "NON_NULL",
|
|
19919
|
+
"name": null,
|
|
19920
|
+
"ofType": {
|
|
19921
|
+
"kind": "OBJECT",
|
|
19922
|
+
"name": "InitiateGenerationResult",
|
|
19923
|
+
"ofType": null
|
|
19924
|
+
}
|
|
19925
|
+
},
|
|
19926
|
+
"isDeprecated": false,
|
|
19927
|
+
"deprecationReason": null
|
|
19928
|
+
},
|
|
18002
19929
|
{
|
|
18003
19930
|
"name": "generateStoriesFromPlan",
|
|
18004
19931
|
"description": null,
|
|
@@ -18512,6 +20439,55 @@
|
|
|
18512
20439
|
"isDeprecated": false,
|
|
18513
20440
|
"deprecationReason": null
|
|
18514
20441
|
},
|
|
20442
|
+
{
|
|
20443
|
+
"name": "rejectStoryDraft",
|
|
20444
|
+
"description": null,
|
|
20445
|
+
"args": [
|
|
20446
|
+
{
|
|
20447
|
+
"name": "sessionId",
|
|
20448
|
+
"description": null,
|
|
20449
|
+
"type": {
|
|
20450
|
+
"kind": "NON_NULL",
|
|
20451
|
+
"name": null,
|
|
20452
|
+
"ofType": {
|
|
20453
|
+
"kind": "SCALAR",
|
|
20454
|
+
"name": "String",
|
|
20455
|
+
"ofType": null
|
|
20456
|
+
}
|
|
20457
|
+
},
|
|
20458
|
+
"defaultValue": null,
|
|
20459
|
+
"isDeprecated": false,
|
|
20460
|
+
"deprecationReason": null
|
|
20461
|
+
},
|
|
20462
|
+
{
|
|
20463
|
+
"name": "storyDraftId",
|
|
20464
|
+
"description": null,
|
|
20465
|
+
"type": {
|
|
20466
|
+
"kind": "NON_NULL",
|
|
20467
|
+
"name": null,
|
|
20468
|
+
"ofType": {
|
|
20469
|
+
"kind": "SCALAR",
|
|
20470
|
+
"name": "String",
|
|
20471
|
+
"ofType": null
|
|
20472
|
+
}
|
|
20473
|
+
},
|
|
20474
|
+
"defaultValue": null,
|
|
20475
|
+
"isDeprecated": false,
|
|
20476
|
+
"deprecationReason": null
|
|
20477
|
+
}
|
|
20478
|
+
],
|
|
20479
|
+
"type": {
|
|
20480
|
+
"kind": "NON_NULL",
|
|
20481
|
+
"name": null,
|
|
20482
|
+
"ofType": {
|
|
20483
|
+
"kind": "OBJECT",
|
|
20484
|
+
"name": "StoryGenerationSession",
|
|
20485
|
+
"ofType": null
|
|
20486
|
+
}
|
|
20487
|
+
},
|
|
20488
|
+
"isDeprecated": false,
|
|
20489
|
+
"deprecationReason": null
|
|
20490
|
+
},
|
|
18515
20491
|
{
|
|
18516
20492
|
"name": "releaseStory",
|
|
18517
20493
|
"description": null,
|
|
@@ -18578,6 +20554,55 @@
|
|
|
18578
20554
|
"isDeprecated": false,
|
|
18579
20555
|
"deprecationReason": null
|
|
18580
20556
|
},
|
|
20557
|
+
{
|
|
20558
|
+
"name": "removeStoryDraft",
|
|
20559
|
+
"description": null,
|
|
20560
|
+
"args": [
|
|
20561
|
+
{
|
|
20562
|
+
"name": "sessionId",
|
|
20563
|
+
"description": null,
|
|
20564
|
+
"type": {
|
|
20565
|
+
"kind": "NON_NULL",
|
|
20566
|
+
"name": null,
|
|
20567
|
+
"ofType": {
|
|
20568
|
+
"kind": "SCALAR",
|
|
20569
|
+
"name": "String",
|
|
20570
|
+
"ofType": null
|
|
20571
|
+
}
|
|
20572
|
+
},
|
|
20573
|
+
"defaultValue": null,
|
|
20574
|
+
"isDeprecated": false,
|
|
20575
|
+
"deprecationReason": null
|
|
20576
|
+
},
|
|
20577
|
+
{
|
|
20578
|
+
"name": "storyDraftId",
|
|
20579
|
+
"description": null,
|
|
20580
|
+
"type": {
|
|
20581
|
+
"kind": "NON_NULL",
|
|
20582
|
+
"name": null,
|
|
20583
|
+
"ofType": {
|
|
20584
|
+
"kind": "SCALAR",
|
|
20585
|
+
"name": "String",
|
|
20586
|
+
"ofType": null
|
|
20587
|
+
}
|
|
20588
|
+
},
|
|
20589
|
+
"defaultValue": null,
|
|
20590
|
+
"isDeprecated": false,
|
|
20591
|
+
"deprecationReason": null
|
|
20592
|
+
}
|
|
20593
|
+
],
|
|
20594
|
+
"type": {
|
|
20595
|
+
"kind": "NON_NULL",
|
|
20596
|
+
"name": null,
|
|
20597
|
+
"ofType": {
|
|
20598
|
+
"kind": "OBJECT",
|
|
20599
|
+
"name": "StoryGenerationSession",
|
|
20600
|
+
"ofType": null
|
|
20601
|
+
}
|
|
20602
|
+
},
|
|
20603
|
+
"isDeprecated": false,
|
|
20604
|
+
"deprecationReason": null
|
|
20605
|
+
},
|
|
18581
20606
|
{
|
|
18582
20607
|
"name": "repromptDevelopmentPlan",
|
|
18583
20608
|
"description": null,
|
|
@@ -18611,6 +20636,39 @@
|
|
|
18611
20636
|
"isDeprecated": false,
|
|
18612
20637
|
"deprecationReason": null
|
|
18613
20638
|
},
|
|
20639
|
+
{
|
|
20640
|
+
"name": "repromptGeneration",
|
|
20641
|
+
"description": null,
|
|
20642
|
+
"args": [
|
|
20643
|
+
{
|
|
20644
|
+
"name": "input",
|
|
20645
|
+
"description": null,
|
|
20646
|
+
"type": {
|
|
20647
|
+
"kind": "NON_NULL",
|
|
20648
|
+
"name": null,
|
|
20649
|
+
"ofType": {
|
|
20650
|
+
"kind": "INPUT_OBJECT",
|
|
20651
|
+
"name": "RepromptGenerationInput",
|
|
20652
|
+
"ofType": null
|
|
20653
|
+
}
|
|
20654
|
+
},
|
|
20655
|
+
"defaultValue": null,
|
|
20656
|
+
"isDeprecated": false,
|
|
20657
|
+
"deprecationReason": null
|
|
20658
|
+
}
|
|
20659
|
+
],
|
|
20660
|
+
"type": {
|
|
20661
|
+
"kind": "NON_NULL",
|
|
20662
|
+
"name": null,
|
|
20663
|
+
"ofType": {
|
|
20664
|
+
"kind": "OBJECT",
|
|
20665
|
+
"name": "InitiateGenerationResult",
|
|
20666
|
+
"ofType": null
|
|
20667
|
+
}
|
|
20668
|
+
},
|
|
20669
|
+
"isDeprecated": false,
|
|
20670
|
+
"deprecationReason": null
|
|
20671
|
+
},
|
|
18614
20672
|
{
|
|
18615
20673
|
"name": "repromptProjectReview",
|
|
18616
20674
|
"description": null,
|
|
@@ -18644,6 +20702,39 @@
|
|
|
18644
20702
|
"isDeprecated": false,
|
|
18645
20703
|
"deprecationReason": null
|
|
18646
20704
|
},
|
|
20705
|
+
{
|
|
20706
|
+
"name": "repromptStoryDraft",
|
|
20707
|
+
"description": null,
|
|
20708
|
+
"args": [
|
|
20709
|
+
{
|
|
20710
|
+
"name": "input",
|
|
20711
|
+
"description": null,
|
|
20712
|
+
"type": {
|
|
20713
|
+
"kind": "NON_NULL",
|
|
20714
|
+
"name": null,
|
|
20715
|
+
"ofType": {
|
|
20716
|
+
"kind": "INPUT_OBJECT",
|
|
20717
|
+
"name": "RepromptStoryDraftInput",
|
|
20718
|
+
"ofType": null
|
|
20719
|
+
}
|
|
20720
|
+
},
|
|
20721
|
+
"defaultValue": null,
|
|
20722
|
+
"isDeprecated": false,
|
|
20723
|
+
"deprecationReason": null
|
|
20724
|
+
}
|
|
20725
|
+
],
|
|
20726
|
+
"type": {
|
|
20727
|
+
"kind": "NON_NULL",
|
|
20728
|
+
"name": null,
|
|
20729
|
+
"ofType": {
|
|
20730
|
+
"kind": "OBJECT",
|
|
20731
|
+
"name": "StoryGenerationSession",
|
|
20732
|
+
"ofType": null
|
|
20733
|
+
}
|
|
20734
|
+
},
|
|
20735
|
+
"isDeprecated": false,
|
|
20736
|
+
"deprecationReason": null
|
|
20737
|
+
},
|
|
18647
20738
|
{
|
|
18648
20739
|
"name": "requestPasswordReset",
|
|
18649
20740
|
"description": null,
|
|
@@ -18928,6 +21019,39 @@
|
|
|
18928
21019
|
"isDeprecated": false,
|
|
18929
21020
|
"deprecationReason": null
|
|
18930
21021
|
},
|
|
21022
|
+
{
|
|
21023
|
+
"name": "startStoryGeneration",
|
|
21024
|
+
"description": null,
|
|
21025
|
+
"args": [
|
|
21026
|
+
{
|
|
21027
|
+
"name": "sessionId",
|
|
21028
|
+
"description": null,
|
|
21029
|
+
"type": {
|
|
21030
|
+
"kind": "NON_NULL",
|
|
21031
|
+
"name": null,
|
|
21032
|
+
"ofType": {
|
|
21033
|
+
"kind": "SCALAR",
|
|
21034
|
+
"name": "String",
|
|
21035
|
+
"ofType": null
|
|
21036
|
+
}
|
|
21037
|
+
},
|
|
21038
|
+
"defaultValue": null,
|
|
21039
|
+
"isDeprecated": false,
|
|
21040
|
+
"deprecationReason": null
|
|
21041
|
+
}
|
|
21042
|
+
],
|
|
21043
|
+
"type": {
|
|
21044
|
+
"kind": "NON_NULL",
|
|
21045
|
+
"name": null,
|
|
21046
|
+
"ofType": {
|
|
21047
|
+
"kind": "OBJECT",
|
|
21048
|
+
"name": "StartStoryGenerationResult",
|
|
21049
|
+
"ofType": null
|
|
21050
|
+
}
|
|
21051
|
+
},
|
|
21052
|
+
"isDeprecated": false,
|
|
21053
|
+
"deprecationReason": null
|
|
21054
|
+
},
|
|
18931
21055
|
{
|
|
18932
21056
|
"name": "submitImplementationPlan",
|
|
18933
21057
|
"description": null,
|
|
@@ -19506,7 +21630,56 @@
|
|
|
19506
21630
|
"name": null,
|
|
19507
21631
|
"ofType": {
|
|
19508
21632
|
"kind": "INPUT_OBJECT",
|
|
19509
|
-
"name": "UpdateProjectInput",
|
|
21633
|
+
"name": "UpdateProjectInput",
|
|
21634
|
+
"ofType": null
|
|
21635
|
+
}
|
|
21636
|
+
},
|
|
21637
|
+
"defaultValue": null,
|
|
21638
|
+
"isDeprecated": false,
|
|
21639
|
+
"deprecationReason": null
|
|
21640
|
+
}
|
|
21641
|
+
],
|
|
21642
|
+
"type": {
|
|
21643
|
+
"kind": "NON_NULL",
|
|
21644
|
+
"name": null,
|
|
21645
|
+
"ofType": {
|
|
21646
|
+
"kind": "OBJECT",
|
|
21647
|
+
"name": "Project",
|
|
21648
|
+
"ofType": null
|
|
21649
|
+
}
|
|
21650
|
+
},
|
|
21651
|
+
"isDeprecated": false,
|
|
21652
|
+
"deprecationReason": null
|
|
21653
|
+
},
|
|
21654
|
+
{
|
|
21655
|
+
"name": "updateProjectReview",
|
|
21656
|
+
"description": null,
|
|
21657
|
+
"args": [
|
|
21658
|
+
{
|
|
21659
|
+
"name": "id",
|
|
21660
|
+
"description": null,
|
|
21661
|
+
"type": {
|
|
21662
|
+
"kind": "NON_NULL",
|
|
21663
|
+
"name": null,
|
|
21664
|
+
"ofType": {
|
|
21665
|
+
"kind": "SCALAR",
|
|
21666
|
+
"name": "String",
|
|
21667
|
+
"ofType": null
|
|
21668
|
+
}
|
|
21669
|
+
},
|
|
21670
|
+
"defaultValue": null,
|
|
21671
|
+
"isDeprecated": false,
|
|
21672
|
+
"deprecationReason": null
|
|
21673
|
+
},
|
|
21674
|
+
{
|
|
21675
|
+
"name": "input",
|
|
21676
|
+
"description": null,
|
|
21677
|
+
"type": {
|
|
21678
|
+
"kind": "NON_NULL",
|
|
21679
|
+
"name": null,
|
|
21680
|
+
"ofType": {
|
|
21681
|
+
"kind": "INPUT_OBJECT",
|
|
21682
|
+
"name": "UpdateProjectReviewInput",
|
|
19510
21683
|
"ofType": null
|
|
19511
21684
|
}
|
|
19512
21685
|
},
|
|
@@ -19520,7 +21693,7 @@
|
|
|
19520
21693
|
"name": null,
|
|
19521
21694
|
"ofType": {
|
|
19522
21695
|
"kind": "OBJECT",
|
|
19523
|
-
"name": "
|
|
21696
|
+
"name": "ProjectReview",
|
|
19524
21697
|
"ofType": null
|
|
19525
21698
|
}
|
|
19526
21699
|
},
|
|
@@ -19528,7 +21701,7 @@
|
|
|
19528
21701
|
"deprecationReason": null
|
|
19529
21702
|
},
|
|
19530
21703
|
{
|
|
19531
|
-
"name": "
|
|
21704
|
+
"name": "updateStory",
|
|
19532
21705
|
"description": null,
|
|
19533
21706
|
"args": [
|
|
19534
21707
|
{
|
|
@@ -19555,7 +21728,7 @@
|
|
|
19555
21728
|
"name": null,
|
|
19556
21729
|
"ofType": {
|
|
19557
21730
|
"kind": "INPUT_OBJECT",
|
|
19558
|
-
"name": "
|
|
21731
|
+
"name": "UpdateStoryInput",
|
|
19559
21732
|
"ofType": null
|
|
19560
21733
|
}
|
|
19561
21734
|
},
|
|
@@ -19569,7 +21742,7 @@
|
|
|
19569
21742
|
"name": null,
|
|
19570
21743
|
"ofType": {
|
|
19571
21744
|
"kind": "OBJECT",
|
|
19572
|
-
"name": "
|
|
21745
|
+
"name": "Story",
|
|
19573
21746
|
"ofType": null
|
|
19574
21747
|
}
|
|
19575
21748
|
},
|
|
@@ -19577,25 +21750,9 @@
|
|
|
19577
21750
|
"deprecationReason": null
|
|
19578
21751
|
},
|
|
19579
21752
|
{
|
|
19580
|
-
"name": "
|
|
21753
|
+
"name": "updateStoryDraft",
|
|
19581
21754
|
"description": null,
|
|
19582
21755
|
"args": [
|
|
19583
|
-
{
|
|
19584
|
-
"name": "id",
|
|
19585
|
-
"description": null,
|
|
19586
|
-
"type": {
|
|
19587
|
-
"kind": "NON_NULL",
|
|
19588
|
-
"name": null,
|
|
19589
|
-
"ofType": {
|
|
19590
|
-
"kind": "SCALAR",
|
|
19591
|
-
"name": "String",
|
|
19592
|
-
"ofType": null
|
|
19593
|
-
}
|
|
19594
|
-
},
|
|
19595
|
-
"defaultValue": null,
|
|
19596
|
-
"isDeprecated": false,
|
|
19597
|
-
"deprecationReason": null
|
|
19598
|
-
},
|
|
19599
21756
|
{
|
|
19600
21757
|
"name": "input",
|
|
19601
21758
|
"description": null,
|
|
@@ -19604,7 +21761,7 @@
|
|
|
19604
21761
|
"name": null,
|
|
19605
21762
|
"ofType": {
|
|
19606
21763
|
"kind": "INPUT_OBJECT",
|
|
19607
|
-
"name": "
|
|
21764
|
+
"name": "UpdateStoryDraftInput",
|
|
19608
21765
|
"ofType": null
|
|
19609
21766
|
}
|
|
19610
21767
|
},
|
|
@@ -19618,7 +21775,7 @@
|
|
|
19618
21775
|
"name": null,
|
|
19619
21776
|
"ofType": {
|
|
19620
21777
|
"kind": "OBJECT",
|
|
19621
|
-
"name": "
|
|
21778
|
+
"name": "StoryGenerationSession",
|
|
19622
21779
|
"ofType": null
|
|
19623
21780
|
}
|
|
19624
21781
|
},
|
|
@@ -20333,11 +22490,29 @@
|
|
|
20333
22490
|
"isDeprecated": false,
|
|
20334
22491
|
"deprecationReason": null
|
|
20335
22492
|
},
|
|
22493
|
+
{
|
|
22494
|
+
"name": "PROJECT_UPDATE",
|
|
22495
|
+
"description": null,
|
|
22496
|
+
"isDeprecated": false,
|
|
22497
|
+
"deprecationReason": null
|
|
22498
|
+
},
|
|
22499
|
+
{
|
|
22500
|
+
"name": "REMINDER",
|
|
22501
|
+
"description": null,
|
|
22502
|
+
"isDeprecated": false,
|
|
22503
|
+
"deprecationReason": null
|
|
22504
|
+
},
|
|
20336
22505
|
{
|
|
20337
22506
|
"name": "STATUS_CHANGE",
|
|
20338
22507
|
"description": null,
|
|
20339
22508
|
"isDeprecated": false,
|
|
20340
22509
|
"deprecationReason": null
|
|
22510
|
+
},
|
|
22511
|
+
{
|
|
22512
|
+
"name": "SYSTEM",
|
|
22513
|
+
"description": null,
|
|
22514
|
+
"isDeprecated": false,
|
|
22515
|
+
"deprecationReason": null
|
|
20341
22516
|
}
|
|
20342
22517
|
],
|
|
20343
22518
|
"possibleTypes": null
|
|
@@ -27853,6 +30028,39 @@
|
|
|
27853
30028
|
"isDeprecated": false,
|
|
27854
30029
|
"deprecationReason": null
|
|
27855
30030
|
},
|
|
30031
|
+
{
|
|
30032
|
+
"name": "generationProgress",
|
|
30033
|
+
"description": null,
|
|
30034
|
+
"args": [
|
|
30035
|
+
{
|
|
30036
|
+
"name": "sessionId",
|
|
30037
|
+
"description": null,
|
|
30038
|
+
"type": {
|
|
30039
|
+
"kind": "NON_NULL",
|
|
30040
|
+
"name": null,
|
|
30041
|
+
"ofType": {
|
|
30042
|
+
"kind": "SCALAR",
|
|
30043
|
+
"name": "String",
|
|
30044
|
+
"ofType": null
|
|
30045
|
+
}
|
|
30046
|
+
},
|
|
30047
|
+
"defaultValue": null,
|
|
30048
|
+
"isDeprecated": false,
|
|
30049
|
+
"deprecationReason": null
|
|
30050
|
+
}
|
|
30051
|
+
],
|
|
30052
|
+
"type": {
|
|
30053
|
+
"kind": "NON_NULL",
|
|
30054
|
+
"name": null,
|
|
30055
|
+
"ofType": {
|
|
30056
|
+
"kind": "OBJECT",
|
|
30057
|
+
"name": "GenerationProgress",
|
|
30058
|
+
"ofType": null
|
|
30059
|
+
}
|
|
30060
|
+
},
|
|
30061
|
+
"isDeprecated": false,
|
|
30062
|
+
"deprecationReason": null
|
|
30063
|
+
},
|
|
27856
30064
|
{
|
|
27857
30065
|
"name": "getAttachmentDownloadUrl",
|
|
27858
30066
|
"description": null,
|
|
@@ -29620,21 +31828,201 @@
|
|
|
29620
31828
|
"name": "projectId",
|
|
29621
31829
|
"description": null,
|
|
29622
31830
|
"type": {
|
|
29623
|
-
"kind": "SCALAR",
|
|
29624
|
-
"name": "String",
|
|
29625
|
-
"ofType": null
|
|
29626
|
-
},
|
|
29627
|
-
"defaultValue": null,
|
|
29628
|
-
"isDeprecated": false,
|
|
29629
|
-
"deprecationReason": null
|
|
29630
|
-
},
|
|
29631
|
-
{
|
|
29632
|
-
"name": "search",
|
|
29633
|
-
"description": null,
|
|
29634
|
-
"type": {
|
|
29635
|
-
"kind": "INPUT_OBJECT",
|
|
29636
|
-
"name": "StorySearchInput",
|
|
29637
|
-
"ofType": null
|
|
31831
|
+
"kind": "SCALAR",
|
|
31832
|
+
"name": "String",
|
|
31833
|
+
"ofType": null
|
|
31834
|
+
},
|
|
31835
|
+
"defaultValue": null,
|
|
31836
|
+
"isDeprecated": false,
|
|
31837
|
+
"deprecationReason": null
|
|
31838
|
+
},
|
|
31839
|
+
{
|
|
31840
|
+
"name": "search",
|
|
31841
|
+
"description": null,
|
|
31842
|
+
"type": {
|
|
31843
|
+
"kind": "INPUT_OBJECT",
|
|
31844
|
+
"name": "StorySearchInput",
|
|
31845
|
+
"ofType": null
|
|
31846
|
+
},
|
|
31847
|
+
"defaultValue": null,
|
|
31848
|
+
"isDeprecated": false,
|
|
31849
|
+
"deprecationReason": null
|
|
31850
|
+
}
|
|
31851
|
+
],
|
|
31852
|
+
"type": {
|
|
31853
|
+
"kind": "NON_NULL",
|
|
31854
|
+
"name": null,
|
|
31855
|
+
"ofType": {
|
|
31856
|
+
"kind": "LIST",
|
|
31857
|
+
"name": null,
|
|
31858
|
+
"ofType": {
|
|
31859
|
+
"kind": "NON_NULL",
|
|
31860
|
+
"name": null,
|
|
31861
|
+
"ofType": {
|
|
31862
|
+
"kind": "OBJECT",
|
|
31863
|
+
"name": "Story",
|
|
31864
|
+
"ofType": null
|
|
31865
|
+
}
|
|
31866
|
+
}
|
|
31867
|
+
}
|
|
31868
|
+
},
|
|
31869
|
+
"isDeprecated": false,
|
|
31870
|
+
"deprecationReason": null
|
|
31871
|
+
},
|
|
31872
|
+
{
|
|
31873
|
+
"name": "story",
|
|
31874
|
+
"description": null,
|
|
31875
|
+
"args": [
|
|
31876
|
+
{
|
|
31877
|
+
"name": "id",
|
|
31878
|
+
"description": null,
|
|
31879
|
+
"type": {
|
|
31880
|
+
"kind": "NON_NULL",
|
|
31881
|
+
"name": null,
|
|
31882
|
+
"ofType": {
|
|
31883
|
+
"kind": "SCALAR",
|
|
31884
|
+
"name": "String",
|
|
31885
|
+
"ofType": null
|
|
31886
|
+
}
|
|
31887
|
+
},
|
|
31888
|
+
"defaultValue": null,
|
|
31889
|
+
"isDeprecated": false,
|
|
31890
|
+
"deprecationReason": null
|
|
31891
|
+
}
|
|
31892
|
+
],
|
|
31893
|
+
"type": {
|
|
31894
|
+
"kind": "OBJECT",
|
|
31895
|
+
"name": "Story",
|
|
31896
|
+
"ofType": null
|
|
31897
|
+
},
|
|
31898
|
+
"isDeprecated": false,
|
|
31899
|
+
"deprecationReason": null
|
|
31900
|
+
},
|
|
31901
|
+
{
|
|
31902
|
+
"name": "storyGenerationPromptContext",
|
|
31903
|
+
"description": null,
|
|
31904
|
+
"args": [
|
|
31905
|
+
{
|
|
31906
|
+
"name": "sessionId",
|
|
31907
|
+
"description": null,
|
|
31908
|
+
"type": {
|
|
31909
|
+
"kind": "NON_NULL",
|
|
31910
|
+
"name": null,
|
|
31911
|
+
"ofType": {
|
|
31912
|
+
"kind": "SCALAR",
|
|
31913
|
+
"name": "String",
|
|
31914
|
+
"ofType": null
|
|
31915
|
+
}
|
|
31916
|
+
},
|
|
31917
|
+
"defaultValue": null,
|
|
31918
|
+
"isDeprecated": false,
|
|
31919
|
+
"deprecationReason": null
|
|
31920
|
+
}
|
|
31921
|
+
],
|
|
31922
|
+
"type": {
|
|
31923
|
+
"kind": "NON_NULL",
|
|
31924
|
+
"name": null,
|
|
31925
|
+
"ofType": {
|
|
31926
|
+
"kind": "OBJECT",
|
|
31927
|
+
"name": "StoryGenerationPromptContext",
|
|
31928
|
+
"ofType": null
|
|
31929
|
+
}
|
|
31930
|
+
},
|
|
31931
|
+
"isDeprecated": false,
|
|
31932
|
+
"deprecationReason": null
|
|
31933
|
+
},
|
|
31934
|
+
{
|
|
31935
|
+
"name": "storyGenerationSession",
|
|
31936
|
+
"description": null,
|
|
31937
|
+
"args": [
|
|
31938
|
+
{
|
|
31939
|
+
"name": "id",
|
|
31940
|
+
"description": null,
|
|
31941
|
+
"type": {
|
|
31942
|
+
"kind": "NON_NULL",
|
|
31943
|
+
"name": null,
|
|
31944
|
+
"ofType": {
|
|
31945
|
+
"kind": "SCALAR",
|
|
31946
|
+
"name": "String",
|
|
31947
|
+
"ofType": null
|
|
31948
|
+
}
|
|
31949
|
+
},
|
|
31950
|
+
"defaultValue": null,
|
|
31951
|
+
"isDeprecated": false,
|
|
31952
|
+
"deprecationReason": null
|
|
31953
|
+
}
|
|
31954
|
+
],
|
|
31955
|
+
"type": {
|
|
31956
|
+
"kind": "OBJECT",
|
|
31957
|
+
"name": "StoryGenerationSession",
|
|
31958
|
+
"ofType": null
|
|
31959
|
+
},
|
|
31960
|
+
"isDeprecated": false,
|
|
31961
|
+
"deprecationReason": null
|
|
31962
|
+
},
|
|
31963
|
+
{
|
|
31964
|
+
"name": "storyGenerationSessions",
|
|
31965
|
+
"description": null,
|
|
31966
|
+
"args": [
|
|
31967
|
+
{
|
|
31968
|
+
"name": "currentOnly",
|
|
31969
|
+
"description": null,
|
|
31970
|
+
"type": {
|
|
31971
|
+
"kind": "NON_NULL",
|
|
31972
|
+
"name": null,
|
|
31973
|
+
"ofType": {
|
|
31974
|
+
"kind": "SCALAR",
|
|
31975
|
+
"name": "Boolean",
|
|
31976
|
+
"ofType": null
|
|
31977
|
+
}
|
|
31978
|
+
},
|
|
31979
|
+
"defaultValue": "true",
|
|
31980
|
+
"isDeprecated": false,
|
|
31981
|
+
"deprecationReason": null
|
|
31982
|
+
},
|
|
31983
|
+
{
|
|
31984
|
+
"name": "limit",
|
|
31985
|
+
"description": null,
|
|
31986
|
+
"type": {
|
|
31987
|
+
"kind": "NON_NULL",
|
|
31988
|
+
"name": null,
|
|
31989
|
+
"ofType": {
|
|
31990
|
+
"kind": "SCALAR",
|
|
31991
|
+
"name": "Int",
|
|
31992
|
+
"ofType": null
|
|
31993
|
+
}
|
|
31994
|
+
},
|
|
31995
|
+
"defaultValue": "20",
|
|
31996
|
+
"isDeprecated": false,
|
|
31997
|
+
"deprecationReason": null
|
|
31998
|
+
},
|
|
31999
|
+
{
|
|
32000
|
+
"name": "offset",
|
|
32001
|
+
"description": null,
|
|
32002
|
+
"type": {
|
|
32003
|
+
"kind": "NON_NULL",
|
|
32004
|
+
"name": null,
|
|
32005
|
+
"ofType": {
|
|
32006
|
+
"kind": "SCALAR",
|
|
32007
|
+
"name": "Int",
|
|
32008
|
+
"ofType": null
|
|
32009
|
+
}
|
|
32010
|
+
},
|
|
32011
|
+
"defaultValue": "0",
|
|
32012
|
+
"isDeprecated": false,
|
|
32013
|
+
"deprecationReason": null
|
|
32014
|
+
},
|
|
32015
|
+
{
|
|
32016
|
+
"name": "projectId",
|
|
32017
|
+
"description": null,
|
|
32018
|
+
"type": {
|
|
32019
|
+
"kind": "NON_NULL",
|
|
32020
|
+
"name": null,
|
|
32021
|
+
"ofType": {
|
|
32022
|
+
"kind": "SCALAR",
|
|
32023
|
+
"name": "String",
|
|
32024
|
+
"ofType": null
|
|
32025
|
+
}
|
|
29638
32026
|
},
|
|
29639
32027
|
"defaultValue": null,
|
|
29640
32028
|
"isDeprecated": false,
|
|
@@ -29652,7 +32040,7 @@
|
|
|
29652
32040
|
"name": null,
|
|
29653
32041
|
"ofType": {
|
|
29654
32042
|
"kind": "OBJECT",
|
|
29655
|
-
"name": "
|
|
32043
|
+
"name": "StoryGenerationSession",
|
|
29656
32044
|
"ofType": null
|
|
29657
32045
|
}
|
|
29658
32046
|
}
|
|
@@ -29662,11 +32050,11 @@
|
|
|
29662
32050
|
"deprecationReason": null
|
|
29663
32051
|
},
|
|
29664
32052
|
{
|
|
29665
|
-
"name": "
|
|
32053
|
+
"name": "storyGenerationVersions",
|
|
29666
32054
|
"description": null,
|
|
29667
32055
|
"args": [
|
|
29668
32056
|
{
|
|
29669
|
-
"name": "
|
|
32057
|
+
"name": "sessionId",
|
|
29670
32058
|
"description": null,
|
|
29671
32059
|
"type": {
|
|
29672
32060
|
"kind": "NON_NULL",
|
|
@@ -29683,9 +32071,21 @@
|
|
|
29683
32071
|
}
|
|
29684
32072
|
],
|
|
29685
32073
|
"type": {
|
|
29686
|
-
"kind": "
|
|
29687
|
-
"name":
|
|
29688
|
-
"ofType":
|
|
32074
|
+
"kind": "NON_NULL",
|
|
32075
|
+
"name": null,
|
|
32076
|
+
"ofType": {
|
|
32077
|
+
"kind": "LIST",
|
|
32078
|
+
"name": null,
|
|
32079
|
+
"ofType": {
|
|
32080
|
+
"kind": "NON_NULL",
|
|
32081
|
+
"name": null,
|
|
32082
|
+
"ofType": {
|
|
32083
|
+
"kind": "OBJECT",
|
|
32084
|
+
"name": "StoryGenerationSession",
|
|
32085
|
+
"ofType": null
|
|
32086
|
+
}
|
|
32087
|
+
}
|
|
32088
|
+
}
|
|
29689
32089
|
},
|
|
29690
32090
|
"isDeprecated": false,
|
|
29691
32091
|
"deprecationReason": null
|
|
@@ -30947,6 +33347,62 @@
|
|
|
30947
33347
|
"enumValues": null,
|
|
30948
33348
|
"possibleTypes": null
|
|
30949
33349
|
},
|
|
33350
|
+
{
|
|
33351
|
+
"kind": "INPUT_OBJECT",
|
|
33352
|
+
"name": "RepromptGenerationInput",
|
|
33353
|
+
"description": "Input for reprompting an entire generation session",
|
|
33354
|
+
"isOneOf": false,
|
|
33355
|
+
"fields": null,
|
|
33356
|
+
"inputFields": [
|
|
33357
|
+
{
|
|
33358
|
+
"name": "preserveAccepted",
|
|
33359
|
+
"description": null,
|
|
33360
|
+
"type": {
|
|
33361
|
+
"kind": "SCALAR",
|
|
33362
|
+
"name": "Boolean",
|
|
33363
|
+
"ofType": null
|
|
33364
|
+
},
|
|
33365
|
+
"defaultValue": "true",
|
|
33366
|
+
"isDeprecated": false,
|
|
33367
|
+
"deprecationReason": null
|
|
33368
|
+
},
|
|
33369
|
+
{
|
|
33370
|
+
"name": "repromptContext",
|
|
33371
|
+
"description": null,
|
|
33372
|
+
"type": {
|
|
33373
|
+
"kind": "NON_NULL",
|
|
33374
|
+
"name": null,
|
|
33375
|
+
"ofType": {
|
|
33376
|
+
"kind": "SCALAR",
|
|
33377
|
+
"name": "String",
|
|
33378
|
+
"ofType": null
|
|
33379
|
+
}
|
|
33380
|
+
},
|
|
33381
|
+
"defaultValue": null,
|
|
33382
|
+
"isDeprecated": false,
|
|
33383
|
+
"deprecationReason": null
|
|
33384
|
+
},
|
|
33385
|
+
{
|
|
33386
|
+
"name": "sessionId",
|
|
33387
|
+
"description": null,
|
|
33388
|
+
"type": {
|
|
33389
|
+
"kind": "NON_NULL",
|
|
33390
|
+
"name": null,
|
|
33391
|
+
"ofType": {
|
|
33392
|
+
"kind": "SCALAR",
|
|
33393
|
+
"name": "String",
|
|
33394
|
+
"ofType": null
|
|
33395
|
+
}
|
|
33396
|
+
},
|
|
33397
|
+
"defaultValue": null,
|
|
33398
|
+
"isDeprecated": false,
|
|
33399
|
+
"deprecationReason": null
|
|
33400
|
+
}
|
|
33401
|
+
],
|
|
33402
|
+
"interfaces": null,
|
|
33403
|
+
"enumValues": null,
|
|
33404
|
+
"possibleTypes": null
|
|
33405
|
+
},
|
|
30950
33406
|
{
|
|
30951
33407
|
"kind": "INPUT_OBJECT",
|
|
30952
33408
|
"name": "RepromptReviewInput",
|
|
@@ -31019,6 +33475,66 @@
|
|
|
31019
33475
|
"enumValues": null,
|
|
31020
33476
|
"possibleTypes": null
|
|
31021
33477
|
},
|
|
33478
|
+
{
|
|
33479
|
+
"kind": "INPUT_OBJECT",
|
|
33480
|
+
"name": "RepromptStoryDraftInput",
|
|
33481
|
+
"description": "Input for reprompting a single story draft",
|
|
33482
|
+
"isOneOf": false,
|
|
33483
|
+
"fields": null,
|
|
33484
|
+
"inputFields": [
|
|
33485
|
+
{
|
|
33486
|
+
"name": "repromptContext",
|
|
33487
|
+
"description": null,
|
|
33488
|
+
"type": {
|
|
33489
|
+
"kind": "NON_NULL",
|
|
33490
|
+
"name": null,
|
|
33491
|
+
"ofType": {
|
|
33492
|
+
"kind": "SCALAR",
|
|
33493
|
+
"name": "String",
|
|
33494
|
+
"ofType": null
|
|
33495
|
+
}
|
|
33496
|
+
},
|
|
33497
|
+
"defaultValue": null,
|
|
33498
|
+
"isDeprecated": false,
|
|
33499
|
+
"deprecationReason": null
|
|
33500
|
+
},
|
|
33501
|
+
{
|
|
33502
|
+
"name": "sessionId",
|
|
33503
|
+
"description": null,
|
|
33504
|
+
"type": {
|
|
33505
|
+
"kind": "NON_NULL",
|
|
33506
|
+
"name": null,
|
|
33507
|
+
"ofType": {
|
|
33508
|
+
"kind": "SCALAR",
|
|
33509
|
+
"name": "String",
|
|
33510
|
+
"ofType": null
|
|
33511
|
+
}
|
|
33512
|
+
},
|
|
33513
|
+
"defaultValue": null,
|
|
33514
|
+
"isDeprecated": false,
|
|
33515
|
+
"deprecationReason": null
|
|
33516
|
+
},
|
|
33517
|
+
{
|
|
33518
|
+
"name": "storyDraftId",
|
|
33519
|
+
"description": null,
|
|
33520
|
+
"type": {
|
|
33521
|
+
"kind": "NON_NULL",
|
|
33522
|
+
"name": null,
|
|
33523
|
+
"ofType": {
|
|
33524
|
+
"kind": "SCALAR",
|
|
33525
|
+
"name": "String",
|
|
33526
|
+
"ofType": null
|
|
33527
|
+
}
|
|
33528
|
+
},
|
|
33529
|
+
"defaultValue": null,
|
|
33530
|
+
"isDeprecated": false,
|
|
33531
|
+
"deprecationReason": null
|
|
33532
|
+
}
|
|
33533
|
+
],
|
|
33534
|
+
"interfaces": null,
|
|
33535
|
+
"enumValues": null,
|
|
33536
|
+
"possibleTypes": null
|
|
33537
|
+
},
|
|
31022
33538
|
{
|
|
31023
33539
|
"kind": "ENUM",
|
|
31024
33540
|
"name": "RepromptType",
|
|
@@ -33025,6 +35541,78 @@
|
|
|
33025
35541
|
"enumValues": null,
|
|
33026
35542
|
"possibleTypes": null
|
|
33027
35543
|
},
|
|
35544
|
+
{
|
|
35545
|
+
"kind": "OBJECT",
|
|
35546
|
+
"name": "StartStoryGenerationResult",
|
|
35547
|
+
"description": "Result of starting story generation",
|
|
35548
|
+
"isOneOf": null,
|
|
35549
|
+
"fields": [
|
|
35550
|
+
{
|
|
35551
|
+
"name": "message",
|
|
35552
|
+
"description": null,
|
|
35553
|
+
"args": [],
|
|
35554
|
+
"type": {
|
|
35555
|
+
"kind": "SCALAR",
|
|
35556
|
+
"name": "String",
|
|
35557
|
+
"ofType": null
|
|
35558
|
+
},
|
|
35559
|
+
"isDeprecated": false,
|
|
35560
|
+
"deprecationReason": null
|
|
35561
|
+
},
|
|
35562
|
+
{
|
|
35563
|
+
"name": "sessionId",
|
|
35564
|
+
"description": null,
|
|
35565
|
+
"args": [],
|
|
35566
|
+
"type": {
|
|
35567
|
+
"kind": "NON_NULL",
|
|
35568
|
+
"name": null,
|
|
35569
|
+
"ofType": {
|
|
35570
|
+
"kind": "SCALAR",
|
|
35571
|
+
"name": "String",
|
|
35572
|
+
"ofType": null
|
|
35573
|
+
}
|
|
35574
|
+
},
|
|
35575
|
+
"isDeprecated": false,
|
|
35576
|
+
"deprecationReason": null
|
|
35577
|
+
},
|
|
35578
|
+
{
|
|
35579
|
+
"name": "status",
|
|
35580
|
+
"description": null,
|
|
35581
|
+
"args": [],
|
|
35582
|
+
"type": {
|
|
35583
|
+
"kind": "NON_NULL",
|
|
35584
|
+
"name": null,
|
|
35585
|
+
"ofType": {
|
|
35586
|
+
"kind": "SCALAR",
|
|
35587
|
+
"name": "String",
|
|
35588
|
+
"ofType": null
|
|
35589
|
+
}
|
|
35590
|
+
},
|
|
35591
|
+
"isDeprecated": false,
|
|
35592
|
+
"deprecationReason": null
|
|
35593
|
+
},
|
|
35594
|
+
{
|
|
35595
|
+
"name": "success",
|
|
35596
|
+
"description": null,
|
|
35597
|
+
"args": [],
|
|
35598
|
+
"type": {
|
|
35599
|
+
"kind": "NON_NULL",
|
|
35600
|
+
"name": null,
|
|
35601
|
+
"ofType": {
|
|
35602
|
+
"kind": "SCALAR",
|
|
35603
|
+
"name": "Boolean",
|
|
35604
|
+
"ofType": null
|
|
35605
|
+
}
|
|
35606
|
+
},
|
|
35607
|
+
"isDeprecated": false,
|
|
35608
|
+
"deprecationReason": null
|
|
35609
|
+
}
|
|
35610
|
+
],
|
|
35611
|
+
"inputFields": null,
|
|
35612
|
+
"interfaces": [],
|
|
35613
|
+
"enumValues": null,
|
|
35614
|
+
"possibleTypes": null
|
|
35615
|
+
},
|
|
33028
35616
|
{
|
|
33029
35617
|
"kind": "OBJECT",
|
|
33030
35618
|
"name": "Story",
|
|
@@ -33127,6 +35715,47 @@
|
|
|
33127
35715
|
"isDeprecated": false,
|
|
33128
35716
|
"deprecationReason": null
|
|
33129
35717
|
},
|
|
35718
|
+
{
|
|
35719
|
+
"name": "auditHistory",
|
|
35720
|
+
"description": null,
|
|
35721
|
+
"args": [
|
|
35722
|
+
{
|
|
35723
|
+
"name": "limit",
|
|
35724
|
+
"description": null,
|
|
35725
|
+
"type": {
|
|
35726
|
+
"kind": "NON_NULL",
|
|
35727
|
+
"name": null,
|
|
35728
|
+
"ofType": {
|
|
35729
|
+
"kind": "SCALAR",
|
|
35730
|
+
"name": "Int",
|
|
35731
|
+
"ofType": null
|
|
35732
|
+
}
|
|
35733
|
+
},
|
|
35734
|
+
"defaultValue": "20",
|
|
35735
|
+
"isDeprecated": false,
|
|
35736
|
+
"deprecationReason": null
|
|
35737
|
+
}
|
|
35738
|
+
],
|
|
35739
|
+
"type": {
|
|
35740
|
+
"kind": "NON_NULL",
|
|
35741
|
+
"name": null,
|
|
35742
|
+
"ofType": {
|
|
35743
|
+
"kind": "LIST",
|
|
35744
|
+
"name": null,
|
|
35745
|
+
"ofType": {
|
|
35746
|
+
"kind": "NON_NULL",
|
|
35747
|
+
"name": null,
|
|
35748
|
+
"ofType": {
|
|
35749
|
+
"kind": "OBJECT",
|
|
35750
|
+
"name": "AuditTrail",
|
|
35751
|
+
"ofType": null
|
|
35752
|
+
}
|
|
35753
|
+
}
|
|
35754
|
+
}
|
|
35755
|
+
},
|
|
35756
|
+
"isDeprecated": false,
|
|
35757
|
+
"deprecationReason": null
|
|
35758
|
+
},
|
|
33130
35759
|
{
|
|
33131
35760
|
"name": "canBeClaimed",
|
|
33132
35761
|
"description": null,
|
|
@@ -33970,6 +36599,422 @@
|
|
|
33970
36599
|
"enumValues": null,
|
|
33971
36600
|
"possibleTypes": null
|
|
33972
36601
|
},
|
|
36602
|
+
{
|
|
36603
|
+
"kind": "OBJECT",
|
|
36604
|
+
"name": "StoryGenerationPromptContext",
|
|
36605
|
+
"description": "Story generation prompt context for AI agent",
|
|
36606
|
+
"isOneOf": null,
|
|
36607
|
+
"fields": [
|
|
36608
|
+
{
|
|
36609
|
+
"name": "projectDescription",
|
|
36610
|
+
"description": null,
|
|
36611
|
+
"args": [],
|
|
36612
|
+
"type": {
|
|
36613
|
+
"kind": "SCALAR",
|
|
36614
|
+
"name": "String",
|
|
36615
|
+
"ofType": null
|
|
36616
|
+
},
|
|
36617
|
+
"isDeprecated": false,
|
|
36618
|
+
"deprecationReason": null
|
|
36619
|
+
},
|
|
36620
|
+
{
|
|
36621
|
+
"name": "projectId",
|
|
36622
|
+
"description": null,
|
|
36623
|
+
"args": [],
|
|
36624
|
+
"type": {
|
|
36625
|
+
"kind": "NON_NULL",
|
|
36626
|
+
"name": null,
|
|
36627
|
+
"ofType": {
|
|
36628
|
+
"kind": "SCALAR",
|
|
36629
|
+
"name": "String",
|
|
36630
|
+
"ofType": null
|
|
36631
|
+
}
|
|
36632
|
+
},
|
|
36633
|
+
"isDeprecated": false,
|
|
36634
|
+
"deprecationReason": null
|
|
36635
|
+
},
|
|
36636
|
+
{
|
|
36637
|
+
"name": "projectName",
|
|
36638
|
+
"description": null,
|
|
36639
|
+
"args": [],
|
|
36640
|
+
"type": {
|
|
36641
|
+
"kind": "NON_NULL",
|
|
36642
|
+
"name": null,
|
|
36643
|
+
"ofType": {
|
|
36644
|
+
"kind": "SCALAR",
|
|
36645
|
+
"name": "String",
|
|
36646
|
+
"ofType": null
|
|
36647
|
+
}
|
|
36648
|
+
},
|
|
36649
|
+
"isDeprecated": false,
|
|
36650
|
+
"deprecationReason": null
|
|
36651
|
+
},
|
|
36652
|
+
{
|
|
36653
|
+
"name": "sessionId",
|
|
36654
|
+
"description": null,
|
|
36655
|
+
"args": [],
|
|
36656
|
+
"type": {
|
|
36657
|
+
"kind": "NON_NULL",
|
|
36658
|
+
"name": null,
|
|
36659
|
+
"ofType": {
|
|
36660
|
+
"kind": "SCALAR",
|
|
36661
|
+
"name": "String",
|
|
36662
|
+
"ofType": null
|
|
36663
|
+
}
|
|
36664
|
+
},
|
|
36665
|
+
"isDeprecated": false,
|
|
36666
|
+
"deprecationReason": null
|
|
36667
|
+
},
|
|
36668
|
+
{
|
|
36669
|
+
"name": "systemPrompt",
|
|
36670
|
+
"description": null,
|
|
36671
|
+
"args": [],
|
|
36672
|
+
"type": {
|
|
36673
|
+
"kind": "NON_NULL",
|
|
36674
|
+
"name": null,
|
|
36675
|
+
"ofType": {
|
|
36676
|
+
"kind": "SCALAR",
|
|
36677
|
+
"name": "String",
|
|
36678
|
+
"ofType": null
|
|
36679
|
+
}
|
|
36680
|
+
},
|
|
36681
|
+
"isDeprecated": false,
|
|
36682
|
+
"deprecationReason": null
|
|
36683
|
+
},
|
|
36684
|
+
{
|
|
36685
|
+
"name": "userPrompt",
|
|
36686
|
+
"description": null,
|
|
36687
|
+
"args": [],
|
|
36688
|
+
"type": {
|
|
36689
|
+
"kind": "NON_NULL",
|
|
36690
|
+
"name": null,
|
|
36691
|
+
"ofType": {
|
|
36692
|
+
"kind": "SCALAR",
|
|
36693
|
+
"name": "String",
|
|
36694
|
+
"ofType": null
|
|
36695
|
+
}
|
|
36696
|
+
},
|
|
36697
|
+
"isDeprecated": false,
|
|
36698
|
+
"deprecationReason": null
|
|
36699
|
+
}
|
|
36700
|
+
],
|
|
36701
|
+
"inputFields": null,
|
|
36702
|
+
"interfaces": [],
|
|
36703
|
+
"enumValues": null,
|
|
36704
|
+
"possibleTypes": null
|
|
36705
|
+
},
|
|
36706
|
+
{
|
|
36707
|
+
"kind": "OBJECT",
|
|
36708
|
+
"name": "StoryGenerationSession",
|
|
36709
|
+
"description": "AI story generation session with draft content",
|
|
36710
|
+
"isOneOf": null,
|
|
36711
|
+
"fields": [
|
|
36712
|
+
{
|
|
36713
|
+
"name": "acceptedStoriesCount",
|
|
36714
|
+
"description": "Number of accepted stories",
|
|
36715
|
+
"args": [],
|
|
36716
|
+
"type": {
|
|
36717
|
+
"kind": "NON_NULL",
|
|
36718
|
+
"name": null,
|
|
36719
|
+
"ofType": {
|
|
36720
|
+
"kind": "SCALAR",
|
|
36721
|
+
"name": "Int",
|
|
36722
|
+
"ofType": null
|
|
36723
|
+
}
|
|
36724
|
+
},
|
|
36725
|
+
"isDeprecated": false,
|
|
36726
|
+
"deprecationReason": null
|
|
36727
|
+
},
|
|
36728
|
+
{
|
|
36729
|
+
"name": "createdAt",
|
|
36730
|
+
"description": null,
|
|
36731
|
+
"args": [],
|
|
36732
|
+
"type": {
|
|
36733
|
+
"kind": "NON_NULL",
|
|
36734
|
+
"name": null,
|
|
36735
|
+
"ofType": {
|
|
36736
|
+
"kind": "SCALAR",
|
|
36737
|
+
"name": "Date",
|
|
36738
|
+
"ofType": null
|
|
36739
|
+
}
|
|
36740
|
+
},
|
|
36741
|
+
"isDeprecated": false,
|
|
36742
|
+
"deprecationReason": null
|
|
36743
|
+
},
|
|
36744
|
+
{
|
|
36745
|
+
"name": "createdBy",
|
|
36746
|
+
"description": null,
|
|
36747
|
+
"args": [],
|
|
36748
|
+
"type": {
|
|
36749
|
+
"kind": "SCALAR",
|
|
36750
|
+
"name": "String",
|
|
36751
|
+
"ofType": null
|
|
36752
|
+
},
|
|
36753
|
+
"isDeprecated": false,
|
|
36754
|
+
"deprecationReason": null
|
|
36755
|
+
},
|
|
36756
|
+
{
|
|
36757
|
+
"name": "generatedContent",
|
|
36758
|
+
"description": null,
|
|
36759
|
+
"args": [],
|
|
36760
|
+
"type": {
|
|
36761
|
+
"kind": "OBJECT",
|
|
36762
|
+
"name": "GeneratedContentType",
|
|
36763
|
+
"ofType": null
|
|
36764
|
+
},
|
|
36765
|
+
"isDeprecated": false,
|
|
36766
|
+
"deprecationReason": null
|
|
36767
|
+
},
|
|
36768
|
+
{
|
|
36769
|
+
"name": "id",
|
|
36770
|
+
"description": null,
|
|
36771
|
+
"args": [],
|
|
36772
|
+
"type": {
|
|
36773
|
+
"kind": "NON_NULL",
|
|
36774
|
+
"name": null,
|
|
36775
|
+
"ofType": {
|
|
36776
|
+
"kind": "SCALAR",
|
|
36777
|
+
"name": "ID",
|
|
36778
|
+
"ofType": null
|
|
36779
|
+
}
|
|
36780
|
+
},
|
|
36781
|
+
"isDeprecated": false,
|
|
36782
|
+
"deprecationReason": null
|
|
36783
|
+
},
|
|
36784
|
+
{
|
|
36785
|
+
"name": "isCurrentVersion",
|
|
36786
|
+
"description": null,
|
|
36787
|
+
"args": [],
|
|
36788
|
+
"type": {
|
|
36789
|
+
"kind": "NON_NULL",
|
|
36790
|
+
"name": null,
|
|
36791
|
+
"ofType": {
|
|
36792
|
+
"kind": "SCALAR",
|
|
36793
|
+
"name": "Boolean",
|
|
36794
|
+
"ofType": null
|
|
36795
|
+
}
|
|
36796
|
+
},
|
|
36797
|
+
"isDeprecated": false,
|
|
36798
|
+
"deprecationReason": null
|
|
36799
|
+
},
|
|
36800
|
+
{
|
|
36801
|
+
"name": "originalSessionId",
|
|
36802
|
+
"description": null,
|
|
36803
|
+
"args": [],
|
|
36804
|
+
"type": {
|
|
36805
|
+
"kind": "SCALAR",
|
|
36806
|
+
"name": "String",
|
|
36807
|
+
"ofType": null
|
|
36808
|
+
},
|
|
36809
|
+
"isDeprecated": false,
|
|
36810
|
+
"deprecationReason": null
|
|
36811
|
+
},
|
|
36812
|
+
{
|
|
36813
|
+
"name": "previousVersionId",
|
|
36814
|
+
"description": null,
|
|
36815
|
+
"args": [],
|
|
36816
|
+
"type": {
|
|
36817
|
+
"kind": "SCALAR",
|
|
36818
|
+
"name": "String",
|
|
36819
|
+
"ofType": null
|
|
36820
|
+
},
|
|
36821
|
+
"isDeprecated": false,
|
|
36822
|
+
"deprecationReason": null
|
|
36823
|
+
},
|
|
36824
|
+
{
|
|
36825
|
+
"name": "project",
|
|
36826
|
+
"description": null,
|
|
36827
|
+
"args": [],
|
|
36828
|
+
"type": {
|
|
36829
|
+
"kind": "OBJECT",
|
|
36830
|
+
"name": "Project",
|
|
36831
|
+
"ofType": null
|
|
36832
|
+
},
|
|
36833
|
+
"isDeprecated": false,
|
|
36834
|
+
"deprecationReason": null
|
|
36835
|
+
},
|
|
36836
|
+
{
|
|
36837
|
+
"name": "projectId",
|
|
36838
|
+
"description": null,
|
|
36839
|
+
"args": [],
|
|
36840
|
+
"type": {
|
|
36841
|
+
"kind": "NON_NULL",
|
|
36842
|
+
"name": null,
|
|
36843
|
+
"ofType": {
|
|
36844
|
+
"kind": "SCALAR",
|
|
36845
|
+
"name": "String",
|
|
36846
|
+
"ofType": null
|
|
36847
|
+
}
|
|
36848
|
+
},
|
|
36849
|
+
"isDeprecated": false,
|
|
36850
|
+
"deprecationReason": null
|
|
36851
|
+
},
|
|
36852
|
+
{
|
|
36853
|
+
"name": "promptText",
|
|
36854
|
+
"description": null,
|
|
36855
|
+
"args": [],
|
|
36856
|
+
"type": {
|
|
36857
|
+
"kind": "NON_NULL",
|
|
36858
|
+
"name": null,
|
|
36859
|
+
"ofType": {
|
|
36860
|
+
"kind": "SCALAR",
|
|
36861
|
+
"name": "String",
|
|
36862
|
+
"ofType": null
|
|
36863
|
+
}
|
|
36864
|
+
},
|
|
36865
|
+
"isDeprecated": false,
|
|
36866
|
+
"deprecationReason": null
|
|
36867
|
+
},
|
|
36868
|
+
{
|
|
36869
|
+
"name": "repromptContext",
|
|
36870
|
+
"description": null,
|
|
36871
|
+
"args": [],
|
|
36872
|
+
"type": {
|
|
36873
|
+
"kind": "SCALAR",
|
|
36874
|
+
"name": "String",
|
|
36875
|
+
"ofType": null
|
|
36876
|
+
},
|
|
36877
|
+
"isDeprecated": false,
|
|
36878
|
+
"deprecationReason": null
|
|
36879
|
+
},
|
|
36880
|
+
{
|
|
36881
|
+
"name": "status",
|
|
36882
|
+
"description": null,
|
|
36883
|
+
"args": [],
|
|
36884
|
+
"type": {
|
|
36885
|
+
"kind": "NON_NULL",
|
|
36886
|
+
"name": null,
|
|
36887
|
+
"ofType": {
|
|
36888
|
+
"kind": "ENUM",
|
|
36889
|
+
"name": "GenerationSessionStatus",
|
|
36890
|
+
"ofType": null
|
|
36891
|
+
}
|
|
36892
|
+
},
|
|
36893
|
+
"isDeprecated": false,
|
|
36894
|
+
"deprecationReason": null
|
|
36895
|
+
},
|
|
36896
|
+
{
|
|
36897
|
+
"name": "storiesCount",
|
|
36898
|
+
"description": "Number of generated stories",
|
|
36899
|
+
"args": [],
|
|
36900
|
+
"type": {
|
|
36901
|
+
"kind": "NON_NULL",
|
|
36902
|
+
"name": null,
|
|
36903
|
+
"ofType": {
|
|
36904
|
+
"kind": "SCALAR",
|
|
36905
|
+
"name": "Int",
|
|
36906
|
+
"ofType": null
|
|
36907
|
+
}
|
|
36908
|
+
},
|
|
36909
|
+
"isDeprecated": false,
|
|
36910
|
+
"deprecationReason": null
|
|
36911
|
+
},
|
|
36912
|
+
{
|
|
36913
|
+
"name": "totalTasksCount",
|
|
36914
|
+
"description": "Total tasks across all stories",
|
|
36915
|
+
"args": [],
|
|
36916
|
+
"type": {
|
|
36917
|
+
"kind": "NON_NULL",
|
|
36918
|
+
"name": null,
|
|
36919
|
+
"ofType": {
|
|
36920
|
+
"kind": "SCALAR",
|
|
36921
|
+
"name": "Int",
|
|
36922
|
+
"ofType": null
|
|
36923
|
+
}
|
|
36924
|
+
},
|
|
36925
|
+
"isDeprecated": false,
|
|
36926
|
+
"deprecationReason": null
|
|
36927
|
+
},
|
|
36928
|
+
{
|
|
36929
|
+
"name": "updatedAt",
|
|
36930
|
+
"description": null,
|
|
36931
|
+
"args": [],
|
|
36932
|
+
"type": {
|
|
36933
|
+
"kind": "NON_NULL",
|
|
36934
|
+
"name": null,
|
|
36935
|
+
"ofType": {
|
|
36936
|
+
"kind": "SCALAR",
|
|
36937
|
+
"name": "Date",
|
|
36938
|
+
"ofType": null
|
|
36939
|
+
}
|
|
36940
|
+
},
|
|
36941
|
+
"isDeprecated": false,
|
|
36942
|
+
"deprecationReason": null
|
|
36943
|
+
},
|
|
36944
|
+
{
|
|
36945
|
+
"name": "updatedBy",
|
|
36946
|
+
"description": null,
|
|
36947
|
+
"args": [],
|
|
36948
|
+
"type": {
|
|
36949
|
+
"kind": "SCALAR",
|
|
36950
|
+
"name": "String",
|
|
36951
|
+
"ofType": null
|
|
36952
|
+
},
|
|
36953
|
+
"isDeprecated": false,
|
|
36954
|
+
"deprecationReason": null
|
|
36955
|
+
},
|
|
36956
|
+
{
|
|
36957
|
+
"name": "user",
|
|
36958
|
+
"description": null,
|
|
36959
|
+
"args": [],
|
|
36960
|
+
"type": {
|
|
36961
|
+
"kind": "OBJECT",
|
|
36962
|
+
"name": "User",
|
|
36963
|
+
"ofType": null
|
|
36964
|
+
},
|
|
36965
|
+
"isDeprecated": false,
|
|
36966
|
+
"deprecationReason": null
|
|
36967
|
+
},
|
|
36968
|
+
{
|
|
36969
|
+
"name": "userId",
|
|
36970
|
+
"description": null,
|
|
36971
|
+
"args": [],
|
|
36972
|
+
"type": {
|
|
36973
|
+
"kind": "NON_NULL",
|
|
36974
|
+
"name": null,
|
|
36975
|
+
"ofType": {
|
|
36976
|
+
"kind": "SCALAR",
|
|
36977
|
+
"name": "String",
|
|
36978
|
+
"ofType": null
|
|
36979
|
+
}
|
|
36980
|
+
},
|
|
36981
|
+
"isDeprecated": false,
|
|
36982
|
+
"deprecationReason": null
|
|
36983
|
+
},
|
|
36984
|
+
{
|
|
36985
|
+
"name": "version",
|
|
36986
|
+
"description": null,
|
|
36987
|
+
"args": [],
|
|
36988
|
+
"type": {
|
|
36989
|
+
"kind": "NON_NULL",
|
|
36990
|
+
"name": null,
|
|
36991
|
+
"ofType": {
|
|
36992
|
+
"kind": "SCALAR",
|
|
36993
|
+
"name": "Int",
|
|
36994
|
+
"ofType": null
|
|
36995
|
+
}
|
|
36996
|
+
},
|
|
36997
|
+
"isDeprecated": false,
|
|
36998
|
+
"deprecationReason": null
|
|
36999
|
+
},
|
|
37000
|
+
{
|
|
37001
|
+
"name": "workQueueId",
|
|
37002
|
+
"description": null,
|
|
37003
|
+
"args": [],
|
|
37004
|
+
"type": {
|
|
37005
|
+
"kind": "SCALAR",
|
|
37006
|
+
"name": "String",
|
|
37007
|
+
"ofType": null
|
|
37008
|
+
},
|
|
37009
|
+
"isDeprecated": false,
|
|
37010
|
+
"deprecationReason": null
|
|
37011
|
+
}
|
|
37012
|
+
],
|
|
37013
|
+
"inputFields": null,
|
|
37014
|
+
"interfaces": [],
|
|
37015
|
+
"enumValues": null,
|
|
37016
|
+
"possibleTypes": null
|
|
37017
|
+
},
|
|
33973
37018
|
{
|
|
33974
37019
|
"kind": "INPUT_OBJECT",
|
|
33975
37020
|
"name": "StoryProgressInput",
|
|
@@ -35718,6 +38763,47 @@
|
|
|
35718
38763
|
"isDeprecated": false,
|
|
35719
38764
|
"deprecationReason": null
|
|
35720
38765
|
},
|
|
38766
|
+
{
|
|
38767
|
+
"name": "auditHistory",
|
|
38768
|
+
"description": null,
|
|
38769
|
+
"args": [
|
|
38770
|
+
{
|
|
38771
|
+
"name": "limit",
|
|
38772
|
+
"description": null,
|
|
38773
|
+
"type": {
|
|
38774
|
+
"kind": "NON_NULL",
|
|
38775
|
+
"name": null,
|
|
38776
|
+
"ofType": {
|
|
38777
|
+
"kind": "SCALAR",
|
|
38778
|
+
"name": "Int",
|
|
38779
|
+
"ofType": null
|
|
38780
|
+
}
|
|
38781
|
+
},
|
|
38782
|
+
"defaultValue": "20",
|
|
38783
|
+
"isDeprecated": false,
|
|
38784
|
+
"deprecationReason": null
|
|
38785
|
+
}
|
|
38786
|
+
],
|
|
38787
|
+
"type": {
|
|
38788
|
+
"kind": "NON_NULL",
|
|
38789
|
+
"name": null,
|
|
38790
|
+
"ofType": {
|
|
38791
|
+
"kind": "LIST",
|
|
38792
|
+
"name": null,
|
|
38793
|
+
"ofType": {
|
|
38794
|
+
"kind": "NON_NULL",
|
|
38795
|
+
"name": null,
|
|
38796
|
+
"ofType": {
|
|
38797
|
+
"kind": "OBJECT",
|
|
38798
|
+
"name": "AuditTrail",
|
|
38799
|
+
"ofType": null
|
|
38800
|
+
}
|
|
38801
|
+
}
|
|
38802
|
+
}
|
|
38803
|
+
},
|
|
38804
|
+
"isDeprecated": false,
|
|
38805
|
+
"deprecationReason": null
|
|
38806
|
+
},
|
|
35721
38807
|
{
|
|
35722
38808
|
"name": "canBeClaimed",
|
|
35723
38809
|
"description": null,
|
|
@@ -38016,6 +41102,158 @@
|
|
|
38016
41102
|
"enumValues": null,
|
|
38017
41103
|
"possibleTypes": null
|
|
38018
41104
|
},
|
|
41105
|
+
{
|
|
41106
|
+
"kind": "INPUT_OBJECT",
|
|
41107
|
+
"name": "UpdateStoryDraftInput",
|
|
41108
|
+
"description": "Input for updating a story draft",
|
|
41109
|
+
"isOneOf": false,
|
|
41110
|
+
"fields": null,
|
|
41111
|
+
"inputFields": [
|
|
41112
|
+
{
|
|
41113
|
+
"name": "acceptanceCriteria",
|
|
41114
|
+
"description": null,
|
|
41115
|
+
"type": {
|
|
41116
|
+
"kind": "LIST",
|
|
41117
|
+
"name": null,
|
|
41118
|
+
"ofType": {
|
|
41119
|
+
"kind": "NON_NULL",
|
|
41120
|
+
"name": null,
|
|
41121
|
+
"ofType": {
|
|
41122
|
+
"kind": "SCALAR",
|
|
41123
|
+
"name": "String",
|
|
41124
|
+
"ofType": null
|
|
41125
|
+
}
|
|
41126
|
+
}
|
|
41127
|
+
},
|
|
41128
|
+
"defaultValue": null,
|
|
41129
|
+
"isDeprecated": false,
|
|
41130
|
+
"deprecationReason": null
|
|
41131
|
+
},
|
|
41132
|
+
{
|
|
41133
|
+
"name": "description",
|
|
41134
|
+
"description": null,
|
|
41135
|
+
"type": {
|
|
41136
|
+
"kind": "SCALAR",
|
|
41137
|
+
"name": "String",
|
|
41138
|
+
"ofType": null
|
|
41139
|
+
},
|
|
41140
|
+
"defaultValue": null,
|
|
41141
|
+
"isDeprecated": false,
|
|
41142
|
+
"deprecationReason": null
|
|
41143
|
+
},
|
|
41144
|
+
{
|
|
41145
|
+
"name": "estimate",
|
|
41146
|
+
"description": null,
|
|
41147
|
+
"type": {
|
|
41148
|
+
"kind": "SCALAR",
|
|
41149
|
+
"name": "Int",
|
|
41150
|
+
"ofType": null
|
|
41151
|
+
},
|
|
41152
|
+
"defaultValue": null,
|
|
41153
|
+
"isDeprecated": false,
|
|
41154
|
+
"deprecationReason": null
|
|
41155
|
+
},
|
|
41156
|
+
{
|
|
41157
|
+
"name": "priority",
|
|
41158
|
+
"description": null,
|
|
41159
|
+
"type": {
|
|
41160
|
+
"kind": "SCALAR",
|
|
41161
|
+
"name": "String",
|
|
41162
|
+
"ofType": null
|
|
41163
|
+
},
|
|
41164
|
+
"defaultValue": null,
|
|
41165
|
+
"isDeprecated": false,
|
|
41166
|
+
"deprecationReason": null
|
|
41167
|
+
},
|
|
41168
|
+
{
|
|
41169
|
+
"name": "sessionId",
|
|
41170
|
+
"description": null,
|
|
41171
|
+
"type": {
|
|
41172
|
+
"kind": "NON_NULL",
|
|
41173
|
+
"name": null,
|
|
41174
|
+
"ofType": {
|
|
41175
|
+
"kind": "SCALAR",
|
|
41176
|
+
"name": "String",
|
|
41177
|
+
"ofType": null
|
|
41178
|
+
}
|
|
41179
|
+
},
|
|
41180
|
+
"defaultValue": null,
|
|
41181
|
+
"isDeprecated": false,
|
|
41182
|
+
"deprecationReason": null
|
|
41183
|
+
},
|
|
41184
|
+
{
|
|
41185
|
+
"name": "storyDraftId",
|
|
41186
|
+
"description": null,
|
|
41187
|
+
"type": {
|
|
41188
|
+
"kind": "NON_NULL",
|
|
41189
|
+
"name": null,
|
|
41190
|
+
"ofType": {
|
|
41191
|
+
"kind": "SCALAR",
|
|
41192
|
+
"name": "String",
|
|
41193
|
+
"ofType": null
|
|
41194
|
+
}
|
|
41195
|
+
},
|
|
41196
|
+
"defaultValue": null,
|
|
41197
|
+
"isDeprecated": false,
|
|
41198
|
+
"deprecationReason": null
|
|
41199
|
+
},
|
|
41200
|
+
{
|
|
41201
|
+
"name": "tags",
|
|
41202
|
+
"description": null,
|
|
41203
|
+
"type": {
|
|
41204
|
+
"kind": "LIST",
|
|
41205
|
+
"name": null,
|
|
41206
|
+
"ofType": {
|
|
41207
|
+
"kind": "NON_NULL",
|
|
41208
|
+
"name": null,
|
|
41209
|
+
"ofType": {
|
|
41210
|
+
"kind": "SCALAR",
|
|
41211
|
+
"name": "String",
|
|
41212
|
+
"ofType": null
|
|
41213
|
+
}
|
|
41214
|
+
}
|
|
41215
|
+
},
|
|
41216
|
+
"defaultValue": null,
|
|
41217
|
+
"isDeprecated": false,
|
|
41218
|
+
"deprecationReason": null
|
|
41219
|
+
},
|
|
41220
|
+
{
|
|
41221
|
+
"name": "tasks",
|
|
41222
|
+
"description": null,
|
|
41223
|
+
"type": {
|
|
41224
|
+
"kind": "LIST",
|
|
41225
|
+
"name": null,
|
|
41226
|
+
"ofType": {
|
|
41227
|
+
"kind": "NON_NULL",
|
|
41228
|
+
"name": null,
|
|
41229
|
+
"ofType": {
|
|
41230
|
+
"kind": "INPUT_OBJECT",
|
|
41231
|
+
"name": "UpdateTaskDraftInput",
|
|
41232
|
+
"ofType": null
|
|
41233
|
+
}
|
|
41234
|
+
}
|
|
41235
|
+
},
|
|
41236
|
+
"defaultValue": null,
|
|
41237
|
+
"isDeprecated": false,
|
|
41238
|
+
"deprecationReason": null
|
|
41239
|
+
},
|
|
41240
|
+
{
|
|
41241
|
+
"name": "title",
|
|
41242
|
+
"description": null,
|
|
41243
|
+
"type": {
|
|
41244
|
+
"kind": "SCALAR",
|
|
41245
|
+
"name": "String",
|
|
41246
|
+
"ofType": null
|
|
41247
|
+
},
|
|
41248
|
+
"defaultValue": null,
|
|
41249
|
+
"isDeprecated": false,
|
|
41250
|
+
"deprecationReason": null
|
|
41251
|
+
}
|
|
41252
|
+
],
|
|
41253
|
+
"interfaces": null,
|
|
41254
|
+
"enumValues": null,
|
|
41255
|
+
"possibleTypes": null
|
|
41256
|
+
},
|
|
38019
41257
|
{
|
|
38020
41258
|
"kind": "INPUT_OBJECT",
|
|
38021
41259
|
"name": "UpdateStoryInput",
|
|
@@ -38140,6 +41378,102 @@
|
|
|
38140
41378
|
"enumValues": null,
|
|
38141
41379
|
"possibleTypes": null
|
|
38142
41380
|
},
|
|
41381
|
+
{
|
|
41382
|
+
"kind": "INPUT_OBJECT",
|
|
41383
|
+
"name": "UpdateTaskDraftInput",
|
|
41384
|
+
"description": "Input for updating a task draft",
|
|
41385
|
+
"isOneOf": false,
|
|
41386
|
+
"fields": null,
|
|
41387
|
+
"inputFields": [
|
|
41388
|
+
{
|
|
41389
|
+
"name": "areas",
|
|
41390
|
+
"description": null,
|
|
41391
|
+
"type": {
|
|
41392
|
+
"kind": "LIST",
|
|
41393
|
+
"name": null,
|
|
41394
|
+
"ofType": {
|
|
41395
|
+
"kind": "NON_NULL",
|
|
41396
|
+
"name": null,
|
|
41397
|
+
"ofType": {
|
|
41398
|
+
"kind": "SCALAR",
|
|
41399
|
+
"name": "String",
|
|
41400
|
+
"ofType": null
|
|
41401
|
+
}
|
|
41402
|
+
}
|
|
41403
|
+
},
|
|
41404
|
+
"defaultValue": null,
|
|
41405
|
+
"isDeprecated": false,
|
|
41406
|
+
"deprecationReason": null
|
|
41407
|
+
},
|
|
41408
|
+
{
|
|
41409
|
+
"name": "description",
|
|
41410
|
+
"description": null,
|
|
41411
|
+
"type": {
|
|
41412
|
+
"kind": "SCALAR",
|
|
41413
|
+
"name": "String",
|
|
41414
|
+
"ofType": null
|
|
41415
|
+
},
|
|
41416
|
+
"defaultValue": null,
|
|
41417
|
+
"isDeprecated": false,
|
|
41418
|
+
"deprecationReason": null
|
|
41419
|
+
},
|
|
41420
|
+
{
|
|
41421
|
+
"name": "id",
|
|
41422
|
+
"description": null,
|
|
41423
|
+
"type": {
|
|
41424
|
+
"kind": "NON_NULL",
|
|
41425
|
+
"name": null,
|
|
41426
|
+
"ofType": {
|
|
41427
|
+
"kind": "SCALAR",
|
|
41428
|
+
"name": "String",
|
|
41429
|
+
"ofType": null
|
|
41430
|
+
}
|
|
41431
|
+
},
|
|
41432
|
+
"defaultValue": null,
|
|
41433
|
+
"isDeprecated": false,
|
|
41434
|
+
"deprecationReason": null
|
|
41435
|
+
},
|
|
41436
|
+
{
|
|
41437
|
+
"name": "priority",
|
|
41438
|
+
"description": null,
|
|
41439
|
+
"type": {
|
|
41440
|
+
"kind": "SCALAR",
|
|
41441
|
+
"name": "String",
|
|
41442
|
+
"ofType": null
|
|
41443
|
+
},
|
|
41444
|
+
"defaultValue": null,
|
|
41445
|
+
"isDeprecated": false,
|
|
41446
|
+
"deprecationReason": null
|
|
41447
|
+
},
|
|
41448
|
+
{
|
|
41449
|
+
"name": "title",
|
|
41450
|
+
"description": null,
|
|
41451
|
+
"type": {
|
|
41452
|
+
"kind": "SCALAR",
|
|
41453
|
+
"name": "String",
|
|
41454
|
+
"ofType": null
|
|
41455
|
+
},
|
|
41456
|
+
"defaultValue": null,
|
|
41457
|
+
"isDeprecated": false,
|
|
41458
|
+
"deprecationReason": null
|
|
41459
|
+
},
|
|
41460
|
+
{
|
|
41461
|
+
"name": "type",
|
|
41462
|
+
"description": null,
|
|
41463
|
+
"type": {
|
|
41464
|
+
"kind": "SCALAR",
|
|
41465
|
+
"name": "String",
|
|
41466
|
+
"ofType": null
|
|
41467
|
+
},
|
|
41468
|
+
"defaultValue": null,
|
|
41469
|
+
"isDeprecated": false,
|
|
41470
|
+
"deprecationReason": null
|
|
41471
|
+
}
|
|
41472
|
+
],
|
|
41473
|
+
"interfaces": null,
|
|
41474
|
+
"enumValues": null,
|
|
41475
|
+
"possibleTypes": null
|
|
41476
|
+
},
|
|
38143
41477
|
{
|
|
38144
41478
|
"kind": "INPUT_OBJECT",
|
|
38145
41479
|
"name": "UpdateTaskInput",
|
|
@@ -41854,6 +45188,18 @@
|
|
|
41854
45188
|
"isDeprecated": false,
|
|
41855
45189
|
"deprecationReason": null
|
|
41856
45190
|
},
|
|
45191
|
+
{
|
|
45192
|
+
"name": "sessionId",
|
|
45193
|
+
"description": null,
|
|
45194
|
+
"args": [],
|
|
45195
|
+
"type": {
|
|
45196
|
+
"kind": "SCALAR",
|
|
45197
|
+
"name": "String",
|
|
45198
|
+
"ofType": null
|
|
45199
|
+
},
|
|
45200
|
+
"isDeprecated": false,
|
|
45201
|
+
"deprecationReason": null
|
|
45202
|
+
},
|
|
41857
45203
|
{
|
|
41858
45204
|
"name": "timeSinceAssignment",
|
|
41859
45205
|
"description": null,
|