@promoboxx/graphql-gateway-types 1.934.0 → 1.936.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 +458 -1066
- package/index.d.ts +71 -138
- package/package.json +1 -1
- package/schema.graphql +46 -78
package/graphql.schema.json
CHANGED
|
@@ -10309,87 +10309,39 @@
|
|
|
10309
10309
|
"possibleTypes": null
|
|
10310
10310
|
},
|
|
10311
10311
|
{
|
|
10312
|
-
"kind": "
|
|
10313
|
-
"name": "
|
|
10312
|
+
"kind": "INPUT_OBJECT",
|
|
10313
|
+
"name": "CASvcAddFragmentToPromptInput",
|
|
10314
10314
|
"description": null,
|
|
10315
|
-
"isOneOf":
|
|
10316
|
-
"fields":
|
|
10317
|
-
|
|
10318
|
-
"name": "createdAt",
|
|
10319
|
-
"description": null,
|
|
10320
|
-
"args": [],
|
|
10321
|
-
"type": {
|
|
10322
|
-
"kind": "NON_NULL",
|
|
10323
|
-
"name": null,
|
|
10324
|
-
"ofType": {
|
|
10325
|
-
"kind": "SCALAR",
|
|
10326
|
-
"name": "String",
|
|
10327
|
-
"ofType": null
|
|
10328
|
-
}
|
|
10329
|
-
},
|
|
10330
|
-
"isDeprecated": false,
|
|
10331
|
-
"deprecationReason": null
|
|
10332
|
-
},
|
|
10315
|
+
"isOneOf": false,
|
|
10316
|
+
"fields": null,
|
|
10317
|
+
"inputFields": [
|
|
10333
10318
|
{
|
|
10334
|
-
"name": "
|
|
10319
|
+
"name": "fragment",
|
|
10335
10320
|
"description": null,
|
|
10336
|
-
"args": [],
|
|
10337
10321
|
"type": {
|
|
10338
|
-
"kind": "
|
|
10339
|
-
"name": "
|
|
10322
|
+
"kind": "INPUT_OBJECT",
|
|
10323
|
+
"name": "CASvcFragmentInput",
|
|
10340
10324
|
"ofType": null
|
|
10341
10325
|
},
|
|
10326
|
+
"defaultValue": null,
|
|
10342
10327
|
"isDeprecated": false,
|
|
10343
10328
|
"deprecationReason": null
|
|
10344
10329
|
},
|
|
10345
10330
|
{
|
|
10346
|
-
"name": "
|
|
10347
|
-
"description": null,
|
|
10348
|
-
"args": [],
|
|
10349
|
-
"type": {
|
|
10350
|
-
"kind": "NON_NULL",
|
|
10351
|
-
"name": null,
|
|
10352
|
-
"ofType": {
|
|
10353
|
-
"kind": "SCALAR",
|
|
10354
|
-
"name": "ID",
|
|
10355
|
-
"ofType": null
|
|
10356
|
-
}
|
|
10357
|
-
},
|
|
10358
|
-
"isDeprecated": false,
|
|
10359
|
-
"deprecationReason": null
|
|
10360
|
-
},
|
|
10361
|
-
{
|
|
10362
|
-
"name": "promptName",
|
|
10363
|
-
"description": null,
|
|
10364
|
-
"args": [],
|
|
10365
|
-
"type": {
|
|
10366
|
-
"kind": "NON_NULL",
|
|
10367
|
-
"name": null,
|
|
10368
|
-
"ofType": {
|
|
10369
|
-
"kind": "SCALAR",
|
|
10370
|
-
"name": "String",
|
|
10371
|
-
"ofType": null
|
|
10372
|
-
}
|
|
10373
|
-
},
|
|
10374
|
-
"isDeprecated": false,
|
|
10375
|
-
"deprecationReason": null
|
|
10376
|
-
},
|
|
10377
|
-
{
|
|
10378
|
-
"name": "resourceGroup",
|
|
10331
|
+
"name": "fragment_id",
|
|
10379
10332
|
"description": null,
|
|
10380
|
-
"args": [],
|
|
10381
10333
|
"type": {
|
|
10382
|
-
"kind": "
|
|
10383
|
-
"name": "
|
|
10334
|
+
"kind": "SCALAR",
|
|
10335
|
+
"name": "ID",
|
|
10384
10336
|
"ofType": null
|
|
10385
10337
|
},
|
|
10338
|
+
"defaultValue": null,
|
|
10386
10339
|
"isDeprecated": false,
|
|
10387
10340
|
"deprecationReason": null
|
|
10388
10341
|
},
|
|
10389
10342
|
{
|
|
10390
|
-
"name": "
|
|
10343
|
+
"name": "prompt_id",
|
|
10391
10344
|
"description": null,
|
|
10392
|
-
"args": [],
|
|
10393
10345
|
"type": {
|
|
10394
10346
|
"kind": "NON_NULL",
|
|
10395
10347
|
"name": null,
|
|
@@ -10399,18 +10351,18 @@
|
|
|
10399
10351
|
"ofType": null
|
|
10400
10352
|
}
|
|
10401
10353
|
},
|
|
10354
|
+
"defaultValue": null,
|
|
10402
10355
|
"isDeprecated": false,
|
|
10403
10356
|
"deprecationReason": null
|
|
10404
10357
|
}
|
|
10405
10358
|
],
|
|
10406
|
-
"
|
|
10407
|
-
"interfaces": [],
|
|
10359
|
+
"interfaces": null,
|
|
10408
10360
|
"enumValues": null,
|
|
10409
10361
|
"possibleTypes": null
|
|
10410
10362
|
},
|
|
10411
10363
|
{
|
|
10412
10364
|
"kind": "INPUT_OBJECT",
|
|
10413
|
-
"name": "
|
|
10365
|
+
"name": "CASvcAddResourceGroupMembersInput",
|
|
10414
10366
|
"description": null,
|
|
10415
10367
|
"isOneOf": false,
|
|
10416
10368
|
"fields": null,
|
|
@@ -10419,15 +10371,19 @@
|
|
|
10419
10371
|
"name": "members",
|
|
10420
10372
|
"description": null,
|
|
10421
10373
|
"type": {
|
|
10422
|
-
"kind": "
|
|
10374
|
+
"kind": "NON_NULL",
|
|
10423
10375
|
"name": null,
|
|
10424
10376
|
"ofType": {
|
|
10425
|
-
"kind": "
|
|
10377
|
+
"kind": "LIST",
|
|
10426
10378
|
"name": null,
|
|
10427
10379
|
"ofType": {
|
|
10428
|
-
"kind": "
|
|
10429
|
-
"name":
|
|
10430
|
-
"ofType":
|
|
10380
|
+
"kind": "NON_NULL",
|
|
10381
|
+
"name": null,
|
|
10382
|
+
"ofType": {
|
|
10383
|
+
"kind": "INPUT_OBJECT",
|
|
10384
|
+
"name": "CASvcResourceInput",
|
|
10385
|
+
"ofType": null
|
|
10386
|
+
}
|
|
10431
10387
|
}
|
|
10432
10388
|
}
|
|
10433
10389
|
},
|
|
@@ -10435,62 +10391,6 @@
|
|
|
10435
10391
|
"isDeprecated": false,
|
|
10436
10392
|
"deprecationReason": null
|
|
10437
10393
|
},
|
|
10438
|
-
{
|
|
10439
|
-
"name": "promptName",
|
|
10440
|
-
"description": null,
|
|
10441
|
-
"type": {
|
|
10442
|
-
"kind": "NON_NULL",
|
|
10443
|
-
"name": null,
|
|
10444
|
-
"ofType": {
|
|
10445
|
-
"kind": "SCALAR",
|
|
10446
|
-
"name": "String",
|
|
10447
|
-
"ofType": null
|
|
10448
|
-
}
|
|
10449
|
-
},
|
|
10450
|
-
"defaultValue": null,
|
|
10451
|
-
"isDeprecated": false,
|
|
10452
|
-
"deprecationReason": null
|
|
10453
|
-
},
|
|
10454
|
-
{
|
|
10455
|
-
"name": "resourceGroupId",
|
|
10456
|
-
"description": null,
|
|
10457
|
-
"type": {
|
|
10458
|
-
"kind": "SCALAR",
|
|
10459
|
-
"name": "ID",
|
|
10460
|
-
"ofType": null
|
|
10461
|
-
},
|
|
10462
|
-
"defaultValue": null,
|
|
10463
|
-
"isDeprecated": false,
|
|
10464
|
-
"deprecationReason": null
|
|
10465
|
-
}
|
|
10466
|
-
],
|
|
10467
|
-
"interfaces": null,
|
|
10468
|
-
"enumValues": null,
|
|
10469
|
-
"possibleTypes": null
|
|
10470
|
-
},
|
|
10471
|
-
{
|
|
10472
|
-
"kind": "INPUT_OBJECT",
|
|
10473
|
-
"name": "CASvcAnalysisRunInput",
|
|
10474
|
-
"description": null,
|
|
10475
|
-
"isOneOf": false,
|
|
10476
|
-
"fields": null,
|
|
10477
|
-
"inputFields": [
|
|
10478
|
-
{
|
|
10479
|
-
"name": "promptName",
|
|
10480
|
-
"description": null,
|
|
10481
|
-
"type": {
|
|
10482
|
-
"kind": "NON_NULL",
|
|
10483
|
-
"name": null,
|
|
10484
|
-
"ofType": {
|
|
10485
|
-
"kind": "SCALAR",
|
|
10486
|
-
"name": "String",
|
|
10487
|
-
"ofType": null
|
|
10488
|
-
}
|
|
10489
|
-
},
|
|
10490
|
-
"defaultValue": null,
|
|
10491
|
-
"isDeprecated": false,
|
|
10492
|
-
"deprecationReason": null
|
|
10493
|
-
},
|
|
10494
10394
|
{
|
|
10495
10395
|
"name": "resourceGroupId",
|
|
10496
10396
|
"description": null,
|
|
@@ -10514,12 +10414,12 @@
|
|
|
10514
10414
|
},
|
|
10515
10415
|
{
|
|
10516
10416
|
"kind": "OBJECT",
|
|
10517
|
-
"name": "
|
|
10417
|
+
"name": "CASvcAnalysisRun",
|
|
10518
10418
|
"description": null,
|
|
10519
10419
|
"isOneOf": null,
|
|
10520
10420
|
"fields": [
|
|
10521
10421
|
{
|
|
10522
|
-
"name": "
|
|
10422
|
+
"name": "createdAt",
|
|
10523
10423
|
"description": null,
|
|
10524
10424
|
"args": [],
|
|
10525
10425
|
"type": {
|
|
@@ -10535,19 +10435,19 @@
|
|
|
10535
10435
|
"deprecationReason": null
|
|
10536
10436
|
},
|
|
10537
10437
|
{
|
|
10538
|
-
"name": "
|
|
10438
|
+
"name": "fragmentGroup",
|
|
10539
10439
|
"description": null,
|
|
10540
10440
|
"args": [],
|
|
10541
10441
|
"type": {
|
|
10542
10442
|
"kind": "OBJECT",
|
|
10543
|
-
"name": "
|
|
10443
|
+
"name": "CASvcPrompt",
|
|
10544
10444
|
"ofType": null
|
|
10545
10445
|
},
|
|
10546
10446
|
"isDeprecated": false,
|
|
10547
10447
|
"deprecationReason": null
|
|
10548
10448
|
},
|
|
10549
10449
|
{
|
|
10550
|
-
"name": "
|
|
10450
|
+
"name": "id",
|
|
10551
10451
|
"description": null,
|
|
10552
10452
|
"args": [],
|
|
10553
10453
|
"type": {
|
|
@@ -10561,61 +10461,9 @@
|
|
|
10561
10461
|
},
|
|
10562
10462
|
"isDeprecated": false,
|
|
10563
10463
|
"deprecationReason": null
|
|
10564
|
-
}
|
|
10565
|
-
],
|
|
10566
|
-
"inputFields": null,
|
|
10567
|
-
"interfaces": [],
|
|
10568
|
-
"enumValues": null,
|
|
10569
|
-
"possibleTypes": null
|
|
10570
|
-
},
|
|
10571
|
-
{
|
|
10572
|
-
"kind": "OBJECT",
|
|
10573
|
-
"name": "CASvcAnalysisRunMessagesCollection",
|
|
10574
|
-
"description": null,
|
|
10575
|
-
"isOneOf": null,
|
|
10576
|
-
"fields": [
|
|
10577
|
-
{
|
|
10578
|
-
"name": "data",
|
|
10579
|
-
"description": null,
|
|
10580
|
-
"args": [],
|
|
10581
|
-
"type": {
|
|
10582
|
-
"kind": "NON_NULL",
|
|
10583
|
-
"name": null,
|
|
10584
|
-
"ofType": {
|
|
10585
|
-
"kind": "LIST",
|
|
10586
|
-
"name": null,
|
|
10587
|
-
"ofType": {
|
|
10588
|
-
"kind": "NON_NULL",
|
|
10589
|
-
"name": null,
|
|
10590
|
-
"ofType": {
|
|
10591
|
-
"kind": "OBJECT",
|
|
10592
|
-
"name": "CASvcAnalysisRunMessage",
|
|
10593
|
-
"ofType": null
|
|
10594
|
-
}
|
|
10595
|
-
}
|
|
10596
|
-
}
|
|
10597
|
-
},
|
|
10598
|
-
"isDeprecated": false,
|
|
10599
|
-
"deprecationReason": null
|
|
10600
|
-
},
|
|
10601
|
-
{
|
|
10602
|
-
"name": "hasNextPage",
|
|
10603
|
-
"description": null,
|
|
10604
|
-
"args": [],
|
|
10605
|
-
"type": {
|
|
10606
|
-
"kind": "NON_NULL",
|
|
10607
|
-
"name": null,
|
|
10608
|
-
"ofType": {
|
|
10609
|
-
"kind": "SCALAR",
|
|
10610
|
-
"name": "Boolean",
|
|
10611
|
-
"ofType": null
|
|
10612
|
-
}
|
|
10613
|
-
},
|
|
10614
|
-
"isDeprecated": false,
|
|
10615
|
-
"deprecationReason": null
|
|
10616
10464
|
},
|
|
10617
10465
|
{
|
|
10618
|
-
"name": "
|
|
10466
|
+
"name": "promptId",
|
|
10619
10467
|
"description": null,
|
|
10620
10468
|
"args": [],
|
|
10621
10469
|
"type": {
|
|
@@ -10623,67 +10471,27 @@
|
|
|
10623
10471
|
"name": null,
|
|
10624
10472
|
"ofType": {
|
|
10625
10473
|
"kind": "SCALAR",
|
|
10626
|
-
"name": "
|
|
10474
|
+
"name": "ID",
|
|
10627
10475
|
"ofType": null
|
|
10628
10476
|
}
|
|
10629
10477
|
},
|
|
10630
10478
|
"isDeprecated": false,
|
|
10631
10479
|
"deprecationReason": null
|
|
10632
|
-
}
|
|
10633
|
-
],
|
|
10634
|
-
"inputFields": null,
|
|
10635
|
-
"interfaces": [],
|
|
10636
|
-
"enumValues": null,
|
|
10637
|
-
"possibleTypes": null
|
|
10638
|
-
},
|
|
10639
|
-
{
|
|
10640
|
-
"kind": "OBJECT",
|
|
10641
|
-
"name": "CASvcAnalysisRunsCollection",
|
|
10642
|
-
"description": null,
|
|
10643
|
-
"isOneOf": null,
|
|
10644
|
-
"fields": [
|
|
10645
|
-
{
|
|
10646
|
-
"name": "data",
|
|
10647
|
-
"description": null,
|
|
10648
|
-
"args": [],
|
|
10649
|
-
"type": {
|
|
10650
|
-
"kind": "NON_NULL",
|
|
10651
|
-
"name": null,
|
|
10652
|
-
"ofType": {
|
|
10653
|
-
"kind": "LIST",
|
|
10654
|
-
"name": null,
|
|
10655
|
-
"ofType": {
|
|
10656
|
-
"kind": "NON_NULL",
|
|
10657
|
-
"name": null,
|
|
10658
|
-
"ofType": {
|
|
10659
|
-
"kind": "OBJECT",
|
|
10660
|
-
"name": "CASvcAnalysisRun",
|
|
10661
|
-
"ofType": null
|
|
10662
|
-
}
|
|
10663
|
-
}
|
|
10664
|
-
}
|
|
10665
|
-
},
|
|
10666
|
-
"isDeprecated": false,
|
|
10667
|
-
"deprecationReason": null
|
|
10668
10480
|
},
|
|
10669
10481
|
{
|
|
10670
|
-
"name": "
|
|
10482
|
+
"name": "resourceGroup",
|
|
10671
10483
|
"description": null,
|
|
10672
10484
|
"args": [],
|
|
10673
10485
|
"type": {
|
|
10674
|
-
"kind": "
|
|
10675
|
-
"name":
|
|
10676
|
-
"ofType":
|
|
10677
|
-
"kind": "SCALAR",
|
|
10678
|
-
"name": "Boolean",
|
|
10679
|
-
"ofType": null
|
|
10680
|
-
}
|
|
10486
|
+
"kind": "OBJECT",
|
|
10487
|
+
"name": "CASvcResourceGroup",
|
|
10488
|
+
"ofType": null
|
|
10681
10489
|
},
|
|
10682
10490
|
"isDeprecated": false,
|
|
10683
10491
|
"deprecationReason": null
|
|
10684
10492
|
},
|
|
10685
10493
|
{
|
|
10686
|
-
"name": "
|
|
10494
|
+
"name": "resourceGroupId",
|
|
10687
10495
|
"description": null,
|
|
10688
10496
|
"args": [],
|
|
10689
10497
|
"type": {
|
|
@@ -10691,7 +10499,7 @@
|
|
|
10691
10499
|
"name": null,
|
|
10692
10500
|
"ofType": {
|
|
10693
10501
|
"kind": "SCALAR",
|
|
10694
|
-
"name": "
|
|
10502
|
+
"name": "ID",
|
|
10695
10503
|
"ofType": null
|
|
10696
10504
|
}
|
|
10697
10505
|
},
|
|
@@ -10705,118 +10513,86 @@
|
|
|
10705
10513
|
"possibleTypes": null
|
|
10706
10514
|
},
|
|
10707
10515
|
{
|
|
10708
|
-
"kind": "
|
|
10709
|
-
"name": "
|
|
10516
|
+
"kind": "INPUT_OBJECT",
|
|
10517
|
+
"name": "CASvcAnalysisRunGroupInput",
|
|
10710
10518
|
"description": null,
|
|
10711
|
-
"isOneOf":
|
|
10712
|
-
"fields":
|
|
10519
|
+
"isOneOf": false,
|
|
10520
|
+
"fields": null,
|
|
10521
|
+
"inputFields": [
|
|
10713
10522
|
{
|
|
10714
|
-
"name": "
|
|
10523
|
+
"name": "members",
|
|
10715
10524
|
"description": null,
|
|
10716
|
-
"args": [],
|
|
10717
10525
|
"type": {
|
|
10718
|
-
"kind": "
|
|
10526
|
+
"kind": "LIST",
|
|
10719
10527
|
"name": null,
|
|
10720
10528
|
"ofType": {
|
|
10721
|
-
"kind": "
|
|
10722
|
-
"name":
|
|
10723
|
-
"ofType":
|
|
10529
|
+
"kind": "NON_NULL",
|
|
10530
|
+
"name": null,
|
|
10531
|
+
"ofType": {
|
|
10532
|
+
"kind": "INPUT_OBJECT",
|
|
10533
|
+
"name": "CASvcAnalysisRunGroupMemberInput",
|
|
10534
|
+
"ofType": null
|
|
10535
|
+
}
|
|
10724
10536
|
}
|
|
10725
10537
|
},
|
|
10538
|
+
"defaultValue": null,
|
|
10726
10539
|
"isDeprecated": false,
|
|
10727
10540
|
"deprecationReason": null
|
|
10728
10541
|
},
|
|
10729
10542
|
{
|
|
10730
|
-
"name": "
|
|
10543
|
+
"name": "promptId",
|
|
10731
10544
|
"description": null,
|
|
10732
|
-
"args": [],
|
|
10733
10545
|
"type": {
|
|
10734
|
-
"kind": "
|
|
10735
|
-
"name":
|
|
10736
|
-
"ofType":
|
|
10737
|
-
"kind": "SCALAR",
|
|
10738
|
-
"name": "ID",
|
|
10739
|
-
"ofType": null
|
|
10740
|
-
}
|
|
10546
|
+
"kind": "SCALAR",
|
|
10547
|
+
"name": "ID",
|
|
10548
|
+
"ofType": null
|
|
10741
10549
|
},
|
|
10550
|
+
"defaultValue": null,
|
|
10742
10551
|
"isDeprecated": false,
|
|
10743
10552
|
"deprecationReason": null
|
|
10744
10553
|
},
|
|
10745
10554
|
{
|
|
10746
|
-
"name": "
|
|
10555
|
+
"name": "promptName",
|
|
10747
10556
|
"description": null,
|
|
10748
|
-
"args": [],
|
|
10749
10557
|
"type": {
|
|
10750
|
-
"kind": "
|
|
10751
|
-
"name": "
|
|
10558
|
+
"kind": "SCALAR",
|
|
10559
|
+
"name": "String",
|
|
10752
10560
|
"ofType": null
|
|
10753
10561
|
},
|
|
10562
|
+
"defaultValue": null,
|
|
10754
10563
|
"isDeprecated": false,
|
|
10755
10564
|
"deprecationReason": null
|
|
10756
10565
|
},
|
|
10757
10566
|
{
|
|
10758
|
-
"name": "
|
|
10567
|
+
"name": "resourceGroupId",
|
|
10759
10568
|
"description": null,
|
|
10760
|
-
"args": [],
|
|
10761
10569
|
"type": {
|
|
10762
10570
|
"kind": "SCALAR",
|
|
10763
10571
|
"name": "ID",
|
|
10764
10572
|
"ofType": null
|
|
10765
10573
|
},
|
|
10766
|
-
"
|
|
10767
|
-
"deprecationReason": null
|
|
10768
|
-
},
|
|
10769
|
-
{
|
|
10770
|
-
"name": "text",
|
|
10771
|
-
"description": null,
|
|
10772
|
-
"args": [],
|
|
10773
|
-
"type": {
|
|
10774
|
-
"kind": "NON_NULL",
|
|
10775
|
-
"name": null,
|
|
10776
|
-
"ofType": {
|
|
10777
|
-
"kind": "SCALAR",
|
|
10778
|
-
"name": "String",
|
|
10779
|
-
"ofType": null
|
|
10780
|
-
}
|
|
10781
|
-
},
|
|
10782
|
-
"isDeprecated": false,
|
|
10783
|
-
"deprecationReason": null
|
|
10784
|
-
},
|
|
10785
|
-
{
|
|
10786
|
-
"name": "version",
|
|
10787
|
-
"description": null,
|
|
10788
|
-
"args": [],
|
|
10789
|
-
"type": {
|
|
10790
|
-
"kind": "NON_NULL",
|
|
10791
|
-
"name": null,
|
|
10792
|
-
"ofType": {
|
|
10793
|
-
"kind": "SCALAR",
|
|
10794
|
-
"name": "String",
|
|
10795
|
-
"ofType": null
|
|
10796
|
-
}
|
|
10797
|
-
},
|
|
10574
|
+
"defaultValue": null,
|
|
10798
10575
|
"isDeprecated": false,
|
|
10799
10576
|
"deprecationReason": null
|
|
10800
10577
|
}
|
|
10801
10578
|
],
|
|
10802
|
-
"
|
|
10803
|
-
"interfaces": [],
|
|
10579
|
+
"interfaces": null,
|
|
10804
10580
|
"enumValues": null,
|
|
10805
10581
|
"possibleTypes": null
|
|
10806
10582
|
},
|
|
10807
10583
|
{
|
|
10808
10584
|
"kind": "INPUT_OBJECT",
|
|
10809
|
-
"name": "
|
|
10585
|
+
"name": "CASvcAnalysisRunGroupMemberInput",
|
|
10810
10586
|
"description": null,
|
|
10811
10587
|
"isOneOf": false,
|
|
10812
10588
|
"fields": null,
|
|
10813
10589
|
"inputFields": [
|
|
10814
10590
|
{
|
|
10815
|
-
"name": "
|
|
10591
|
+
"name": "memberMetadata",
|
|
10816
10592
|
"description": null,
|
|
10817
10593
|
"type": {
|
|
10818
10594
|
"kind": "SCALAR",
|
|
10819
|
-
"name": "
|
|
10595
|
+
"name": "Map",
|
|
10820
10596
|
"ofType": null
|
|
10821
10597
|
},
|
|
10822
10598
|
"defaultValue": null,
|
|
@@ -10824,7 +10600,7 @@
|
|
|
10824
10600
|
"deprecationReason": null
|
|
10825
10601
|
},
|
|
10826
10602
|
{
|
|
10827
|
-
"name": "
|
|
10603
|
+
"name": "resource",
|
|
10828
10604
|
"description": null,
|
|
10829
10605
|
"type": {
|
|
10830
10606
|
"kind": "NON_NULL",
|
|
@@ -10840,14 +10616,14 @@
|
|
|
10840
10616
|
"deprecationReason": null
|
|
10841
10617
|
},
|
|
10842
10618
|
{
|
|
10843
|
-
"name": "
|
|
10619
|
+
"name": "resourceId",
|
|
10844
10620
|
"description": null,
|
|
10845
10621
|
"type": {
|
|
10846
10622
|
"kind": "NON_NULL",
|
|
10847
10623
|
"name": null,
|
|
10848
10624
|
"ofType": {
|
|
10849
10625
|
"kind": "SCALAR",
|
|
10850
|
-
"name": "
|
|
10626
|
+
"name": "ID",
|
|
10851
10627
|
"ofType": null
|
|
10852
10628
|
}
|
|
10853
10629
|
},
|
|
@@ -10861,141 +10637,49 @@
|
|
|
10861
10637
|
"possibleTypes": null
|
|
10862
10638
|
},
|
|
10863
10639
|
{
|
|
10864
|
-
"kind": "
|
|
10865
|
-
"name": "
|
|
10640
|
+
"kind": "INPUT_OBJECT",
|
|
10641
|
+
"name": "CASvcAnalysisRunInput",
|
|
10866
10642
|
"description": null,
|
|
10867
|
-
"isOneOf":
|
|
10868
|
-
"fields":
|
|
10869
|
-
|
|
10870
|
-
"name": "data",
|
|
10871
|
-
"description": null,
|
|
10872
|
-
"args": [],
|
|
10873
|
-
"type": {
|
|
10874
|
-
"kind": "NON_NULL",
|
|
10875
|
-
"name": null,
|
|
10876
|
-
"ofType": {
|
|
10877
|
-
"kind": "LIST",
|
|
10878
|
-
"name": null,
|
|
10879
|
-
"ofType": {
|
|
10880
|
-
"kind": "NON_NULL",
|
|
10881
|
-
"name": null,
|
|
10882
|
-
"ofType": {
|
|
10883
|
-
"kind": "OBJECT",
|
|
10884
|
-
"name": "CASvcFragment",
|
|
10885
|
-
"ofType": null
|
|
10886
|
-
}
|
|
10887
|
-
}
|
|
10888
|
-
}
|
|
10889
|
-
},
|
|
10890
|
-
"isDeprecated": false,
|
|
10891
|
-
"deprecationReason": null
|
|
10892
|
-
},
|
|
10643
|
+
"isOneOf": false,
|
|
10644
|
+
"fields": null,
|
|
10645
|
+
"inputFields": [
|
|
10893
10646
|
{
|
|
10894
|
-
"name": "
|
|
10647
|
+
"name": "promptId",
|
|
10895
10648
|
"description": null,
|
|
10896
|
-
"args": [],
|
|
10897
10649
|
"type": {
|
|
10898
|
-
"kind": "
|
|
10899
|
-
"name":
|
|
10900
|
-
"ofType":
|
|
10901
|
-
"kind": "SCALAR",
|
|
10902
|
-
"name": "Boolean",
|
|
10903
|
-
"ofType": null
|
|
10904
|
-
}
|
|
10650
|
+
"kind": "SCALAR",
|
|
10651
|
+
"name": "ID",
|
|
10652
|
+
"ofType": null
|
|
10905
10653
|
},
|
|
10654
|
+
"defaultValue": null,
|
|
10906
10655
|
"isDeprecated": false,
|
|
10907
10656
|
"deprecationReason": null
|
|
10908
10657
|
},
|
|
10909
10658
|
{
|
|
10910
|
-
"name": "
|
|
10659
|
+
"name": "resourceGroupId",
|
|
10911
10660
|
"description": null,
|
|
10912
|
-
"args": [],
|
|
10913
10661
|
"type": {
|
|
10914
|
-
"kind": "
|
|
10915
|
-
"name":
|
|
10916
|
-
"ofType":
|
|
10917
|
-
"kind": "SCALAR",
|
|
10918
|
-
"name": "Int",
|
|
10919
|
-
"ofType": null
|
|
10920
|
-
}
|
|
10662
|
+
"kind": "SCALAR",
|
|
10663
|
+
"name": "ID",
|
|
10664
|
+
"ofType": null
|
|
10921
10665
|
},
|
|
10666
|
+
"defaultValue": null,
|
|
10922
10667
|
"isDeprecated": false,
|
|
10923
10668
|
"deprecationReason": null
|
|
10924
10669
|
}
|
|
10925
10670
|
],
|
|
10926
|
-
"
|
|
10927
|
-
"interfaces": [],
|
|
10671
|
+
"interfaces": null,
|
|
10928
10672
|
"enumValues": null,
|
|
10929
10673
|
"possibleTypes": null
|
|
10930
10674
|
},
|
|
10931
10675
|
{
|
|
10932
10676
|
"kind": "OBJECT",
|
|
10933
|
-
"name": "
|
|
10677
|
+
"name": "CASvcAnalysisRunMessage",
|
|
10934
10678
|
"description": null,
|
|
10935
10679
|
"isOneOf": null,
|
|
10936
10680
|
"fields": [
|
|
10937
10681
|
{
|
|
10938
|
-
"name": "
|
|
10939
|
-
"description": null,
|
|
10940
|
-
"args": [],
|
|
10941
|
-
"type": {
|
|
10942
|
-
"kind": "NON_NULL",
|
|
10943
|
-
"name": null,
|
|
10944
|
-
"ofType": {
|
|
10945
|
-
"kind": "SCALAR",
|
|
10946
|
-
"name": "String",
|
|
10947
|
-
"ofType": null
|
|
10948
|
-
}
|
|
10949
|
-
},
|
|
10950
|
-
"isDeprecated": false,
|
|
10951
|
-
"deprecationReason": null
|
|
10952
|
-
},
|
|
10953
|
-
{
|
|
10954
|
-
"name": "fragmentId",
|
|
10955
|
-
"description": null,
|
|
10956
|
-
"args": [],
|
|
10957
|
-
"type": {
|
|
10958
|
-
"kind": "NON_NULL",
|
|
10959
|
-
"name": null,
|
|
10960
|
-
"ofType": {
|
|
10961
|
-
"kind": "SCALAR",
|
|
10962
|
-
"name": "ID",
|
|
10963
|
-
"ofType": null
|
|
10964
|
-
}
|
|
10965
|
-
},
|
|
10966
|
-
"isDeprecated": false,
|
|
10967
|
-
"deprecationReason": null
|
|
10968
|
-
},
|
|
10969
|
-
{
|
|
10970
|
-
"name": "fragments",
|
|
10971
|
-
"description": null,
|
|
10972
|
-
"args": [],
|
|
10973
|
-
"type": {
|
|
10974
|
-
"kind": "OBJECT",
|
|
10975
|
-
"name": "CASvcFragment",
|
|
10976
|
-
"ofType": null
|
|
10977
|
-
},
|
|
10978
|
-
"isDeprecated": false,
|
|
10979
|
-
"deprecationReason": null
|
|
10980
|
-
},
|
|
10981
|
-
{
|
|
10982
|
-
"name": "id",
|
|
10983
|
-
"description": null,
|
|
10984
|
-
"args": [],
|
|
10985
|
-
"type": {
|
|
10986
|
-
"kind": "NON_NULL",
|
|
10987
|
-
"name": null,
|
|
10988
|
-
"ofType": {
|
|
10989
|
-
"kind": "SCALAR",
|
|
10990
|
-
"name": "ID",
|
|
10991
|
-
"ofType": null
|
|
10992
|
-
}
|
|
10993
|
-
},
|
|
10994
|
-
"isDeprecated": false,
|
|
10995
|
-
"deprecationReason": null
|
|
10996
|
-
},
|
|
10997
|
-
{
|
|
10998
|
-
"name": "promptName",
|
|
10682
|
+
"name": "message",
|
|
10999
10683
|
"description": null,
|
|
11000
10684
|
"args": [],
|
|
11001
10685
|
"type": {
|
|
@@ -11011,19 +10695,19 @@
|
|
|
11011
10695
|
"deprecationReason": null
|
|
11012
10696
|
},
|
|
11013
10697
|
{
|
|
11014
|
-
"name": "
|
|
10698
|
+
"name": "promptGroupMember",
|
|
11015
10699
|
"description": null,
|
|
11016
10700
|
"args": [],
|
|
11017
10701
|
"type": {
|
|
11018
10702
|
"kind": "OBJECT",
|
|
11019
|
-
"name": "
|
|
10703
|
+
"name": "CASvcResourceGroupMember",
|
|
11020
10704
|
"ofType": null
|
|
11021
10705
|
},
|
|
11022
10706
|
"isDeprecated": false,
|
|
11023
10707
|
"deprecationReason": null
|
|
11024
10708
|
},
|
|
11025
10709
|
{
|
|
11026
|
-
"name": "
|
|
10710
|
+
"name": "promptGroupMemberId",
|
|
11027
10711
|
"description": null,
|
|
11028
10712
|
"args": [],
|
|
11029
10713
|
"type": {
|
|
@@ -11045,68 +10729,72 @@
|
|
|
11045
10729
|
"possibleTypes": null
|
|
11046
10730
|
},
|
|
11047
10731
|
{
|
|
11048
|
-
"kind": "
|
|
11049
|
-
"name": "
|
|
10732
|
+
"kind": "OBJECT",
|
|
10733
|
+
"name": "CASvcAnalysisRunMessagesCollection",
|
|
11050
10734
|
"description": null,
|
|
11051
|
-
"isOneOf":
|
|
11052
|
-
"fields":
|
|
11053
|
-
"inputFields": [
|
|
10735
|
+
"isOneOf": null,
|
|
10736
|
+
"fields": [
|
|
11054
10737
|
{
|
|
11055
|
-
"name": "
|
|
10738
|
+
"name": "hasNextPage",
|
|
11056
10739
|
"description": null,
|
|
10740
|
+
"args": [],
|
|
11057
10741
|
"type": {
|
|
11058
10742
|
"kind": "NON_NULL",
|
|
11059
10743
|
"name": null,
|
|
11060
10744
|
"ofType": {
|
|
11061
10745
|
"kind": "SCALAR",
|
|
11062
|
-
"name": "
|
|
10746
|
+
"name": "Boolean",
|
|
11063
10747
|
"ofType": null
|
|
11064
10748
|
}
|
|
11065
10749
|
},
|
|
11066
|
-
"defaultValue": null,
|
|
11067
10750
|
"isDeprecated": false,
|
|
11068
10751
|
"deprecationReason": null
|
|
11069
10752
|
},
|
|
11070
10753
|
{
|
|
11071
|
-
"name": "
|
|
10754
|
+
"name": "messages",
|
|
11072
10755
|
"description": null,
|
|
10756
|
+
"args": [],
|
|
11073
10757
|
"type": {
|
|
11074
|
-
"kind": "
|
|
10758
|
+
"kind": "LIST",
|
|
11075
10759
|
"name": null,
|
|
11076
10760
|
"ofType": {
|
|
11077
|
-
"kind": "
|
|
11078
|
-
"name":
|
|
11079
|
-
"ofType":
|
|
10761
|
+
"kind": "NON_NULL",
|
|
10762
|
+
"name": null,
|
|
10763
|
+
"ofType": {
|
|
10764
|
+
"kind": "OBJECT",
|
|
10765
|
+
"name": "CASvcAnalysisRunMessage",
|
|
10766
|
+
"ofType": null
|
|
10767
|
+
}
|
|
11080
10768
|
}
|
|
11081
10769
|
},
|
|
11082
|
-
"defaultValue": null,
|
|
11083
10770
|
"isDeprecated": false,
|
|
11084
10771
|
"deprecationReason": null
|
|
11085
10772
|
},
|
|
11086
10773
|
{
|
|
11087
|
-
"name": "
|
|
10774
|
+
"name": "totalCount",
|
|
11088
10775
|
"description": null,
|
|
10776
|
+
"args": [],
|
|
11089
10777
|
"type": {
|
|
11090
10778
|
"kind": "NON_NULL",
|
|
11091
10779
|
"name": null,
|
|
11092
10780
|
"ofType": {
|
|
11093
10781
|
"kind": "SCALAR",
|
|
11094
|
-
"name": "
|
|
10782
|
+
"name": "Int",
|
|
11095
10783
|
"ofType": null
|
|
11096
10784
|
}
|
|
11097
10785
|
},
|
|
11098
|
-
"defaultValue": null,
|
|
11099
10786
|
"isDeprecated": false,
|
|
11100
10787
|
"deprecationReason": null
|
|
11101
10788
|
}
|
|
11102
10789
|
],
|
|
11103
|
-
"
|
|
10790
|
+
"inputFields": null,
|
|
10791
|
+
"interfaces": [],
|
|
11104
10792
|
"enumValues": null,
|
|
11105
10793
|
"possibleTypes": null
|
|
11106
10794
|
},
|
|
11107
10795
|
{
|
|
11108
10796
|
"kind": "OBJECT",
|
|
11109
|
-
"name": "
|
|
10797
|
+
"name": "CASvcFragment",
|
|
11110
10798
|
"description": null,
|
|
11111
10799
|
"isOneOf": null,
|
|
11112
10800
|
"fields": [
|
|
@@ -11114,24 +10802,12 @@
|
|
|
11114
10802
|
"name": "createdAt",
|
|
11115
10803
|
"description": null,
|
|
11116
10804
|
"args": [],
|
|
11117
|
-
"type": {
|
|
11118
|
-
"kind": "SCALAR",
|
|
11119
|
-
"name": "String",
|
|
11120
|
-
"ofType": null
|
|
11121
|
-
},
|
|
11122
|
-
"isDeprecated": false,
|
|
11123
|
-
"deprecationReason": null
|
|
11124
|
-
},
|
|
11125
|
-
{
|
|
11126
|
-
"name": "id",
|
|
11127
|
-
"description": null,
|
|
11128
|
-
"args": [],
|
|
11129
10805
|
"type": {
|
|
11130
10806
|
"kind": "NON_NULL",
|
|
11131
10807
|
"name": null,
|
|
11132
10808
|
"ofType": {
|
|
11133
10809
|
"kind": "SCALAR",
|
|
11134
|
-
"name": "
|
|
10810
|
+
"name": "String",
|
|
11135
10811
|
"ofType": null
|
|
11136
10812
|
}
|
|
11137
10813
|
},
|
|
@@ -11139,7 +10815,7 @@
|
|
|
11139
10815
|
"deprecationReason": null
|
|
11140
10816
|
},
|
|
11141
10817
|
{
|
|
11142
|
-
"name": "
|
|
10818
|
+
"name": "id",
|
|
11143
10819
|
"description": null,
|
|
11144
10820
|
"args": [],
|
|
11145
10821
|
"type": {
|
|
@@ -11147,7 +10823,7 @@
|
|
|
11147
10823
|
"name": null,
|
|
11148
10824
|
"ofType": {
|
|
11149
10825
|
"kind": "SCALAR",
|
|
11150
|
-
"name": "
|
|
10826
|
+
"name": "ID",
|
|
11151
10827
|
"ofType": null
|
|
11152
10828
|
}
|
|
11153
10829
|
},
|
|
@@ -11155,7 +10831,7 @@
|
|
|
11155
10831
|
"deprecationReason": null
|
|
11156
10832
|
},
|
|
11157
10833
|
{
|
|
11158
|
-
"name": "
|
|
10834
|
+
"name": "text",
|
|
11159
10835
|
"description": null,
|
|
11160
10836
|
"args": [],
|
|
11161
10837
|
"type": {
|
|
@@ -11169,18 +10845,6 @@
|
|
|
11169
10845
|
},
|
|
11170
10846
|
"isDeprecated": false,
|
|
11171
10847
|
"deprecationReason": null
|
|
11172
|
-
},
|
|
11173
|
-
{
|
|
11174
|
-
"name": "version",
|
|
11175
|
-
"description": null,
|
|
11176
|
-
"args": [],
|
|
11177
|
-
"type": {
|
|
11178
|
-
"kind": "SCALAR",
|
|
11179
|
-
"name": "String",
|
|
11180
|
-
"ofType": null
|
|
11181
|
-
},
|
|
11182
|
-
"isDeprecated": false,
|
|
11183
|
-
"deprecationReason": null
|
|
11184
10848
|
}
|
|
11185
10849
|
],
|
|
11186
10850
|
"inputFields": null,
|
|
@@ -11190,13 +10854,13 @@
|
|
|
11190
10854
|
},
|
|
11191
10855
|
{
|
|
11192
10856
|
"kind": "INPUT_OBJECT",
|
|
11193
|
-
"name": "
|
|
10857
|
+
"name": "CASvcFragmentInput",
|
|
11194
10858
|
"description": null,
|
|
11195
10859
|
"isOneOf": false,
|
|
11196
10860
|
"fields": null,
|
|
11197
10861
|
"inputFields": [
|
|
11198
10862
|
{
|
|
11199
|
-
"name": "
|
|
10863
|
+
"name": "text",
|
|
11200
10864
|
"description": null,
|
|
11201
10865
|
"type": {
|
|
11202
10866
|
"kind": "NON_NULL",
|
|
@@ -11210,10 +10874,22 @@
|
|
|
11210
10874
|
"defaultValue": null,
|
|
11211
10875
|
"isDeprecated": false,
|
|
11212
10876
|
"deprecationReason": null
|
|
11213
|
-
}
|
|
10877
|
+
}
|
|
10878
|
+
],
|
|
10879
|
+
"interfaces": null,
|
|
10880
|
+
"enumValues": null,
|
|
10881
|
+
"possibleTypes": null
|
|
10882
|
+
},
|
|
10883
|
+
{
|
|
10884
|
+
"kind": "OBJECT",
|
|
10885
|
+
"name": "CASvcPrompt",
|
|
10886
|
+
"description": null,
|
|
10887
|
+
"isOneOf": null,
|
|
10888
|
+
"fields": [
|
|
11214
10889
|
{
|
|
11215
|
-
"name": "
|
|
10890
|
+
"name": "createdAt",
|
|
11216
10891
|
"description": null,
|
|
10892
|
+
"args": [],
|
|
11217
10893
|
"type": {
|
|
11218
10894
|
"kind": "NON_NULL",
|
|
11219
10895
|
"name": null,
|
|
@@ -11223,35 +10899,11 @@
|
|
|
11223
10899
|
"ofType": null
|
|
11224
10900
|
}
|
|
11225
10901
|
},
|
|
11226
|
-
"defaultValue": null,
|
|
11227
10902
|
"isDeprecated": false,
|
|
11228
10903
|
"deprecationReason": null
|
|
11229
10904
|
},
|
|
11230
10905
|
{
|
|
11231
|
-
"name": "
|
|
11232
|
-
"description": null,
|
|
11233
|
-
"type": {
|
|
11234
|
-
"kind": "SCALAR",
|
|
11235
|
-
"name": "String",
|
|
11236
|
-
"ofType": null
|
|
11237
|
-
},
|
|
11238
|
-
"defaultValue": null,
|
|
11239
|
-
"isDeprecated": false,
|
|
11240
|
-
"deprecationReason": null
|
|
11241
|
-
}
|
|
11242
|
-
],
|
|
11243
|
-
"interfaces": null,
|
|
11244
|
-
"enumValues": null,
|
|
11245
|
-
"possibleTypes": null
|
|
11246
|
-
},
|
|
11247
|
-
{
|
|
11248
|
-
"kind": "OBJECT",
|
|
11249
|
-
"name": "CASvcPromptTemplatesCollection",
|
|
11250
|
-
"description": null,
|
|
11251
|
-
"isOneOf": null,
|
|
11252
|
-
"fields": [
|
|
11253
|
-
{
|
|
11254
|
-
"name": "data",
|
|
10906
|
+
"name": "fragments",
|
|
11255
10907
|
"description": null,
|
|
11256
10908
|
"args": [],
|
|
11257
10909
|
"type": {
|
|
@@ -11265,7 +10917,7 @@
|
|
|
11265
10917
|
"name": null,
|
|
11266
10918
|
"ofType": {
|
|
11267
10919
|
"kind": "OBJECT",
|
|
11268
|
-
"name": "
|
|
10920
|
+
"name": "CASvcFragment",
|
|
11269
10921
|
"ofType": null
|
|
11270
10922
|
}
|
|
11271
10923
|
}
|
|
@@ -11275,7 +10927,7 @@
|
|
|
11275
10927
|
"deprecationReason": null
|
|
11276
10928
|
},
|
|
11277
10929
|
{
|
|
11278
|
-
"name": "
|
|
10930
|
+
"name": "id",
|
|
11279
10931
|
"description": null,
|
|
11280
10932
|
"args": [],
|
|
11281
10933
|
"type": {
|
|
@@ -11283,7 +10935,7 @@
|
|
|
11283
10935
|
"name": null,
|
|
11284
10936
|
"ofType": {
|
|
11285
10937
|
"kind": "SCALAR",
|
|
11286
|
-
"name": "
|
|
10938
|
+
"name": "ID",
|
|
11287
10939
|
"ofType": null
|
|
11288
10940
|
}
|
|
11289
10941
|
},
|
|
@@ -11291,7 +10943,7 @@
|
|
|
11291
10943
|
"deprecationReason": null
|
|
11292
10944
|
},
|
|
11293
10945
|
{
|
|
11294
|
-
"name": "
|
|
10946
|
+
"name": "prompt_name",
|
|
11295
10947
|
"description": null,
|
|
11296
10948
|
"args": [],
|
|
11297
10949
|
"type": {
|
|
@@ -11299,7 +10951,39 @@
|
|
|
11299
10951
|
"name": null,
|
|
11300
10952
|
"ofType": {
|
|
11301
10953
|
"kind": "SCALAR",
|
|
11302
|
-
"name": "
|
|
10954
|
+
"name": "String",
|
|
10955
|
+
"ofType": null
|
|
10956
|
+
}
|
|
10957
|
+
},
|
|
10958
|
+
"isDeprecated": false,
|
|
10959
|
+
"deprecationReason": null
|
|
10960
|
+
},
|
|
10961
|
+
{
|
|
10962
|
+
"name": "prompt_template",
|
|
10963
|
+
"description": null,
|
|
10964
|
+
"args": [],
|
|
10965
|
+
"type": {
|
|
10966
|
+
"kind": "NON_NULL",
|
|
10967
|
+
"name": null,
|
|
10968
|
+
"ofType": {
|
|
10969
|
+
"kind": "OBJECT",
|
|
10970
|
+
"name": "CASvcPromptTemplate",
|
|
10971
|
+
"ofType": null
|
|
10972
|
+
}
|
|
10973
|
+
},
|
|
10974
|
+
"isDeprecated": false,
|
|
10975
|
+
"deprecationReason": null
|
|
10976
|
+
},
|
|
10977
|
+
{
|
|
10978
|
+
"name": "prompt_template_id",
|
|
10979
|
+
"description": null,
|
|
10980
|
+
"args": [],
|
|
10981
|
+
"type": {
|
|
10982
|
+
"kind": "NON_NULL",
|
|
10983
|
+
"name": null,
|
|
10984
|
+
"ofType": {
|
|
10985
|
+
"kind": "SCALAR",
|
|
10986
|
+
"name": "ID",
|
|
11303
10987
|
"ofType": null
|
|
11304
10988
|
}
|
|
11305
10989
|
},
|
|
@@ -11314,28 +10998,24 @@
|
|
|
11314
10998
|
},
|
|
11315
10999
|
{
|
|
11316
11000
|
"kind": "INPUT_OBJECT",
|
|
11317
|
-
"name": "
|
|
11001
|
+
"name": "CASvcPromptInput",
|
|
11318
11002
|
"description": null,
|
|
11319
11003
|
"isOneOf": false,
|
|
11320
11004
|
"fields": null,
|
|
11321
11005
|
"inputFields": [
|
|
11322
11006
|
{
|
|
11323
|
-
"name": "
|
|
11007
|
+
"name": "fragment_ids",
|
|
11324
11008
|
"description": null,
|
|
11325
11009
|
"type": {
|
|
11326
|
-
"kind": "
|
|
11010
|
+
"kind": "LIST",
|
|
11327
11011
|
"name": null,
|
|
11328
11012
|
"ofType": {
|
|
11329
|
-
"kind": "
|
|
11013
|
+
"kind": "NON_NULL",
|
|
11330
11014
|
"name": null,
|
|
11331
11015
|
"ofType": {
|
|
11332
|
-
"kind": "
|
|
11333
|
-
"name":
|
|
11334
|
-
"ofType":
|
|
11335
|
-
"kind": "INPUT_OBJECT",
|
|
11336
|
-
"name": "CASvcFragmentInput",
|
|
11337
|
-
"ofType": null
|
|
11338
|
-
}
|
|
11016
|
+
"kind": "SCALAR",
|
|
11017
|
+
"name": "ID",
|
|
11018
|
+
"ofType": null
|
|
11339
11019
|
}
|
|
11340
11020
|
}
|
|
11341
11021
|
},
|
|
@@ -11344,15 +11024,19 @@
|
|
|
11344
11024
|
"deprecationReason": null
|
|
11345
11025
|
},
|
|
11346
11026
|
{
|
|
11347
|
-
"name": "
|
|
11027
|
+
"name": "fragments",
|
|
11348
11028
|
"description": null,
|
|
11349
11029
|
"type": {
|
|
11350
|
-
"kind": "
|
|
11030
|
+
"kind": "LIST",
|
|
11351
11031
|
"name": null,
|
|
11352
11032
|
"ofType": {
|
|
11353
|
-
"kind": "
|
|
11354
|
-
"name":
|
|
11355
|
-
"ofType":
|
|
11033
|
+
"kind": "NON_NULL",
|
|
11034
|
+
"name": null,
|
|
11035
|
+
"ofType": {
|
|
11036
|
+
"kind": "INPUT_OBJECT",
|
|
11037
|
+
"name": "CASvcFragmentInput",
|
|
11038
|
+
"ofType": null
|
|
11039
|
+
}
|
|
11356
11040
|
}
|
|
11357
11041
|
},
|
|
11358
11042
|
"defaultValue": null,
|
|
@@ -11360,7 +11044,7 @@
|
|
|
11360
11044
|
"deprecationReason": null
|
|
11361
11045
|
},
|
|
11362
11046
|
{
|
|
11363
|
-
"name": "
|
|
11047
|
+
"name": "prompt_name",
|
|
11364
11048
|
"description": null,
|
|
11365
11049
|
"type": {
|
|
11366
11050
|
"kind": "NON_NULL",
|
|
@@ -11374,6 +11058,30 @@
|
|
|
11374
11058
|
"defaultValue": null,
|
|
11375
11059
|
"isDeprecated": false,
|
|
11376
11060
|
"deprecationReason": null
|
|
11061
|
+
},
|
|
11062
|
+
{
|
|
11063
|
+
"name": "prompt_template",
|
|
11064
|
+
"description": null,
|
|
11065
|
+
"type": {
|
|
11066
|
+
"kind": "INPUT_OBJECT",
|
|
11067
|
+
"name": "CASvcPromptTemplateInput",
|
|
11068
|
+
"ofType": null
|
|
11069
|
+
},
|
|
11070
|
+
"defaultValue": null,
|
|
11071
|
+
"isDeprecated": false,
|
|
11072
|
+
"deprecationReason": null
|
|
11073
|
+
},
|
|
11074
|
+
{
|
|
11075
|
+
"name": "prompt_template_id",
|
|
11076
|
+
"description": null,
|
|
11077
|
+
"type": {
|
|
11078
|
+
"kind": "SCALAR",
|
|
11079
|
+
"name": "ID",
|
|
11080
|
+
"ofType": null
|
|
11081
|
+
},
|
|
11082
|
+
"defaultValue": null,
|
|
11083
|
+
"isDeprecated": false,
|
|
11084
|
+
"deprecationReason": null
|
|
11377
11085
|
}
|
|
11378
11086
|
],
|
|
11379
11087
|
"interfaces": null,
|
|
@@ -11382,36 +11090,40 @@
|
|
|
11382
11090
|
},
|
|
11383
11091
|
{
|
|
11384
11092
|
"kind": "OBJECT",
|
|
11385
|
-
"name": "
|
|
11093
|
+
"name": "CASvcPromptTemplate",
|
|
11386
11094
|
"description": null,
|
|
11387
11095
|
"isOneOf": null,
|
|
11388
11096
|
"fields": [
|
|
11389
11097
|
{
|
|
11390
|
-
"name": "
|
|
11098
|
+
"name": "createdAt",
|
|
11099
|
+
"description": null,
|
|
11100
|
+
"args": [],
|
|
11101
|
+
"type": {
|
|
11102
|
+
"kind": "SCALAR",
|
|
11103
|
+
"name": "String",
|
|
11104
|
+
"ofType": null
|
|
11105
|
+
},
|
|
11106
|
+
"isDeprecated": false,
|
|
11107
|
+
"deprecationReason": null
|
|
11108
|
+
},
|
|
11109
|
+
{
|
|
11110
|
+
"name": "id",
|
|
11391
11111
|
"description": null,
|
|
11392
11112
|
"args": [],
|
|
11393
11113
|
"type": {
|
|
11394
11114
|
"kind": "NON_NULL",
|
|
11395
11115
|
"name": null,
|
|
11396
11116
|
"ofType": {
|
|
11397
|
-
"kind": "
|
|
11398
|
-
"name":
|
|
11399
|
-
"ofType":
|
|
11400
|
-
"kind": "NON_NULL",
|
|
11401
|
-
"name": null,
|
|
11402
|
-
"ofType": {
|
|
11403
|
-
"kind": "OBJECT",
|
|
11404
|
-
"name": "CASvcPrompt",
|
|
11405
|
-
"ofType": null
|
|
11406
|
-
}
|
|
11407
|
-
}
|
|
11117
|
+
"kind": "SCALAR",
|
|
11118
|
+
"name": "ID",
|
|
11119
|
+
"ofType": null
|
|
11408
11120
|
}
|
|
11409
11121
|
},
|
|
11410
11122
|
"isDeprecated": false,
|
|
11411
11123
|
"deprecationReason": null
|
|
11412
11124
|
},
|
|
11413
11125
|
{
|
|
11414
|
-
"name": "
|
|
11126
|
+
"name": "name",
|
|
11415
11127
|
"description": null,
|
|
11416
11128
|
"args": [],
|
|
11417
11129
|
"type": {
|
|
@@ -11419,7 +11131,7 @@
|
|
|
11419
11131
|
"name": null,
|
|
11420
11132
|
"ofType": {
|
|
11421
11133
|
"kind": "SCALAR",
|
|
11422
|
-
"name": "
|
|
11134
|
+
"name": "String",
|
|
11423
11135
|
"ofType": null
|
|
11424
11136
|
}
|
|
11425
11137
|
},
|
|
@@ -11427,7 +11139,7 @@
|
|
|
11427
11139
|
"deprecationReason": null
|
|
11428
11140
|
},
|
|
11429
11141
|
{
|
|
11430
|
-
"name": "
|
|
11142
|
+
"name": "template",
|
|
11431
11143
|
"description": null,
|
|
11432
11144
|
"args": [],
|
|
11433
11145
|
"type": {
|
|
@@ -11435,7 +11147,7 @@
|
|
|
11435
11147
|
"name": null,
|
|
11436
11148
|
"ofType": {
|
|
11437
11149
|
"kind": "SCALAR",
|
|
11438
|
-
"name": "
|
|
11150
|
+
"name": "String",
|
|
11439
11151
|
"ofType": null
|
|
11440
11152
|
}
|
|
11441
11153
|
},
|
|
@@ -11448,6 +11160,50 @@
|
|
|
11448
11160
|
"enumValues": null,
|
|
11449
11161
|
"possibleTypes": null
|
|
11450
11162
|
},
|
|
11163
|
+
{
|
|
11164
|
+
"kind": "INPUT_OBJECT",
|
|
11165
|
+
"name": "CASvcPromptTemplateInput",
|
|
11166
|
+
"description": null,
|
|
11167
|
+
"isOneOf": false,
|
|
11168
|
+
"fields": null,
|
|
11169
|
+
"inputFields": [
|
|
11170
|
+
{
|
|
11171
|
+
"name": "name",
|
|
11172
|
+
"description": null,
|
|
11173
|
+
"type": {
|
|
11174
|
+
"kind": "NON_NULL",
|
|
11175
|
+
"name": null,
|
|
11176
|
+
"ofType": {
|
|
11177
|
+
"kind": "SCALAR",
|
|
11178
|
+
"name": "String",
|
|
11179
|
+
"ofType": null
|
|
11180
|
+
}
|
|
11181
|
+
},
|
|
11182
|
+
"defaultValue": null,
|
|
11183
|
+
"isDeprecated": false,
|
|
11184
|
+
"deprecationReason": null
|
|
11185
|
+
},
|
|
11186
|
+
{
|
|
11187
|
+
"name": "template",
|
|
11188
|
+
"description": null,
|
|
11189
|
+
"type": {
|
|
11190
|
+
"kind": "NON_NULL",
|
|
11191
|
+
"name": null,
|
|
11192
|
+
"ofType": {
|
|
11193
|
+
"kind": "SCALAR",
|
|
11194
|
+
"name": "String",
|
|
11195
|
+
"ofType": null
|
|
11196
|
+
}
|
|
11197
|
+
},
|
|
11198
|
+
"defaultValue": null,
|
|
11199
|
+
"isDeprecated": false,
|
|
11200
|
+
"deprecationReason": null
|
|
11201
|
+
}
|
|
11202
|
+
],
|
|
11203
|
+
"interfaces": null,
|
|
11204
|
+
"enumValues": null,
|
|
11205
|
+
"possibleTypes": null
|
|
11206
|
+
},
|
|
11451
11207
|
{
|
|
11452
11208
|
"kind": "OBJECT",
|
|
11453
11209
|
"name": "CASvcResourceGroup",
|
|
@@ -11727,9 +11483,13 @@
|
|
|
11727
11483
|
"name": "resourceGroupId",
|
|
11728
11484
|
"description": null,
|
|
11729
11485
|
"type": {
|
|
11730
|
-
"kind": "
|
|
11731
|
-
"name":
|
|
11732
|
-
"ofType":
|
|
11486
|
+
"kind": "NON_NULL",
|
|
11487
|
+
"name": null,
|
|
11488
|
+
"ofType": {
|
|
11489
|
+
"kind": "SCALAR",
|
|
11490
|
+
"name": "ID",
|
|
11491
|
+
"ofType": null
|
|
11492
|
+
}
|
|
11733
11493
|
},
|
|
11734
11494
|
"defaultValue": null,
|
|
11735
11495
|
"isDeprecated": false,
|
|
@@ -11756,34 +11516,6 @@
|
|
|
11756
11516
|
"enumValues": null,
|
|
11757
11517
|
"possibleTypes": null
|
|
11758
11518
|
},
|
|
11759
|
-
{
|
|
11760
|
-
"kind": "OBJECT",
|
|
11761
|
-
"name": "CASvcResourceGroupMemberMessage",
|
|
11762
|
-
"description": null,
|
|
11763
|
-
"isOneOf": null,
|
|
11764
|
-
"fields": [
|
|
11765
|
-
{
|
|
11766
|
-
"name": "message",
|
|
11767
|
-
"description": null,
|
|
11768
|
-
"args": [],
|
|
11769
|
-
"type": {
|
|
11770
|
-
"kind": "NON_NULL",
|
|
11771
|
-
"name": null,
|
|
11772
|
-
"ofType": {
|
|
11773
|
-
"kind": "SCALAR",
|
|
11774
|
-
"name": "String",
|
|
11775
|
-
"ofType": null
|
|
11776
|
-
}
|
|
11777
|
-
},
|
|
11778
|
-
"isDeprecated": false,
|
|
11779
|
-
"deprecationReason": null
|
|
11780
|
-
}
|
|
11781
|
-
],
|
|
11782
|
-
"inputFields": null,
|
|
11783
|
-
"interfaces": [],
|
|
11784
|
-
"enumValues": null,
|
|
11785
|
-
"possibleTypes": null
|
|
11786
|
-
},
|
|
11787
11519
|
{
|
|
11788
11520
|
"kind": "OBJECT",
|
|
11789
11521
|
"name": "CASvcResourceGroupMembersCollection",
|
|
@@ -11795,87 +11527,15 @@
|
|
|
11795
11527
|
"description": null,
|
|
11796
11528
|
"args": [],
|
|
11797
11529
|
"type": {
|
|
11798
|
-
"kind": "
|
|
11799
|
-
"name": null,
|
|
11800
|
-
"ofType": {
|
|
11801
|
-
"kind": "LIST",
|
|
11802
|
-
"name": null,
|
|
11803
|
-
"ofType": {
|
|
11804
|
-
"kind": "NON_NULL",
|
|
11805
|
-
"name": null,
|
|
11806
|
-
"ofType": {
|
|
11807
|
-
"kind": "OBJECT",
|
|
11808
|
-
"name": "CASvcResourceGroupMember",
|
|
11809
|
-
"ofType": null
|
|
11810
|
-
}
|
|
11811
|
-
}
|
|
11812
|
-
}
|
|
11813
|
-
},
|
|
11814
|
-
"isDeprecated": false,
|
|
11815
|
-
"deprecationReason": null
|
|
11816
|
-
},
|
|
11817
|
-
{
|
|
11818
|
-
"name": "hasNextPage",
|
|
11819
|
-
"description": null,
|
|
11820
|
-
"args": [],
|
|
11821
|
-
"type": {
|
|
11822
|
-
"kind": "NON_NULL",
|
|
11823
|
-
"name": null,
|
|
11824
|
-
"ofType": {
|
|
11825
|
-
"kind": "SCALAR",
|
|
11826
|
-
"name": "Boolean",
|
|
11827
|
-
"ofType": null
|
|
11828
|
-
}
|
|
11829
|
-
},
|
|
11830
|
-
"isDeprecated": false,
|
|
11831
|
-
"deprecationReason": null
|
|
11832
|
-
},
|
|
11833
|
-
{
|
|
11834
|
-
"name": "totalCount",
|
|
11835
|
-
"description": null,
|
|
11836
|
-
"args": [],
|
|
11837
|
-
"type": {
|
|
11838
|
-
"kind": "NON_NULL",
|
|
11839
|
-
"name": null,
|
|
11840
|
-
"ofType": {
|
|
11841
|
-
"kind": "SCALAR",
|
|
11842
|
-
"name": "Int",
|
|
11843
|
-
"ofType": null
|
|
11844
|
-
}
|
|
11845
|
-
},
|
|
11846
|
-
"isDeprecated": false,
|
|
11847
|
-
"deprecationReason": null
|
|
11848
|
-
}
|
|
11849
|
-
],
|
|
11850
|
-
"inputFields": null,
|
|
11851
|
-
"interfaces": [],
|
|
11852
|
-
"enumValues": null,
|
|
11853
|
-
"possibleTypes": null
|
|
11854
|
-
},
|
|
11855
|
-
{
|
|
11856
|
-
"kind": "OBJECT",
|
|
11857
|
-
"name": "CASvcResourceGroupsCollection",
|
|
11858
|
-
"description": null,
|
|
11859
|
-
"isOneOf": null,
|
|
11860
|
-
"fields": [
|
|
11861
|
-
{
|
|
11862
|
-
"name": "data",
|
|
11863
|
-
"description": null,
|
|
11864
|
-
"args": [],
|
|
11865
|
-
"type": {
|
|
11866
|
-
"kind": "NON_NULL",
|
|
11530
|
+
"kind": "LIST",
|
|
11867
11531
|
"name": null,
|
|
11868
11532
|
"ofType": {
|
|
11869
|
-
"kind": "
|
|
11533
|
+
"kind": "NON_NULL",
|
|
11870
11534
|
"name": null,
|
|
11871
11535
|
"ofType": {
|
|
11872
|
-
"kind": "
|
|
11873
|
-
"name":
|
|
11874
|
-
"ofType":
|
|
11875
|
-
"kind": "OBJECT",
|
|
11876
|
-
"name": "CASvcResourceGroup",
|
|
11877
|
-
"ofType": null
|
|
11878
|
-
}
|
|
11536
|
+
"kind": "OBJECT",
|
|
11537
|
+
"name": "CASvcResourceGroupMember",
|
|
11538
|
+
"ofType": null
|
|
11879
11539
|
}
|
|
11880
11540
|
}
|
|
11881
11541
|
},
|
|
@@ -12022,6 +11682,22 @@
|
|
|
12022
11682
|
"isDeprecated": false,
|
|
12023
11683
|
"deprecationReason": null
|
|
12024
11684
|
},
|
|
11685
|
+
{
|
|
11686
|
+
"name": "data",
|
|
11687
|
+
"description": null,
|
|
11688
|
+
"args": [],
|
|
11689
|
+
"type": {
|
|
11690
|
+
"kind": "NON_NULL",
|
|
11691
|
+
"name": null,
|
|
11692
|
+
"ofType": {
|
|
11693
|
+
"kind": "SCALAR",
|
|
11694
|
+
"name": "String",
|
|
11695
|
+
"ofType": null
|
|
11696
|
+
}
|
|
11697
|
+
},
|
|
11698
|
+
"isDeprecated": false,
|
|
11699
|
+
"deprecationReason": null
|
|
11700
|
+
},
|
|
12025
11701
|
{
|
|
12026
11702
|
"name": "fragment",
|
|
12027
11703
|
"description": null,
|
|
@@ -12062,22 +11738,6 @@
|
|
|
12062
11738
|
"isDeprecated": false,
|
|
12063
11739
|
"deprecationReason": null
|
|
12064
11740
|
},
|
|
12065
|
-
{
|
|
12066
|
-
"name": "output",
|
|
12067
|
-
"description": null,
|
|
12068
|
-
"args": [],
|
|
12069
|
-
"type": {
|
|
12070
|
-
"kind": "NON_NULL",
|
|
12071
|
-
"name": null,
|
|
12072
|
-
"ofType": {
|
|
12073
|
-
"kind": "SCALAR",
|
|
12074
|
-
"name": "String",
|
|
12075
|
-
"ofType": null
|
|
12076
|
-
}
|
|
12077
|
-
},
|
|
12078
|
-
"isDeprecated": false,
|
|
12079
|
-
"deprecationReason": null
|
|
12080
|
-
},
|
|
12081
11741
|
{
|
|
12082
11742
|
"name": "resourceGroupMember",
|
|
12083
11743
|
"description": null,
|
|
@@ -12119,35 +11779,43 @@
|
|
|
12119
11779
|
"name": "analysisRunId",
|
|
12120
11780
|
"description": null,
|
|
12121
11781
|
"type": {
|
|
12122
|
-
"kind": "
|
|
12123
|
-
"name":
|
|
12124
|
-
"ofType":
|
|
11782
|
+
"kind": "NON_NULL",
|
|
11783
|
+
"name": null,
|
|
11784
|
+
"ofType": {
|
|
11785
|
+
"kind": "SCALAR",
|
|
11786
|
+
"name": "ID",
|
|
11787
|
+
"ofType": null
|
|
11788
|
+
}
|
|
12125
11789
|
},
|
|
12126
11790
|
"defaultValue": null,
|
|
12127
11791
|
"isDeprecated": false,
|
|
12128
11792
|
"deprecationReason": null
|
|
12129
11793
|
},
|
|
12130
11794
|
{
|
|
12131
|
-
"name": "
|
|
11795
|
+
"name": "data",
|
|
12132
11796
|
"description": null,
|
|
12133
11797
|
"type": {
|
|
12134
|
-
"kind": "
|
|
12135
|
-
"name":
|
|
12136
|
-
"ofType":
|
|
11798
|
+
"kind": "NON_NULL",
|
|
11799
|
+
"name": null,
|
|
11800
|
+
"ofType": {
|
|
11801
|
+
"kind": "SCALAR",
|
|
11802
|
+
"name": "String",
|
|
11803
|
+
"ofType": null
|
|
11804
|
+
}
|
|
12137
11805
|
},
|
|
12138
11806
|
"defaultValue": null,
|
|
12139
11807
|
"isDeprecated": false,
|
|
12140
11808
|
"deprecationReason": null
|
|
12141
11809
|
},
|
|
12142
11810
|
{
|
|
12143
|
-
"name": "
|
|
11811
|
+
"name": "fragmentId",
|
|
12144
11812
|
"description": null,
|
|
12145
11813
|
"type": {
|
|
12146
11814
|
"kind": "NON_NULL",
|
|
12147
11815
|
"name": null,
|
|
12148
11816
|
"ofType": {
|
|
12149
11817
|
"kind": "SCALAR",
|
|
12150
|
-
"name": "
|
|
11818
|
+
"name": "ID",
|
|
12151
11819
|
"ofType": null
|
|
12152
11820
|
}
|
|
12153
11821
|
},
|
|
@@ -12159,9 +11827,13 @@
|
|
|
12159
11827
|
"name": "resourceGroupMemberId",
|
|
12160
11828
|
"description": null,
|
|
12161
11829
|
"type": {
|
|
12162
|
-
"kind": "
|
|
12163
|
-
"name":
|
|
12164
|
-
"ofType":
|
|
11830
|
+
"kind": "NON_NULL",
|
|
11831
|
+
"name": null,
|
|
11832
|
+
"ofType": {
|
|
11833
|
+
"kind": "SCALAR",
|
|
11834
|
+
"name": "ID",
|
|
11835
|
+
"ofType": null
|
|
11836
|
+
}
|
|
12165
11837
|
},
|
|
12166
11838
|
"defaultValue": null,
|
|
12167
11839
|
"isDeprecated": false,
|
|
@@ -12183,19 +11855,15 @@
|
|
|
12183
11855
|
"description": null,
|
|
12184
11856
|
"args": [],
|
|
12185
11857
|
"type": {
|
|
12186
|
-
"kind": "
|
|
11858
|
+
"kind": "LIST",
|
|
12187
11859
|
"name": null,
|
|
12188
11860
|
"ofType": {
|
|
12189
|
-
"kind": "
|
|
11861
|
+
"kind": "NON_NULL",
|
|
12190
11862
|
"name": null,
|
|
12191
11863
|
"ofType": {
|
|
12192
|
-
"kind": "
|
|
12193
|
-
"name":
|
|
12194
|
-
"ofType":
|
|
12195
|
-
"kind": "OBJECT",
|
|
12196
|
-
"name": "CASvcResult",
|
|
12197
|
-
"ofType": null
|
|
12198
|
-
}
|
|
11864
|
+
"kind": "OBJECT",
|
|
11865
|
+
"name": "CASvcResult",
|
|
11866
|
+
"ofType": null
|
|
12199
11867
|
}
|
|
12200
11868
|
}
|
|
12201
11869
|
},
|
|
@@ -50199,6 +49867,68 @@
|
|
|
50199
49867
|
"isDeprecated": true,
|
|
50200
49868
|
"deprecationReason": "We want to remove all use cases were a File is required as input. Please use an alternative method."
|
|
50201
49869
|
},
|
|
49870
|
+
{
|
|
49871
|
+
"name": "caSvcAddFragmentToPrompt",
|
|
49872
|
+
"description": null,
|
|
49873
|
+
"args": [
|
|
49874
|
+
{
|
|
49875
|
+
"name": "input",
|
|
49876
|
+
"description": null,
|
|
49877
|
+
"type": {
|
|
49878
|
+
"kind": "INPUT_OBJECT",
|
|
49879
|
+
"name": "CASvcAddFragmentToPromptInput",
|
|
49880
|
+
"ofType": null
|
|
49881
|
+
},
|
|
49882
|
+
"defaultValue": null,
|
|
49883
|
+
"isDeprecated": false,
|
|
49884
|
+
"deprecationReason": null
|
|
49885
|
+
}
|
|
49886
|
+
],
|
|
49887
|
+
"type": {
|
|
49888
|
+
"kind": "NON_NULL",
|
|
49889
|
+
"name": null,
|
|
49890
|
+
"ofType": {
|
|
49891
|
+
"kind": "SCALAR",
|
|
49892
|
+
"name": "Boolean",
|
|
49893
|
+
"ofType": null
|
|
49894
|
+
}
|
|
49895
|
+
},
|
|
49896
|
+
"isDeprecated": false,
|
|
49897
|
+
"deprecationReason": null
|
|
49898
|
+
},
|
|
49899
|
+
{
|
|
49900
|
+
"name": "caSvcAddMemberToResourceGroup",
|
|
49901
|
+
"description": null,
|
|
49902
|
+
"args": [
|
|
49903
|
+
{
|
|
49904
|
+
"name": "input",
|
|
49905
|
+
"description": null,
|
|
49906
|
+
"type": {
|
|
49907
|
+
"kind": "NON_NULL",
|
|
49908
|
+
"name": null,
|
|
49909
|
+
"ofType": {
|
|
49910
|
+
"kind": "INPUT_OBJECT",
|
|
49911
|
+
"name": "CASvcResourceGroupMemberInput",
|
|
49912
|
+
"ofType": null
|
|
49913
|
+
}
|
|
49914
|
+
},
|
|
49915
|
+
"defaultValue": null,
|
|
49916
|
+
"isDeprecated": false,
|
|
49917
|
+
"deprecationReason": null
|
|
49918
|
+
}
|
|
49919
|
+
],
|
|
49920
|
+
"type": {
|
|
49921
|
+
"kind": "NON_NULL",
|
|
49922
|
+
"name": null,
|
|
49923
|
+
"ofType": {
|
|
49924
|
+
"kind": "OBJECT",
|
|
49925
|
+
"name": "CASvcResourceGroupMember",
|
|
49926
|
+
"ofType": null
|
|
49927
|
+
}
|
|
49928
|
+
},
|
|
49929
|
+
"isDeprecated": false,
|
|
49930
|
+
"deprecationReason": null
|
|
49931
|
+
},
|
|
50202
49932
|
{
|
|
50203
49933
|
"name": "caSvcCreateAnalysisRun",
|
|
50204
49934
|
"description": null,
|
|
@@ -50299,7 +50029,7 @@
|
|
|
50299
50029
|
"deprecationReason": null
|
|
50300
50030
|
},
|
|
50301
50031
|
{
|
|
50302
|
-
"name": "
|
|
50032
|
+
"name": "caSvcCreatePrompt",
|
|
50303
50033
|
"description": null,
|
|
50304
50034
|
"args": [
|
|
50305
50035
|
{
|
|
@@ -50310,7 +50040,7 @@
|
|
|
50310
50040
|
"name": null,
|
|
50311
50041
|
"ofType": {
|
|
50312
50042
|
"kind": "INPUT_OBJECT",
|
|
50313
|
-
"name": "
|
|
50043
|
+
"name": "CASvcPromptInput",
|
|
50314
50044
|
"ofType": null
|
|
50315
50045
|
}
|
|
50316
50046
|
},
|
|
@@ -50324,7 +50054,7 @@
|
|
|
50324
50054
|
"name": null,
|
|
50325
50055
|
"ofType": {
|
|
50326
50056
|
"kind": "OBJECT",
|
|
50327
|
-
"name": "
|
|
50057
|
+
"name": "CASvcPrompt",
|
|
50328
50058
|
"ofType": null
|
|
50329
50059
|
}
|
|
50330
50060
|
},
|
|
@@ -50332,7 +50062,7 @@
|
|
|
50332
50062
|
"deprecationReason": null
|
|
50333
50063
|
},
|
|
50334
50064
|
{
|
|
50335
|
-
"name": "
|
|
50065
|
+
"name": "caSvcCreatePromptTemplate",
|
|
50336
50066
|
"description": null,
|
|
50337
50067
|
"args": [
|
|
50338
50068
|
{
|
|
@@ -50343,7 +50073,7 @@
|
|
|
50343
50073
|
"name": null,
|
|
50344
50074
|
"ofType": {
|
|
50345
50075
|
"kind": "INPUT_OBJECT",
|
|
50346
|
-
"name": "
|
|
50076
|
+
"name": "CASvcPromptTemplateInput",
|
|
50347
50077
|
"ofType": null
|
|
50348
50078
|
}
|
|
50349
50079
|
},
|
|
@@ -50356,8 +50086,8 @@
|
|
|
50356
50086
|
"kind": "NON_NULL",
|
|
50357
50087
|
"name": null,
|
|
50358
50088
|
"ofType": {
|
|
50359
|
-
"kind": "
|
|
50360
|
-
"name": "
|
|
50089
|
+
"kind": "OBJECT",
|
|
50090
|
+
"name": "CASvcPromptTemplate",
|
|
50361
50091
|
"ofType": null
|
|
50362
50092
|
}
|
|
50363
50093
|
},
|
|
@@ -50463,6 +50193,55 @@
|
|
|
50463
50193
|
"isDeprecated": false,
|
|
50464
50194
|
"deprecationReason": null
|
|
50465
50195
|
},
|
|
50196
|
+
{
|
|
50197
|
+
"name": "caSvcRemoveFragmentFromPrompt",
|
|
50198
|
+
"description": null,
|
|
50199
|
+
"args": [
|
|
50200
|
+
{
|
|
50201
|
+
"name": "fragment_id",
|
|
50202
|
+
"description": null,
|
|
50203
|
+
"type": {
|
|
50204
|
+
"kind": "NON_NULL",
|
|
50205
|
+
"name": null,
|
|
50206
|
+
"ofType": {
|
|
50207
|
+
"kind": "SCALAR",
|
|
50208
|
+
"name": "ID",
|
|
50209
|
+
"ofType": null
|
|
50210
|
+
}
|
|
50211
|
+
},
|
|
50212
|
+
"defaultValue": null,
|
|
50213
|
+
"isDeprecated": false,
|
|
50214
|
+
"deprecationReason": null
|
|
50215
|
+
},
|
|
50216
|
+
{
|
|
50217
|
+
"name": "prompt_id",
|
|
50218
|
+
"description": null,
|
|
50219
|
+
"type": {
|
|
50220
|
+
"kind": "NON_NULL",
|
|
50221
|
+
"name": null,
|
|
50222
|
+
"ofType": {
|
|
50223
|
+
"kind": "SCALAR",
|
|
50224
|
+
"name": "ID",
|
|
50225
|
+
"ofType": null
|
|
50226
|
+
}
|
|
50227
|
+
},
|
|
50228
|
+
"defaultValue": null,
|
|
50229
|
+
"isDeprecated": false,
|
|
50230
|
+
"deprecationReason": null
|
|
50231
|
+
}
|
|
50232
|
+
],
|
|
50233
|
+
"type": {
|
|
50234
|
+
"kind": "NON_NULL",
|
|
50235
|
+
"name": null,
|
|
50236
|
+
"ofType": {
|
|
50237
|
+
"kind": "SCALAR",
|
|
50238
|
+
"name": "Boolean",
|
|
50239
|
+
"ofType": null
|
|
50240
|
+
}
|
|
50241
|
+
},
|
|
50242
|
+
"isDeprecated": false,
|
|
50243
|
+
"deprecationReason": null
|
|
50244
|
+
},
|
|
50466
50245
|
{
|
|
50467
50246
|
"name": "cancelContract",
|
|
50468
50247
|
"description": null,
|
|
@@ -68760,120 +68539,6 @@
|
|
|
68760
68539
|
"isDeprecated": false,
|
|
68761
68540
|
"deprecationReason": null
|
|
68762
68541
|
},
|
|
68763
|
-
{
|
|
68764
|
-
"name": "caSvcAnalysisRunsByFragmentGroupId",
|
|
68765
|
-
"description": null,
|
|
68766
|
-
"args": [
|
|
68767
|
-
{
|
|
68768
|
-
"name": "fragmentGroupId",
|
|
68769
|
-
"description": null,
|
|
68770
|
-
"type": {
|
|
68771
|
-
"kind": "NON_NULL",
|
|
68772
|
-
"name": null,
|
|
68773
|
-
"ofType": {
|
|
68774
|
-
"kind": "SCALAR",
|
|
68775
|
-
"name": "ID",
|
|
68776
|
-
"ofType": null
|
|
68777
|
-
}
|
|
68778
|
-
},
|
|
68779
|
-
"defaultValue": null,
|
|
68780
|
-
"isDeprecated": false,
|
|
68781
|
-
"deprecationReason": null
|
|
68782
|
-
},
|
|
68783
|
-
{
|
|
68784
|
-
"name": "limit",
|
|
68785
|
-
"description": null,
|
|
68786
|
-
"type": {
|
|
68787
|
-
"kind": "SCALAR",
|
|
68788
|
-
"name": "Int",
|
|
68789
|
-
"ofType": null
|
|
68790
|
-
},
|
|
68791
|
-
"defaultValue": null,
|
|
68792
|
-
"isDeprecated": false,
|
|
68793
|
-
"deprecationReason": null
|
|
68794
|
-
},
|
|
68795
|
-
{
|
|
68796
|
-
"name": "offset",
|
|
68797
|
-
"description": null,
|
|
68798
|
-
"type": {
|
|
68799
|
-
"kind": "SCALAR",
|
|
68800
|
-
"name": "Int",
|
|
68801
|
-
"ofType": null
|
|
68802
|
-
},
|
|
68803
|
-
"defaultValue": null,
|
|
68804
|
-
"isDeprecated": false,
|
|
68805
|
-
"deprecationReason": null
|
|
68806
|
-
}
|
|
68807
|
-
],
|
|
68808
|
-
"type": {
|
|
68809
|
-
"kind": "NON_NULL",
|
|
68810
|
-
"name": null,
|
|
68811
|
-
"ofType": {
|
|
68812
|
-
"kind": "OBJECT",
|
|
68813
|
-
"name": "CASvcAnalysisRunsCollection",
|
|
68814
|
-
"ofType": null
|
|
68815
|
-
}
|
|
68816
|
-
},
|
|
68817
|
-
"isDeprecated": false,
|
|
68818
|
-
"deprecationReason": null
|
|
68819
|
-
},
|
|
68820
|
-
{
|
|
68821
|
-
"name": "caSvcAnalysisRunsByResourceGroupId",
|
|
68822
|
-
"description": null,
|
|
68823
|
-
"args": [
|
|
68824
|
-
{
|
|
68825
|
-
"name": "limit",
|
|
68826
|
-
"description": null,
|
|
68827
|
-
"type": {
|
|
68828
|
-
"kind": "SCALAR",
|
|
68829
|
-
"name": "Int",
|
|
68830
|
-
"ofType": null
|
|
68831
|
-
},
|
|
68832
|
-
"defaultValue": null,
|
|
68833
|
-
"isDeprecated": false,
|
|
68834
|
-
"deprecationReason": null
|
|
68835
|
-
},
|
|
68836
|
-
{
|
|
68837
|
-
"name": "offset",
|
|
68838
|
-
"description": null,
|
|
68839
|
-
"type": {
|
|
68840
|
-
"kind": "SCALAR",
|
|
68841
|
-
"name": "Int",
|
|
68842
|
-
"ofType": null
|
|
68843
|
-
},
|
|
68844
|
-
"defaultValue": null,
|
|
68845
|
-
"isDeprecated": false,
|
|
68846
|
-
"deprecationReason": null
|
|
68847
|
-
},
|
|
68848
|
-
{
|
|
68849
|
-
"name": "resourceGroupId",
|
|
68850
|
-
"description": null,
|
|
68851
|
-
"type": {
|
|
68852
|
-
"kind": "NON_NULL",
|
|
68853
|
-
"name": null,
|
|
68854
|
-
"ofType": {
|
|
68855
|
-
"kind": "SCALAR",
|
|
68856
|
-
"name": "ID",
|
|
68857
|
-
"ofType": null
|
|
68858
|
-
}
|
|
68859
|
-
},
|
|
68860
|
-
"defaultValue": null,
|
|
68861
|
-
"isDeprecated": false,
|
|
68862
|
-
"deprecationReason": null
|
|
68863
|
-
}
|
|
68864
|
-
],
|
|
68865
|
-
"type": {
|
|
68866
|
-
"kind": "NON_NULL",
|
|
68867
|
-
"name": null,
|
|
68868
|
-
"ofType": {
|
|
68869
|
-
"kind": "OBJECT",
|
|
68870
|
-
"name": "CASvcAnalysisRunsCollection",
|
|
68871
|
-
"ofType": null
|
|
68872
|
-
}
|
|
68873
|
-
},
|
|
68874
|
-
"isDeprecated": false,
|
|
68875
|
-
"deprecationReason": null
|
|
68876
|
-
},
|
|
68877
68542
|
{
|
|
68878
68543
|
"name": "caSvcFragment",
|
|
68879
68544
|
"description": null,
|
|
@@ -68904,68 +68569,11 @@
|
|
|
68904
68569
|
"deprecationReason": null
|
|
68905
68570
|
},
|
|
68906
68571
|
{
|
|
68907
|
-
"name": "
|
|
68572
|
+
"name": "caSvcGetPrompt",
|
|
68908
68573
|
"description": null,
|
|
68909
68574
|
"args": [
|
|
68910
68575
|
{
|
|
68911
|
-
"name": "
|
|
68912
|
-
"description": null,
|
|
68913
|
-
"type": {
|
|
68914
|
-
"kind": "SCALAR",
|
|
68915
|
-
"name": "Int",
|
|
68916
|
-
"ofType": null
|
|
68917
|
-
},
|
|
68918
|
-
"defaultValue": null,
|
|
68919
|
-
"isDeprecated": false,
|
|
68920
|
-
"deprecationReason": null
|
|
68921
|
-
},
|
|
68922
|
-
{
|
|
68923
|
-
"name": "offset",
|
|
68924
|
-
"description": null,
|
|
68925
|
-
"type": {
|
|
68926
|
-
"kind": "SCALAR",
|
|
68927
|
-
"name": "Int",
|
|
68928
|
-
"ofType": null
|
|
68929
|
-
},
|
|
68930
|
-
"defaultValue": null,
|
|
68931
|
-
"isDeprecated": false,
|
|
68932
|
-
"deprecationReason": null
|
|
68933
|
-
},
|
|
68934
|
-
{
|
|
68935
|
-
"name": "promptTemplateId",
|
|
68936
|
-
"description": null,
|
|
68937
|
-
"type": {
|
|
68938
|
-
"kind": "NON_NULL",
|
|
68939
|
-
"name": null,
|
|
68940
|
-
"ofType": {
|
|
68941
|
-
"kind": "SCALAR",
|
|
68942
|
-
"name": "ID",
|
|
68943
|
-
"ofType": null
|
|
68944
|
-
}
|
|
68945
|
-
},
|
|
68946
|
-
"defaultValue": null,
|
|
68947
|
-
"isDeprecated": false,
|
|
68948
|
-
"deprecationReason": null
|
|
68949
|
-
}
|
|
68950
|
-
],
|
|
68951
|
-
"type": {
|
|
68952
|
-
"kind": "NON_NULL",
|
|
68953
|
-
"name": null,
|
|
68954
|
-
"ofType": {
|
|
68955
|
-
"kind": "OBJECT",
|
|
68956
|
-
"name": "CASvcFragmentsCollection",
|
|
68957
|
-
"ofType": null
|
|
68958
|
-
}
|
|
68959
|
-
},
|
|
68960
|
-
"isDeprecated": false,
|
|
68961
|
-
"deprecationReason": null
|
|
68962
|
-
},
|
|
68963
|
-
{
|
|
68964
|
-
"name": "caSvcGetMessageForResourceGroupMember",
|
|
68965
|
-
"description": null,
|
|
68966
|
-
"args": [
|
|
68967
|
-
{
|
|
68968
|
-
"name": "memberId",
|
|
68576
|
+
"name": "id",
|
|
68969
68577
|
"description": null,
|
|
68970
68578
|
"type": {
|
|
68971
68579
|
"kind": "NON_NULL",
|
|
@@ -68979,22 +68587,6 @@
|
|
|
68979
68587
|
"defaultValue": null,
|
|
68980
68588
|
"isDeprecated": false,
|
|
68981
68589
|
"deprecationReason": null
|
|
68982
|
-
},
|
|
68983
|
-
{
|
|
68984
|
-
"name": "promptName",
|
|
68985
|
-
"description": null,
|
|
68986
|
-
"type": {
|
|
68987
|
-
"kind": "NON_NULL",
|
|
68988
|
-
"name": null,
|
|
68989
|
-
"ofType": {
|
|
68990
|
-
"kind": "SCALAR",
|
|
68991
|
-
"name": "String",
|
|
68992
|
-
"ofType": null
|
|
68993
|
-
}
|
|
68994
|
-
},
|
|
68995
|
-
"defaultValue": null,
|
|
68996
|
-
"isDeprecated": false,
|
|
68997
|
-
"deprecationReason": null
|
|
68998
68590
|
}
|
|
68999
68591
|
],
|
|
69000
68592
|
"type": {
|
|
@@ -69002,7 +68594,7 @@
|
|
|
69002
68594
|
"name": null,
|
|
69003
68595
|
"ofType": {
|
|
69004
68596
|
"kind": "OBJECT",
|
|
69005
|
-
"name": "
|
|
68597
|
+
"name": "CASvcPrompt",
|
|
69006
68598
|
"ofType": null
|
|
69007
68599
|
}
|
|
69008
68600
|
},
|
|
@@ -69038,63 +68630,6 @@
|
|
|
69038
68630
|
"isDeprecated": false,
|
|
69039
68631
|
"deprecationReason": null
|
|
69040
68632
|
},
|
|
69041
|
-
{
|
|
69042
|
-
"name": "caSvcPromptsByPromptTemplateId",
|
|
69043
|
-
"description": null,
|
|
69044
|
-
"args": [
|
|
69045
|
-
{
|
|
69046
|
-
"name": "limit",
|
|
69047
|
-
"description": null,
|
|
69048
|
-
"type": {
|
|
69049
|
-
"kind": "SCALAR",
|
|
69050
|
-
"name": "Int",
|
|
69051
|
-
"ofType": null
|
|
69052
|
-
},
|
|
69053
|
-
"defaultValue": null,
|
|
69054
|
-
"isDeprecated": false,
|
|
69055
|
-
"deprecationReason": null
|
|
69056
|
-
},
|
|
69057
|
-
{
|
|
69058
|
-
"name": "offset",
|
|
69059
|
-
"description": null,
|
|
69060
|
-
"type": {
|
|
69061
|
-
"kind": "SCALAR",
|
|
69062
|
-
"name": "Int",
|
|
69063
|
-
"ofType": null
|
|
69064
|
-
},
|
|
69065
|
-
"defaultValue": null,
|
|
69066
|
-
"isDeprecated": false,
|
|
69067
|
-
"deprecationReason": null
|
|
69068
|
-
},
|
|
69069
|
-
{
|
|
69070
|
-
"name": "promptTemplateId",
|
|
69071
|
-
"description": null,
|
|
69072
|
-
"type": {
|
|
69073
|
-
"kind": "NON_NULL",
|
|
69074
|
-
"name": null,
|
|
69075
|
-
"ofType": {
|
|
69076
|
-
"kind": "SCALAR",
|
|
69077
|
-
"name": "ID",
|
|
69078
|
-
"ofType": null
|
|
69079
|
-
}
|
|
69080
|
-
},
|
|
69081
|
-
"defaultValue": null,
|
|
69082
|
-
"isDeprecated": false,
|
|
69083
|
-
"deprecationReason": null
|
|
69084
|
-
}
|
|
69085
|
-
],
|
|
69086
|
-
"type": {
|
|
69087
|
-
"kind": "NON_NULL",
|
|
69088
|
-
"name": null,
|
|
69089
|
-
"ofType": {
|
|
69090
|
-
"kind": "OBJECT",
|
|
69091
|
-
"name": "CASvcPromptsCollection",
|
|
69092
|
-
"ofType": null
|
|
69093
|
-
}
|
|
69094
|
-
},
|
|
69095
|
-
"isDeprecated": false,
|
|
69096
|
-
"deprecationReason": null
|
|
69097
|
-
},
|
|
69098
68633
|
{
|
|
69099
68634
|
"name": "caSvcResourceGroup",
|
|
69100
68635
|
"description": null,
|
|
@@ -69210,149 +68745,6 @@
|
|
|
69210
68745
|
"isDeprecated": false,
|
|
69211
68746
|
"deprecationReason": null
|
|
69212
68747
|
},
|
|
69213
|
-
{
|
|
69214
|
-
"name": "caSvcResult",
|
|
69215
|
-
"description": null,
|
|
69216
|
-
"args": [
|
|
69217
|
-
{
|
|
69218
|
-
"name": "id",
|
|
69219
|
-
"description": null,
|
|
69220
|
-
"type": {
|
|
69221
|
-
"kind": "NON_NULL",
|
|
69222
|
-
"name": null,
|
|
69223
|
-
"ofType": {
|
|
69224
|
-
"kind": "SCALAR",
|
|
69225
|
-
"name": "ID",
|
|
69226
|
-
"ofType": null
|
|
69227
|
-
}
|
|
69228
|
-
},
|
|
69229
|
-
"defaultValue": null,
|
|
69230
|
-
"isDeprecated": false,
|
|
69231
|
-
"deprecationReason": null
|
|
69232
|
-
}
|
|
69233
|
-
],
|
|
69234
|
-
"type": {
|
|
69235
|
-
"kind": "OBJECT",
|
|
69236
|
-
"name": "CASvcResult",
|
|
69237
|
-
"ofType": null
|
|
69238
|
-
},
|
|
69239
|
-
"isDeprecated": false,
|
|
69240
|
-
"deprecationReason": null
|
|
69241
|
-
},
|
|
69242
|
-
{
|
|
69243
|
-
"name": "caSvcResultsByAnalysisRunId",
|
|
69244
|
-
"description": null,
|
|
69245
|
-
"args": [
|
|
69246
|
-
{
|
|
69247
|
-
"name": "analysisRunId",
|
|
69248
|
-
"description": null,
|
|
69249
|
-
"type": {
|
|
69250
|
-
"kind": "NON_NULL",
|
|
69251
|
-
"name": null,
|
|
69252
|
-
"ofType": {
|
|
69253
|
-
"kind": "SCALAR",
|
|
69254
|
-
"name": "ID",
|
|
69255
|
-
"ofType": null
|
|
69256
|
-
}
|
|
69257
|
-
},
|
|
69258
|
-
"defaultValue": null,
|
|
69259
|
-
"isDeprecated": false,
|
|
69260
|
-
"deprecationReason": null
|
|
69261
|
-
},
|
|
69262
|
-
{
|
|
69263
|
-
"name": "limit",
|
|
69264
|
-
"description": null,
|
|
69265
|
-
"type": {
|
|
69266
|
-
"kind": "SCALAR",
|
|
69267
|
-
"name": "Int",
|
|
69268
|
-
"ofType": null
|
|
69269
|
-
},
|
|
69270
|
-
"defaultValue": null,
|
|
69271
|
-
"isDeprecated": false,
|
|
69272
|
-
"deprecationReason": null
|
|
69273
|
-
},
|
|
69274
|
-
{
|
|
69275
|
-
"name": "offset",
|
|
69276
|
-
"description": null,
|
|
69277
|
-
"type": {
|
|
69278
|
-
"kind": "SCALAR",
|
|
69279
|
-
"name": "Int",
|
|
69280
|
-
"ofType": null
|
|
69281
|
-
},
|
|
69282
|
-
"defaultValue": null,
|
|
69283
|
-
"isDeprecated": false,
|
|
69284
|
-
"deprecationReason": null
|
|
69285
|
-
}
|
|
69286
|
-
],
|
|
69287
|
-
"type": {
|
|
69288
|
-
"kind": "NON_NULL",
|
|
69289
|
-
"name": null,
|
|
69290
|
-
"ofType": {
|
|
69291
|
-
"kind": "OBJECT",
|
|
69292
|
-
"name": "CASvcResultsCollection",
|
|
69293
|
-
"ofType": null
|
|
69294
|
-
}
|
|
69295
|
-
},
|
|
69296
|
-
"isDeprecated": false,
|
|
69297
|
-
"deprecationReason": null
|
|
69298
|
-
},
|
|
69299
|
-
{
|
|
69300
|
-
"name": "caSvcResultsByFragmentId",
|
|
69301
|
-
"description": null,
|
|
69302
|
-
"args": [
|
|
69303
|
-
{
|
|
69304
|
-
"name": "fragmentId",
|
|
69305
|
-
"description": null,
|
|
69306
|
-
"type": {
|
|
69307
|
-
"kind": "NON_NULL",
|
|
69308
|
-
"name": null,
|
|
69309
|
-
"ofType": {
|
|
69310
|
-
"kind": "SCALAR",
|
|
69311
|
-
"name": "ID",
|
|
69312
|
-
"ofType": null
|
|
69313
|
-
}
|
|
69314
|
-
},
|
|
69315
|
-
"defaultValue": null,
|
|
69316
|
-
"isDeprecated": false,
|
|
69317
|
-
"deprecationReason": null
|
|
69318
|
-
},
|
|
69319
|
-
{
|
|
69320
|
-
"name": "limit",
|
|
69321
|
-
"description": null,
|
|
69322
|
-
"type": {
|
|
69323
|
-
"kind": "SCALAR",
|
|
69324
|
-
"name": "Int",
|
|
69325
|
-
"ofType": null
|
|
69326
|
-
},
|
|
69327
|
-
"defaultValue": null,
|
|
69328
|
-
"isDeprecated": false,
|
|
69329
|
-
"deprecationReason": null
|
|
69330
|
-
},
|
|
69331
|
-
{
|
|
69332
|
-
"name": "offset",
|
|
69333
|
-
"description": null,
|
|
69334
|
-
"type": {
|
|
69335
|
-
"kind": "SCALAR",
|
|
69336
|
-
"name": "Int",
|
|
69337
|
-
"ofType": null
|
|
69338
|
-
},
|
|
69339
|
-
"defaultValue": null,
|
|
69340
|
-
"isDeprecated": false,
|
|
69341
|
-
"deprecationReason": null
|
|
69342
|
-
}
|
|
69343
|
-
],
|
|
69344
|
-
"type": {
|
|
69345
|
-
"kind": "NON_NULL",
|
|
69346
|
-
"name": null,
|
|
69347
|
-
"ofType": {
|
|
69348
|
-
"kind": "OBJECT",
|
|
69349
|
-
"name": "CASvcResultsCollection",
|
|
69350
|
-
"ofType": null
|
|
69351
|
-
}
|
|
69352
|
-
},
|
|
69353
|
-
"isDeprecated": false,
|
|
69354
|
-
"deprecationReason": null
|
|
69355
|
-
},
|
|
69356
68748
|
{
|
|
69357
68749
|
"name": "caSvcResultsByResourceGroupMemberId",
|
|
69358
68750
|
"description": null,
|