@promoboxx/graphql-gateway-types 1.855.0 → 1.856.0
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/graphql.schema.json +686 -676
- package/index.d.ts +142 -148
- package/package.json +1 -1
- package/schema.graphql +110 -120
package/graphql.schema.json
CHANGED
|
@@ -10206,57 +10206,86 @@
|
|
|
10206
10206
|
"possibleTypes": null
|
|
10207
10207
|
},
|
|
10208
10208
|
{
|
|
10209
|
-
"kind": "
|
|
10210
|
-
"name": "
|
|
10209
|
+
"kind": "OBJECT",
|
|
10210
|
+
"name": "CASvcPromptFragment",
|
|
10211
10211
|
"description": null,
|
|
10212
|
-
"fields":
|
|
10213
|
-
"inputFields": [
|
|
10212
|
+
"fields": [
|
|
10214
10213
|
{
|
|
10215
|
-
"name": "
|
|
10214
|
+
"name": "createdAt",
|
|
10216
10215
|
"description": null,
|
|
10216
|
+
"args": [],
|
|
10217
10217
|
"type": {
|
|
10218
10218
|
"kind": "NON_NULL",
|
|
10219
10219
|
"name": null,
|
|
10220
10220
|
"ofType": {
|
|
10221
10221
|
"kind": "SCALAR",
|
|
10222
|
-
"name": "
|
|
10222
|
+
"name": "String",
|
|
10223
10223
|
"ofType": null
|
|
10224
10224
|
}
|
|
10225
10225
|
},
|
|
10226
|
-
"defaultValue": null,
|
|
10227
10226
|
"isDeprecated": false,
|
|
10228
10227
|
"deprecationReason": null
|
|
10229
|
-
}
|
|
10230
|
-
],
|
|
10231
|
-
"interfaces": null,
|
|
10232
|
-
"enumValues": null,
|
|
10233
|
-
"possibleTypes": null
|
|
10234
|
-
},
|
|
10235
|
-
{
|
|
10236
|
-
"kind": "INPUT_OBJECT",
|
|
10237
|
-
"name": "CASvcCreatePromptGroupMemberInput",
|
|
10238
|
-
"description": null,
|
|
10239
|
-
"fields": null,
|
|
10240
|
-
"inputFields": [
|
|
10228
|
+
},
|
|
10241
10229
|
{
|
|
10242
|
-
"name": "
|
|
10230
|
+
"name": "draft",
|
|
10243
10231
|
"description": null,
|
|
10232
|
+
"args": [],
|
|
10244
10233
|
"type": {
|
|
10245
10234
|
"kind": "NON_NULL",
|
|
10246
10235
|
"name": null,
|
|
10247
10236
|
"ofType": {
|
|
10248
10237
|
"kind": "SCALAR",
|
|
10249
|
-
"name": "
|
|
10238
|
+
"name": "Boolean",
|
|
10250
10239
|
"ofType": null
|
|
10251
10240
|
}
|
|
10252
10241
|
},
|
|
10253
|
-
"defaultValue": null,
|
|
10254
10242
|
"isDeprecated": false,
|
|
10255
10243
|
"deprecationReason": null
|
|
10256
10244
|
},
|
|
10257
10245
|
{
|
|
10258
|
-
"name": "
|
|
10246
|
+
"name": "id",
|
|
10247
|
+
"description": null,
|
|
10248
|
+
"args": [],
|
|
10249
|
+
"type": {
|
|
10250
|
+
"kind": "NON_NULL",
|
|
10251
|
+
"name": null,
|
|
10252
|
+
"ofType": {
|
|
10253
|
+
"kind": "SCALAR",
|
|
10254
|
+
"name": "ID",
|
|
10255
|
+
"ofType": null
|
|
10256
|
+
}
|
|
10257
|
+
},
|
|
10258
|
+
"isDeprecated": false,
|
|
10259
|
+
"deprecationReason": null
|
|
10260
|
+
},
|
|
10261
|
+
{
|
|
10262
|
+
"name": "promptTemplate",
|
|
10263
|
+
"description": null,
|
|
10264
|
+
"args": [],
|
|
10265
|
+
"type": {
|
|
10266
|
+
"kind": "OBJECT",
|
|
10267
|
+
"name": "CASvcPromptTemplate",
|
|
10268
|
+
"ofType": null
|
|
10269
|
+
},
|
|
10270
|
+
"isDeprecated": false,
|
|
10271
|
+
"deprecationReason": null
|
|
10272
|
+
},
|
|
10273
|
+
{
|
|
10274
|
+
"name": "promptTemplateId",
|
|
10275
|
+
"description": null,
|
|
10276
|
+
"args": [],
|
|
10277
|
+
"type": {
|
|
10278
|
+
"kind": "SCALAR",
|
|
10279
|
+
"name": "ID",
|
|
10280
|
+
"ofType": null
|
|
10281
|
+
},
|
|
10282
|
+
"isDeprecated": false,
|
|
10283
|
+
"deprecationReason": null
|
|
10284
|
+
},
|
|
10285
|
+
{
|
|
10286
|
+
"name": "text",
|
|
10259
10287
|
"description": null,
|
|
10288
|
+
"args": [],
|
|
10260
10289
|
"type": {
|
|
10261
10290
|
"kind": "NON_NULL",
|
|
10262
10291
|
"name": null,
|
|
@@ -10266,13 +10295,13 @@
|
|
|
10266
10295
|
"ofType": null
|
|
10267
10296
|
}
|
|
10268
10297
|
},
|
|
10269
|
-
"defaultValue": null,
|
|
10270
10298
|
"isDeprecated": false,
|
|
10271
10299
|
"deprecationReason": null
|
|
10272
10300
|
},
|
|
10273
10301
|
{
|
|
10274
|
-
"name": "
|
|
10302
|
+
"name": "version",
|
|
10275
10303
|
"description": null,
|
|
10304
|
+
"args": [],
|
|
10276
10305
|
"type": {
|
|
10277
10306
|
"kind": "NON_NULL",
|
|
10278
10307
|
"name": null,
|
|
@@ -10282,18 +10311,18 @@
|
|
|
10282
10311
|
"ofType": null
|
|
10283
10312
|
}
|
|
10284
10313
|
},
|
|
10285
|
-
"defaultValue": null,
|
|
10286
10314
|
"isDeprecated": false,
|
|
10287
10315
|
"deprecationReason": null
|
|
10288
10316
|
}
|
|
10289
10317
|
],
|
|
10290
|
-
"
|
|
10318
|
+
"inputFields": null,
|
|
10319
|
+
"interfaces": [],
|
|
10291
10320
|
"enumValues": null,
|
|
10292
10321
|
"possibleTypes": null
|
|
10293
10322
|
},
|
|
10294
10323
|
{
|
|
10295
10324
|
"kind": "INPUT_OBJECT",
|
|
10296
|
-
"name": "
|
|
10325
|
+
"name": "CASvcPromptFragmentInput",
|
|
10297
10326
|
"description": null,
|
|
10298
10327
|
"fields": null,
|
|
10299
10328
|
"inputFields": [
|
|
@@ -10305,7 +10334,7 @@
|
|
|
10305
10334
|
"name": "Boolean",
|
|
10306
10335
|
"ofType": null
|
|
10307
10336
|
},
|
|
10308
|
-
"defaultValue":
|
|
10337
|
+
"defaultValue": null,
|
|
10309
10338
|
"isDeprecated": false,
|
|
10310
10339
|
"deprecationReason": null
|
|
10311
10340
|
},
|
|
@@ -10314,7 +10343,7 @@
|
|
|
10314
10343
|
"description": null,
|
|
10315
10344
|
"type": {
|
|
10316
10345
|
"kind": "SCALAR",
|
|
10317
|
-
"name": "
|
|
10346
|
+
"name": "ID",
|
|
10318
10347
|
"ofType": null
|
|
10319
10348
|
},
|
|
10320
10349
|
"defaultValue": null,
|
|
@@ -10360,37 +10389,53 @@
|
|
|
10360
10389
|
},
|
|
10361
10390
|
{
|
|
10362
10391
|
"kind": "INPUT_OBJECT",
|
|
10363
|
-
"name": "
|
|
10392
|
+
"name": "CASvcPromptFragmentUpdateInput",
|
|
10364
10393
|
"description": null,
|
|
10365
10394
|
"fields": null,
|
|
10366
10395
|
"inputFields": [
|
|
10367
10396
|
{
|
|
10368
|
-
"name": "
|
|
10397
|
+
"name": "draft",
|
|
10369
10398
|
"description": null,
|
|
10370
10399
|
"type": {
|
|
10371
|
-
"kind": "
|
|
10372
|
-
"name":
|
|
10373
|
-
"ofType":
|
|
10374
|
-
"kind": "SCALAR",
|
|
10375
|
-
"name": "String",
|
|
10376
|
-
"ofType": null
|
|
10377
|
-
}
|
|
10400
|
+
"kind": "SCALAR",
|
|
10401
|
+
"name": "Boolean",
|
|
10402
|
+
"ofType": null
|
|
10378
10403
|
},
|
|
10379
10404
|
"defaultValue": null,
|
|
10380
10405
|
"isDeprecated": false,
|
|
10381
10406
|
"deprecationReason": null
|
|
10382
10407
|
},
|
|
10383
10408
|
{
|
|
10384
|
-
"name": "
|
|
10409
|
+
"name": "promptTemplateId",
|
|
10385
10410
|
"description": null,
|
|
10386
10411
|
"type": {
|
|
10387
|
-
"kind": "
|
|
10388
|
-
"name":
|
|
10389
|
-
"ofType":
|
|
10390
|
-
|
|
10391
|
-
|
|
10392
|
-
|
|
10393
|
-
|
|
10412
|
+
"kind": "SCALAR",
|
|
10413
|
+
"name": "ID",
|
|
10414
|
+
"ofType": null
|
|
10415
|
+
},
|
|
10416
|
+
"defaultValue": null,
|
|
10417
|
+
"isDeprecated": false,
|
|
10418
|
+
"deprecationReason": null
|
|
10419
|
+
},
|
|
10420
|
+
{
|
|
10421
|
+
"name": "text",
|
|
10422
|
+
"description": null,
|
|
10423
|
+
"type": {
|
|
10424
|
+
"kind": "SCALAR",
|
|
10425
|
+
"name": "String",
|
|
10426
|
+
"ofType": null
|
|
10427
|
+
},
|
|
10428
|
+
"defaultValue": null,
|
|
10429
|
+
"isDeprecated": false,
|
|
10430
|
+
"deprecationReason": null
|
|
10431
|
+
},
|
|
10432
|
+
{
|
|
10433
|
+
"name": "version",
|
|
10434
|
+
"description": null,
|
|
10435
|
+
"type": {
|
|
10436
|
+
"kind": "SCALAR",
|
|
10437
|
+
"name": "String",
|
|
10438
|
+
"ofType": null
|
|
10394
10439
|
},
|
|
10395
10440
|
"defaultValue": null,
|
|
10396
10441
|
"isDeprecated": false,
|
|
@@ -10402,67 +10447,75 @@
|
|
|
10402
10447
|
"possibleTypes": null
|
|
10403
10448
|
},
|
|
10404
10449
|
{
|
|
10405
|
-
"kind": "
|
|
10406
|
-
"name": "
|
|
10450
|
+
"kind": "OBJECT",
|
|
10451
|
+
"name": "CASvcPromptFragmentsCollection",
|
|
10407
10452
|
"description": null,
|
|
10408
|
-
"fields":
|
|
10409
|
-
"inputFields": [
|
|
10453
|
+
"fields": [
|
|
10410
10454
|
{
|
|
10411
|
-
"name": "
|
|
10455
|
+
"name": "data",
|
|
10412
10456
|
"description": null,
|
|
10457
|
+
"args": [],
|
|
10413
10458
|
"type": {
|
|
10414
10459
|
"kind": "NON_NULL",
|
|
10415
10460
|
"name": null,
|
|
10416
10461
|
"ofType": {
|
|
10417
|
-
"kind": "
|
|
10418
|
-
"name":
|
|
10419
|
-
"ofType":
|
|
10462
|
+
"kind": "LIST",
|
|
10463
|
+
"name": null,
|
|
10464
|
+
"ofType": {
|
|
10465
|
+
"kind": "NON_NULL",
|
|
10466
|
+
"name": null,
|
|
10467
|
+
"ofType": {
|
|
10468
|
+
"kind": "OBJECT",
|
|
10469
|
+
"name": "CASvcPromptFragment",
|
|
10470
|
+
"ofType": null
|
|
10471
|
+
}
|
|
10472
|
+
}
|
|
10420
10473
|
}
|
|
10421
10474
|
},
|
|
10422
|
-
"defaultValue": null,
|
|
10423
10475
|
"isDeprecated": false,
|
|
10424
10476
|
"deprecationReason": null
|
|
10425
10477
|
},
|
|
10426
10478
|
{
|
|
10427
|
-
"name": "
|
|
10479
|
+
"name": "hasNextPage",
|
|
10428
10480
|
"description": null,
|
|
10481
|
+
"args": [],
|
|
10429
10482
|
"type": {
|
|
10430
10483
|
"kind": "NON_NULL",
|
|
10431
10484
|
"name": null,
|
|
10432
10485
|
"ofType": {
|
|
10433
10486
|
"kind": "SCALAR",
|
|
10434
|
-
"name": "
|
|
10487
|
+
"name": "Boolean",
|
|
10435
10488
|
"ofType": null
|
|
10436
10489
|
}
|
|
10437
10490
|
},
|
|
10438
|
-
"defaultValue": null,
|
|
10439
10491
|
"isDeprecated": false,
|
|
10440
10492
|
"deprecationReason": null
|
|
10441
10493
|
},
|
|
10442
10494
|
{
|
|
10443
|
-
"name": "
|
|
10495
|
+
"name": "totalCount",
|
|
10444
10496
|
"description": null,
|
|
10497
|
+
"args": [],
|
|
10445
10498
|
"type": {
|
|
10446
10499
|
"kind": "NON_NULL",
|
|
10447
10500
|
"name": null,
|
|
10448
10501
|
"ofType": {
|
|
10449
10502
|
"kind": "SCALAR",
|
|
10450
|
-
"name": "
|
|
10503
|
+
"name": "Int",
|
|
10451
10504
|
"ofType": null
|
|
10452
10505
|
}
|
|
10453
10506
|
},
|
|
10454
|
-
"defaultValue": null,
|
|
10455
10507
|
"isDeprecated": false,
|
|
10456
10508
|
"deprecationReason": null
|
|
10457
10509
|
}
|
|
10458
10510
|
],
|
|
10459
|
-
"
|
|
10511
|
+
"inputFields": null,
|
|
10512
|
+
"interfaces": [],
|
|
10460
10513
|
"enumValues": null,
|
|
10461
10514
|
"possibleTypes": null
|
|
10462
10515
|
},
|
|
10463
10516
|
{
|
|
10464
10517
|
"kind": "OBJECT",
|
|
10465
|
-
"name": "
|
|
10518
|
+
"name": "CASvcPromptGroup",
|
|
10466
10519
|
"description": null,
|
|
10467
10520
|
"fields": [
|
|
10468
10521
|
{
|
|
@@ -10474,7 +10527,7 @@
|
|
|
10474
10527
|
"name": null,
|
|
10475
10528
|
"ofType": {
|
|
10476
10529
|
"kind": "SCALAR",
|
|
10477
|
-
"name": "
|
|
10530
|
+
"name": "String",
|
|
10478
10531
|
"ofType": null
|
|
10479
10532
|
}
|
|
10480
10533
|
},
|
|
@@ -10482,7 +10535,7 @@
|
|
|
10482
10535
|
"deprecationReason": null
|
|
10483
10536
|
},
|
|
10484
10537
|
{
|
|
10485
|
-
"name": "
|
|
10538
|
+
"name": "id",
|
|
10486
10539
|
"description": null,
|
|
10487
10540
|
"args": [],
|
|
10488
10541
|
"type": {
|
|
@@ -10490,7 +10543,7 @@
|
|
|
10490
10543
|
"name": null,
|
|
10491
10544
|
"ofType": {
|
|
10492
10545
|
"kind": "SCALAR",
|
|
10493
|
-
"name": "
|
|
10546
|
+
"name": "ID",
|
|
10494
10547
|
"ofType": null
|
|
10495
10548
|
}
|
|
10496
10549
|
},
|
|
@@ -10498,16 +10551,24 @@
|
|
|
10498
10551
|
"deprecationReason": null
|
|
10499
10552
|
},
|
|
10500
10553
|
{
|
|
10501
|
-
"name": "
|
|
10554
|
+
"name": "promptGroupMembers",
|
|
10502
10555
|
"description": null,
|
|
10503
10556
|
"args": [],
|
|
10504
10557
|
"type": {
|
|
10505
10558
|
"kind": "NON_NULL",
|
|
10506
10559
|
"name": null,
|
|
10507
10560
|
"ofType": {
|
|
10508
|
-
"kind": "
|
|
10509
|
-
"name":
|
|
10510
|
-
"ofType":
|
|
10561
|
+
"kind": "LIST",
|
|
10562
|
+
"name": null,
|
|
10563
|
+
"ofType": {
|
|
10564
|
+
"kind": "NON_NULL",
|
|
10565
|
+
"name": null,
|
|
10566
|
+
"ofType": {
|
|
10567
|
+
"kind": "OBJECT",
|
|
10568
|
+
"name": "CASvcPromptGroupMember",
|
|
10569
|
+
"ofType": null
|
|
10570
|
+
}
|
|
10571
|
+
}
|
|
10511
10572
|
}
|
|
10512
10573
|
},
|
|
10513
10574
|
"isDeprecated": false,
|
|
@@ -10526,33 +10587,13 @@
|
|
|
10526
10587
|
"deprecationReason": null
|
|
10527
10588
|
},
|
|
10528
10589
|
{
|
|
10529
|
-
"name": "
|
|
10530
|
-
"description": null,
|
|
10531
|
-
"args": [],
|
|
10532
|
-
"type": {
|
|
10533
|
-
"kind": "NON_NULL",
|
|
10534
|
-
"name": null,
|
|
10535
|
-
"ofType": {
|
|
10536
|
-
"kind": "SCALAR",
|
|
10537
|
-
"name": "String",
|
|
10538
|
-
"ofType": null
|
|
10539
|
-
}
|
|
10540
|
-
},
|
|
10541
|
-
"isDeprecated": false,
|
|
10542
|
-
"deprecationReason": null
|
|
10543
|
-
},
|
|
10544
|
-
{
|
|
10545
|
-
"name": "version",
|
|
10590
|
+
"name": "promptTemplateId",
|
|
10546
10591
|
"description": null,
|
|
10547
10592
|
"args": [],
|
|
10548
10593
|
"type": {
|
|
10549
|
-
"kind": "
|
|
10550
|
-
"name":
|
|
10551
|
-
"ofType":
|
|
10552
|
-
"kind": "SCALAR",
|
|
10553
|
-
"name": "String",
|
|
10554
|
-
"ofType": null
|
|
10555
|
-
}
|
|
10594
|
+
"kind": "SCALAR",
|
|
10595
|
+
"name": "ID",
|
|
10596
|
+
"ofType": null
|
|
10556
10597
|
},
|
|
10557
10598
|
"isDeprecated": false,
|
|
10558
10599
|
"deprecationReason": null
|
|
@@ -10565,52 +10606,16 @@
|
|
|
10565
10606
|
},
|
|
10566
10607
|
{
|
|
10567
10608
|
"kind": "INPUT_OBJECT",
|
|
10568
|
-
"name": "
|
|
10609
|
+
"name": "CASvcPromptGroupInput",
|
|
10569
10610
|
"description": null,
|
|
10570
10611
|
"fields": null,
|
|
10571
10612
|
"inputFields": [
|
|
10572
|
-
{
|
|
10573
|
-
"name": "draft",
|
|
10574
|
-
"description": null,
|
|
10575
|
-
"type": {
|
|
10576
|
-
"kind": "SCALAR",
|
|
10577
|
-
"name": "Boolean",
|
|
10578
|
-
"ofType": null
|
|
10579
|
-
},
|
|
10580
|
-
"defaultValue": null,
|
|
10581
|
-
"isDeprecated": false,
|
|
10582
|
-
"deprecationReason": null
|
|
10583
|
-
},
|
|
10584
|
-
{
|
|
10585
|
-
"name": "id",
|
|
10586
|
-
"description": null,
|
|
10587
|
-
"type": {
|
|
10588
|
-
"kind": "SCALAR",
|
|
10589
|
-
"name": "UUID",
|
|
10590
|
-
"ofType": null
|
|
10591
|
-
},
|
|
10592
|
-
"defaultValue": null,
|
|
10593
|
-
"isDeprecated": false,
|
|
10594
|
-
"deprecationReason": null
|
|
10595
|
-
},
|
|
10596
10613
|
{
|
|
10597
10614
|
"name": "promptTemplateId",
|
|
10598
10615
|
"description": null,
|
|
10599
10616
|
"type": {
|
|
10600
10617
|
"kind": "SCALAR",
|
|
10601
|
-
"name": "
|
|
10602
|
-
"ofType": null
|
|
10603
|
-
},
|
|
10604
|
-
"defaultValue": null,
|
|
10605
|
-
"isDeprecated": false,
|
|
10606
|
-
"deprecationReason": null
|
|
10607
|
-
},
|
|
10608
|
-
{
|
|
10609
|
-
"name": "version",
|
|
10610
|
-
"description": null,
|
|
10611
|
-
"type": {
|
|
10612
|
-
"kind": "SCALAR",
|
|
10613
|
-
"name": "String",
|
|
10618
|
+
"name": "ID",
|
|
10614
10619
|
"ofType": null
|
|
10615
10620
|
},
|
|
10616
10621
|
"defaultValue": null,
|
|
@@ -10624,7 +10629,7 @@
|
|
|
10624
10629
|
},
|
|
10625
10630
|
{
|
|
10626
10631
|
"kind": "OBJECT",
|
|
10627
|
-
"name": "
|
|
10632
|
+
"name": "CASvcPromptGroupMember",
|
|
10628
10633
|
"description": null,
|
|
10629
10634
|
"fields": [
|
|
10630
10635
|
{
|
|
@@ -10636,7 +10641,7 @@
|
|
|
10636
10641
|
"name": null,
|
|
10637
10642
|
"ofType": {
|
|
10638
10643
|
"kind": "SCALAR",
|
|
10639
|
-
"name": "
|
|
10644
|
+
"name": "String",
|
|
10640
10645
|
"ofType": null
|
|
10641
10646
|
}
|
|
10642
10647
|
},
|
|
@@ -10652,7 +10657,7 @@
|
|
|
10652
10657
|
"name": null,
|
|
10653
10658
|
"ofType": {
|
|
10654
10659
|
"kind": "SCALAR",
|
|
10655
|
-
"name": "
|
|
10660
|
+
"name": "ID",
|
|
10656
10661
|
"ofType": null
|
|
10657
10662
|
}
|
|
10658
10663
|
},
|
|
@@ -10660,105 +10665,59 @@
|
|
|
10660
10665
|
"deprecationReason": null
|
|
10661
10666
|
},
|
|
10662
10667
|
{
|
|
10663
|
-
"name": "
|
|
10668
|
+
"name": "metadata",
|
|
10664
10669
|
"description": null,
|
|
10665
10670
|
"args": [],
|
|
10666
10671
|
"type": {
|
|
10667
|
-
"kind": "
|
|
10668
|
-
"name":
|
|
10669
|
-
"ofType":
|
|
10670
|
-
"kind": "LIST",
|
|
10671
|
-
"name": null,
|
|
10672
|
-
"ofType": {
|
|
10673
|
-
"kind": "NON_NULL",
|
|
10674
|
-
"name": null,
|
|
10675
|
-
"ofType": {
|
|
10676
|
-
"kind": "OBJECT",
|
|
10677
|
-
"name": "CASvcPromptGroupMember",
|
|
10678
|
-
"ofType": null
|
|
10679
|
-
}
|
|
10680
|
-
}
|
|
10681
|
-
}
|
|
10672
|
+
"kind": "SCALAR",
|
|
10673
|
+
"name": "Map",
|
|
10674
|
+
"ofType": null
|
|
10682
10675
|
},
|
|
10683
10676
|
"isDeprecated": false,
|
|
10684
10677
|
"deprecationReason": null
|
|
10685
10678
|
},
|
|
10686
10679
|
{
|
|
10687
|
-
"name": "
|
|
10680
|
+
"name": "promptGroup",
|
|
10688
10681
|
"description": null,
|
|
10689
10682
|
"args": [],
|
|
10690
10683
|
"type": {
|
|
10691
10684
|
"kind": "OBJECT",
|
|
10692
|
-
"name": "
|
|
10685
|
+
"name": "CASvcPromptGroup",
|
|
10693
10686
|
"ofType": null
|
|
10694
10687
|
},
|
|
10695
10688
|
"isDeprecated": false,
|
|
10696
10689
|
"deprecationReason": null
|
|
10697
10690
|
},
|
|
10698
10691
|
{
|
|
10699
|
-
"name": "
|
|
10692
|
+
"name": "promptGroupId",
|
|
10700
10693
|
"description": null,
|
|
10701
10694
|
"args": [],
|
|
10702
|
-
"type": {
|
|
10703
|
-
"kind": "NON_NULL",
|
|
10704
|
-
"name": null,
|
|
10705
|
-
"ofType": {
|
|
10706
|
-
"kind": "SCALAR",
|
|
10707
|
-
"name": "UUID",
|
|
10708
|
-
"ofType": null
|
|
10709
|
-
}
|
|
10710
|
-
},
|
|
10711
|
-
"isDeprecated": false,
|
|
10712
|
-
"deprecationReason": null
|
|
10713
|
-
}
|
|
10714
|
-
],
|
|
10715
|
-
"inputFields": null,
|
|
10716
|
-
"interfaces": [],
|
|
10717
|
-
"enumValues": null,
|
|
10718
|
-
"possibleTypes": null
|
|
10719
|
-
},
|
|
10720
|
-
{
|
|
10721
|
-
"kind": "INPUT_OBJECT",
|
|
10722
|
-
"name": "CASvcPromptGroupFilter",
|
|
10723
|
-
"description": null,
|
|
10724
|
-
"fields": null,
|
|
10725
|
-
"inputFields": [
|
|
10726
|
-
{
|
|
10727
|
-
"name": "id",
|
|
10728
|
-
"description": null,
|
|
10729
10695
|
"type": {
|
|
10730
10696
|
"kind": "SCALAR",
|
|
10731
|
-
"name": "
|
|
10697
|
+
"name": "ID",
|
|
10732
10698
|
"ofType": null
|
|
10733
10699
|
},
|
|
10734
|
-
"defaultValue": null,
|
|
10735
10700
|
"isDeprecated": false,
|
|
10736
10701
|
"deprecationReason": null
|
|
10737
10702
|
},
|
|
10738
10703
|
{
|
|
10739
|
-
"name": "
|
|
10704
|
+
"name": "resource",
|
|
10740
10705
|
"description": null,
|
|
10706
|
+
"args": [],
|
|
10741
10707
|
"type": {
|
|
10742
|
-
"kind": "
|
|
10743
|
-
"name":
|
|
10744
|
-
"ofType":
|
|
10708
|
+
"kind": "NON_NULL",
|
|
10709
|
+
"name": null,
|
|
10710
|
+
"ofType": {
|
|
10711
|
+
"kind": "SCALAR",
|
|
10712
|
+
"name": "String",
|
|
10713
|
+
"ofType": null
|
|
10714
|
+
}
|
|
10745
10715
|
},
|
|
10746
|
-
"defaultValue": null,
|
|
10747
10716
|
"isDeprecated": false,
|
|
10748
10717
|
"deprecationReason": null
|
|
10749
|
-
}
|
|
10750
|
-
],
|
|
10751
|
-
"interfaces": null,
|
|
10752
|
-
"enumValues": null,
|
|
10753
|
-
"possibleTypes": null
|
|
10754
|
-
},
|
|
10755
|
-
{
|
|
10756
|
-
"kind": "OBJECT",
|
|
10757
|
-
"name": "CASvcPromptGroupMember",
|
|
10758
|
-
"description": null,
|
|
10759
|
-
"fields": [
|
|
10718
|
+
},
|
|
10760
10719
|
{
|
|
10761
|
-
"name": "
|
|
10720
|
+
"name": "resourceId",
|
|
10762
10721
|
"description": null,
|
|
10763
10722
|
"args": [],
|
|
10764
10723
|
"type": {
|
|
@@ -10766,7 +10725,7 @@
|
|
|
10766
10725
|
"name": null,
|
|
10767
10726
|
"ofType": {
|
|
10768
10727
|
"kind": "SCALAR",
|
|
10769
|
-
"name": "
|
|
10728
|
+
"name": "String",
|
|
10770
10729
|
"ofType": null
|
|
10771
10730
|
}
|
|
10772
10731
|
},
|
|
@@ -10774,53 +10733,68 @@
|
|
|
10774
10733
|
"deprecationReason": null
|
|
10775
10734
|
},
|
|
10776
10735
|
{
|
|
10777
|
-
"name": "
|
|
10736
|
+
"name": "results",
|
|
10778
10737
|
"description": null,
|
|
10779
10738
|
"args": [],
|
|
10780
10739
|
"type": {
|
|
10781
10740
|
"kind": "NON_NULL",
|
|
10782
10741
|
"name": null,
|
|
10783
10742
|
"ofType": {
|
|
10784
|
-
"kind": "
|
|
10785
|
-
"name":
|
|
10786
|
-
"ofType":
|
|
10743
|
+
"kind": "LIST",
|
|
10744
|
+
"name": null,
|
|
10745
|
+
"ofType": {
|
|
10746
|
+
"kind": "NON_NULL",
|
|
10747
|
+
"name": null,
|
|
10748
|
+
"ofType": {
|
|
10749
|
+
"kind": "OBJECT",
|
|
10750
|
+
"name": "CASvcResult",
|
|
10751
|
+
"ofType": null
|
|
10752
|
+
}
|
|
10753
|
+
}
|
|
10787
10754
|
}
|
|
10788
10755
|
},
|
|
10789
10756
|
"isDeprecated": false,
|
|
10790
10757
|
"deprecationReason": null
|
|
10791
|
-
}
|
|
10758
|
+
}
|
|
10759
|
+
],
|
|
10760
|
+
"inputFields": null,
|
|
10761
|
+
"interfaces": [],
|
|
10762
|
+
"enumValues": null,
|
|
10763
|
+
"possibleTypes": null
|
|
10764
|
+
},
|
|
10765
|
+
{
|
|
10766
|
+
"kind": "INPUT_OBJECT",
|
|
10767
|
+
"name": "CASvcPromptGroupMemberInput",
|
|
10768
|
+
"description": null,
|
|
10769
|
+
"fields": null,
|
|
10770
|
+
"inputFields": [
|
|
10792
10771
|
{
|
|
10793
|
-
"name": "
|
|
10772
|
+
"name": "metadata",
|
|
10794
10773
|
"description": null,
|
|
10795
|
-
"args": [],
|
|
10796
10774
|
"type": {
|
|
10797
|
-
"kind": "
|
|
10798
|
-
"name": "
|
|
10775
|
+
"kind": "SCALAR",
|
|
10776
|
+
"name": "Map",
|
|
10799
10777
|
"ofType": null
|
|
10800
10778
|
},
|
|
10779
|
+
"defaultValue": null,
|
|
10801
10780
|
"isDeprecated": false,
|
|
10802
10781
|
"deprecationReason": null
|
|
10803
10782
|
},
|
|
10804
10783
|
{
|
|
10805
10784
|
"name": "promptGroupId",
|
|
10806
10785
|
"description": null,
|
|
10807
|
-
"args": [],
|
|
10808
10786
|
"type": {
|
|
10809
|
-
"kind": "
|
|
10810
|
-
"name":
|
|
10811
|
-
"ofType":
|
|
10812
|
-
"kind": "SCALAR",
|
|
10813
|
-
"name": "UUID",
|
|
10814
|
-
"ofType": null
|
|
10815
|
-
}
|
|
10787
|
+
"kind": "SCALAR",
|
|
10788
|
+
"name": "ID",
|
|
10789
|
+
"ofType": null
|
|
10816
10790
|
},
|
|
10791
|
+
"defaultValue": null,
|
|
10817
10792
|
"isDeprecated": false,
|
|
10818
10793
|
"deprecationReason": null
|
|
10819
10794
|
},
|
|
10820
10795
|
{
|
|
10821
10796
|
"name": "resource",
|
|
10822
10797
|
"description": null,
|
|
10823
|
-
"args": [],
|
|
10824
10798
|
"type": {
|
|
10825
10799
|
"kind": "NON_NULL",
|
|
10826
10800
|
"name": null,
|
|
@@ -10830,13 +10804,13 @@
|
|
|
10830
10804
|
"ofType": null
|
|
10831
10805
|
}
|
|
10832
10806
|
},
|
|
10807
|
+
"defaultValue": null,
|
|
10833
10808
|
"isDeprecated": false,
|
|
10834
10809
|
"deprecationReason": null
|
|
10835
10810
|
},
|
|
10836
10811
|
{
|
|
10837
10812
|
"name": "resourceId",
|
|
10838
10813
|
"description": null,
|
|
10839
|
-
"args": [],
|
|
10840
10814
|
"type": {
|
|
10841
10815
|
"kind": "NON_NULL",
|
|
10842
10816
|
"name": null,
|
|
@@ -10846,27 +10820,27 @@
|
|
|
10846
10820
|
"ofType": null
|
|
10847
10821
|
}
|
|
10848
10822
|
},
|
|
10823
|
+
"defaultValue": null,
|
|
10849
10824
|
"isDeprecated": false,
|
|
10850
10825
|
"deprecationReason": null
|
|
10851
10826
|
}
|
|
10852
10827
|
],
|
|
10853
|
-
"
|
|
10854
|
-
"interfaces": [],
|
|
10828
|
+
"interfaces": null,
|
|
10855
10829
|
"enumValues": null,
|
|
10856
10830
|
"possibleTypes": null
|
|
10857
10831
|
},
|
|
10858
10832
|
{
|
|
10859
10833
|
"kind": "INPUT_OBJECT",
|
|
10860
|
-
"name": "
|
|
10834
|
+
"name": "CASvcPromptGroupMemberUpdateInput",
|
|
10861
10835
|
"description": null,
|
|
10862
10836
|
"fields": null,
|
|
10863
10837
|
"inputFields": [
|
|
10864
10838
|
{
|
|
10865
|
-
"name": "
|
|
10839
|
+
"name": "metadata",
|
|
10866
10840
|
"description": null,
|
|
10867
10841
|
"type": {
|
|
10868
10842
|
"kind": "SCALAR",
|
|
10869
|
-
"name": "
|
|
10843
|
+
"name": "Map",
|
|
10870
10844
|
"ofType": null
|
|
10871
10845
|
},
|
|
10872
10846
|
"defaultValue": null,
|
|
@@ -10878,7 +10852,7 @@
|
|
|
10878
10852
|
"description": null,
|
|
10879
10853
|
"type": {
|
|
10880
10854
|
"kind": "SCALAR",
|
|
10881
|
-
"name": "
|
|
10855
|
+
"name": "ID",
|
|
10882
10856
|
"ofType": null
|
|
10883
10857
|
},
|
|
10884
10858
|
"defaultValue": null,
|
|
@@ -10916,39 +10890,35 @@
|
|
|
10916
10890
|
},
|
|
10917
10891
|
{
|
|
10918
10892
|
"kind": "OBJECT",
|
|
10919
|
-
"name": "
|
|
10893
|
+
"name": "CASvcPromptGroupMembersCollection",
|
|
10920
10894
|
"description": null,
|
|
10921
10895
|
"fields": [
|
|
10922
10896
|
{
|
|
10923
|
-
"name": "
|
|
10924
|
-
"description": null,
|
|
10925
|
-
"args": [],
|
|
10926
|
-
"type": {
|
|
10927
|
-
"kind": "SCALAR",
|
|
10928
|
-
"name": "Time",
|
|
10929
|
-
"ofType": null
|
|
10930
|
-
},
|
|
10931
|
-
"isDeprecated": false,
|
|
10932
|
-
"deprecationReason": null
|
|
10933
|
-
},
|
|
10934
|
-
{
|
|
10935
|
-
"name": "id",
|
|
10897
|
+
"name": "data",
|
|
10936
10898
|
"description": null,
|
|
10937
10899
|
"args": [],
|
|
10938
10900
|
"type": {
|
|
10939
10901
|
"kind": "NON_NULL",
|
|
10940
10902
|
"name": null,
|
|
10941
10903
|
"ofType": {
|
|
10942
|
-
"kind": "
|
|
10943
|
-
"name":
|
|
10944
|
-
"ofType":
|
|
10904
|
+
"kind": "LIST",
|
|
10905
|
+
"name": null,
|
|
10906
|
+
"ofType": {
|
|
10907
|
+
"kind": "NON_NULL",
|
|
10908
|
+
"name": null,
|
|
10909
|
+
"ofType": {
|
|
10910
|
+
"kind": "OBJECT",
|
|
10911
|
+
"name": "CASvcPromptGroupMember",
|
|
10912
|
+
"ofType": null
|
|
10913
|
+
}
|
|
10914
|
+
}
|
|
10945
10915
|
}
|
|
10946
10916
|
},
|
|
10947
10917
|
"isDeprecated": false,
|
|
10948
10918
|
"deprecationReason": null
|
|
10949
10919
|
},
|
|
10950
10920
|
{
|
|
10951
|
-
"name": "
|
|
10921
|
+
"name": "hasNextPage",
|
|
10952
10922
|
"description": null,
|
|
10953
10923
|
"args": [],
|
|
10954
10924
|
"type": {
|
|
@@ -10956,7 +10926,7 @@
|
|
|
10956
10926
|
"name": null,
|
|
10957
10927
|
"ofType": {
|
|
10958
10928
|
"kind": "SCALAR",
|
|
10959
|
-
"name": "
|
|
10929
|
+
"name": "Boolean",
|
|
10960
10930
|
"ofType": null
|
|
10961
10931
|
}
|
|
10962
10932
|
},
|
|
@@ -10964,7 +10934,7 @@
|
|
|
10964
10934
|
"deprecationReason": null
|
|
10965
10935
|
},
|
|
10966
10936
|
{
|
|
10967
|
-
"name": "
|
|
10937
|
+
"name": "totalCount",
|
|
10968
10938
|
"description": null,
|
|
10969
10939
|
"args": [],
|
|
10970
10940
|
"type": {
|
|
@@ -10972,24 +10942,12 @@
|
|
|
10972
10942
|
"name": null,
|
|
10973
10943
|
"ofType": {
|
|
10974
10944
|
"kind": "SCALAR",
|
|
10975
|
-
"name": "
|
|
10945
|
+
"name": "Int",
|
|
10976
10946
|
"ofType": null
|
|
10977
10947
|
}
|
|
10978
10948
|
},
|
|
10979
10949
|
"isDeprecated": false,
|
|
10980
10950
|
"deprecationReason": null
|
|
10981
|
-
},
|
|
10982
|
-
{
|
|
10983
|
-
"name": "updatedAt",
|
|
10984
|
-
"description": null,
|
|
10985
|
-
"args": [],
|
|
10986
|
-
"type": {
|
|
10987
|
-
"kind": "SCALAR",
|
|
10988
|
-
"name": "Time",
|
|
10989
|
-
"ofType": null
|
|
10990
|
-
},
|
|
10991
|
-
"isDeprecated": false,
|
|
10992
|
-
"deprecationReason": null
|
|
10993
10951
|
}
|
|
10994
10952
|
],
|
|
10995
10953
|
"inputFields": null,
|
|
@@ -10999,28 +10957,16 @@
|
|
|
10999
10957
|
},
|
|
11000
10958
|
{
|
|
11001
10959
|
"kind": "INPUT_OBJECT",
|
|
11002
|
-
"name": "
|
|
10960
|
+
"name": "CASvcPromptGroupUpdateInput",
|
|
11003
10961
|
"description": null,
|
|
11004
10962
|
"fields": null,
|
|
11005
10963
|
"inputFields": [
|
|
11006
10964
|
{
|
|
11007
|
-
"name": "
|
|
11008
|
-
"description": null,
|
|
11009
|
-
"type": {
|
|
11010
|
-
"kind": "SCALAR",
|
|
11011
|
-
"name": "UUID",
|
|
11012
|
-
"ofType": null
|
|
11013
|
-
},
|
|
11014
|
-
"defaultValue": null,
|
|
11015
|
-
"isDeprecated": false,
|
|
11016
|
-
"deprecationReason": null
|
|
11017
|
-
},
|
|
11018
|
-
{
|
|
11019
|
-
"name": "name",
|
|
10965
|
+
"name": "promptTemplateId",
|
|
11020
10966
|
"description": null,
|
|
11021
10967
|
"type": {
|
|
11022
10968
|
"kind": "SCALAR",
|
|
11023
|
-
"name": "
|
|
10969
|
+
"name": "ID",
|
|
11024
10970
|
"ofType": null
|
|
11025
10971
|
},
|
|
11026
10972
|
"defaultValue": null,
|
|
@@ -11034,27 +10980,35 @@
|
|
|
11034
10980
|
},
|
|
11035
10981
|
{
|
|
11036
10982
|
"kind": "OBJECT",
|
|
11037
|
-
"name": "
|
|
10983
|
+
"name": "CASvcPromptGroupsCollection",
|
|
11038
10984
|
"description": null,
|
|
11039
10985
|
"fields": [
|
|
11040
10986
|
{
|
|
11041
|
-
"name": "
|
|
10987
|
+
"name": "data",
|
|
11042
10988
|
"description": null,
|
|
11043
10989
|
"args": [],
|
|
11044
10990
|
"type": {
|
|
11045
10991
|
"kind": "NON_NULL",
|
|
11046
10992
|
"name": null,
|
|
11047
10993
|
"ofType": {
|
|
11048
|
-
"kind": "
|
|
11049
|
-
"name":
|
|
11050
|
-
"ofType":
|
|
10994
|
+
"kind": "LIST",
|
|
10995
|
+
"name": null,
|
|
10996
|
+
"ofType": {
|
|
10997
|
+
"kind": "NON_NULL",
|
|
10998
|
+
"name": null,
|
|
10999
|
+
"ofType": {
|
|
11000
|
+
"kind": "OBJECT",
|
|
11001
|
+
"name": "CASvcPromptGroup",
|
|
11002
|
+
"ofType": null
|
|
11003
|
+
}
|
|
11004
|
+
}
|
|
11051
11005
|
}
|
|
11052
11006
|
},
|
|
11053
11007
|
"isDeprecated": false,
|
|
11054
11008
|
"deprecationReason": null
|
|
11055
11009
|
},
|
|
11056
11010
|
{
|
|
11057
|
-
"name": "
|
|
11011
|
+
"name": "hasNextPage",
|
|
11058
11012
|
"description": null,
|
|
11059
11013
|
"args": [],
|
|
11060
11014
|
"type": {
|
|
@@ -11062,7 +11016,7 @@
|
|
|
11062
11016
|
"name": null,
|
|
11063
11017
|
"ofType": {
|
|
11064
11018
|
"kind": "SCALAR",
|
|
11065
|
-
"name": "
|
|
11019
|
+
"name": "Boolean",
|
|
11066
11020
|
"ofType": null
|
|
11067
11021
|
}
|
|
11068
11022
|
},
|
|
@@ -11070,7 +11024,7 @@
|
|
|
11070
11024
|
"deprecationReason": null
|
|
11071
11025
|
},
|
|
11072
11026
|
{
|
|
11073
|
-
"name": "
|
|
11027
|
+
"name": "totalCount",
|
|
11074
11028
|
"description": null,
|
|
11075
11029
|
"args": [],
|
|
11076
11030
|
"type": {
|
|
@@ -11078,27 +11032,38 @@
|
|
|
11078
11032
|
"name": null,
|
|
11079
11033
|
"ofType": {
|
|
11080
11034
|
"kind": "SCALAR",
|
|
11081
|
-
"name": "
|
|
11035
|
+
"name": "Int",
|
|
11082
11036
|
"ofType": null
|
|
11083
11037
|
}
|
|
11084
11038
|
},
|
|
11085
11039
|
"isDeprecated": false,
|
|
11086
11040
|
"deprecationReason": null
|
|
11087
|
-
}
|
|
11041
|
+
}
|
|
11042
|
+
],
|
|
11043
|
+
"inputFields": null,
|
|
11044
|
+
"interfaces": [],
|
|
11045
|
+
"enumValues": null,
|
|
11046
|
+
"possibleTypes": null
|
|
11047
|
+
},
|
|
11048
|
+
{
|
|
11049
|
+
"kind": "OBJECT",
|
|
11050
|
+
"name": "CASvcPromptTemplate",
|
|
11051
|
+
"description": null,
|
|
11052
|
+
"fields": [
|
|
11088
11053
|
{
|
|
11089
|
-
"name": "
|
|
11054
|
+
"name": "createdAt",
|
|
11090
11055
|
"description": null,
|
|
11091
11056
|
"args": [],
|
|
11092
11057
|
"type": {
|
|
11093
|
-
"kind": "
|
|
11094
|
-
"name": "
|
|
11058
|
+
"kind": "SCALAR",
|
|
11059
|
+
"name": "String",
|
|
11095
11060
|
"ofType": null
|
|
11096
11061
|
},
|
|
11097
11062
|
"isDeprecated": false,
|
|
11098
11063
|
"deprecationReason": null
|
|
11099
11064
|
},
|
|
11100
11065
|
{
|
|
11101
|
-
"name": "
|
|
11066
|
+
"name": "id",
|
|
11102
11067
|
"description": null,
|
|
11103
11068
|
"args": [],
|
|
11104
11069
|
"type": {
|
|
@@ -11106,7 +11071,7 @@
|
|
|
11106
11071
|
"name": null,
|
|
11107
11072
|
"ofType": {
|
|
11108
11073
|
"kind": "SCALAR",
|
|
11109
|
-
"name": "
|
|
11074
|
+
"name": "ID",
|
|
11110
11075
|
"ofType": null
|
|
11111
11076
|
}
|
|
11112
11077
|
},
|
|
@@ -11114,7 +11079,7 @@
|
|
|
11114
11079
|
"deprecationReason": null
|
|
11115
11080
|
},
|
|
11116
11081
|
{
|
|
11117
|
-
"name": "
|
|
11082
|
+
"name": "name",
|
|
11118
11083
|
"description": null,
|
|
11119
11084
|
"args": [],
|
|
11120
11085
|
"type": {
|
|
@@ -11122,120 +11087,122 @@
|
|
|
11122
11087
|
"name": null,
|
|
11123
11088
|
"ofType": {
|
|
11124
11089
|
"kind": "SCALAR",
|
|
11125
|
-
"name": "
|
|
11090
|
+
"name": "String",
|
|
11126
11091
|
"ofType": null
|
|
11127
11092
|
}
|
|
11128
11093
|
},
|
|
11129
11094
|
"isDeprecated": false,
|
|
11130
11095
|
"deprecationReason": null
|
|
11131
|
-
}
|
|
11132
|
-
],
|
|
11133
|
-
"inputFields": null,
|
|
11134
|
-
"interfaces": [],
|
|
11135
|
-
"enumValues": null,
|
|
11136
|
-
"possibleTypes": null
|
|
11137
|
-
},
|
|
11138
|
-
{
|
|
11139
|
-
"kind": "INPUT_OBJECT",
|
|
11140
|
-
"name": "CASvcResultFilter",
|
|
11141
|
-
"description": null,
|
|
11142
|
-
"fields": null,
|
|
11143
|
-
"inputFields": [
|
|
11144
|
-
{
|
|
11145
|
-
"name": "id",
|
|
11146
|
-
"description": null,
|
|
11147
|
-
"type": {
|
|
11148
|
-
"kind": "SCALAR",
|
|
11149
|
-
"name": "UUID",
|
|
11150
|
-
"ofType": null
|
|
11151
|
-
},
|
|
11152
|
-
"defaultValue": null,
|
|
11153
|
-
"isDeprecated": false,
|
|
11154
|
-
"deprecationReason": null
|
|
11155
11096
|
},
|
|
11156
11097
|
{
|
|
11157
|
-
"name": "
|
|
11098
|
+
"name": "promptFragments",
|
|
11158
11099
|
"description": null,
|
|
11100
|
+
"args": [],
|
|
11159
11101
|
"type": {
|
|
11160
|
-
"kind": "
|
|
11161
|
-
"name":
|
|
11162
|
-
"ofType":
|
|
11102
|
+
"kind": "NON_NULL",
|
|
11103
|
+
"name": null,
|
|
11104
|
+
"ofType": {
|
|
11105
|
+
"kind": "LIST",
|
|
11106
|
+
"name": null,
|
|
11107
|
+
"ofType": {
|
|
11108
|
+
"kind": "NON_NULL",
|
|
11109
|
+
"name": null,
|
|
11110
|
+
"ofType": {
|
|
11111
|
+
"kind": "OBJECT",
|
|
11112
|
+
"name": "CASvcPromptFragment",
|
|
11113
|
+
"ofType": null
|
|
11114
|
+
}
|
|
11115
|
+
}
|
|
11116
|
+
}
|
|
11163
11117
|
},
|
|
11164
|
-
"defaultValue": null,
|
|
11165
11118
|
"isDeprecated": false,
|
|
11166
11119
|
"deprecationReason": null
|
|
11167
11120
|
},
|
|
11168
11121
|
{
|
|
11169
|
-
"name": "
|
|
11122
|
+
"name": "promptGroups",
|
|
11170
11123
|
"description": null,
|
|
11124
|
+
"args": [],
|
|
11171
11125
|
"type": {
|
|
11172
|
-
"kind": "
|
|
11173
|
-
"name":
|
|
11174
|
-
"ofType":
|
|
11126
|
+
"kind": "NON_NULL",
|
|
11127
|
+
"name": null,
|
|
11128
|
+
"ofType": {
|
|
11129
|
+
"kind": "LIST",
|
|
11130
|
+
"name": null,
|
|
11131
|
+
"ofType": {
|
|
11132
|
+
"kind": "NON_NULL",
|
|
11133
|
+
"name": null,
|
|
11134
|
+
"ofType": {
|
|
11135
|
+
"kind": "OBJECT",
|
|
11136
|
+
"name": "CASvcPromptGroup",
|
|
11137
|
+
"ofType": null
|
|
11138
|
+
}
|
|
11139
|
+
}
|
|
11140
|
+
}
|
|
11175
11141
|
},
|
|
11176
|
-
"defaultValue": null,
|
|
11177
11142
|
"isDeprecated": false,
|
|
11178
11143
|
"deprecationReason": null
|
|
11179
|
-
}
|
|
11180
|
-
],
|
|
11181
|
-
"interfaces": null,
|
|
11182
|
-
"enumValues": null,
|
|
11183
|
-
"possibleTypes": null
|
|
11184
|
-
},
|
|
11185
|
-
{
|
|
11186
|
-
"kind": "INPUT_OBJECT",
|
|
11187
|
-
"name": "CASvcUpdatePromptGroupInput",
|
|
11188
|
-
"description": null,
|
|
11189
|
-
"fields": null,
|
|
11190
|
-
"inputFields": [
|
|
11144
|
+
},
|
|
11191
11145
|
{
|
|
11192
|
-
"name": "
|
|
11146
|
+
"name": "template",
|
|
11193
11147
|
"description": null,
|
|
11148
|
+
"args": [],
|
|
11194
11149
|
"type": {
|
|
11195
11150
|
"kind": "NON_NULL",
|
|
11196
11151
|
"name": null,
|
|
11197
11152
|
"ofType": {
|
|
11198
11153
|
"kind": "SCALAR",
|
|
11199
|
-
"name": "
|
|
11154
|
+
"name": "String",
|
|
11200
11155
|
"ofType": null
|
|
11201
11156
|
}
|
|
11202
11157
|
},
|
|
11203
|
-
"defaultValue": null,
|
|
11204
11158
|
"isDeprecated": false,
|
|
11205
11159
|
"deprecationReason": null
|
|
11206
11160
|
},
|
|
11207
11161
|
{
|
|
11208
|
-
"name": "
|
|
11162
|
+
"name": "updatedAt",
|
|
11209
11163
|
"description": null,
|
|
11164
|
+
"args": [],
|
|
11210
11165
|
"type": {
|
|
11211
11166
|
"kind": "SCALAR",
|
|
11212
|
-
"name": "
|
|
11167
|
+
"name": "String",
|
|
11168
|
+
"ofType": null
|
|
11169
|
+
},
|
|
11170
|
+
"isDeprecated": false,
|
|
11171
|
+
"deprecationReason": null
|
|
11172
|
+
},
|
|
11173
|
+
{
|
|
11174
|
+
"name": "version",
|
|
11175
|
+
"description": null,
|
|
11176
|
+
"args": [],
|
|
11177
|
+
"type": {
|
|
11178
|
+
"kind": "SCALAR",
|
|
11179
|
+
"name": "String",
|
|
11213
11180
|
"ofType": null
|
|
11214
11181
|
},
|
|
11215
|
-
"defaultValue": null,
|
|
11216
11182
|
"isDeprecated": false,
|
|
11217
11183
|
"deprecationReason": null
|
|
11218
11184
|
}
|
|
11219
11185
|
],
|
|
11220
|
-
"
|
|
11186
|
+
"inputFields": null,
|
|
11187
|
+
"interfaces": [],
|
|
11221
11188
|
"enumValues": null,
|
|
11222
11189
|
"possibleTypes": null
|
|
11223
11190
|
},
|
|
11224
11191
|
{
|
|
11225
11192
|
"kind": "INPUT_OBJECT",
|
|
11226
|
-
"name": "
|
|
11193
|
+
"name": "CASvcPromptTemplateInput",
|
|
11227
11194
|
"description": null,
|
|
11228
11195
|
"fields": null,
|
|
11229
11196
|
"inputFields": [
|
|
11230
11197
|
{
|
|
11231
|
-
"name": "
|
|
11198
|
+
"name": "name",
|
|
11232
11199
|
"description": null,
|
|
11233
11200
|
"type": {
|
|
11234
11201
|
"kind": "NON_NULL",
|
|
11235
11202
|
"name": null,
|
|
11236
11203
|
"ofType": {
|
|
11237
11204
|
"kind": "SCALAR",
|
|
11238
|
-
"name": "
|
|
11205
|
+
"name": "String",
|
|
11239
11206
|
"ofType": null
|
|
11240
11207
|
}
|
|
11241
11208
|
},
|
|
@@ -11244,31 +11211,23 @@
|
|
|
11244
11211
|
"deprecationReason": null
|
|
11245
11212
|
},
|
|
11246
11213
|
{
|
|
11247
|
-
"name": "
|
|
11248
|
-
"description": null,
|
|
11249
|
-
"type": {
|
|
11250
|
-
"kind": "SCALAR",
|
|
11251
|
-
"name": "UUID",
|
|
11252
|
-
"ofType": null
|
|
11253
|
-
},
|
|
11254
|
-
"defaultValue": null,
|
|
11255
|
-
"isDeprecated": false,
|
|
11256
|
-
"deprecationReason": null
|
|
11257
|
-
},
|
|
11258
|
-
{
|
|
11259
|
-
"name": "resource",
|
|
11214
|
+
"name": "template",
|
|
11260
11215
|
"description": null,
|
|
11261
11216
|
"type": {
|
|
11262
|
-
"kind": "
|
|
11263
|
-
"name":
|
|
11264
|
-
"ofType":
|
|
11217
|
+
"kind": "NON_NULL",
|
|
11218
|
+
"name": null,
|
|
11219
|
+
"ofType": {
|
|
11220
|
+
"kind": "SCALAR",
|
|
11221
|
+
"name": "String",
|
|
11222
|
+
"ofType": null
|
|
11223
|
+
}
|
|
11265
11224
|
},
|
|
11266
11225
|
"defaultValue": null,
|
|
11267
11226
|
"isDeprecated": false,
|
|
11268
11227
|
"deprecationReason": null
|
|
11269
11228
|
},
|
|
11270
11229
|
{
|
|
11271
|
-
"name": "
|
|
11230
|
+
"name": "version",
|
|
11272
11231
|
"description": null,
|
|
11273
11232
|
"type": {
|
|
11274
11233
|
"kind": "SCALAR",
|
|
@@ -11286,44 +11245,16 @@
|
|
|
11286
11245
|
},
|
|
11287
11246
|
{
|
|
11288
11247
|
"kind": "INPUT_OBJECT",
|
|
11289
|
-
"name": "
|
|
11248
|
+
"name": "CASvcPromptTemplateUpdateInput",
|
|
11290
11249
|
"description": null,
|
|
11291
11250
|
"fields": null,
|
|
11292
11251
|
"inputFields": [
|
|
11293
11252
|
{
|
|
11294
|
-
"name": "
|
|
11295
|
-
"description": null,
|
|
11296
|
-
"type": {
|
|
11297
|
-
"kind": "SCALAR",
|
|
11298
|
-
"name": "Boolean",
|
|
11299
|
-
"ofType": null
|
|
11300
|
-
},
|
|
11301
|
-
"defaultValue": null,
|
|
11302
|
-
"isDeprecated": false,
|
|
11303
|
-
"deprecationReason": null
|
|
11304
|
-
},
|
|
11305
|
-
{
|
|
11306
|
-
"name": "id",
|
|
11307
|
-
"description": null,
|
|
11308
|
-
"type": {
|
|
11309
|
-
"kind": "NON_NULL",
|
|
11310
|
-
"name": null,
|
|
11311
|
-
"ofType": {
|
|
11312
|
-
"kind": "SCALAR",
|
|
11313
|
-
"name": "UUID",
|
|
11314
|
-
"ofType": null
|
|
11315
|
-
}
|
|
11316
|
-
},
|
|
11317
|
-
"defaultValue": null,
|
|
11318
|
-
"isDeprecated": false,
|
|
11319
|
-
"deprecationReason": null
|
|
11320
|
-
},
|
|
11321
|
-
{
|
|
11322
|
-
"name": "promptTemplateId",
|
|
11253
|
+
"name": "name",
|
|
11323
11254
|
"description": null,
|
|
11324
11255
|
"type": {
|
|
11325
11256
|
"kind": "SCALAR",
|
|
11326
|
-
"name": "
|
|
11257
|
+
"name": "String",
|
|
11327
11258
|
"ofType": null
|
|
11328
11259
|
},
|
|
11329
11260
|
"defaultValue": null,
|
|
@@ -11331,7 +11262,7 @@
|
|
|
11331
11262
|
"deprecationReason": null
|
|
11332
11263
|
},
|
|
11333
11264
|
{
|
|
11334
|
-
"name": "
|
|
11265
|
+
"name": "template",
|
|
11335
11266
|
"description": null,
|
|
11336
11267
|
"type": {
|
|
11337
11268
|
"kind": "SCALAR",
|
|
@@ -11360,71 +11291,103 @@
|
|
|
11360
11291
|
"possibleTypes": null
|
|
11361
11292
|
},
|
|
11362
11293
|
{
|
|
11363
|
-
"kind": "
|
|
11364
|
-
"name": "
|
|
11294
|
+
"kind": "OBJECT",
|
|
11295
|
+
"name": "CASvcResult",
|
|
11365
11296
|
"description": null,
|
|
11366
|
-
"fields":
|
|
11367
|
-
|
|
11297
|
+
"fields": [
|
|
11298
|
+
{
|
|
11299
|
+
"name": "createdAt",
|
|
11300
|
+
"description": null,
|
|
11301
|
+
"args": [],
|
|
11302
|
+
"type": {
|
|
11303
|
+
"kind": "NON_NULL",
|
|
11304
|
+
"name": null,
|
|
11305
|
+
"ofType": {
|
|
11306
|
+
"kind": "SCALAR",
|
|
11307
|
+
"name": "String",
|
|
11308
|
+
"ofType": null
|
|
11309
|
+
}
|
|
11310
|
+
},
|
|
11311
|
+
"isDeprecated": false,
|
|
11312
|
+
"deprecationReason": null
|
|
11313
|
+
},
|
|
11368
11314
|
{
|
|
11369
11315
|
"name": "id",
|
|
11370
11316
|
"description": null,
|
|
11317
|
+
"args": [],
|
|
11371
11318
|
"type": {
|
|
11372
11319
|
"kind": "NON_NULL",
|
|
11373
11320
|
"name": null,
|
|
11374
11321
|
"ofType": {
|
|
11375
11322
|
"kind": "SCALAR",
|
|
11376
|
-
"name": "
|
|
11323
|
+
"name": "ID",
|
|
11377
11324
|
"ofType": null
|
|
11378
11325
|
}
|
|
11379
11326
|
},
|
|
11380
|
-
"defaultValue": null,
|
|
11381
11327
|
"isDeprecated": false,
|
|
11382
11328
|
"deprecationReason": null
|
|
11383
11329
|
},
|
|
11384
11330
|
{
|
|
11385
|
-
"name": "
|
|
11331
|
+
"name": "output",
|
|
11386
11332
|
"description": null,
|
|
11333
|
+
"args": [],
|
|
11387
11334
|
"type": {
|
|
11388
|
-
"kind": "
|
|
11389
|
-
"name":
|
|
11335
|
+
"kind": "NON_NULL",
|
|
11336
|
+
"name": null,
|
|
11337
|
+
"ofType": {
|
|
11338
|
+
"kind": "SCALAR",
|
|
11339
|
+
"name": "JSON",
|
|
11340
|
+
"ofType": null
|
|
11341
|
+
}
|
|
11342
|
+
},
|
|
11343
|
+
"isDeprecated": false,
|
|
11344
|
+
"deprecationReason": null
|
|
11345
|
+
},
|
|
11346
|
+
{
|
|
11347
|
+
"name": "promptGroupMember",
|
|
11348
|
+
"description": null,
|
|
11349
|
+
"args": [],
|
|
11350
|
+
"type": {
|
|
11351
|
+
"kind": "OBJECT",
|
|
11352
|
+
"name": "CASvcPromptGroupMember",
|
|
11390
11353
|
"ofType": null
|
|
11391
11354
|
},
|
|
11392
|
-
"defaultValue": null,
|
|
11393
11355
|
"isDeprecated": false,
|
|
11394
11356
|
"deprecationReason": null
|
|
11395
11357
|
},
|
|
11396
11358
|
{
|
|
11397
|
-
"name": "
|
|
11359
|
+
"name": "promptGroupMemberId",
|
|
11398
11360
|
"description": null,
|
|
11361
|
+
"args": [],
|
|
11399
11362
|
"type": {
|
|
11400
11363
|
"kind": "SCALAR",
|
|
11401
|
-
"name": "
|
|
11364
|
+
"name": "ID",
|
|
11402
11365
|
"ofType": null
|
|
11403
11366
|
},
|
|
11404
|
-
"defaultValue": null,
|
|
11405
11367
|
"isDeprecated": false,
|
|
11406
11368
|
"deprecationReason": null
|
|
11407
11369
|
}
|
|
11408
11370
|
],
|
|
11409
|
-
"
|
|
11371
|
+
"inputFields": null,
|
|
11372
|
+
"interfaces": [],
|
|
11410
11373
|
"enumValues": null,
|
|
11411
11374
|
"possibleTypes": null
|
|
11412
11375
|
},
|
|
11413
11376
|
{
|
|
11414
11377
|
"kind": "INPUT_OBJECT",
|
|
11415
|
-
"name": "
|
|
11378
|
+
"name": "CASvcResultInput",
|
|
11416
11379
|
"description": null,
|
|
11417
11380
|
"fields": null,
|
|
11418
11381
|
"inputFields": [
|
|
11419
11382
|
{
|
|
11420
|
-
"name": "
|
|
11383
|
+
"name": "output",
|
|
11421
11384
|
"description": null,
|
|
11422
11385
|
"type": {
|
|
11423
11386
|
"kind": "NON_NULL",
|
|
11424
11387
|
"name": null,
|
|
11425
11388
|
"ofType": {
|
|
11426
11389
|
"kind": "SCALAR",
|
|
11427
|
-
"name": "
|
|
11390
|
+
"name": "JSON",
|
|
11428
11391
|
"ofType": null
|
|
11429
11392
|
}
|
|
11430
11393
|
},
|
|
@@ -11433,23 +11396,34 @@
|
|
|
11433
11396
|
"deprecationReason": null
|
|
11434
11397
|
},
|
|
11435
11398
|
{
|
|
11436
|
-
"name": "
|
|
11399
|
+
"name": "promptGroupMemberId",
|
|
11437
11400
|
"description": null,
|
|
11438
11401
|
"type": {
|
|
11439
11402
|
"kind": "SCALAR",
|
|
11440
|
-
"name": "
|
|
11403
|
+
"name": "ID",
|
|
11441
11404
|
"ofType": null
|
|
11442
11405
|
},
|
|
11443
11406
|
"defaultValue": null,
|
|
11444
11407
|
"isDeprecated": false,
|
|
11445
11408
|
"deprecationReason": null
|
|
11446
|
-
}
|
|
11409
|
+
}
|
|
11410
|
+
],
|
|
11411
|
+
"interfaces": null,
|
|
11412
|
+
"enumValues": null,
|
|
11413
|
+
"possibleTypes": null
|
|
11414
|
+
},
|
|
11415
|
+
{
|
|
11416
|
+
"kind": "INPUT_OBJECT",
|
|
11417
|
+
"name": "CASvcResultUpdateInput",
|
|
11418
|
+
"description": null,
|
|
11419
|
+
"fields": null,
|
|
11420
|
+
"inputFields": [
|
|
11447
11421
|
{
|
|
11448
|
-
"name": "
|
|
11422
|
+
"name": "output",
|
|
11449
11423
|
"description": null,
|
|
11450
11424
|
"type": {
|
|
11451
11425
|
"kind": "SCALAR",
|
|
11452
|
-
"name": "
|
|
11426
|
+
"name": "JSON",
|
|
11453
11427
|
"ofType": null
|
|
11454
11428
|
},
|
|
11455
11429
|
"defaultValue": null,
|
|
@@ -11457,11 +11431,11 @@
|
|
|
11457
11431
|
"deprecationReason": null
|
|
11458
11432
|
},
|
|
11459
11433
|
{
|
|
11460
|
-
"name": "
|
|
11434
|
+
"name": "promptGroupMemberId",
|
|
11461
11435
|
"description": null,
|
|
11462
11436
|
"type": {
|
|
11463
11437
|
"kind": "SCALAR",
|
|
11464
|
-
"name": "
|
|
11438
|
+
"name": "ID",
|
|
11465
11439
|
"ofType": null
|
|
11466
11440
|
},
|
|
11467
11441
|
"defaultValue": null,
|
|
@@ -11473,6 +11447,73 @@
|
|
|
11473
11447
|
"enumValues": null,
|
|
11474
11448
|
"possibleTypes": null
|
|
11475
11449
|
},
|
|
11450
|
+
{
|
|
11451
|
+
"kind": "OBJECT",
|
|
11452
|
+
"name": "CASvcResultsCollection",
|
|
11453
|
+
"description": null,
|
|
11454
|
+
"fields": [
|
|
11455
|
+
{
|
|
11456
|
+
"name": "data",
|
|
11457
|
+
"description": null,
|
|
11458
|
+
"args": [],
|
|
11459
|
+
"type": {
|
|
11460
|
+
"kind": "NON_NULL",
|
|
11461
|
+
"name": null,
|
|
11462
|
+
"ofType": {
|
|
11463
|
+
"kind": "LIST",
|
|
11464
|
+
"name": null,
|
|
11465
|
+
"ofType": {
|
|
11466
|
+
"kind": "NON_NULL",
|
|
11467
|
+
"name": null,
|
|
11468
|
+
"ofType": {
|
|
11469
|
+
"kind": "OBJECT",
|
|
11470
|
+
"name": "CASvcResult",
|
|
11471
|
+
"ofType": null
|
|
11472
|
+
}
|
|
11473
|
+
}
|
|
11474
|
+
}
|
|
11475
|
+
},
|
|
11476
|
+
"isDeprecated": false,
|
|
11477
|
+
"deprecationReason": null
|
|
11478
|
+
},
|
|
11479
|
+
{
|
|
11480
|
+
"name": "hasNextPage",
|
|
11481
|
+
"description": null,
|
|
11482
|
+
"args": [],
|
|
11483
|
+
"type": {
|
|
11484
|
+
"kind": "NON_NULL",
|
|
11485
|
+
"name": null,
|
|
11486
|
+
"ofType": {
|
|
11487
|
+
"kind": "SCALAR",
|
|
11488
|
+
"name": "Boolean",
|
|
11489
|
+
"ofType": null
|
|
11490
|
+
}
|
|
11491
|
+
},
|
|
11492
|
+
"isDeprecated": false,
|
|
11493
|
+
"deprecationReason": null
|
|
11494
|
+
},
|
|
11495
|
+
{
|
|
11496
|
+
"name": "totalCount",
|
|
11497
|
+
"description": null,
|
|
11498
|
+
"args": [],
|
|
11499
|
+
"type": {
|
|
11500
|
+
"kind": "NON_NULL",
|
|
11501
|
+
"name": null,
|
|
11502
|
+
"ofType": {
|
|
11503
|
+
"kind": "SCALAR",
|
|
11504
|
+
"name": "Int",
|
|
11505
|
+
"ofType": null
|
|
11506
|
+
}
|
|
11507
|
+
},
|
|
11508
|
+
"isDeprecated": false,
|
|
11509
|
+
"deprecationReason": null
|
|
11510
|
+
}
|
|
11511
|
+
],
|
|
11512
|
+
"inputFields": null,
|
|
11513
|
+
"interfaces": [],
|
|
11514
|
+
"enumValues": null,
|
|
11515
|
+
"possibleTypes": null
|
|
11516
|
+
},
|
|
11476
11517
|
{
|
|
11477
11518
|
"kind": "OBJECT",
|
|
11478
11519
|
"name": "CalendarItem",
|
|
@@ -47559,6 +47600,16 @@
|
|
|
47559
47600
|
"enumValues": null,
|
|
47560
47601
|
"possibleTypes": null
|
|
47561
47602
|
},
|
|
47603
|
+
{
|
|
47604
|
+
"kind": "SCALAR",
|
|
47605
|
+
"name": "Map",
|
|
47606
|
+
"description": null,
|
|
47607
|
+
"fields": null,
|
|
47608
|
+
"inputFields": null,
|
|
47609
|
+
"interfaces": null,
|
|
47610
|
+
"enumValues": null,
|
|
47611
|
+
"possibleTypes": null
|
|
47612
|
+
},
|
|
47562
47613
|
{
|
|
47563
47614
|
"kind": "OBJECT",
|
|
47564
47615
|
"name": "MapChart",
|
|
@@ -47840,18 +47891,6 @@
|
|
|
47840
47891
|
"isDeprecated": false,
|
|
47841
47892
|
"deprecationReason": null
|
|
47842
47893
|
},
|
|
47843
|
-
{
|
|
47844
|
-
"name": "_empty",
|
|
47845
|
-
"description": null,
|
|
47846
|
-
"args": [],
|
|
47847
|
-
"type": {
|
|
47848
|
-
"kind": "SCALAR",
|
|
47849
|
-
"name": "String",
|
|
47850
|
-
"ofType": null
|
|
47851
|
-
},
|
|
47852
|
-
"isDeprecated": false,
|
|
47853
|
-
"deprecationReason": null
|
|
47854
|
-
},
|
|
47855
47894
|
{
|
|
47856
47895
|
"name": "acceptAccessInvitation",
|
|
47857
47896
|
"description": null,
|
|
@@ -48863,7 +48902,7 @@
|
|
|
48863
48902
|
"deprecationReason": "We want to remove all use cases were a File is required as input. Please use an alternative method."
|
|
48864
48903
|
},
|
|
48865
48904
|
{
|
|
48866
|
-
"name": "
|
|
48905
|
+
"name": "caSvcCreatePromptFragment",
|
|
48867
48906
|
"description": null,
|
|
48868
48907
|
"args": [
|
|
48869
48908
|
{
|
|
@@ -48874,7 +48913,7 @@
|
|
|
48874
48913
|
"name": null,
|
|
48875
48914
|
"ofType": {
|
|
48876
48915
|
"kind": "INPUT_OBJECT",
|
|
48877
|
-
"name": "
|
|
48916
|
+
"name": "CASvcPromptFragmentInput",
|
|
48878
48917
|
"ofType": null
|
|
48879
48918
|
}
|
|
48880
48919
|
},
|
|
@@ -48888,7 +48927,7 @@
|
|
|
48888
48927
|
"name": null,
|
|
48889
48928
|
"ofType": {
|
|
48890
48929
|
"kind": "OBJECT",
|
|
48891
|
-
"name": "
|
|
48930
|
+
"name": "CASvcPromptFragment",
|
|
48892
48931
|
"ofType": null
|
|
48893
48932
|
}
|
|
48894
48933
|
},
|
|
@@ -48907,7 +48946,7 @@
|
|
|
48907
48946
|
"name": null,
|
|
48908
48947
|
"ofType": {
|
|
48909
48948
|
"kind": "INPUT_OBJECT",
|
|
48910
|
-
"name": "
|
|
48949
|
+
"name": "CASvcPromptGroupInput",
|
|
48911
48950
|
"ofType": null
|
|
48912
48951
|
}
|
|
48913
48952
|
},
|
|
@@ -48940,7 +48979,7 @@
|
|
|
48940
48979
|
"name": null,
|
|
48941
48980
|
"ofType": {
|
|
48942
48981
|
"kind": "INPUT_OBJECT",
|
|
48943
|
-
"name": "
|
|
48982
|
+
"name": "CASvcPromptGroupMemberInput",
|
|
48944
48983
|
"ofType": null
|
|
48945
48984
|
}
|
|
48946
48985
|
},
|
|
@@ -48973,7 +49012,7 @@
|
|
|
48973
49012
|
"name": null,
|
|
48974
49013
|
"ofType": {
|
|
48975
49014
|
"kind": "INPUT_OBJECT",
|
|
48976
|
-
"name": "
|
|
49015
|
+
"name": "CASvcPromptTemplateInput",
|
|
48977
49016
|
"ofType": null
|
|
48978
49017
|
}
|
|
48979
49018
|
},
|
|
@@ -49006,7 +49045,7 @@
|
|
|
49006
49045
|
"name": null,
|
|
49007
49046
|
"ofType": {
|
|
49008
49047
|
"kind": "INPUT_OBJECT",
|
|
49009
|
-
"name": "
|
|
49048
|
+
"name": "CASvcResultInput",
|
|
49010
49049
|
"ofType": null
|
|
49011
49050
|
}
|
|
49012
49051
|
},
|
|
@@ -49028,7 +49067,7 @@
|
|
|
49028
49067
|
"deprecationReason": null
|
|
49029
49068
|
},
|
|
49030
49069
|
{
|
|
49031
|
-
"name": "
|
|
49070
|
+
"name": "caSvcDeletePromptFragment",
|
|
49032
49071
|
"description": null,
|
|
49033
49072
|
"args": [
|
|
49034
49073
|
{
|
|
@@ -49039,7 +49078,7 @@
|
|
|
49039
49078
|
"name": null,
|
|
49040
49079
|
"ofType": {
|
|
49041
49080
|
"kind": "SCALAR",
|
|
49042
|
-
"name": "
|
|
49081
|
+
"name": "ID",
|
|
49043
49082
|
"ofType": null
|
|
49044
49083
|
}
|
|
49045
49084
|
},
|
|
@@ -49072,7 +49111,7 @@
|
|
|
49072
49111
|
"name": null,
|
|
49073
49112
|
"ofType": {
|
|
49074
49113
|
"kind": "SCALAR",
|
|
49075
|
-
"name": "
|
|
49114
|
+
"name": "ID",
|
|
49076
49115
|
"ofType": null
|
|
49077
49116
|
}
|
|
49078
49117
|
},
|
|
@@ -49105,7 +49144,7 @@
|
|
|
49105
49144
|
"name": null,
|
|
49106
49145
|
"ofType": {
|
|
49107
49146
|
"kind": "SCALAR",
|
|
49108
|
-
"name": "
|
|
49147
|
+
"name": "ID",
|
|
49109
49148
|
"ofType": null
|
|
49110
49149
|
}
|
|
49111
49150
|
},
|
|
@@ -49138,7 +49177,7 @@
|
|
|
49138
49177
|
"name": null,
|
|
49139
49178
|
"ofType": {
|
|
49140
49179
|
"kind": "SCALAR",
|
|
49141
|
-
"name": "
|
|
49180
|
+
"name": "ID",
|
|
49142
49181
|
"ofType": null
|
|
49143
49182
|
}
|
|
49144
49183
|
},
|
|
@@ -49171,7 +49210,7 @@
|
|
|
49171
49210
|
"name": null,
|
|
49172
49211
|
"ofType": {
|
|
49173
49212
|
"kind": "SCALAR",
|
|
49174
|
-
"name": "
|
|
49213
|
+
"name": "ID",
|
|
49175
49214
|
"ofType": null
|
|
49176
49215
|
}
|
|
49177
49216
|
},
|
|
@@ -49193,9 +49232,25 @@
|
|
|
49193
49232
|
"deprecationReason": null
|
|
49194
49233
|
},
|
|
49195
49234
|
{
|
|
49196
|
-
"name": "
|
|
49235
|
+
"name": "caSvcUpdatePromptFragment",
|
|
49197
49236
|
"description": null,
|
|
49198
49237
|
"args": [
|
|
49238
|
+
{
|
|
49239
|
+
"name": "id",
|
|
49240
|
+
"description": null,
|
|
49241
|
+
"type": {
|
|
49242
|
+
"kind": "NON_NULL",
|
|
49243
|
+
"name": null,
|
|
49244
|
+
"ofType": {
|
|
49245
|
+
"kind": "SCALAR",
|
|
49246
|
+
"name": "ID",
|
|
49247
|
+
"ofType": null
|
|
49248
|
+
}
|
|
49249
|
+
},
|
|
49250
|
+
"defaultValue": null,
|
|
49251
|
+
"isDeprecated": false,
|
|
49252
|
+
"deprecationReason": null
|
|
49253
|
+
},
|
|
49199
49254
|
{
|
|
49200
49255
|
"name": "input",
|
|
49201
49256
|
"description": null,
|
|
@@ -49204,7 +49259,7 @@
|
|
|
49204
49259
|
"name": null,
|
|
49205
49260
|
"ofType": {
|
|
49206
49261
|
"kind": "INPUT_OBJECT",
|
|
49207
|
-
"name": "
|
|
49262
|
+
"name": "CASvcPromptFragmentUpdateInput",
|
|
49208
49263
|
"ofType": null
|
|
49209
49264
|
}
|
|
49210
49265
|
},
|
|
@@ -49218,7 +49273,7 @@
|
|
|
49218
49273
|
"name": null,
|
|
49219
49274
|
"ofType": {
|
|
49220
49275
|
"kind": "OBJECT",
|
|
49221
|
-
"name": "
|
|
49276
|
+
"name": "CASvcPromptFragment",
|
|
49222
49277
|
"ofType": null
|
|
49223
49278
|
}
|
|
49224
49279
|
},
|
|
@@ -49229,6 +49284,22 @@
|
|
|
49229
49284
|
"name": "caSvcUpdatePromptGroup",
|
|
49230
49285
|
"description": null,
|
|
49231
49286
|
"args": [
|
|
49287
|
+
{
|
|
49288
|
+
"name": "id",
|
|
49289
|
+
"description": null,
|
|
49290
|
+
"type": {
|
|
49291
|
+
"kind": "NON_NULL",
|
|
49292
|
+
"name": null,
|
|
49293
|
+
"ofType": {
|
|
49294
|
+
"kind": "SCALAR",
|
|
49295
|
+
"name": "ID",
|
|
49296
|
+
"ofType": null
|
|
49297
|
+
}
|
|
49298
|
+
},
|
|
49299
|
+
"defaultValue": null,
|
|
49300
|
+
"isDeprecated": false,
|
|
49301
|
+
"deprecationReason": null
|
|
49302
|
+
},
|
|
49232
49303
|
{
|
|
49233
49304
|
"name": "input",
|
|
49234
49305
|
"description": null,
|
|
@@ -49237,7 +49308,7 @@
|
|
|
49237
49308
|
"name": null,
|
|
49238
49309
|
"ofType": {
|
|
49239
49310
|
"kind": "INPUT_OBJECT",
|
|
49240
|
-
"name": "
|
|
49311
|
+
"name": "CASvcPromptGroupUpdateInput",
|
|
49241
49312
|
"ofType": null
|
|
49242
49313
|
}
|
|
49243
49314
|
},
|
|
@@ -49262,6 +49333,22 @@
|
|
|
49262
49333
|
"name": "caSvcUpdatePromptGroupMember",
|
|
49263
49334
|
"description": null,
|
|
49264
49335
|
"args": [
|
|
49336
|
+
{
|
|
49337
|
+
"name": "id",
|
|
49338
|
+
"description": null,
|
|
49339
|
+
"type": {
|
|
49340
|
+
"kind": "NON_NULL",
|
|
49341
|
+
"name": null,
|
|
49342
|
+
"ofType": {
|
|
49343
|
+
"kind": "SCALAR",
|
|
49344
|
+
"name": "ID",
|
|
49345
|
+
"ofType": null
|
|
49346
|
+
}
|
|
49347
|
+
},
|
|
49348
|
+
"defaultValue": null,
|
|
49349
|
+
"isDeprecated": false,
|
|
49350
|
+
"deprecationReason": null
|
|
49351
|
+
},
|
|
49265
49352
|
{
|
|
49266
49353
|
"name": "input",
|
|
49267
49354
|
"description": null,
|
|
@@ -49270,7 +49357,7 @@
|
|
|
49270
49357
|
"name": null,
|
|
49271
49358
|
"ofType": {
|
|
49272
49359
|
"kind": "INPUT_OBJECT",
|
|
49273
|
-
"name": "
|
|
49360
|
+
"name": "CASvcPromptGroupMemberUpdateInput",
|
|
49274
49361
|
"ofType": null
|
|
49275
49362
|
}
|
|
49276
49363
|
},
|
|
@@ -49295,6 +49382,22 @@
|
|
|
49295
49382
|
"name": "caSvcUpdatePromptTemplate",
|
|
49296
49383
|
"description": null,
|
|
49297
49384
|
"args": [
|
|
49385
|
+
{
|
|
49386
|
+
"name": "id",
|
|
49387
|
+
"description": null,
|
|
49388
|
+
"type": {
|
|
49389
|
+
"kind": "NON_NULL",
|
|
49390
|
+
"name": null,
|
|
49391
|
+
"ofType": {
|
|
49392
|
+
"kind": "SCALAR",
|
|
49393
|
+
"name": "ID",
|
|
49394
|
+
"ofType": null
|
|
49395
|
+
}
|
|
49396
|
+
},
|
|
49397
|
+
"defaultValue": null,
|
|
49398
|
+
"isDeprecated": false,
|
|
49399
|
+
"deprecationReason": null
|
|
49400
|
+
},
|
|
49298
49401
|
{
|
|
49299
49402
|
"name": "input",
|
|
49300
49403
|
"description": null,
|
|
@@ -49303,7 +49406,7 @@
|
|
|
49303
49406
|
"name": null,
|
|
49304
49407
|
"ofType": {
|
|
49305
49408
|
"kind": "INPUT_OBJECT",
|
|
49306
|
-
"name": "
|
|
49409
|
+
"name": "CASvcPromptTemplateUpdateInput",
|
|
49307
49410
|
"ofType": null
|
|
49308
49411
|
}
|
|
49309
49412
|
},
|
|
@@ -49328,6 +49431,22 @@
|
|
|
49328
49431
|
"name": "caSvcUpdateResult",
|
|
49329
49432
|
"description": null,
|
|
49330
49433
|
"args": [
|
|
49434
|
+
{
|
|
49435
|
+
"name": "id",
|
|
49436
|
+
"description": null,
|
|
49437
|
+
"type": {
|
|
49438
|
+
"kind": "NON_NULL",
|
|
49439
|
+
"name": null,
|
|
49440
|
+
"ofType": {
|
|
49441
|
+
"kind": "SCALAR",
|
|
49442
|
+
"name": "ID",
|
|
49443
|
+
"ofType": null
|
|
49444
|
+
}
|
|
49445
|
+
},
|
|
49446
|
+
"defaultValue": null,
|
|
49447
|
+
"isDeprecated": false,
|
|
49448
|
+
"deprecationReason": null
|
|
49449
|
+
},
|
|
49331
49450
|
{
|
|
49332
49451
|
"name": "input",
|
|
49333
49452
|
"description": null,
|
|
@@ -49336,7 +49455,7 @@
|
|
|
49336
49455
|
"name": null,
|
|
49337
49456
|
"ofType": {
|
|
49338
49457
|
"kind": "INPUT_OBJECT",
|
|
49339
|
-
"name": "
|
|
49458
|
+
"name": "CASvcResultUpdateInput",
|
|
49340
49459
|
"ofType": null
|
|
49341
49460
|
}
|
|
49342
49461
|
},
|
|
@@ -66434,18 +66553,6 @@
|
|
|
66434
66553
|
"name": "Query",
|
|
66435
66554
|
"description": null,
|
|
66436
66555
|
"fields": [
|
|
66437
|
-
{
|
|
66438
|
-
"name": "_empty",
|
|
66439
|
-
"description": null,
|
|
66440
|
-
"args": [],
|
|
66441
|
-
"type": {
|
|
66442
|
-
"kind": "SCALAR",
|
|
66443
|
-
"name": "String",
|
|
66444
|
-
"ofType": null
|
|
66445
|
-
},
|
|
66446
|
-
"isDeprecated": false,
|
|
66447
|
-
"deprecationReason": null
|
|
66448
|
-
},
|
|
66449
66556
|
{
|
|
66450
66557
|
"name": "address_verification_run_results",
|
|
66451
66558
|
"description": "An array relationship",
|
|
@@ -67555,7 +67662,7 @@
|
|
|
67555
67662
|
"deprecationReason": null
|
|
67556
67663
|
},
|
|
67557
67664
|
{
|
|
67558
|
-
"name": "
|
|
67665
|
+
"name": "caSvcPromptFragment",
|
|
67559
67666
|
"description": null,
|
|
67560
67667
|
"args": [
|
|
67561
67668
|
{
|
|
@@ -67566,7 +67673,7 @@
|
|
|
67566
67673
|
"name": null,
|
|
67567
67674
|
"ofType": {
|
|
67568
67675
|
"kind": "SCALAR",
|
|
67569
|
-
"name": "
|
|
67676
|
+
"name": "ID",
|
|
67570
67677
|
"ofType": null
|
|
67571
67678
|
}
|
|
67572
67679
|
},
|
|
@@ -67577,25 +67684,49 @@
|
|
|
67577
67684
|
],
|
|
67578
67685
|
"type": {
|
|
67579
67686
|
"kind": "OBJECT",
|
|
67580
|
-
"name": "
|
|
67687
|
+
"name": "CASvcPromptFragment",
|
|
67581
67688
|
"ofType": null
|
|
67582
67689
|
},
|
|
67583
67690
|
"isDeprecated": false,
|
|
67584
67691
|
"deprecationReason": null
|
|
67585
67692
|
},
|
|
67586
67693
|
{
|
|
67587
|
-
"name": "
|
|
67694
|
+
"name": "caSvcPromptFragmentsByTemplateId",
|
|
67588
67695
|
"description": null,
|
|
67589
67696
|
"args": [
|
|
67590
67697
|
{
|
|
67591
|
-
"name": "
|
|
67698
|
+
"name": "limit",
|
|
67699
|
+
"description": null,
|
|
67700
|
+
"type": {
|
|
67701
|
+
"kind": "SCALAR",
|
|
67702
|
+
"name": "Int",
|
|
67703
|
+
"ofType": null
|
|
67704
|
+
},
|
|
67705
|
+
"defaultValue": null,
|
|
67706
|
+
"isDeprecated": false,
|
|
67707
|
+
"deprecationReason": null
|
|
67708
|
+
},
|
|
67709
|
+
{
|
|
67710
|
+
"name": "offset",
|
|
67711
|
+
"description": null,
|
|
67712
|
+
"type": {
|
|
67713
|
+
"kind": "SCALAR",
|
|
67714
|
+
"name": "Int",
|
|
67715
|
+
"ofType": null
|
|
67716
|
+
},
|
|
67717
|
+
"defaultValue": null,
|
|
67718
|
+
"isDeprecated": false,
|
|
67719
|
+
"deprecationReason": null
|
|
67720
|
+
},
|
|
67721
|
+
{
|
|
67722
|
+
"name": "promptTemplateId",
|
|
67592
67723
|
"description": null,
|
|
67593
67724
|
"type": {
|
|
67594
67725
|
"kind": "NON_NULL",
|
|
67595
67726
|
"name": null,
|
|
67596
67727
|
"ofType": {
|
|
67597
67728
|
"kind": "SCALAR",
|
|
67598
|
-
"name": "
|
|
67729
|
+
"name": "ID",
|
|
67599
67730
|
"ofType": null
|
|
67600
67731
|
}
|
|
67601
67732
|
},
|
|
@@ -67605,15 +67736,19 @@
|
|
|
67605
67736
|
}
|
|
67606
67737
|
],
|
|
67607
67738
|
"type": {
|
|
67608
|
-
"kind": "
|
|
67609
|
-
"name":
|
|
67610
|
-
"ofType":
|
|
67739
|
+
"kind": "NON_NULL",
|
|
67740
|
+
"name": null,
|
|
67741
|
+
"ofType": {
|
|
67742
|
+
"kind": "OBJECT",
|
|
67743
|
+
"name": "CASvcPromptFragmentsCollection",
|
|
67744
|
+
"ofType": null
|
|
67745
|
+
}
|
|
67611
67746
|
},
|
|
67612
67747
|
"isDeprecated": false,
|
|
67613
67748
|
"deprecationReason": null
|
|
67614
67749
|
},
|
|
67615
67750
|
{
|
|
67616
|
-
"name": "
|
|
67751
|
+
"name": "caSvcPromptGroup",
|
|
67617
67752
|
"description": null,
|
|
67618
67753
|
"args": [
|
|
67619
67754
|
{
|
|
@@ -67624,7 +67759,7 @@
|
|
|
67624
67759
|
"name": null,
|
|
67625
67760
|
"ofType": {
|
|
67626
67761
|
"kind": "SCALAR",
|
|
67627
|
-
"name": "
|
|
67762
|
+
"name": "ID",
|
|
67628
67763
|
"ofType": null
|
|
67629
67764
|
}
|
|
67630
67765
|
},
|
|
@@ -67635,89 +67770,45 @@
|
|
|
67635
67770
|
],
|
|
67636
67771
|
"type": {
|
|
67637
67772
|
"kind": "OBJECT",
|
|
67638
|
-
"name": "
|
|
67773
|
+
"name": "CASvcPromptGroup",
|
|
67639
67774
|
"ofType": null
|
|
67640
67775
|
},
|
|
67641
67776
|
"isDeprecated": false,
|
|
67642
67777
|
"deprecationReason": null
|
|
67643
67778
|
},
|
|
67644
67779
|
{
|
|
67645
|
-
"name": "
|
|
67780
|
+
"name": "caSvcPromptGroupMember",
|
|
67646
67781
|
"description": null,
|
|
67647
67782
|
"args": [
|
|
67648
67783
|
{
|
|
67649
|
-
"name": "
|
|
67784
|
+
"name": "id",
|
|
67650
67785
|
"description": null,
|
|
67651
67786
|
"type": {
|
|
67652
|
-
"kind": "
|
|
67653
|
-
"name":
|
|
67654
|
-
"ofType":
|
|
67787
|
+
"kind": "NON_NULL",
|
|
67788
|
+
"name": null,
|
|
67789
|
+
"ofType": {
|
|
67790
|
+
"kind": "SCALAR",
|
|
67791
|
+
"name": "ID",
|
|
67792
|
+
"ofType": null
|
|
67793
|
+
}
|
|
67655
67794
|
},
|
|
67656
67795
|
"defaultValue": null,
|
|
67657
67796
|
"isDeprecated": false,
|
|
67658
67797
|
"deprecationReason": null
|
|
67659
|
-
},
|
|
67660
|
-
{
|
|
67661
|
-
"name": "limit",
|
|
67662
|
-
"description": null,
|
|
67663
|
-
"type": {
|
|
67664
|
-
"kind": "SCALAR",
|
|
67665
|
-
"name": "Int",
|
|
67666
|
-
"ofType": null
|
|
67667
|
-
},
|
|
67668
|
-
"defaultValue": "10",
|
|
67669
|
-
"isDeprecated": false,
|
|
67670
|
-
"deprecationReason": null
|
|
67671
|
-
},
|
|
67672
|
-
{
|
|
67673
|
-
"name": "offset",
|
|
67674
|
-
"description": null,
|
|
67675
|
-
"type": {
|
|
67676
|
-
"kind": "SCALAR",
|
|
67677
|
-
"name": "Int",
|
|
67678
|
-
"ofType": null
|
|
67679
|
-
},
|
|
67680
|
-
"defaultValue": "0",
|
|
67681
|
-
"isDeprecated": false,
|
|
67682
|
-
"deprecationReason": null
|
|
67683
67798
|
}
|
|
67684
67799
|
],
|
|
67685
67800
|
"type": {
|
|
67686
|
-
"kind": "
|
|
67687
|
-
"name":
|
|
67688
|
-
"ofType":
|
|
67689
|
-
"kind": "LIST",
|
|
67690
|
-
"name": null,
|
|
67691
|
-
"ofType": {
|
|
67692
|
-
"kind": "NON_NULL",
|
|
67693
|
-
"name": null,
|
|
67694
|
-
"ofType": {
|
|
67695
|
-
"kind": "OBJECT",
|
|
67696
|
-
"name": "CASvcPromptGroupMember",
|
|
67697
|
-
"ofType": null
|
|
67698
|
-
}
|
|
67699
|
-
}
|
|
67700
|
-
}
|
|
67801
|
+
"kind": "OBJECT",
|
|
67802
|
+
"name": "CASvcPromptGroupMember",
|
|
67803
|
+
"ofType": null
|
|
67701
67804
|
},
|
|
67702
67805
|
"isDeprecated": false,
|
|
67703
67806
|
"deprecationReason": null
|
|
67704
67807
|
},
|
|
67705
67808
|
{
|
|
67706
|
-
"name": "
|
|
67809
|
+
"name": "caSvcPromptGroupMembersByGroupId",
|
|
67707
67810
|
"description": null,
|
|
67708
67811
|
"args": [
|
|
67709
|
-
{
|
|
67710
|
-
"name": "filter",
|
|
67711
|
-
"description": null,
|
|
67712
|
-
"type": {
|
|
67713
|
-
"kind": "INPUT_OBJECT",
|
|
67714
|
-
"name": "CASvcPromptGroupFilter",
|
|
67715
|
-
"ofType": null
|
|
67716
|
-
},
|
|
67717
|
-
"defaultValue": null,
|
|
67718
|
-
"isDeprecated": false,
|
|
67719
|
-
"deprecationReason": null
|
|
67720
|
-
},
|
|
67721
67812
|
{
|
|
67722
67813
|
"name": "limit",
|
|
67723
67814
|
"description": null,
|
|
@@ -67726,7 +67817,7 @@
|
|
|
67726
67817
|
"name": "Int",
|
|
67727
67818
|
"ofType": null
|
|
67728
67819
|
},
|
|
67729
|
-
"defaultValue":
|
|
67820
|
+
"defaultValue": null,
|
|
67730
67821
|
"isDeprecated": false,
|
|
67731
67822
|
"deprecationReason": null
|
|
67732
67823
|
},
|
|
@@ -67738,44 +67829,19 @@
|
|
|
67738
67829
|
"name": "Int",
|
|
67739
67830
|
"ofType": null
|
|
67740
67831
|
},
|
|
67741
|
-
"defaultValue":
|
|
67832
|
+
"defaultValue": null,
|
|
67742
67833
|
"isDeprecated": false,
|
|
67743
67834
|
"deprecationReason": null
|
|
67744
|
-
}
|
|
67745
|
-
],
|
|
67746
|
-
"type": {
|
|
67747
|
-
"kind": "NON_NULL",
|
|
67748
|
-
"name": null,
|
|
67749
|
-
"ofType": {
|
|
67750
|
-
"kind": "LIST",
|
|
67751
|
-
"name": null,
|
|
67752
|
-
"ofType": {
|
|
67753
|
-
"kind": "NON_NULL",
|
|
67754
|
-
"name": null,
|
|
67755
|
-
"ofType": {
|
|
67756
|
-
"kind": "OBJECT",
|
|
67757
|
-
"name": "CASvcPromptGroup",
|
|
67758
|
-
"ofType": null
|
|
67759
|
-
}
|
|
67760
|
-
}
|
|
67761
|
-
}
|
|
67762
|
-
},
|
|
67763
|
-
"isDeprecated": false,
|
|
67764
|
-
"deprecationReason": null
|
|
67765
|
-
},
|
|
67766
|
-
{
|
|
67767
|
-
"name": "caSvcPromptTemplate",
|
|
67768
|
-
"description": null,
|
|
67769
|
-
"args": [
|
|
67835
|
+
},
|
|
67770
67836
|
{
|
|
67771
|
-
"name": "
|
|
67837
|
+
"name": "promptGroupId",
|
|
67772
67838
|
"description": null,
|
|
67773
67839
|
"type": {
|
|
67774
67840
|
"kind": "NON_NULL",
|
|
67775
67841
|
"name": null,
|
|
67776
67842
|
"ofType": {
|
|
67777
67843
|
"kind": "SCALAR",
|
|
67778
|
-
"name": "
|
|
67844
|
+
"name": "ID",
|
|
67779
67845
|
"ofType": null
|
|
67780
67846
|
}
|
|
67781
67847
|
},
|
|
@@ -67785,23 +67851,27 @@
|
|
|
67785
67851
|
}
|
|
67786
67852
|
],
|
|
67787
67853
|
"type": {
|
|
67788
|
-
"kind": "
|
|
67789
|
-
"name":
|
|
67790
|
-
"ofType":
|
|
67854
|
+
"kind": "NON_NULL",
|
|
67855
|
+
"name": null,
|
|
67856
|
+
"ofType": {
|
|
67857
|
+
"kind": "OBJECT",
|
|
67858
|
+
"name": "CASvcPromptGroupMembersCollection",
|
|
67859
|
+
"ofType": null
|
|
67860
|
+
}
|
|
67791
67861
|
},
|
|
67792
67862
|
"isDeprecated": false,
|
|
67793
67863
|
"deprecationReason": null
|
|
67794
67864
|
},
|
|
67795
67865
|
{
|
|
67796
|
-
"name": "
|
|
67866
|
+
"name": "caSvcPromptGroupsByTemplateId",
|
|
67797
67867
|
"description": null,
|
|
67798
67868
|
"args": [
|
|
67799
67869
|
{
|
|
67800
|
-
"name": "
|
|
67870
|
+
"name": "limit",
|
|
67801
67871
|
"description": null,
|
|
67802
67872
|
"type": {
|
|
67803
|
-
"kind": "
|
|
67804
|
-
"name": "
|
|
67873
|
+
"kind": "SCALAR",
|
|
67874
|
+
"name": "Int",
|
|
67805
67875
|
"ofType": null
|
|
67806
67876
|
},
|
|
67807
67877
|
"defaultValue": null,
|
|
@@ -67809,26 +67879,30 @@
|
|
|
67809
67879
|
"deprecationReason": null
|
|
67810
67880
|
},
|
|
67811
67881
|
{
|
|
67812
|
-
"name": "
|
|
67882
|
+
"name": "offset",
|
|
67813
67883
|
"description": null,
|
|
67814
67884
|
"type": {
|
|
67815
67885
|
"kind": "SCALAR",
|
|
67816
67886
|
"name": "Int",
|
|
67817
67887
|
"ofType": null
|
|
67818
67888
|
},
|
|
67819
|
-
"defaultValue":
|
|
67889
|
+
"defaultValue": null,
|
|
67820
67890
|
"isDeprecated": false,
|
|
67821
67891
|
"deprecationReason": null
|
|
67822
67892
|
},
|
|
67823
67893
|
{
|
|
67824
|
-
"name": "
|
|
67894
|
+
"name": "promptTemplateId",
|
|
67825
67895
|
"description": null,
|
|
67826
67896
|
"type": {
|
|
67827
|
-
"kind": "
|
|
67828
|
-
"name":
|
|
67829
|
-
"ofType":
|
|
67897
|
+
"kind": "NON_NULL",
|
|
67898
|
+
"name": null,
|
|
67899
|
+
"ofType": {
|
|
67900
|
+
"kind": "SCALAR",
|
|
67901
|
+
"name": "ID",
|
|
67902
|
+
"ofType": null
|
|
67903
|
+
}
|
|
67830
67904
|
},
|
|
67831
|
-
"defaultValue":
|
|
67905
|
+
"defaultValue": null,
|
|
67832
67906
|
"isDeprecated": false,
|
|
67833
67907
|
"deprecationReason": null
|
|
67834
67908
|
}
|
|
@@ -67837,79 +67911,39 @@
|
|
|
67837
67911
|
"kind": "NON_NULL",
|
|
67838
67912
|
"name": null,
|
|
67839
67913
|
"ofType": {
|
|
67840
|
-
"kind": "
|
|
67841
|
-
"name":
|
|
67842
|
-
"ofType":
|
|
67843
|
-
"kind": "NON_NULL",
|
|
67844
|
-
"name": null,
|
|
67845
|
-
"ofType": {
|
|
67846
|
-
"kind": "OBJECT",
|
|
67847
|
-
"name": "CASvcPromptTemplate",
|
|
67848
|
-
"ofType": null
|
|
67849
|
-
}
|
|
67850
|
-
}
|
|
67914
|
+
"kind": "OBJECT",
|
|
67915
|
+
"name": "CASvcPromptGroupsCollection",
|
|
67916
|
+
"ofType": null
|
|
67851
67917
|
}
|
|
67852
67918
|
},
|
|
67853
67919
|
"isDeprecated": false,
|
|
67854
67920
|
"deprecationReason": null
|
|
67855
67921
|
},
|
|
67856
67922
|
{
|
|
67857
|
-
"name": "
|
|
67923
|
+
"name": "caSvcPromptTemplate",
|
|
67858
67924
|
"description": null,
|
|
67859
67925
|
"args": [
|
|
67860
67926
|
{
|
|
67861
|
-
"name": "
|
|
67927
|
+
"name": "id",
|
|
67862
67928
|
"description": null,
|
|
67863
67929
|
"type": {
|
|
67864
|
-
"kind": "
|
|
67865
|
-
"name":
|
|
67866
|
-
"ofType":
|
|
67930
|
+
"kind": "NON_NULL",
|
|
67931
|
+
"name": null,
|
|
67932
|
+
"ofType": {
|
|
67933
|
+
"kind": "SCALAR",
|
|
67934
|
+
"name": "ID",
|
|
67935
|
+
"ofType": null
|
|
67936
|
+
}
|
|
67867
67937
|
},
|
|
67868
67938
|
"defaultValue": null,
|
|
67869
67939
|
"isDeprecated": false,
|
|
67870
67940
|
"deprecationReason": null
|
|
67871
|
-
},
|
|
67872
|
-
{
|
|
67873
|
-
"name": "limit",
|
|
67874
|
-
"description": null,
|
|
67875
|
-
"type": {
|
|
67876
|
-
"kind": "SCALAR",
|
|
67877
|
-
"name": "Int",
|
|
67878
|
-
"ofType": null
|
|
67879
|
-
},
|
|
67880
|
-
"defaultValue": "10",
|
|
67881
|
-
"isDeprecated": false,
|
|
67882
|
-
"deprecationReason": null
|
|
67883
|
-
},
|
|
67884
|
-
{
|
|
67885
|
-
"name": "offset",
|
|
67886
|
-
"description": null,
|
|
67887
|
-
"type": {
|
|
67888
|
-
"kind": "SCALAR",
|
|
67889
|
-
"name": "Int",
|
|
67890
|
-
"ofType": null
|
|
67891
|
-
},
|
|
67892
|
-
"defaultValue": "0",
|
|
67893
|
-
"isDeprecated": false,
|
|
67894
|
-
"deprecationReason": null
|
|
67895
67941
|
}
|
|
67896
67942
|
],
|
|
67897
67943
|
"type": {
|
|
67898
|
-
"kind": "
|
|
67899
|
-
"name":
|
|
67900
|
-
"ofType":
|
|
67901
|
-
"kind": "LIST",
|
|
67902
|
-
"name": null,
|
|
67903
|
-
"ofType": {
|
|
67904
|
-
"kind": "NON_NULL",
|
|
67905
|
-
"name": null,
|
|
67906
|
-
"ofType": {
|
|
67907
|
-
"kind": "OBJECT",
|
|
67908
|
-
"name": "CASvcPrompt",
|
|
67909
|
-
"ofType": null
|
|
67910
|
-
}
|
|
67911
|
-
}
|
|
67912
|
-
}
|
|
67944
|
+
"kind": "OBJECT",
|
|
67945
|
+
"name": "CASvcPromptTemplate",
|
|
67946
|
+
"ofType": null
|
|
67913
67947
|
},
|
|
67914
67948
|
"isDeprecated": false,
|
|
67915
67949
|
"deprecationReason": null
|
|
@@ -67926,7 +67960,7 @@
|
|
|
67926
67960
|
"name": null,
|
|
67927
67961
|
"ofType": {
|
|
67928
67962
|
"kind": "SCALAR",
|
|
67929
|
-
"name": "
|
|
67963
|
+
"name": "ID",
|
|
67930
67964
|
"ofType": null
|
|
67931
67965
|
}
|
|
67932
67966
|
},
|
|
@@ -67944,15 +67978,15 @@
|
|
|
67944
67978
|
"deprecationReason": null
|
|
67945
67979
|
},
|
|
67946
67980
|
{
|
|
67947
|
-
"name": "
|
|
67981
|
+
"name": "caSvcResultsByPromptGroupMemberId",
|
|
67948
67982
|
"description": null,
|
|
67949
67983
|
"args": [
|
|
67950
67984
|
{
|
|
67951
|
-
"name": "
|
|
67985
|
+
"name": "limit",
|
|
67952
67986
|
"description": null,
|
|
67953
67987
|
"type": {
|
|
67954
|
-
"kind": "
|
|
67955
|
-
"name": "
|
|
67988
|
+
"kind": "SCALAR",
|
|
67989
|
+
"name": "Int",
|
|
67956
67990
|
"ofType": null
|
|
67957
67991
|
},
|
|
67958
67992
|
"defaultValue": null,
|
|
@@ -67960,26 +67994,30 @@
|
|
|
67960
67994
|
"deprecationReason": null
|
|
67961
67995
|
},
|
|
67962
67996
|
{
|
|
67963
|
-
"name": "
|
|
67997
|
+
"name": "offset",
|
|
67964
67998
|
"description": null,
|
|
67965
67999
|
"type": {
|
|
67966
68000
|
"kind": "SCALAR",
|
|
67967
68001
|
"name": "Int",
|
|
67968
68002
|
"ofType": null
|
|
67969
68003
|
},
|
|
67970
|
-
"defaultValue":
|
|
68004
|
+
"defaultValue": null,
|
|
67971
68005
|
"isDeprecated": false,
|
|
67972
68006
|
"deprecationReason": null
|
|
67973
68007
|
},
|
|
67974
68008
|
{
|
|
67975
|
-
"name": "
|
|
68009
|
+
"name": "promptGroupMemberId",
|
|
67976
68010
|
"description": null,
|
|
67977
68011
|
"type": {
|
|
67978
|
-
"kind": "
|
|
67979
|
-
"name":
|
|
67980
|
-
"ofType":
|
|
68012
|
+
"kind": "NON_NULL",
|
|
68013
|
+
"name": null,
|
|
68014
|
+
"ofType": {
|
|
68015
|
+
"kind": "SCALAR",
|
|
68016
|
+
"name": "ID",
|
|
68017
|
+
"ofType": null
|
|
68018
|
+
}
|
|
67981
68019
|
},
|
|
67982
|
-
"defaultValue":
|
|
68020
|
+
"defaultValue": null,
|
|
67983
68021
|
"isDeprecated": false,
|
|
67984
68022
|
"deprecationReason": null
|
|
67985
68023
|
}
|
|
@@ -67988,17 +68026,9 @@
|
|
|
67988
68026
|
"kind": "NON_NULL",
|
|
67989
68027
|
"name": null,
|
|
67990
68028
|
"ofType": {
|
|
67991
|
-
"kind": "
|
|
67992
|
-
"name":
|
|
67993
|
-
"ofType":
|
|
67994
|
-
"kind": "NON_NULL",
|
|
67995
|
-
"name": null,
|
|
67996
|
-
"ofType": {
|
|
67997
|
-
"kind": "OBJECT",
|
|
67998
|
-
"name": "CASvcResult",
|
|
67999
|
-
"ofType": null
|
|
68000
|
-
}
|
|
68001
|
-
}
|
|
68029
|
+
"kind": "OBJECT",
|
|
68030
|
+
"name": "CASvcResultsCollection",
|
|
68031
|
+
"ofType": null
|
|
68002
68032
|
}
|
|
68003
68033
|
},
|
|
68004
68034
|
"isDeprecated": false,
|
|
@@ -96522,16 +96552,6 @@
|
|
|
96522
96552
|
"enumValues": null,
|
|
96523
96553
|
"possibleTypes": null
|
|
96524
96554
|
},
|
|
96525
|
-
{
|
|
96526
|
-
"kind": "SCALAR",
|
|
96527
|
-
"name": "Time",
|
|
96528
|
-
"description": null,
|
|
96529
|
-
"fields": null,
|
|
96530
|
-
"inputFields": null,
|
|
96531
|
-
"interfaces": null,
|
|
96532
|
-
"enumValues": null,
|
|
96533
|
-
"possibleTypes": null
|
|
96534
|
-
},
|
|
96535
96555
|
{
|
|
96536
96556
|
"kind": "OBJECT",
|
|
96537
96557
|
"name": "TotalDivisionReferralStat",
|
|
@@ -97807,16 +97827,6 @@
|
|
|
97807
97827
|
"enumValues": null,
|
|
97808
97828
|
"possibleTypes": null
|
|
97809
97829
|
},
|
|
97810
|
-
{
|
|
97811
|
-
"kind": "SCALAR",
|
|
97812
|
-
"name": "UUID",
|
|
97813
|
-
"description": null,
|
|
97814
|
-
"fields": null,
|
|
97815
|
-
"inputFields": null,
|
|
97816
|
-
"interfaces": null,
|
|
97817
|
-
"enumValues": null,
|
|
97818
|
-
"possibleTypes": null
|
|
97819
|
-
},
|
|
97820
97830
|
{
|
|
97821
97831
|
"kind": "INPUT_OBJECT",
|
|
97822
97832
|
"name": "UnpublishPaidAdParams",
|