@promoboxx/graphql-gateway-types 1.908.0 → 1.909.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 +986 -510
- package/index.d.ts +169 -124
- package/package.json +1 -1
- package/schema.graphql +104 -66
package/graphql.schema.json
CHANGED
|
@@ -10319,43 +10319,43 @@
|
|
|
10319
10319
|
"description": null,
|
|
10320
10320
|
"args": [],
|
|
10321
10321
|
"type": {
|
|
10322
|
-
"kind": "
|
|
10323
|
-
"name":
|
|
10324
|
-
"ofType":
|
|
10322
|
+
"kind": "NON_NULL",
|
|
10323
|
+
"name": null,
|
|
10324
|
+
"ofType": {
|
|
10325
|
+
"kind": "SCALAR",
|
|
10326
|
+
"name": "String",
|
|
10327
|
+
"ofType": null
|
|
10328
|
+
}
|
|
10325
10329
|
},
|
|
10326
10330
|
"isDeprecated": false,
|
|
10327
10331
|
"deprecationReason": null
|
|
10328
10332
|
},
|
|
10329
10333
|
{
|
|
10330
|
-
"name": "
|
|
10334
|
+
"name": "fragmentGroup",
|
|
10331
10335
|
"description": null,
|
|
10332
10336
|
"args": [],
|
|
10333
10337
|
"type": {
|
|
10334
|
-
"kind": "
|
|
10335
|
-
"name":
|
|
10336
|
-
"ofType":
|
|
10337
|
-
"kind": "SCALAR",
|
|
10338
|
-
"name": "ID",
|
|
10339
|
-
"ofType": null
|
|
10340
|
-
}
|
|
10338
|
+
"kind": "OBJECT",
|
|
10339
|
+
"name": "CASvcFragmentGroup",
|
|
10340
|
+
"ofType": null
|
|
10341
10341
|
},
|
|
10342
10342
|
"isDeprecated": false,
|
|
10343
10343
|
"deprecationReason": null
|
|
10344
10344
|
},
|
|
10345
10345
|
{
|
|
10346
|
-
"name": "
|
|
10346
|
+
"name": "fragmentGroupId",
|
|
10347
10347
|
"description": null,
|
|
10348
10348
|
"args": [],
|
|
10349
10349
|
"type": {
|
|
10350
|
-
"kind": "
|
|
10351
|
-
"name": "
|
|
10350
|
+
"kind": "SCALAR",
|
|
10351
|
+
"name": "ID",
|
|
10352
10352
|
"ofType": null
|
|
10353
10353
|
},
|
|
10354
10354
|
"isDeprecated": false,
|
|
10355
10355
|
"deprecationReason": null
|
|
10356
10356
|
},
|
|
10357
10357
|
{
|
|
10358
|
-
"name": "
|
|
10358
|
+
"name": "id",
|
|
10359
10359
|
"description": null,
|
|
10360
10360
|
"args": [],
|
|
10361
10361
|
"type": {
|
|
@@ -10371,40 +10371,24 @@
|
|
|
10371
10371
|
"deprecationReason": null
|
|
10372
10372
|
},
|
|
10373
10373
|
{
|
|
10374
|
-
"name": "
|
|
10374
|
+
"name": "resourceGroup",
|
|
10375
10375
|
"description": null,
|
|
10376
10376
|
"args": [],
|
|
10377
10377
|
"type": {
|
|
10378
10378
|
"kind": "OBJECT",
|
|
10379
|
-
"name": "
|
|
10379
|
+
"name": "CASvcResourceGroup",
|
|
10380
10380
|
"ofType": null
|
|
10381
10381
|
},
|
|
10382
10382
|
"isDeprecated": false,
|
|
10383
10383
|
"deprecationReason": null
|
|
10384
10384
|
},
|
|
10385
10385
|
{
|
|
10386
|
-
"name": "
|
|
10387
|
-
"description": null,
|
|
10388
|
-
"args": [],
|
|
10389
|
-
"type": {
|
|
10390
|
-
"kind": "NON_NULL",
|
|
10391
|
-
"name": null,
|
|
10392
|
-
"ofType": {
|
|
10393
|
-
"kind": "SCALAR",
|
|
10394
|
-
"name": "ID",
|
|
10395
|
-
"ofType": null
|
|
10396
|
-
}
|
|
10397
|
-
},
|
|
10398
|
-
"isDeprecated": false,
|
|
10399
|
-
"deprecationReason": null
|
|
10400
|
-
},
|
|
10401
|
-
{
|
|
10402
|
-
"name": "updatedAt",
|
|
10386
|
+
"name": "resourceGroupId",
|
|
10403
10387
|
"description": null,
|
|
10404
10388
|
"args": [],
|
|
10405
10389
|
"type": {
|
|
10406
10390
|
"kind": "SCALAR",
|
|
10407
|
-
"name": "
|
|
10391
|
+
"name": "ID",
|
|
10408
10392
|
"ofType": null
|
|
10409
10393
|
},
|
|
10410
10394
|
"isDeprecated": false,
|
|
@@ -10424,32 +10408,24 @@
|
|
|
10424
10408
|
"fields": null,
|
|
10425
10409
|
"inputFields": [
|
|
10426
10410
|
{
|
|
10427
|
-
"name": "
|
|
10411
|
+
"name": "fragmentGroupId",
|
|
10428
10412
|
"description": null,
|
|
10429
10413
|
"type": {
|
|
10430
|
-
"kind": "
|
|
10431
|
-
"name":
|
|
10432
|
-
"ofType":
|
|
10433
|
-
"kind": "SCALAR",
|
|
10434
|
-
"name": "ID",
|
|
10435
|
-
"ofType": null
|
|
10436
|
-
}
|
|
10414
|
+
"kind": "SCALAR",
|
|
10415
|
+
"name": "ID",
|
|
10416
|
+
"ofType": null
|
|
10437
10417
|
},
|
|
10438
10418
|
"defaultValue": null,
|
|
10439
10419
|
"isDeprecated": false,
|
|
10440
10420
|
"deprecationReason": null
|
|
10441
10421
|
},
|
|
10442
10422
|
{
|
|
10443
|
-
"name": "
|
|
10423
|
+
"name": "resourceGroupId",
|
|
10444
10424
|
"description": null,
|
|
10445
10425
|
"type": {
|
|
10446
|
-
"kind": "
|
|
10447
|
-
"name":
|
|
10448
|
-
"ofType":
|
|
10449
|
-
"kind": "SCALAR",
|
|
10450
|
-
"name": "ID",
|
|
10451
|
-
"ofType": null
|
|
10452
|
-
}
|
|
10426
|
+
"kind": "SCALAR",
|
|
10427
|
+
"name": "ID",
|
|
10428
|
+
"ofType": null
|
|
10453
10429
|
},
|
|
10454
10430
|
"defaultValue": null,
|
|
10455
10431
|
"isDeprecated": false,
|
|
@@ -10488,7 +10464,7 @@
|
|
|
10488
10464
|
"args": [],
|
|
10489
10465
|
"type": {
|
|
10490
10466
|
"kind": "OBJECT",
|
|
10491
|
-
"name": "
|
|
10467
|
+
"name": "CASvcResourceGroupMember",
|
|
10492
10468
|
"ofType": null
|
|
10493
10469
|
},
|
|
10494
10470
|
"isDeprecated": false,
|
|
@@ -10586,12 +10562,36 @@
|
|
|
10586
10562
|
},
|
|
10587
10563
|
{
|
|
10588
10564
|
"kind": "OBJECT",
|
|
10589
|
-
"name": "
|
|
10565
|
+
"name": "CASvcAnalysisRunsCollection",
|
|
10590
10566
|
"description": null,
|
|
10591
10567
|
"isOneOf": null,
|
|
10592
10568
|
"fields": [
|
|
10593
10569
|
{
|
|
10594
|
-
"name": "
|
|
10570
|
+
"name": "data",
|
|
10571
|
+
"description": null,
|
|
10572
|
+
"args": [],
|
|
10573
|
+
"type": {
|
|
10574
|
+
"kind": "NON_NULL",
|
|
10575
|
+
"name": null,
|
|
10576
|
+
"ofType": {
|
|
10577
|
+
"kind": "LIST",
|
|
10578
|
+
"name": null,
|
|
10579
|
+
"ofType": {
|
|
10580
|
+
"kind": "NON_NULL",
|
|
10581
|
+
"name": null,
|
|
10582
|
+
"ofType": {
|
|
10583
|
+
"kind": "OBJECT",
|
|
10584
|
+
"name": "CASvcAnalysisRun",
|
|
10585
|
+
"ofType": null
|
|
10586
|
+
}
|
|
10587
|
+
}
|
|
10588
|
+
}
|
|
10589
|
+
},
|
|
10590
|
+
"isDeprecated": false,
|
|
10591
|
+
"deprecationReason": null
|
|
10592
|
+
},
|
|
10593
|
+
{
|
|
10594
|
+
"name": "hasNextPage",
|
|
10595
10595
|
"description": null,
|
|
10596
10596
|
"args": [],
|
|
10597
10597
|
"type": {
|
|
@@ -10599,7 +10599,7 @@
|
|
|
10599
10599
|
"name": null,
|
|
10600
10600
|
"ofType": {
|
|
10601
10601
|
"kind": "SCALAR",
|
|
10602
|
-
"name": "
|
|
10602
|
+
"name": "Boolean",
|
|
10603
10603
|
"ofType": null
|
|
10604
10604
|
}
|
|
10605
10605
|
},
|
|
@@ -10607,7 +10607,7 @@
|
|
|
10607
10607
|
"deprecationReason": null
|
|
10608
10608
|
},
|
|
10609
10609
|
{
|
|
10610
|
-
"name": "
|
|
10610
|
+
"name": "totalCount",
|
|
10611
10611
|
"description": null,
|
|
10612
10612
|
"args": [],
|
|
10613
10613
|
"type": {
|
|
@@ -10615,7 +10615,35 @@
|
|
|
10615
10615
|
"name": null,
|
|
10616
10616
|
"ofType": {
|
|
10617
10617
|
"kind": "SCALAR",
|
|
10618
|
-
"name": "
|
|
10618
|
+
"name": "Int",
|
|
10619
|
+
"ofType": null
|
|
10620
|
+
}
|
|
10621
|
+
},
|
|
10622
|
+
"isDeprecated": false,
|
|
10623
|
+
"deprecationReason": null
|
|
10624
|
+
}
|
|
10625
|
+
],
|
|
10626
|
+
"inputFields": null,
|
|
10627
|
+
"interfaces": [],
|
|
10628
|
+
"enumValues": null,
|
|
10629
|
+
"possibleTypes": null
|
|
10630
|
+
},
|
|
10631
|
+
{
|
|
10632
|
+
"kind": "OBJECT",
|
|
10633
|
+
"name": "CASvcFragment",
|
|
10634
|
+
"description": null,
|
|
10635
|
+
"isOneOf": null,
|
|
10636
|
+
"fields": [
|
|
10637
|
+
{
|
|
10638
|
+
"name": "createdAt",
|
|
10639
|
+
"description": null,
|
|
10640
|
+
"args": [],
|
|
10641
|
+
"type": {
|
|
10642
|
+
"kind": "NON_NULL",
|
|
10643
|
+
"name": null,
|
|
10644
|
+
"ofType": {
|
|
10645
|
+
"kind": "SCALAR",
|
|
10646
|
+
"name": "String",
|
|
10619
10647
|
"ofType": null
|
|
10620
10648
|
}
|
|
10621
10649
|
},
|
|
@@ -10701,121 +10729,101 @@
|
|
|
10701
10729
|
"possibleTypes": null
|
|
10702
10730
|
},
|
|
10703
10731
|
{
|
|
10704
|
-
"kind": "
|
|
10705
|
-
"name": "
|
|
10732
|
+
"kind": "OBJECT",
|
|
10733
|
+
"name": "CASvcFragmentGroup",
|
|
10706
10734
|
"description": null,
|
|
10707
|
-
"isOneOf":
|
|
10708
|
-
"fields":
|
|
10709
|
-
"inputFields": [
|
|
10735
|
+
"isOneOf": null,
|
|
10736
|
+
"fields": [
|
|
10710
10737
|
{
|
|
10711
|
-
"name": "
|
|
10738
|
+
"name": "createdAt",
|
|
10712
10739
|
"description": null,
|
|
10740
|
+
"args": [],
|
|
10713
10741
|
"type": {
|
|
10714
|
-
"kind": "
|
|
10715
|
-
"name":
|
|
10716
|
-
"ofType":
|
|
10742
|
+
"kind": "NON_NULL",
|
|
10743
|
+
"name": null,
|
|
10744
|
+
"ofType": {
|
|
10745
|
+
"kind": "SCALAR",
|
|
10746
|
+
"name": "String",
|
|
10747
|
+
"ofType": null
|
|
10748
|
+
}
|
|
10717
10749
|
},
|
|
10718
|
-
"defaultValue": null,
|
|
10719
10750
|
"isDeprecated": false,
|
|
10720
10751
|
"deprecationReason": null
|
|
10721
10752
|
},
|
|
10722
10753
|
{
|
|
10723
|
-
"name": "
|
|
10754
|
+
"name": "fragment",
|
|
10724
10755
|
"description": null,
|
|
10756
|
+
"args": [],
|
|
10725
10757
|
"type": {
|
|
10726
|
-
"kind": "
|
|
10727
|
-
"name": "
|
|
10758
|
+
"kind": "OBJECT",
|
|
10759
|
+
"name": "CASvcFragment",
|
|
10728
10760
|
"ofType": null
|
|
10729
10761
|
},
|
|
10730
|
-
"defaultValue": null,
|
|
10731
10762
|
"isDeprecated": false,
|
|
10732
10763
|
"deprecationReason": null
|
|
10733
10764
|
},
|
|
10734
10765
|
{
|
|
10735
|
-
"name": "
|
|
10766
|
+
"name": "fragmentId",
|
|
10736
10767
|
"description": null,
|
|
10768
|
+
"args": [],
|
|
10737
10769
|
"type": {
|
|
10738
10770
|
"kind": "NON_NULL",
|
|
10739
10771
|
"name": null,
|
|
10740
10772
|
"ofType": {
|
|
10741
10773
|
"kind": "SCALAR",
|
|
10742
|
-
"name": "
|
|
10774
|
+
"name": "ID",
|
|
10743
10775
|
"ofType": null
|
|
10744
10776
|
}
|
|
10745
10777
|
},
|
|
10746
|
-
"defaultValue": null,
|
|
10747
10778
|
"isDeprecated": false,
|
|
10748
10779
|
"deprecationReason": null
|
|
10749
10780
|
},
|
|
10750
10781
|
{
|
|
10751
|
-
"name": "
|
|
10782
|
+
"name": "id",
|
|
10752
10783
|
"description": null,
|
|
10784
|
+
"args": [],
|
|
10753
10785
|
"type": {
|
|
10754
10786
|
"kind": "NON_NULL",
|
|
10755
10787
|
"name": null,
|
|
10756
10788
|
"ofType": {
|
|
10757
10789
|
"kind": "SCALAR",
|
|
10758
|
-
"name": "
|
|
10790
|
+
"name": "ID",
|
|
10759
10791
|
"ofType": null
|
|
10760
10792
|
}
|
|
10761
10793
|
},
|
|
10762
|
-
"defaultValue": null,
|
|
10763
10794
|
"isDeprecated": false,
|
|
10764
10795
|
"deprecationReason": null
|
|
10765
|
-
}
|
|
10766
|
-
],
|
|
10767
|
-
"interfaces": null,
|
|
10768
|
-
"enumValues": null,
|
|
10769
|
-
"possibleTypes": null
|
|
10770
|
-
},
|
|
10771
|
-
{
|
|
10772
|
-
"kind": "OBJECT",
|
|
10773
|
-
"name": "CASvcPromptFragmentsCollection",
|
|
10774
|
-
"description": null,
|
|
10775
|
-
"isOneOf": null,
|
|
10776
|
-
"fields": [
|
|
10796
|
+
},
|
|
10777
10797
|
{
|
|
10778
|
-
"name": "
|
|
10798
|
+
"name": "promptName",
|
|
10779
10799
|
"description": null,
|
|
10780
10800
|
"args": [],
|
|
10781
10801
|
"type": {
|
|
10782
10802
|
"kind": "NON_NULL",
|
|
10783
10803
|
"name": null,
|
|
10784
10804
|
"ofType": {
|
|
10785
|
-
"kind": "
|
|
10786
|
-
"name":
|
|
10787
|
-
"ofType":
|
|
10788
|
-
"kind": "NON_NULL",
|
|
10789
|
-
"name": null,
|
|
10790
|
-
"ofType": {
|
|
10791
|
-
"kind": "OBJECT",
|
|
10792
|
-
"name": "CASvcPromptFragment",
|
|
10793
|
-
"ofType": null
|
|
10794
|
-
}
|
|
10795
|
-
}
|
|
10805
|
+
"kind": "SCALAR",
|
|
10806
|
+
"name": "String",
|
|
10807
|
+
"ofType": null
|
|
10796
10808
|
}
|
|
10797
10809
|
},
|
|
10798
10810
|
"isDeprecated": false,
|
|
10799
10811
|
"deprecationReason": null
|
|
10800
10812
|
},
|
|
10801
10813
|
{
|
|
10802
|
-
"name": "
|
|
10814
|
+
"name": "promptTemplate",
|
|
10803
10815
|
"description": null,
|
|
10804
10816
|
"args": [],
|
|
10805
10817
|
"type": {
|
|
10806
|
-
"kind": "
|
|
10807
|
-
"name":
|
|
10808
|
-
"ofType":
|
|
10809
|
-
"kind": "SCALAR",
|
|
10810
|
-
"name": "Boolean",
|
|
10811
|
-
"ofType": null
|
|
10812
|
-
}
|
|
10818
|
+
"kind": "OBJECT",
|
|
10819
|
+
"name": "CASvcPromptTemplate",
|
|
10820
|
+
"ofType": null
|
|
10813
10821
|
},
|
|
10814
10822
|
"isDeprecated": false,
|
|
10815
10823
|
"deprecationReason": null
|
|
10816
10824
|
},
|
|
10817
10825
|
{
|
|
10818
|
-
"name": "
|
|
10826
|
+
"name": "promptTemplateId",
|
|
10819
10827
|
"description": null,
|
|
10820
10828
|
"args": [],
|
|
10821
10829
|
"type": {
|
|
@@ -10823,7 +10831,7 @@
|
|
|
10823
10831
|
"name": null,
|
|
10824
10832
|
"ofType": {
|
|
10825
10833
|
"kind": "SCALAR",
|
|
10826
|
-
"name": "
|
|
10834
|
+
"name": "ID",
|
|
10827
10835
|
"ofType": null
|
|
10828
10836
|
}
|
|
10829
10837
|
},
|
|
@@ -10837,15 +10845,31 @@
|
|
|
10837
10845
|
"possibleTypes": null
|
|
10838
10846
|
},
|
|
10839
10847
|
{
|
|
10840
|
-
"kind": "
|
|
10841
|
-
"name": "
|
|
10848
|
+
"kind": "INPUT_OBJECT",
|
|
10849
|
+
"name": "CASvcFragmentGroupInput",
|
|
10842
10850
|
"description": null,
|
|
10843
|
-
"isOneOf":
|
|
10844
|
-
"fields":
|
|
10851
|
+
"isOneOf": false,
|
|
10852
|
+
"fields": null,
|
|
10853
|
+
"inputFields": [
|
|
10845
10854
|
{
|
|
10846
|
-
"name": "
|
|
10855
|
+
"name": "fragmentId",
|
|
10856
|
+
"description": null,
|
|
10857
|
+
"type": {
|
|
10858
|
+
"kind": "NON_NULL",
|
|
10859
|
+
"name": null,
|
|
10860
|
+
"ofType": {
|
|
10861
|
+
"kind": "SCALAR",
|
|
10862
|
+
"name": "ID",
|
|
10863
|
+
"ofType": null
|
|
10864
|
+
}
|
|
10865
|
+
},
|
|
10866
|
+
"defaultValue": null,
|
|
10867
|
+
"isDeprecated": false,
|
|
10868
|
+
"deprecationReason": null
|
|
10869
|
+
},
|
|
10870
|
+
{
|
|
10871
|
+
"name": "promptName",
|
|
10847
10872
|
"description": null,
|
|
10848
|
-
"args": [],
|
|
10849
10873
|
"type": {
|
|
10850
10874
|
"kind": "NON_NULL",
|
|
10851
10875
|
"name": null,
|
|
@@ -10855,13 +10879,13 @@
|
|
|
10855
10879
|
"ofType": null
|
|
10856
10880
|
}
|
|
10857
10881
|
},
|
|
10882
|
+
"defaultValue": null,
|
|
10858
10883
|
"isDeprecated": false,
|
|
10859
10884
|
"deprecationReason": null
|
|
10860
10885
|
},
|
|
10861
10886
|
{
|
|
10862
|
-
"name": "
|
|
10887
|
+
"name": "promptTemplateId",
|
|
10863
10888
|
"description": null,
|
|
10864
|
-
"args": [],
|
|
10865
10889
|
"type": {
|
|
10866
10890
|
"kind": "NON_NULL",
|
|
10867
10891
|
"name": null,
|
|
@@ -10871,11 +10895,23 @@
|
|
|
10871
10895
|
"ofType": null
|
|
10872
10896
|
}
|
|
10873
10897
|
},
|
|
10898
|
+
"defaultValue": null,
|
|
10874
10899
|
"isDeprecated": false,
|
|
10875
10900
|
"deprecationReason": null
|
|
10876
|
-
}
|
|
10901
|
+
}
|
|
10902
|
+
],
|
|
10903
|
+
"interfaces": null,
|
|
10904
|
+
"enumValues": null,
|
|
10905
|
+
"possibleTypes": null
|
|
10906
|
+
},
|
|
10907
|
+
{
|
|
10908
|
+
"kind": "OBJECT",
|
|
10909
|
+
"name": "CASvcFragmentGroupsCollection",
|
|
10910
|
+
"description": null,
|
|
10911
|
+
"isOneOf": null,
|
|
10912
|
+
"fields": [
|
|
10877
10913
|
{
|
|
10878
|
-
"name": "
|
|
10914
|
+
"name": "data",
|
|
10879
10915
|
"description": null,
|
|
10880
10916
|
"args": [],
|
|
10881
10917
|
"type": {
|
|
@@ -10889,7 +10925,7 @@
|
|
|
10889
10925
|
"name": null,
|
|
10890
10926
|
"ofType": {
|
|
10891
10927
|
"kind": "OBJECT",
|
|
10892
|
-
"name": "
|
|
10928
|
+
"name": "CASvcFragmentGroup",
|
|
10893
10929
|
"ofType": null
|
|
10894
10930
|
}
|
|
10895
10931
|
}
|
|
@@ -10899,25 +10935,33 @@
|
|
|
10899
10935
|
"deprecationReason": null
|
|
10900
10936
|
},
|
|
10901
10937
|
{
|
|
10902
|
-
"name": "
|
|
10938
|
+
"name": "hasNextPage",
|
|
10903
10939
|
"description": null,
|
|
10904
10940
|
"args": [],
|
|
10905
10941
|
"type": {
|
|
10906
|
-
"kind": "
|
|
10907
|
-
"name":
|
|
10908
|
-
"ofType":
|
|
10942
|
+
"kind": "NON_NULL",
|
|
10943
|
+
"name": null,
|
|
10944
|
+
"ofType": {
|
|
10945
|
+
"kind": "SCALAR",
|
|
10946
|
+
"name": "Boolean",
|
|
10947
|
+
"ofType": null
|
|
10948
|
+
}
|
|
10909
10949
|
},
|
|
10910
10950
|
"isDeprecated": false,
|
|
10911
10951
|
"deprecationReason": null
|
|
10912
10952
|
},
|
|
10913
10953
|
{
|
|
10914
|
-
"name": "
|
|
10954
|
+
"name": "totalCount",
|
|
10915
10955
|
"description": null,
|
|
10916
10956
|
"args": [],
|
|
10917
10957
|
"type": {
|
|
10918
|
-
"kind": "
|
|
10919
|
-
"name":
|
|
10920
|
-
"ofType":
|
|
10958
|
+
"kind": "NON_NULL",
|
|
10959
|
+
"name": null,
|
|
10960
|
+
"ofType": {
|
|
10961
|
+
"kind": "SCALAR",
|
|
10962
|
+
"name": "Int",
|
|
10963
|
+
"ofType": null
|
|
10964
|
+
}
|
|
10921
10965
|
},
|
|
10922
10966
|
"isDeprecated": false,
|
|
10923
10967
|
"deprecationReason": null
|
|
@@ -10930,7 +10974,7 @@
|
|
|
10930
10974
|
},
|
|
10931
10975
|
{
|
|
10932
10976
|
"kind": "INPUT_OBJECT",
|
|
10933
|
-
"name": "
|
|
10977
|
+
"name": "CASvcFragmentInput",
|
|
10934
10978
|
"description": null,
|
|
10935
10979
|
"isOneOf": false,
|
|
10936
10980
|
"fields": null,
|
|
@@ -10946,6 +10990,38 @@
|
|
|
10946
10990
|
"defaultValue": null,
|
|
10947
10991
|
"isDeprecated": false,
|
|
10948
10992
|
"deprecationReason": null
|
|
10993
|
+
},
|
|
10994
|
+
{
|
|
10995
|
+
"name": "text",
|
|
10996
|
+
"description": null,
|
|
10997
|
+
"type": {
|
|
10998
|
+
"kind": "NON_NULL",
|
|
10999
|
+
"name": null,
|
|
11000
|
+
"ofType": {
|
|
11001
|
+
"kind": "SCALAR",
|
|
11002
|
+
"name": "String",
|
|
11003
|
+
"ofType": null
|
|
11004
|
+
}
|
|
11005
|
+
},
|
|
11006
|
+
"defaultValue": null,
|
|
11007
|
+
"isDeprecated": false,
|
|
11008
|
+
"deprecationReason": null
|
|
11009
|
+
},
|
|
11010
|
+
{
|
|
11011
|
+
"name": "version",
|
|
11012
|
+
"description": null,
|
|
11013
|
+
"type": {
|
|
11014
|
+
"kind": "NON_NULL",
|
|
11015
|
+
"name": null,
|
|
11016
|
+
"ofType": {
|
|
11017
|
+
"kind": "SCALAR",
|
|
11018
|
+
"name": "String",
|
|
11019
|
+
"ofType": null
|
|
11020
|
+
}
|
|
11021
|
+
},
|
|
11022
|
+
"defaultValue": null,
|
|
11023
|
+
"isDeprecated": false,
|
|
11024
|
+
"deprecationReason": null
|
|
10949
11025
|
}
|
|
10950
11026
|
],
|
|
10951
11027
|
"interfaces": null,
|
|
@@ -10954,12 +11030,36 @@
|
|
|
10954
11030
|
},
|
|
10955
11031
|
{
|
|
10956
11032
|
"kind": "OBJECT",
|
|
10957
|
-
"name": "
|
|
11033
|
+
"name": "CASvcFragmentsCollection",
|
|
10958
11034
|
"description": null,
|
|
10959
11035
|
"isOneOf": null,
|
|
10960
11036
|
"fields": [
|
|
10961
11037
|
{
|
|
10962
|
-
"name": "
|
|
11038
|
+
"name": "data",
|
|
11039
|
+
"description": null,
|
|
11040
|
+
"args": [],
|
|
11041
|
+
"type": {
|
|
11042
|
+
"kind": "NON_NULL",
|
|
11043
|
+
"name": null,
|
|
11044
|
+
"ofType": {
|
|
11045
|
+
"kind": "LIST",
|
|
11046
|
+
"name": null,
|
|
11047
|
+
"ofType": {
|
|
11048
|
+
"kind": "NON_NULL",
|
|
11049
|
+
"name": null,
|
|
11050
|
+
"ofType": {
|
|
11051
|
+
"kind": "OBJECT",
|
|
11052
|
+
"name": "CASvcFragment",
|
|
11053
|
+
"ofType": null
|
|
11054
|
+
}
|
|
11055
|
+
}
|
|
11056
|
+
}
|
|
11057
|
+
},
|
|
11058
|
+
"isDeprecated": false,
|
|
11059
|
+
"deprecationReason": null
|
|
11060
|
+
},
|
|
11061
|
+
{
|
|
11062
|
+
"name": "hasNextPage",
|
|
10963
11063
|
"description": null,
|
|
10964
11064
|
"args": [],
|
|
10965
11065
|
"type": {
|
|
@@ -10967,12 +11067,52 @@
|
|
|
10967
11067
|
"name": null,
|
|
10968
11068
|
"ofType": {
|
|
10969
11069
|
"kind": "SCALAR",
|
|
10970
|
-
"name": "
|
|
11070
|
+
"name": "Boolean",
|
|
11071
|
+
"ofType": null
|
|
11072
|
+
}
|
|
11073
|
+
},
|
|
11074
|
+
"isDeprecated": false,
|
|
11075
|
+
"deprecationReason": null
|
|
11076
|
+
},
|
|
11077
|
+
{
|
|
11078
|
+
"name": "totalCount",
|
|
11079
|
+
"description": null,
|
|
11080
|
+
"args": [],
|
|
11081
|
+
"type": {
|
|
11082
|
+
"kind": "NON_NULL",
|
|
11083
|
+
"name": null,
|
|
11084
|
+
"ofType": {
|
|
11085
|
+
"kind": "SCALAR",
|
|
11086
|
+
"name": "Int",
|
|
10971
11087
|
"ofType": null
|
|
10972
11088
|
}
|
|
10973
11089
|
},
|
|
10974
11090
|
"isDeprecated": false,
|
|
10975
11091
|
"deprecationReason": null
|
|
11092
|
+
}
|
|
11093
|
+
],
|
|
11094
|
+
"inputFields": null,
|
|
11095
|
+
"interfaces": [],
|
|
11096
|
+
"enumValues": null,
|
|
11097
|
+
"possibleTypes": null
|
|
11098
|
+
},
|
|
11099
|
+
{
|
|
11100
|
+
"kind": "OBJECT",
|
|
11101
|
+
"name": "CASvcPromptTemplate",
|
|
11102
|
+
"description": null,
|
|
11103
|
+
"isOneOf": null,
|
|
11104
|
+
"fields": [
|
|
11105
|
+
{
|
|
11106
|
+
"name": "createdAt",
|
|
11107
|
+
"description": null,
|
|
11108
|
+
"args": [],
|
|
11109
|
+
"type": {
|
|
11110
|
+
"kind": "SCALAR",
|
|
11111
|
+
"name": "String",
|
|
11112
|
+
"ofType": null
|
|
11113
|
+
},
|
|
11114
|
+
"isDeprecated": false,
|
|
11115
|
+
"deprecationReason": null
|
|
10976
11116
|
},
|
|
10977
11117
|
{
|
|
10978
11118
|
"name": "id",
|
|
@@ -10991,36 +11131,328 @@
|
|
|
10991
11131
|
"deprecationReason": null
|
|
10992
11132
|
},
|
|
10993
11133
|
{
|
|
10994
|
-
"name": "
|
|
11134
|
+
"name": "name",
|
|
11135
|
+
"description": null,
|
|
11136
|
+
"args": [],
|
|
11137
|
+
"type": {
|
|
11138
|
+
"kind": "NON_NULL",
|
|
11139
|
+
"name": null,
|
|
11140
|
+
"ofType": {
|
|
11141
|
+
"kind": "SCALAR",
|
|
11142
|
+
"name": "String",
|
|
11143
|
+
"ofType": null
|
|
11144
|
+
}
|
|
11145
|
+
},
|
|
11146
|
+
"isDeprecated": false,
|
|
11147
|
+
"deprecationReason": null
|
|
11148
|
+
},
|
|
11149
|
+
{
|
|
11150
|
+
"name": "template",
|
|
11151
|
+
"description": null,
|
|
11152
|
+
"args": [],
|
|
11153
|
+
"type": {
|
|
11154
|
+
"kind": "NON_NULL",
|
|
11155
|
+
"name": null,
|
|
11156
|
+
"ofType": {
|
|
11157
|
+
"kind": "SCALAR",
|
|
11158
|
+
"name": "String",
|
|
11159
|
+
"ofType": null
|
|
11160
|
+
}
|
|
11161
|
+
},
|
|
11162
|
+
"isDeprecated": false,
|
|
11163
|
+
"deprecationReason": null
|
|
11164
|
+
},
|
|
11165
|
+
{
|
|
11166
|
+
"name": "version",
|
|
10995
11167
|
"description": null,
|
|
10996
11168
|
"args": [],
|
|
10997
11169
|
"type": {
|
|
10998
11170
|
"kind": "SCALAR",
|
|
10999
|
-
"name": "
|
|
11171
|
+
"name": "String",
|
|
11000
11172
|
"ofType": null
|
|
11001
11173
|
},
|
|
11002
11174
|
"isDeprecated": false,
|
|
11003
11175
|
"deprecationReason": null
|
|
11176
|
+
}
|
|
11177
|
+
],
|
|
11178
|
+
"inputFields": null,
|
|
11179
|
+
"interfaces": [],
|
|
11180
|
+
"enumValues": null,
|
|
11181
|
+
"possibleTypes": null
|
|
11182
|
+
},
|
|
11183
|
+
{
|
|
11184
|
+
"kind": "INPUT_OBJECT",
|
|
11185
|
+
"name": "CASvcPromptTemplateInput",
|
|
11186
|
+
"description": null,
|
|
11187
|
+
"isOneOf": false,
|
|
11188
|
+
"fields": null,
|
|
11189
|
+
"inputFields": [
|
|
11190
|
+
{
|
|
11191
|
+
"name": "name",
|
|
11192
|
+
"description": null,
|
|
11193
|
+
"type": {
|
|
11194
|
+
"kind": "NON_NULL",
|
|
11195
|
+
"name": null,
|
|
11196
|
+
"ofType": {
|
|
11197
|
+
"kind": "SCALAR",
|
|
11198
|
+
"name": "String",
|
|
11199
|
+
"ofType": null
|
|
11200
|
+
}
|
|
11201
|
+
},
|
|
11202
|
+
"defaultValue": null,
|
|
11203
|
+
"isDeprecated": false,
|
|
11204
|
+
"deprecationReason": null
|
|
11004
11205
|
},
|
|
11005
11206
|
{
|
|
11006
|
-
"name": "
|
|
11207
|
+
"name": "template",
|
|
11007
11208
|
"description": null,
|
|
11008
|
-
"args": [],
|
|
11009
11209
|
"type": {
|
|
11010
|
-
"kind": "
|
|
11011
|
-
"name":
|
|
11210
|
+
"kind": "NON_NULL",
|
|
11211
|
+
"name": null,
|
|
11212
|
+
"ofType": {
|
|
11213
|
+
"kind": "SCALAR",
|
|
11214
|
+
"name": "String",
|
|
11215
|
+
"ofType": null
|
|
11216
|
+
}
|
|
11217
|
+
},
|
|
11218
|
+
"defaultValue": null,
|
|
11219
|
+
"isDeprecated": false,
|
|
11220
|
+
"deprecationReason": null
|
|
11221
|
+
},
|
|
11222
|
+
{
|
|
11223
|
+
"name": "version",
|
|
11224
|
+
"description": null,
|
|
11225
|
+
"type": {
|
|
11226
|
+
"kind": "SCALAR",
|
|
11227
|
+
"name": "String",
|
|
11012
11228
|
"ofType": null
|
|
11013
11229
|
},
|
|
11230
|
+
"defaultValue": null,
|
|
11231
|
+
"isDeprecated": false,
|
|
11232
|
+
"deprecationReason": null
|
|
11233
|
+
}
|
|
11234
|
+
],
|
|
11235
|
+
"interfaces": null,
|
|
11236
|
+
"enumValues": null,
|
|
11237
|
+
"possibleTypes": null
|
|
11238
|
+
},
|
|
11239
|
+
{
|
|
11240
|
+
"kind": "OBJECT",
|
|
11241
|
+
"name": "CASvcPromptTemplatesCollection",
|
|
11242
|
+
"description": null,
|
|
11243
|
+
"isOneOf": null,
|
|
11244
|
+
"fields": [
|
|
11245
|
+
{
|
|
11246
|
+
"name": "data",
|
|
11247
|
+
"description": null,
|
|
11248
|
+
"args": [],
|
|
11249
|
+
"type": {
|
|
11250
|
+
"kind": "NON_NULL",
|
|
11251
|
+
"name": null,
|
|
11252
|
+
"ofType": {
|
|
11253
|
+
"kind": "LIST",
|
|
11254
|
+
"name": null,
|
|
11255
|
+
"ofType": {
|
|
11256
|
+
"kind": "NON_NULL",
|
|
11257
|
+
"name": null,
|
|
11258
|
+
"ofType": {
|
|
11259
|
+
"kind": "OBJECT",
|
|
11260
|
+
"name": "CASvcPromptTemplate",
|
|
11261
|
+
"ofType": null
|
|
11262
|
+
}
|
|
11263
|
+
}
|
|
11264
|
+
}
|
|
11265
|
+
},
|
|
11266
|
+
"isDeprecated": false,
|
|
11267
|
+
"deprecationReason": null
|
|
11268
|
+
},
|
|
11269
|
+
{
|
|
11270
|
+
"name": "hasNextPage",
|
|
11271
|
+
"description": null,
|
|
11272
|
+
"args": [],
|
|
11273
|
+
"type": {
|
|
11274
|
+
"kind": "NON_NULL",
|
|
11275
|
+
"name": null,
|
|
11276
|
+
"ofType": {
|
|
11277
|
+
"kind": "SCALAR",
|
|
11278
|
+
"name": "Boolean",
|
|
11279
|
+
"ofType": null
|
|
11280
|
+
}
|
|
11281
|
+
},
|
|
11282
|
+
"isDeprecated": false,
|
|
11283
|
+
"deprecationReason": null
|
|
11284
|
+
},
|
|
11285
|
+
{
|
|
11286
|
+
"name": "totalCount",
|
|
11287
|
+
"description": null,
|
|
11288
|
+
"args": [],
|
|
11289
|
+
"type": {
|
|
11290
|
+
"kind": "NON_NULL",
|
|
11291
|
+
"name": null,
|
|
11292
|
+
"ofType": {
|
|
11293
|
+
"kind": "SCALAR",
|
|
11294
|
+
"name": "Int",
|
|
11295
|
+
"ofType": null
|
|
11296
|
+
}
|
|
11297
|
+
},
|
|
11298
|
+
"isDeprecated": false,
|
|
11299
|
+
"deprecationReason": null
|
|
11300
|
+
}
|
|
11301
|
+
],
|
|
11302
|
+
"inputFields": null,
|
|
11303
|
+
"interfaces": [],
|
|
11304
|
+
"enumValues": null,
|
|
11305
|
+
"possibleTypes": null
|
|
11306
|
+
},
|
|
11307
|
+
{
|
|
11308
|
+
"kind": "OBJECT",
|
|
11309
|
+
"name": "CASvcResourceGroup",
|
|
11310
|
+
"description": null,
|
|
11311
|
+
"isOneOf": null,
|
|
11312
|
+
"fields": [
|
|
11313
|
+
{
|
|
11314
|
+
"name": "createdAt",
|
|
11315
|
+
"description": null,
|
|
11316
|
+
"args": [],
|
|
11317
|
+
"type": {
|
|
11318
|
+
"kind": "NON_NULL",
|
|
11319
|
+
"name": null,
|
|
11320
|
+
"ofType": {
|
|
11321
|
+
"kind": "SCALAR",
|
|
11322
|
+
"name": "String",
|
|
11323
|
+
"ofType": null
|
|
11324
|
+
}
|
|
11325
|
+
},
|
|
11326
|
+
"isDeprecated": false,
|
|
11327
|
+
"deprecationReason": null
|
|
11328
|
+
},
|
|
11329
|
+
{
|
|
11330
|
+
"name": "id",
|
|
11331
|
+
"description": null,
|
|
11332
|
+
"args": [],
|
|
11333
|
+
"type": {
|
|
11334
|
+
"kind": "NON_NULL",
|
|
11335
|
+
"name": null,
|
|
11336
|
+
"ofType": {
|
|
11337
|
+
"kind": "SCALAR",
|
|
11338
|
+
"name": "ID",
|
|
11339
|
+
"ofType": null
|
|
11340
|
+
}
|
|
11341
|
+
},
|
|
11014
11342
|
"isDeprecated": false,
|
|
11015
11343
|
"deprecationReason": null
|
|
11016
11344
|
},
|
|
11017
11345
|
{
|
|
11018
|
-
"name": "
|
|
11346
|
+
"name": "members",
|
|
11347
|
+
"description": null,
|
|
11348
|
+
"args": [],
|
|
11349
|
+
"type": {
|
|
11350
|
+
"kind": "NON_NULL",
|
|
11351
|
+
"name": null,
|
|
11352
|
+
"ofType": {
|
|
11353
|
+
"kind": "LIST",
|
|
11354
|
+
"name": null,
|
|
11355
|
+
"ofType": {
|
|
11356
|
+
"kind": "NON_NULL",
|
|
11357
|
+
"name": null,
|
|
11358
|
+
"ofType": {
|
|
11359
|
+
"kind": "OBJECT",
|
|
11360
|
+
"name": "CASvcResourceGroupMember",
|
|
11361
|
+
"ofType": null
|
|
11362
|
+
}
|
|
11363
|
+
}
|
|
11364
|
+
}
|
|
11365
|
+
},
|
|
11366
|
+
"isDeprecated": false,
|
|
11367
|
+
"deprecationReason": null
|
|
11368
|
+
}
|
|
11369
|
+
],
|
|
11370
|
+
"inputFields": null,
|
|
11371
|
+
"interfaces": [],
|
|
11372
|
+
"enumValues": null,
|
|
11373
|
+
"possibleTypes": null
|
|
11374
|
+
},
|
|
11375
|
+
{
|
|
11376
|
+
"kind": "INPUT_OBJECT",
|
|
11377
|
+
"name": "CASvcResourceGroupInput",
|
|
11378
|
+
"description": null,
|
|
11379
|
+
"isOneOf": false,
|
|
11380
|
+
"fields": null,
|
|
11381
|
+
"inputFields": [
|
|
11382
|
+
{
|
|
11383
|
+
"name": "resources",
|
|
11384
|
+
"description": null,
|
|
11385
|
+
"type": {
|
|
11386
|
+
"kind": "NON_NULL",
|
|
11387
|
+
"name": null,
|
|
11388
|
+
"ofType": {
|
|
11389
|
+
"kind": "LIST",
|
|
11390
|
+
"name": null,
|
|
11391
|
+
"ofType": {
|
|
11392
|
+
"kind": "NON_NULL",
|
|
11393
|
+
"name": null,
|
|
11394
|
+
"ofType": {
|
|
11395
|
+
"kind": "INPUT_OBJECT",
|
|
11396
|
+
"name": "CASvcResourceInput",
|
|
11397
|
+
"ofType": null
|
|
11398
|
+
}
|
|
11399
|
+
}
|
|
11400
|
+
}
|
|
11401
|
+
},
|
|
11402
|
+
"defaultValue": null,
|
|
11403
|
+
"isDeprecated": false,
|
|
11404
|
+
"deprecationReason": null
|
|
11405
|
+
}
|
|
11406
|
+
],
|
|
11407
|
+
"interfaces": null,
|
|
11408
|
+
"enumValues": null,
|
|
11409
|
+
"possibleTypes": null
|
|
11410
|
+
},
|
|
11411
|
+
{
|
|
11412
|
+
"kind": "OBJECT",
|
|
11413
|
+
"name": "CASvcResourceGroupMember",
|
|
11414
|
+
"description": null,
|
|
11415
|
+
"isOneOf": null,
|
|
11416
|
+
"fields": [
|
|
11417
|
+
{
|
|
11418
|
+
"name": "createdAt",
|
|
11419
|
+
"description": null,
|
|
11420
|
+
"args": [],
|
|
11421
|
+
"type": {
|
|
11422
|
+
"kind": "NON_NULL",
|
|
11423
|
+
"name": null,
|
|
11424
|
+
"ofType": {
|
|
11425
|
+
"kind": "SCALAR",
|
|
11426
|
+
"name": "String",
|
|
11427
|
+
"ofType": null
|
|
11428
|
+
}
|
|
11429
|
+
},
|
|
11430
|
+
"isDeprecated": false,
|
|
11431
|
+
"deprecationReason": null
|
|
11432
|
+
},
|
|
11433
|
+
{
|
|
11434
|
+
"name": "id",
|
|
11435
|
+
"description": null,
|
|
11436
|
+
"args": [],
|
|
11437
|
+
"type": {
|
|
11438
|
+
"kind": "NON_NULL",
|
|
11439
|
+
"name": null,
|
|
11440
|
+
"ofType": {
|
|
11441
|
+
"kind": "SCALAR",
|
|
11442
|
+
"name": "ID",
|
|
11443
|
+
"ofType": null
|
|
11444
|
+
}
|
|
11445
|
+
},
|
|
11446
|
+
"isDeprecated": false,
|
|
11447
|
+
"deprecationReason": null
|
|
11448
|
+
},
|
|
11449
|
+
{
|
|
11450
|
+
"name": "memberMetadata",
|
|
11019
11451
|
"description": null,
|
|
11020
11452
|
"args": [],
|
|
11021
11453
|
"type": {
|
|
11022
11454
|
"kind": "SCALAR",
|
|
11023
|
-
"name": "
|
|
11455
|
+
"name": "Map",
|
|
11024
11456
|
"ofType": null
|
|
11025
11457
|
},
|
|
11026
11458
|
"isDeprecated": false,
|
|
@@ -11042,6 +11474,30 @@
|
|
|
11042
11474
|
"isDeprecated": false,
|
|
11043
11475
|
"deprecationReason": null
|
|
11044
11476
|
},
|
|
11477
|
+
{
|
|
11478
|
+
"name": "resourceGroup",
|
|
11479
|
+
"description": null,
|
|
11480
|
+
"args": [],
|
|
11481
|
+
"type": {
|
|
11482
|
+
"kind": "OBJECT",
|
|
11483
|
+
"name": "CASvcResourceGroup",
|
|
11484
|
+
"ofType": null
|
|
11485
|
+
},
|
|
11486
|
+
"isDeprecated": false,
|
|
11487
|
+
"deprecationReason": null
|
|
11488
|
+
},
|
|
11489
|
+
{
|
|
11490
|
+
"name": "resourceGroupId",
|
|
11491
|
+
"description": null,
|
|
11492
|
+
"args": [],
|
|
11493
|
+
"type": {
|
|
11494
|
+
"kind": "SCALAR",
|
|
11495
|
+
"name": "ID",
|
|
11496
|
+
"ofType": null
|
|
11497
|
+
},
|
|
11498
|
+
"isDeprecated": false,
|
|
11499
|
+
"deprecationReason": null
|
|
11500
|
+
},
|
|
11045
11501
|
{
|
|
11046
11502
|
"name": "resourceId",
|
|
11047
11503
|
"description": null,
|
|
@@ -11090,13 +11546,13 @@
|
|
|
11090
11546
|
},
|
|
11091
11547
|
{
|
|
11092
11548
|
"kind": "INPUT_OBJECT",
|
|
11093
|
-
"name": "
|
|
11549
|
+
"name": "CASvcResourceGroupMemberInput",
|
|
11094
11550
|
"description": null,
|
|
11095
11551
|
"isOneOf": false,
|
|
11096
11552
|
"fields": null,
|
|
11097
11553
|
"inputFields": [
|
|
11098
11554
|
{
|
|
11099
|
-
"name": "
|
|
11555
|
+
"name": "memberMetadata",
|
|
11100
11556
|
"description": null,
|
|
11101
11557
|
"type": {
|
|
11102
11558
|
"kind": "SCALAR",
|
|
@@ -11107,18 +11563,6 @@
|
|
|
11107
11563
|
"isDeprecated": false,
|
|
11108
11564
|
"deprecationReason": null
|
|
11109
11565
|
},
|
|
11110
|
-
{
|
|
11111
|
-
"name": "promptGroupId",
|
|
11112
|
-
"description": null,
|
|
11113
|
-
"type": {
|
|
11114
|
-
"kind": "SCALAR",
|
|
11115
|
-
"name": "ID",
|
|
11116
|
-
"ofType": null
|
|
11117
|
-
},
|
|
11118
|
-
"defaultValue": null,
|
|
11119
|
-
"isDeprecated": false,
|
|
11120
|
-
"deprecationReason": null
|
|
11121
|
-
},
|
|
11122
11566
|
{
|
|
11123
11567
|
"name": "resource",
|
|
11124
11568
|
"description": null,
|
|
@@ -11135,6 +11579,18 @@
|
|
|
11135
11579
|
"isDeprecated": false,
|
|
11136
11580
|
"deprecationReason": null
|
|
11137
11581
|
},
|
|
11582
|
+
{
|
|
11583
|
+
"name": "resourceGroupId",
|
|
11584
|
+
"description": null,
|
|
11585
|
+
"type": {
|
|
11586
|
+
"kind": "SCALAR",
|
|
11587
|
+
"name": "ID",
|
|
11588
|
+
"ofType": null
|
|
11589
|
+
},
|
|
11590
|
+
"defaultValue": null,
|
|
11591
|
+
"isDeprecated": false,
|
|
11592
|
+
"deprecationReason": null
|
|
11593
|
+
},
|
|
11138
11594
|
{
|
|
11139
11595
|
"name": "resourceId",
|
|
11140
11596
|
"description": null,
|
|
@@ -11158,7 +11614,7 @@
|
|
|
11158
11614
|
},
|
|
11159
11615
|
{
|
|
11160
11616
|
"kind": "OBJECT",
|
|
11161
|
-
"name": "
|
|
11617
|
+
"name": "CASvcResourceGroupMembersCollection",
|
|
11162
11618
|
"description": null,
|
|
11163
11619
|
"isOneOf": null,
|
|
11164
11620
|
"fields": [
|
|
@@ -11177,7 +11633,7 @@
|
|
|
11177
11633
|
"name": null,
|
|
11178
11634
|
"ofType": {
|
|
11179
11635
|
"kind": "OBJECT",
|
|
11180
|
-
"name": "
|
|
11636
|
+
"name": "CASvcResourceGroupMember",
|
|
11181
11637
|
"ofType": null
|
|
11182
11638
|
}
|
|
11183
11639
|
}
|
|
@@ -11226,7 +11682,7 @@
|
|
|
11226
11682
|
},
|
|
11227
11683
|
{
|
|
11228
11684
|
"kind": "OBJECT",
|
|
11229
|
-
"name": "
|
|
11685
|
+
"name": "CASvcResourceGroupsCollection",
|
|
11230
11686
|
"description": null,
|
|
11231
11687
|
"isOneOf": null,
|
|
11232
11688
|
"fields": [
|
|
@@ -11245,7 +11701,7 @@
|
|
|
11245
11701
|
"name": null,
|
|
11246
11702
|
"ofType": {
|
|
11247
11703
|
"kind": "OBJECT",
|
|
11248
|
-
"name": "
|
|
11704
|
+
"name": "CASvcResourceGroup",
|
|
11249
11705
|
"ofType": null
|
|
11250
11706
|
}
|
|
11251
11707
|
}
|
|
@@ -11293,43 +11749,43 @@
|
|
|
11293
11749
|
"possibleTypes": null
|
|
11294
11750
|
},
|
|
11295
11751
|
{
|
|
11296
|
-
"kind": "
|
|
11297
|
-
"name": "
|
|
11752
|
+
"kind": "INPUT_OBJECT",
|
|
11753
|
+
"name": "CASvcResourceInput",
|
|
11298
11754
|
"description": null,
|
|
11299
|
-
"isOneOf":
|
|
11300
|
-
"fields":
|
|
11755
|
+
"isOneOf": false,
|
|
11756
|
+
"fields": null,
|
|
11757
|
+
"inputFields": [
|
|
11301
11758
|
{
|
|
11302
|
-
"name": "
|
|
11759
|
+
"name": "metadata",
|
|
11303
11760
|
"description": null,
|
|
11304
|
-
"args": [],
|
|
11305
11761
|
"type": {
|
|
11306
11762
|
"kind": "SCALAR",
|
|
11307
|
-
"name": "
|
|
11763
|
+
"name": "Map",
|
|
11308
11764
|
"ofType": null
|
|
11309
11765
|
},
|
|
11766
|
+
"defaultValue": null,
|
|
11310
11767
|
"isDeprecated": false,
|
|
11311
11768
|
"deprecationReason": null
|
|
11312
11769
|
},
|
|
11313
11770
|
{
|
|
11314
|
-
"name": "
|
|
11771
|
+
"name": "resource",
|
|
11315
11772
|
"description": null,
|
|
11316
|
-
"args": [],
|
|
11317
11773
|
"type": {
|
|
11318
11774
|
"kind": "NON_NULL",
|
|
11319
11775
|
"name": null,
|
|
11320
11776
|
"ofType": {
|
|
11321
11777
|
"kind": "SCALAR",
|
|
11322
|
-
"name": "
|
|
11778
|
+
"name": "String",
|
|
11323
11779
|
"ofType": null
|
|
11324
11780
|
}
|
|
11325
11781
|
},
|
|
11782
|
+
"defaultValue": null,
|
|
11326
11783
|
"isDeprecated": false,
|
|
11327
11784
|
"deprecationReason": null
|
|
11328
11785
|
},
|
|
11329
11786
|
{
|
|
11330
|
-
"name": "
|
|
11787
|
+
"name": "resourceId",
|
|
11331
11788
|
"description": null,
|
|
11332
|
-
"args": [],
|
|
11333
11789
|
"type": {
|
|
11334
11790
|
"kind": "NON_NULL",
|
|
11335
11791
|
"name": null,
|
|
@@ -11339,59 +11795,47 @@
|
|
|
11339
11795
|
"ofType": null
|
|
11340
11796
|
}
|
|
11341
11797
|
},
|
|
11798
|
+
"defaultValue": null,
|
|
11342
11799
|
"isDeprecated": false,
|
|
11343
11800
|
"deprecationReason": null
|
|
11344
|
-
}
|
|
11801
|
+
}
|
|
11802
|
+
],
|
|
11803
|
+
"interfaces": null,
|
|
11804
|
+
"enumValues": null,
|
|
11805
|
+
"possibleTypes": null
|
|
11806
|
+
},
|
|
11807
|
+
{
|
|
11808
|
+
"kind": "OBJECT",
|
|
11809
|
+
"name": "CASvcResult",
|
|
11810
|
+
"description": null,
|
|
11811
|
+
"isOneOf": null,
|
|
11812
|
+
"fields": [
|
|
11345
11813
|
{
|
|
11346
|
-
"name": "
|
|
11814
|
+
"name": "analysisRun",
|
|
11347
11815
|
"description": null,
|
|
11348
11816
|
"args": [],
|
|
11349
11817
|
"type": {
|
|
11350
|
-
"kind": "
|
|
11351
|
-
"name":
|
|
11352
|
-
"ofType":
|
|
11353
|
-
"kind": "LIST",
|
|
11354
|
-
"name": null,
|
|
11355
|
-
"ofType": {
|
|
11356
|
-
"kind": "NON_NULL",
|
|
11357
|
-
"name": null,
|
|
11358
|
-
"ofType": {
|
|
11359
|
-
"kind": "OBJECT",
|
|
11360
|
-
"name": "CASvcPromptFragment",
|
|
11361
|
-
"ofType": null
|
|
11362
|
-
}
|
|
11363
|
-
}
|
|
11364
|
-
}
|
|
11818
|
+
"kind": "OBJECT",
|
|
11819
|
+
"name": "CASvcAnalysisRun",
|
|
11820
|
+
"ofType": null
|
|
11365
11821
|
},
|
|
11366
11822
|
"isDeprecated": false,
|
|
11367
11823
|
"deprecationReason": null
|
|
11368
11824
|
},
|
|
11369
11825
|
{
|
|
11370
|
-
"name": "
|
|
11826
|
+
"name": "analysisRunId",
|
|
11371
11827
|
"description": null,
|
|
11372
11828
|
"args": [],
|
|
11373
11829
|
"type": {
|
|
11374
|
-
"kind": "
|
|
11375
|
-
"name":
|
|
11376
|
-
"ofType":
|
|
11377
|
-
"kind": "LIST",
|
|
11378
|
-
"name": null,
|
|
11379
|
-
"ofType": {
|
|
11380
|
-
"kind": "NON_NULL",
|
|
11381
|
-
"name": null,
|
|
11382
|
-
"ofType": {
|
|
11383
|
-
"kind": "OBJECT",
|
|
11384
|
-
"name": "CASvcPromptGroup",
|
|
11385
|
-
"ofType": null
|
|
11386
|
-
}
|
|
11387
|
-
}
|
|
11388
|
-
}
|
|
11830
|
+
"kind": "SCALAR",
|
|
11831
|
+
"name": "ID",
|
|
11832
|
+
"ofType": null
|
|
11389
11833
|
},
|
|
11390
11834
|
"isDeprecated": false,
|
|
11391
11835
|
"deprecationReason": null
|
|
11392
11836
|
},
|
|
11393
11837
|
{
|
|
11394
|
-
"name": "
|
|
11838
|
+
"name": "createdAt",
|
|
11395
11839
|
"description": null,
|
|
11396
11840
|
"args": [],
|
|
11397
11841
|
"type": {
|
|
@@ -11407,110 +11851,26 @@
|
|
|
11407
11851
|
"deprecationReason": null
|
|
11408
11852
|
},
|
|
11409
11853
|
{
|
|
11410
|
-
"name": "
|
|
11854
|
+
"name": "fragment",
|
|
11411
11855
|
"description": null,
|
|
11412
11856
|
"args": [],
|
|
11413
11857
|
"type": {
|
|
11414
|
-
"kind": "
|
|
11415
|
-
"name": "
|
|
11858
|
+
"kind": "OBJECT",
|
|
11859
|
+
"name": "CASvcFragment",
|
|
11416
11860
|
"ofType": null
|
|
11417
11861
|
},
|
|
11418
11862
|
"isDeprecated": false,
|
|
11419
11863
|
"deprecationReason": null
|
|
11420
11864
|
},
|
|
11421
11865
|
{
|
|
11422
|
-
"name": "
|
|
11866
|
+
"name": "fragmentId",
|
|
11423
11867
|
"description": null,
|
|
11424
11868
|
"args": [],
|
|
11425
11869
|
"type": {
|
|
11426
11870
|
"kind": "SCALAR",
|
|
11427
|
-
"name": "
|
|
11428
|
-
"ofType": null
|
|
11429
|
-
},
|
|
11430
|
-
"isDeprecated": false,
|
|
11431
|
-
"deprecationReason": null
|
|
11432
|
-
}
|
|
11433
|
-
],
|
|
11434
|
-
"inputFields": null,
|
|
11435
|
-
"interfaces": [],
|
|
11436
|
-
"enumValues": null,
|
|
11437
|
-
"possibleTypes": null
|
|
11438
|
-
},
|
|
11439
|
-
{
|
|
11440
|
-
"kind": "INPUT_OBJECT",
|
|
11441
|
-
"name": "CASvcPromptTemplateInput",
|
|
11442
|
-
"description": null,
|
|
11443
|
-
"isOneOf": false,
|
|
11444
|
-
"fields": null,
|
|
11445
|
-
"inputFields": [
|
|
11446
|
-
{
|
|
11447
|
-
"name": "name",
|
|
11448
|
-
"description": null,
|
|
11449
|
-
"type": {
|
|
11450
|
-
"kind": "NON_NULL",
|
|
11451
|
-
"name": null,
|
|
11452
|
-
"ofType": {
|
|
11453
|
-
"kind": "SCALAR",
|
|
11454
|
-
"name": "String",
|
|
11455
|
-
"ofType": null
|
|
11456
|
-
}
|
|
11457
|
-
},
|
|
11458
|
-
"defaultValue": null,
|
|
11459
|
-
"isDeprecated": false,
|
|
11460
|
-
"deprecationReason": null
|
|
11461
|
-
},
|
|
11462
|
-
{
|
|
11463
|
-
"name": "template",
|
|
11464
|
-
"description": null,
|
|
11465
|
-
"type": {
|
|
11466
|
-
"kind": "NON_NULL",
|
|
11467
|
-
"name": null,
|
|
11468
|
-
"ofType": {
|
|
11469
|
-
"kind": "SCALAR",
|
|
11470
|
-
"name": "String",
|
|
11471
|
-
"ofType": null
|
|
11472
|
-
}
|
|
11473
|
-
},
|
|
11474
|
-
"defaultValue": null,
|
|
11475
|
-
"isDeprecated": false,
|
|
11476
|
-
"deprecationReason": null
|
|
11477
|
-
},
|
|
11478
|
-
{
|
|
11479
|
-
"name": "version",
|
|
11480
|
-
"description": null,
|
|
11481
|
-
"type": {
|
|
11482
|
-
"kind": "SCALAR",
|
|
11483
|
-
"name": "String",
|
|
11871
|
+
"name": "ID",
|
|
11484
11872
|
"ofType": null
|
|
11485
11873
|
},
|
|
11486
|
-
"defaultValue": null,
|
|
11487
|
-
"isDeprecated": false,
|
|
11488
|
-
"deprecationReason": null
|
|
11489
|
-
}
|
|
11490
|
-
],
|
|
11491
|
-
"interfaces": null,
|
|
11492
|
-
"enumValues": null,
|
|
11493
|
-
"possibleTypes": null
|
|
11494
|
-
},
|
|
11495
|
-
{
|
|
11496
|
-
"kind": "OBJECT",
|
|
11497
|
-
"name": "CASvcResult",
|
|
11498
|
-
"description": null,
|
|
11499
|
-
"isOneOf": null,
|
|
11500
|
-
"fields": [
|
|
11501
|
-
{
|
|
11502
|
-
"name": "createdAt",
|
|
11503
|
-
"description": null,
|
|
11504
|
-
"args": [],
|
|
11505
|
-
"type": {
|
|
11506
|
-
"kind": "NON_NULL",
|
|
11507
|
-
"name": null,
|
|
11508
|
-
"ofType": {
|
|
11509
|
-
"kind": "SCALAR",
|
|
11510
|
-
"name": "String",
|
|
11511
|
-
"ofType": null
|
|
11512
|
-
}
|
|
11513
|
-
},
|
|
11514
11874
|
"isDeprecated": false,
|
|
11515
11875
|
"deprecationReason": null
|
|
11516
11876
|
},
|
|
@@ -11547,19 +11907,19 @@
|
|
|
11547
11907
|
"deprecationReason": null
|
|
11548
11908
|
},
|
|
11549
11909
|
{
|
|
11550
|
-
"name": "
|
|
11910
|
+
"name": "resourceGroupMember",
|
|
11551
11911
|
"description": null,
|
|
11552
11912
|
"args": [],
|
|
11553
11913
|
"type": {
|
|
11554
11914
|
"kind": "OBJECT",
|
|
11555
|
-
"name": "
|
|
11915
|
+
"name": "CASvcResourceGroupMember",
|
|
11556
11916
|
"ofType": null
|
|
11557
11917
|
},
|
|
11558
11918
|
"isDeprecated": false,
|
|
11559
11919
|
"deprecationReason": null
|
|
11560
11920
|
},
|
|
11561
11921
|
{
|
|
11562
|
-
"name": "
|
|
11922
|
+
"name": "resourceGroupMemberId",
|
|
11563
11923
|
"description": null,
|
|
11564
11924
|
"args": [],
|
|
11565
11925
|
"type": {
|
|
@@ -11583,6 +11943,30 @@
|
|
|
11583
11943
|
"isOneOf": false,
|
|
11584
11944
|
"fields": null,
|
|
11585
11945
|
"inputFields": [
|
|
11946
|
+
{
|
|
11947
|
+
"name": "analysisRunId",
|
|
11948
|
+
"description": null,
|
|
11949
|
+
"type": {
|
|
11950
|
+
"kind": "SCALAR",
|
|
11951
|
+
"name": "ID",
|
|
11952
|
+
"ofType": null
|
|
11953
|
+
},
|
|
11954
|
+
"defaultValue": null,
|
|
11955
|
+
"isDeprecated": false,
|
|
11956
|
+
"deprecationReason": null
|
|
11957
|
+
},
|
|
11958
|
+
{
|
|
11959
|
+
"name": "fragmentId",
|
|
11960
|
+
"description": null,
|
|
11961
|
+
"type": {
|
|
11962
|
+
"kind": "SCALAR",
|
|
11963
|
+
"name": "ID",
|
|
11964
|
+
"ofType": null
|
|
11965
|
+
},
|
|
11966
|
+
"defaultValue": null,
|
|
11967
|
+
"isDeprecated": false,
|
|
11968
|
+
"deprecationReason": null
|
|
11969
|
+
},
|
|
11586
11970
|
{
|
|
11587
11971
|
"name": "output",
|
|
11588
11972
|
"description": null,
|
|
@@ -11600,7 +11984,7 @@
|
|
|
11600
11984
|
"deprecationReason": null
|
|
11601
11985
|
},
|
|
11602
11986
|
{
|
|
11603
|
-
"name": "
|
|
11987
|
+
"name": "resourceGroupMemberId",
|
|
11604
11988
|
"description": null,
|
|
11605
11989
|
"type": {
|
|
11606
11990
|
"kind": "SCALAR",
|
|
@@ -49677,73 +50061,7 @@
|
|
|
49677
50061
|
"deprecationReason": null
|
|
49678
50062
|
},
|
|
49679
50063
|
{
|
|
49680
|
-
"name": "
|
|
49681
|
-
"description": null,
|
|
49682
|
-
"args": [
|
|
49683
|
-
{
|
|
49684
|
-
"name": "input",
|
|
49685
|
-
"description": null,
|
|
49686
|
-
"type": {
|
|
49687
|
-
"kind": "NON_NULL",
|
|
49688
|
-
"name": null,
|
|
49689
|
-
"ofType": {
|
|
49690
|
-
"kind": "INPUT_OBJECT",
|
|
49691
|
-
"name": "CASvcPromptFragmentInput",
|
|
49692
|
-
"ofType": null
|
|
49693
|
-
}
|
|
49694
|
-
},
|
|
49695
|
-
"defaultValue": null,
|
|
49696
|
-
"isDeprecated": false,
|
|
49697
|
-
"deprecationReason": null
|
|
49698
|
-
}
|
|
49699
|
-
],
|
|
49700
|
-
"type": {
|
|
49701
|
-
"kind": "NON_NULL",
|
|
49702
|
-
"name": null,
|
|
49703
|
-
"ofType": {
|
|
49704
|
-
"kind": "OBJECT",
|
|
49705
|
-
"name": "CASvcPromptFragment",
|
|
49706
|
-
"ofType": null
|
|
49707
|
-
}
|
|
49708
|
-
},
|
|
49709
|
-
"isDeprecated": false,
|
|
49710
|
-
"deprecationReason": null
|
|
49711
|
-
},
|
|
49712
|
-
{
|
|
49713
|
-
"name": "caSvcCreatePromptGroup",
|
|
49714
|
-
"description": null,
|
|
49715
|
-
"args": [
|
|
49716
|
-
{
|
|
49717
|
-
"name": "input",
|
|
49718
|
-
"description": null,
|
|
49719
|
-
"type": {
|
|
49720
|
-
"kind": "NON_NULL",
|
|
49721
|
-
"name": null,
|
|
49722
|
-
"ofType": {
|
|
49723
|
-
"kind": "INPUT_OBJECT",
|
|
49724
|
-
"name": "CASvcPromptGroupInput",
|
|
49725
|
-
"ofType": null
|
|
49726
|
-
}
|
|
49727
|
-
},
|
|
49728
|
-
"defaultValue": null,
|
|
49729
|
-
"isDeprecated": false,
|
|
49730
|
-
"deprecationReason": null
|
|
49731
|
-
}
|
|
49732
|
-
],
|
|
49733
|
-
"type": {
|
|
49734
|
-
"kind": "NON_NULL",
|
|
49735
|
-
"name": null,
|
|
49736
|
-
"ofType": {
|
|
49737
|
-
"kind": "OBJECT",
|
|
49738
|
-
"name": "CASvcPromptGroup",
|
|
49739
|
-
"ofType": null
|
|
49740
|
-
}
|
|
49741
|
-
},
|
|
49742
|
-
"isDeprecated": false,
|
|
49743
|
-
"deprecationReason": null
|
|
49744
|
-
},
|
|
49745
|
-
{
|
|
49746
|
-
"name": "caSvcCreatePromptGroupMember",
|
|
50064
|
+
"name": "caSvcCreateFragment",
|
|
49747
50065
|
"description": null,
|
|
49748
50066
|
"args": [
|
|
49749
50067
|
{
|
|
@@ -49754,7 +50072,7 @@
|
|
|
49754
50072
|
"name": null,
|
|
49755
50073
|
"ofType": {
|
|
49756
50074
|
"kind": "INPUT_OBJECT",
|
|
49757
|
-
"name": "
|
|
50075
|
+
"name": "CASvcFragmentInput",
|
|
49758
50076
|
"ofType": null
|
|
49759
50077
|
}
|
|
49760
50078
|
},
|
|
@@ -49768,7 +50086,7 @@
|
|
|
49768
50086
|
"name": null,
|
|
49769
50087
|
"ofType": {
|
|
49770
50088
|
"kind": "OBJECT",
|
|
49771
|
-
"name": "
|
|
50089
|
+
"name": "CASvcFragment",
|
|
49772
50090
|
"ofType": null
|
|
49773
50091
|
}
|
|
49774
50092
|
},
|
|
@@ -49776,7 +50094,7 @@
|
|
|
49776
50094
|
"deprecationReason": null
|
|
49777
50095
|
},
|
|
49778
50096
|
{
|
|
49779
|
-
"name": "
|
|
50097
|
+
"name": "caSvcCreateFragmentGroup",
|
|
49780
50098
|
"description": null,
|
|
49781
50099
|
"args": [
|
|
49782
50100
|
{
|
|
@@ -49787,7 +50105,7 @@
|
|
|
49787
50105
|
"name": null,
|
|
49788
50106
|
"ofType": {
|
|
49789
50107
|
"kind": "INPUT_OBJECT",
|
|
49790
|
-
"name": "
|
|
50108
|
+
"name": "CASvcFragmentGroupInput",
|
|
49791
50109
|
"ofType": null
|
|
49792
50110
|
}
|
|
49793
50111
|
},
|
|
@@ -49801,7 +50119,7 @@
|
|
|
49801
50119
|
"name": null,
|
|
49802
50120
|
"ofType": {
|
|
49803
50121
|
"kind": "OBJECT",
|
|
49804
|
-
"name": "
|
|
50122
|
+
"name": "CASvcFragmentGroup",
|
|
49805
50123
|
"ofType": null
|
|
49806
50124
|
}
|
|
49807
50125
|
},
|
|
@@ -49809,7 +50127,7 @@
|
|
|
49809
50127
|
"deprecationReason": null
|
|
49810
50128
|
},
|
|
49811
50129
|
{
|
|
49812
|
-
"name": "
|
|
50130
|
+
"name": "caSvcCreatePromptTemplate",
|
|
49813
50131
|
"description": null,
|
|
49814
50132
|
"args": [
|
|
49815
50133
|
{
|
|
@@ -49820,7 +50138,7 @@
|
|
|
49820
50138
|
"name": null,
|
|
49821
50139
|
"ofType": {
|
|
49822
50140
|
"kind": "INPUT_OBJECT",
|
|
49823
|
-
"name": "
|
|
50141
|
+
"name": "CASvcPromptTemplateInput",
|
|
49824
50142
|
"ofType": null
|
|
49825
50143
|
}
|
|
49826
50144
|
},
|
|
@@ -49834,106 +50152,7 @@
|
|
|
49834
50152
|
"name": null,
|
|
49835
50153
|
"ofType": {
|
|
49836
50154
|
"kind": "OBJECT",
|
|
49837
|
-
"name": "
|
|
49838
|
-
"ofType": null
|
|
49839
|
-
}
|
|
49840
|
-
},
|
|
49841
|
-
"isDeprecated": false,
|
|
49842
|
-
"deprecationReason": null
|
|
49843
|
-
},
|
|
49844
|
-
{
|
|
49845
|
-
"name": "caSvcDeleteAnalysisRun",
|
|
49846
|
-
"description": null,
|
|
49847
|
-
"args": [
|
|
49848
|
-
{
|
|
49849
|
-
"name": "id",
|
|
49850
|
-
"description": null,
|
|
49851
|
-
"type": {
|
|
49852
|
-
"kind": "NON_NULL",
|
|
49853
|
-
"name": null,
|
|
49854
|
-
"ofType": {
|
|
49855
|
-
"kind": "SCALAR",
|
|
49856
|
-
"name": "ID",
|
|
49857
|
-
"ofType": null
|
|
49858
|
-
}
|
|
49859
|
-
},
|
|
49860
|
-
"defaultValue": null,
|
|
49861
|
-
"isDeprecated": false,
|
|
49862
|
-
"deprecationReason": null
|
|
49863
|
-
}
|
|
49864
|
-
],
|
|
49865
|
-
"type": {
|
|
49866
|
-
"kind": "NON_NULL",
|
|
49867
|
-
"name": null,
|
|
49868
|
-
"ofType": {
|
|
49869
|
-
"kind": "SCALAR",
|
|
49870
|
-
"name": "Boolean",
|
|
49871
|
-
"ofType": null
|
|
49872
|
-
}
|
|
49873
|
-
},
|
|
49874
|
-
"isDeprecated": false,
|
|
49875
|
-
"deprecationReason": null
|
|
49876
|
-
},
|
|
49877
|
-
{
|
|
49878
|
-
"name": "caSvcDeletePromptFragment",
|
|
49879
|
-
"description": null,
|
|
49880
|
-
"args": [
|
|
49881
|
-
{
|
|
49882
|
-
"name": "id",
|
|
49883
|
-
"description": null,
|
|
49884
|
-
"type": {
|
|
49885
|
-
"kind": "NON_NULL",
|
|
49886
|
-
"name": null,
|
|
49887
|
-
"ofType": {
|
|
49888
|
-
"kind": "SCALAR",
|
|
49889
|
-
"name": "ID",
|
|
49890
|
-
"ofType": null
|
|
49891
|
-
}
|
|
49892
|
-
},
|
|
49893
|
-
"defaultValue": null,
|
|
49894
|
-
"isDeprecated": false,
|
|
49895
|
-
"deprecationReason": null
|
|
49896
|
-
}
|
|
49897
|
-
],
|
|
49898
|
-
"type": {
|
|
49899
|
-
"kind": "NON_NULL",
|
|
49900
|
-
"name": null,
|
|
49901
|
-
"ofType": {
|
|
49902
|
-
"kind": "SCALAR",
|
|
49903
|
-
"name": "Boolean",
|
|
49904
|
-
"ofType": null
|
|
49905
|
-
}
|
|
49906
|
-
},
|
|
49907
|
-
"isDeprecated": false,
|
|
49908
|
-
"deprecationReason": null
|
|
49909
|
-
},
|
|
49910
|
-
{
|
|
49911
|
-
"name": "caSvcDeletePromptGroup",
|
|
49912
|
-
"description": null,
|
|
49913
|
-
"args": [
|
|
49914
|
-
{
|
|
49915
|
-
"name": "id",
|
|
49916
|
-
"description": null,
|
|
49917
|
-
"type": {
|
|
49918
|
-
"kind": "NON_NULL",
|
|
49919
|
-
"name": null,
|
|
49920
|
-
"ofType": {
|
|
49921
|
-
"kind": "SCALAR",
|
|
49922
|
-
"name": "ID",
|
|
49923
|
-
"ofType": null
|
|
49924
|
-
}
|
|
49925
|
-
},
|
|
49926
|
-
"defaultValue": null,
|
|
49927
|
-
"isDeprecated": false,
|
|
49928
|
-
"deprecationReason": null
|
|
49929
|
-
}
|
|
49930
|
-
],
|
|
49931
|
-
"type": {
|
|
49932
|
-
"kind": "NON_NULL",
|
|
49933
|
-
"name": null,
|
|
49934
|
-
"ofType": {
|
|
49935
|
-
"kind": "SCALAR",
|
|
49936
|
-
"name": "Boolean",
|
|
50155
|
+
"name": "CASvcPromptTemplate",
|
|
49937
50156
|
"ofType": null
|
|
49938
50157
|
}
|
|
49939
50158
|
},
|
|
@@ -49941,18 +50160,18 @@
|
|
|
49941
50160
|
"deprecationReason": null
|
|
49942
50161
|
},
|
|
49943
50162
|
{
|
|
49944
|
-
"name": "
|
|
50163
|
+
"name": "caSvcCreateResourceGroup",
|
|
49945
50164
|
"description": null,
|
|
49946
50165
|
"args": [
|
|
49947
50166
|
{
|
|
49948
|
-
"name": "
|
|
50167
|
+
"name": "input",
|
|
49949
50168
|
"description": null,
|
|
49950
50169
|
"type": {
|
|
49951
50170
|
"kind": "NON_NULL",
|
|
49952
50171
|
"name": null,
|
|
49953
50172
|
"ofType": {
|
|
49954
|
-
"kind": "
|
|
49955
|
-
"name": "
|
|
50173
|
+
"kind": "INPUT_OBJECT",
|
|
50174
|
+
"name": "CASvcResourceGroupInput",
|
|
49956
50175
|
"ofType": null
|
|
49957
50176
|
}
|
|
49958
50177
|
},
|
|
@@ -49965,8 +50184,8 @@
|
|
|
49965
50184
|
"kind": "NON_NULL",
|
|
49966
50185
|
"name": null,
|
|
49967
50186
|
"ofType": {
|
|
49968
|
-
"kind": "
|
|
49969
|
-
"name": "
|
|
50187
|
+
"kind": "OBJECT",
|
|
50188
|
+
"name": "CASvcResourceGroup",
|
|
49970
50189
|
"ofType": null
|
|
49971
50190
|
}
|
|
49972
50191
|
},
|
|
@@ -49974,18 +50193,18 @@
|
|
|
49974
50193
|
"deprecationReason": null
|
|
49975
50194
|
},
|
|
49976
50195
|
{
|
|
49977
|
-
"name": "
|
|
50196
|
+
"name": "caSvcCreateResourceGroupMember",
|
|
49978
50197
|
"description": null,
|
|
49979
50198
|
"args": [
|
|
49980
50199
|
{
|
|
49981
|
-
"name": "
|
|
50200
|
+
"name": "input",
|
|
49982
50201
|
"description": null,
|
|
49983
50202
|
"type": {
|
|
49984
50203
|
"kind": "NON_NULL",
|
|
49985
50204
|
"name": null,
|
|
49986
50205
|
"ofType": {
|
|
49987
|
-
"kind": "
|
|
49988
|
-
"name": "
|
|
50206
|
+
"kind": "INPUT_OBJECT",
|
|
50207
|
+
"name": "CASvcResourceGroupMemberInput",
|
|
49989
50208
|
"ofType": null
|
|
49990
50209
|
}
|
|
49991
50210
|
},
|
|
@@ -49998,8 +50217,8 @@
|
|
|
49998
50217
|
"kind": "NON_NULL",
|
|
49999
50218
|
"name": null,
|
|
50000
50219
|
"ofType": {
|
|
50001
|
-
"kind": "
|
|
50002
|
-
"name": "
|
|
50220
|
+
"kind": "OBJECT",
|
|
50221
|
+
"name": "CASvcResourceGroupMember",
|
|
50003
50222
|
"ofType": null
|
|
50004
50223
|
}
|
|
50005
50224
|
},
|
|
@@ -50007,18 +50226,18 @@
|
|
|
50007
50226
|
"deprecationReason": null
|
|
50008
50227
|
},
|
|
50009
50228
|
{
|
|
50010
|
-
"name": "
|
|
50229
|
+
"name": "caSvcCreateResult",
|
|
50011
50230
|
"description": null,
|
|
50012
50231
|
"args": [
|
|
50013
50232
|
{
|
|
50014
|
-
"name": "
|
|
50233
|
+
"name": "input",
|
|
50015
50234
|
"description": null,
|
|
50016
50235
|
"type": {
|
|
50017
50236
|
"kind": "NON_NULL",
|
|
50018
50237
|
"name": null,
|
|
50019
50238
|
"ofType": {
|
|
50020
|
-
"kind": "
|
|
50021
|
-
"name": "
|
|
50239
|
+
"kind": "INPUT_OBJECT",
|
|
50240
|
+
"name": "CASvcResultInput",
|
|
50022
50241
|
"ofType": null
|
|
50023
50242
|
}
|
|
50024
50243
|
},
|
|
@@ -50031,8 +50250,8 @@
|
|
|
50031
50250
|
"kind": "NON_NULL",
|
|
50032
50251
|
"name": null,
|
|
50033
50252
|
"ofType": {
|
|
50034
|
-
"kind": "
|
|
50035
|
-
"name": "
|
|
50253
|
+
"kind": "OBJECT",
|
|
50254
|
+
"name": "CASvcResult",
|
|
50036
50255
|
"ofType": null
|
|
50037
50256
|
}
|
|
50038
50257
|
},
|
|
@@ -68337,11 +68556,11 @@
|
|
|
68337
68556
|
"deprecationReason": null
|
|
68338
68557
|
},
|
|
68339
68558
|
{
|
|
68340
|
-
"name": "
|
|
68559
|
+
"name": "caSvcAnalysisRunsByFragmentGroupId",
|
|
68341
68560
|
"description": null,
|
|
68342
68561
|
"args": [
|
|
68343
68562
|
{
|
|
68344
|
-
"name": "
|
|
68563
|
+
"name": "fragmentGroupId",
|
|
68345
68564
|
"description": null,
|
|
68346
68565
|
"type": {
|
|
68347
68566
|
"kind": "NON_NULL",
|
|
@@ -68355,18 +68574,46 @@
|
|
|
68355
68574
|
"defaultValue": null,
|
|
68356
68575
|
"isDeprecated": false,
|
|
68357
68576
|
"deprecationReason": null
|
|
68577
|
+
},
|
|
68578
|
+
{
|
|
68579
|
+
"name": "limit",
|
|
68580
|
+
"description": null,
|
|
68581
|
+
"type": {
|
|
68582
|
+
"kind": "SCALAR",
|
|
68583
|
+
"name": "Int",
|
|
68584
|
+
"ofType": null
|
|
68585
|
+
},
|
|
68586
|
+
"defaultValue": null,
|
|
68587
|
+
"isDeprecated": false,
|
|
68588
|
+
"deprecationReason": null
|
|
68589
|
+
},
|
|
68590
|
+
{
|
|
68591
|
+
"name": "offset",
|
|
68592
|
+
"description": null,
|
|
68593
|
+
"type": {
|
|
68594
|
+
"kind": "SCALAR",
|
|
68595
|
+
"name": "Int",
|
|
68596
|
+
"ofType": null
|
|
68597
|
+
},
|
|
68598
|
+
"defaultValue": null,
|
|
68599
|
+
"isDeprecated": false,
|
|
68600
|
+
"deprecationReason": null
|
|
68358
68601
|
}
|
|
68359
68602
|
],
|
|
68360
68603
|
"type": {
|
|
68361
|
-
"kind": "
|
|
68362
|
-
"name":
|
|
68363
|
-
"ofType":
|
|
68604
|
+
"kind": "NON_NULL",
|
|
68605
|
+
"name": null,
|
|
68606
|
+
"ofType": {
|
|
68607
|
+
"kind": "OBJECT",
|
|
68608
|
+
"name": "CASvcAnalysisRunsCollection",
|
|
68609
|
+
"ofType": null
|
|
68610
|
+
}
|
|
68364
68611
|
},
|
|
68365
68612
|
"isDeprecated": false,
|
|
68366
68613
|
"deprecationReason": null
|
|
68367
68614
|
},
|
|
68368
68615
|
{
|
|
68369
|
-
"name": "
|
|
68616
|
+
"name": "caSvcAnalysisRunsByResourceGroupId",
|
|
68370
68617
|
"description": null,
|
|
68371
68618
|
"args": [
|
|
68372
68619
|
{
|
|
@@ -68394,7 +68641,7 @@
|
|
|
68394
68641
|
"deprecationReason": null
|
|
68395
68642
|
},
|
|
68396
68643
|
{
|
|
68397
|
-
"name": "
|
|
68644
|
+
"name": "resourceGroupId",
|
|
68398
68645
|
"description": null,
|
|
68399
68646
|
"type": {
|
|
68400
68647
|
"kind": "NON_NULL",
|
|
@@ -68415,7 +68662,7 @@
|
|
|
68415
68662
|
"name": null,
|
|
68416
68663
|
"ofType": {
|
|
68417
68664
|
"kind": "OBJECT",
|
|
68418
|
-
"name": "
|
|
68665
|
+
"name": "CASvcAnalysisRunsCollection",
|
|
68419
68666
|
"ofType": null
|
|
68420
68667
|
}
|
|
68421
68668
|
},
|
|
@@ -68423,7 +68670,7 @@
|
|
|
68423
68670
|
"deprecationReason": null
|
|
68424
68671
|
},
|
|
68425
68672
|
{
|
|
68426
|
-
"name": "
|
|
68673
|
+
"name": "caSvcFragment",
|
|
68427
68674
|
"description": null,
|
|
68428
68675
|
"args": [
|
|
68429
68676
|
{
|
|
@@ -68445,14 +68692,14 @@
|
|
|
68445
68692
|
],
|
|
68446
68693
|
"type": {
|
|
68447
68694
|
"kind": "OBJECT",
|
|
68448
|
-
"name": "
|
|
68695
|
+
"name": "CASvcFragment",
|
|
68449
68696
|
"ofType": null
|
|
68450
68697
|
},
|
|
68451
68698
|
"isDeprecated": false,
|
|
68452
68699
|
"deprecationReason": null
|
|
68453
68700
|
},
|
|
68454
68701
|
{
|
|
68455
|
-
"name": "
|
|
68702
|
+
"name": "caSvcFragmentGroup",
|
|
68456
68703
|
"description": null,
|
|
68457
68704
|
"args": [
|
|
68458
68705
|
{
|
|
@@ -68474,14 +68721,14 @@
|
|
|
68474
68721
|
],
|
|
68475
68722
|
"type": {
|
|
68476
68723
|
"kind": "OBJECT",
|
|
68477
|
-
"name": "
|
|
68724
|
+
"name": "CASvcFragmentGroup",
|
|
68478
68725
|
"ofType": null
|
|
68479
68726
|
},
|
|
68480
68727
|
"isDeprecated": false,
|
|
68481
68728
|
"deprecationReason": null
|
|
68482
68729
|
},
|
|
68483
68730
|
{
|
|
68484
|
-
"name": "
|
|
68731
|
+
"name": "caSvcFragmentGroupsByPromptTemplateId",
|
|
68485
68732
|
"description": null,
|
|
68486
68733
|
"args": [
|
|
68487
68734
|
{
|
|
@@ -68509,7 +68756,7 @@
|
|
|
68509
68756
|
"deprecationReason": null
|
|
68510
68757
|
},
|
|
68511
68758
|
{
|
|
68512
|
-
"name": "
|
|
68759
|
+
"name": "promptTemplateId",
|
|
68513
68760
|
"description": null,
|
|
68514
68761
|
"type": {
|
|
68515
68762
|
"kind": "NON_NULL",
|
|
@@ -68530,7 +68777,7 @@
|
|
|
68530
68777
|
"name": null,
|
|
68531
68778
|
"ofType": {
|
|
68532
68779
|
"kind": "OBJECT",
|
|
68533
|
-
"name": "
|
|
68780
|
+
"name": "CASvcFragmentGroupsCollection",
|
|
68534
68781
|
"ofType": null
|
|
68535
68782
|
}
|
|
68536
68783
|
},
|
|
@@ -68538,7 +68785,7 @@
|
|
|
68538
68785
|
"deprecationReason": null
|
|
68539
68786
|
},
|
|
68540
68787
|
{
|
|
68541
|
-
"name": "
|
|
68788
|
+
"name": "caSvcFragmentsByTemplateId",
|
|
68542
68789
|
"description": null,
|
|
68543
68790
|
"args": [
|
|
68544
68791
|
{
|
|
@@ -68587,7 +68834,7 @@
|
|
|
68587
68834
|
"name": null,
|
|
68588
68835
|
"ofType": {
|
|
68589
68836
|
"kind": "OBJECT",
|
|
68590
|
-
"name": "
|
|
68837
|
+
"name": "CASvcFragmentsCollection",
|
|
68591
68838
|
"ofType": null
|
|
68592
68839
|
}
|
|
68593
68840
|
},
|
|
@@ -68623,6 +68870,121 @@
|
|
|
68623
68870
|
"isDeprecated": false,
|
|
68624
68871
|
"deprecationReason": null
|
|
68625
68872
|
},
|
|
68873
|
+
{
|
|
68874
|
+
"name": "caSvcResourceGroup",
|
|
68875
|
+
"description": null,
|
|
68876
|
+
"args": [
|
|
68877
|
+
{
|
|
68878
|
+
"name": "id",
|
|
68879
|
+
"description": null,
|
|
68880
|
+
"type": {
|
|
68881
|
+
"kind": "NON_NULL",
|
|
68882
|
+
"name": null,
|
|
68883
|
+
"ofType": {
|
|
68884
|
+
"kind": "SCALAR",
|
|
68885
|
+
"name": "ID",
|
|
68886
|
+
"ofType": null
|
|
68887
|
+
}
|
|
68888
|
+
},
|
|
68889
|
+
"defaultValue": null,
|
|
68890
|
+
"isDeprecated": false,
|
|
68891
|
+
"deprecationReason": null
|
|
68892
|
+
}
|
|
68893
|
+
],
|
|
68894
|
+
"type": {
|
|
68895
|
+
"kind": "OBJECT",
|
|
68896
|
+
"name": "CASvcResourceGroup",
|
|
68897
|
+
"ofType": null
|
|
68898
|
+
},
|
|
68899
|
+
"isDeprecated": false,
|
|
68900
|
+
"deprecationReason": null
|
|
68901
|
+
},
|
|
68902
|
+
{
|
|
68903
|
+
"name": "caSvcResourceGroupMember",
|
|
68904
|
+
"description": null,
|
|
68905
|
+
"args": [
|
|
68906
|
+
{
|
|
68907
|
+
"name": "id",
|
|
68908
|
+
"description": null,
|
|
68909
|
+
"type": {
|
|
68910
|
+
"kind": "NON_NULL",
|
|
68911
|
+
"name": null,
|
|
68912
|
+
"ofType": {
|
|
68913
|
+
"kind": "SCALAR",
|
|
68914
|
+
"name": "ID",
|
|
68915
|
+
"ofType": null
|
|
68916
|
+
}
|
|
68917
|
+
},
|
|
68918
|
+
"defaultValue": null,
|
|
68919
|
+
"isDeprecated": false,
|
|
68920
|
+
"deprecationReason": null
|
|
68921
|
+
}
|
|
68922
|
+
],
|
|
68923
|
+
"type": {
|
|
68924
|
+
"kind": "OBJECT",
|
|
68925
|
+
"name": "CASvcResourceGroupMember",
|
|
68926
|
+
"ofType": null
|
|
68927
|
+
},
|
|
68928
|
+
"isDeprecated": false,
|
|
68929
|
+
"deprecationReason": null
|
|
68930
|
+
},
|
|
68931
|
+
{
|
|
68932
|
+
"name": "caSvcResourceGroupMembersByResourceGroupId",
|
|
68933
|
+
"description": null,
|
|
68934
|
+
"args": [
|
|
68935
|
+
{
|
|
68936
|
+
"name": "limit",
|
|
68937
|
+
"description": null,
|
|
68938
|
+
"type": {
|
|
68939
|
+
"kind": "SCALAR",
|
|
68940
|
+
"name": "Int",
|
|
68941
|
+
"ofType": null
|
|
68942
|
+
},
|
|
68943
|
+
"defaultValue": null,
|
|
68944
|
+
"isDeprecated": false,
|
|
68945
|
+
"deprecationReason": null
|
|
68946
|
+
},
|
|
68947
|
+
{
|
|
68948
|
+
"name": "offset",
|
|
68949
|
+
"description": null,
|
|
68950
|
+
"type": {
|
|
68951
|
+
"kind": "SCALAR",
|
|
68952
|
+
"name": "Int",
|
|
68953
|
+
"ofType": null
|
|
68954
|
+
},
|
|
68955
|
+
"defaultValue": null,
|
|
68956
|
+
"isDeprecated": false,
|
|
68957
|
+
"deprecationReason": null
|
|
68958
|
+
},
|
|
68959
|
+
{
|
|
68960
|
+
"name": "resourceGroupId",
|
|
68961
|
+
"description": null,
|
|
68962
|
+
"type": {
|
|
68963
|
+
"kind": "NON_NULL",
|
|
68964
|
+
"name": null,
|
|
68965
|
+
"ofType": {
|
|
68966
|
+
"kind": "SCALAR",
|
|
68967
|
+
"name": "ID",
|
|
68968
|
+
"ofType": null
|
|
68969
|
+
}
|
|
68970
|
+
},
|
|
68971
|
+
"defaultValue": null,
|
|
68972
|
+
"isDeprecated": false,
|
|
68973
|
+
"deprecationReason": null
|
|
68974
|
+
}
|
|
68975
|
+
],
|
|
68976
|
+
"type": {
|
|
68977
|
+
"kind": "NON_NULL",
|
|
68978
|
+
"name": null,
|
|
68979
|
+
"ofType": {
|
|
68980
|
+
"kind": "OBJECT",
|
|
68981
|
+
"name": "CASvcResourceGroupMembersCollection",
|
|
68982
|
+
"ofType": null
|
|
68983
|
+
}
|
|
68984
|
+
},
|
|
68985
|
+
"isDeprecated": false,
|
|
68986
|
+
"deprecationReason": null
|
|
68987
|
+
},
|
|
68626
68988
|
{
|
|
68627
68989
|
"name": "caSvcResult",
|
|
68628
68990
|
"description": null,
|
|
@@ -68653,7 +69015,121 @@
|
|
|
68653
69015
|
"deprecationReason": null
|
|
68654
69016
|
},
|
|
68655
69017
|
{
|
|
68656
|
-
"name": "
|
|
69018
|
+
"name": "caSvcResultsByAnalysisRunId",
|
|
69019
|
+
"description": null,
|
|
69020
|
+
"args": [
|
|
69021
|
+
{
|
|
69022
|
+
"name": "analysisRunId",
|
|
69023
|
+
"description": null,
|
|
69024
|
+
"type": {
|
|
69025
|
+
"kind": "NON_NULL",
|
|
69026
|
+
"name": null,
|
|
69027
|
+
"ofType": {
|
|
69028
|
+
"kind": "SCALAR",
|
|
69029
|
+
"name": "ID",
|
|
69030
|
+
"ofType": null
|
|
69031
|
+
}
|
|
69032
|
+
},
|
|
69033
|
+
"defaultValue": null,
|
|
69034
|
+
"isDeprecated": false,
|
|
69035
|
+
"deprecationReason": null
|
|
69036
|
+
},
|
|
69037
|
+
{
|
|
69038
|
+
"name": "limit",
|
|
69039
|
+
"description": null,
|
|
69040
|
+
"type": {
|
|
69041
|
+
"kind": "SCALAR",
|
|
69042
|
+
"name": "Int",
|
|
69043
|
+
"ofType": null
|
|
69044
|
+
},
|
|
69045
|
+
"defaultValue": null,
|
|
69046
|
+
"isDeprecated": false,
|
|
69047
|
+
"deprecationReason": null
|
|
69048
|
+
},
|
|
69049
|
+
{
|
|
69050
|
+
"name": "offset",
|
|
69051
|
+
"description": null,
|
|
69052
|
+
"type": {
|
|
69053
|
+
"kind": "SCALAR",
|
|
69054
|
+
"name": "Int",
|
|
69055
|
+
"ofType": null
|
|
69056
|
+
},
|
|
69057
|
+
"defaultValue": null,
|
|
69058
|
+
"isDeprecated": false,
|
|
69059
|
+
"deprecationReason": null
|
|
69060
|
+
}
|
|
69061
|
+
],
|
|
69062
|
+
"type": {
|
|
69063
|
+
"kind": "NON_NULL",
|
|
69064
|
+
"name": null,
|
|
69065
|
+
"ofType": {
|
|
69066
|
+
"kind": "OBJECT",
|
|
69067
|
+
"name": "CASvcResultsCollection",
|
|
69068
|
+
"ofType": null
|
|
69069
|
+
}
|
|
69070
|
+
},
|
|
69071
|
+
"isDeprecated": false,
|
|
69072
|
+
"deprecationReason": null
|
|
69073
|
+
},
|
|
69074
|
+
{
|
|
69075
|
+
"name": "caSvcResultsByFragmentId",
|
|
69076
|
+
"description": null,
|
|
69077
|
+
"args": [
|
|
69078
|
+
{
|
|
69079
|
+
"name": "fragmentId",
|
|
69080
|
+
"description": null,
|
|
69081
|
+
"type": {
|
|
69082
|
+
"kind": "NON_NULL",
|
|
69083
|
+
"name": null,
|
|
69084
|
+
"ofType": {
|
|
69085
|
+
"kind": "SCALAR",
|
|
69086
|
+
"name": "ID",
|
|
69087
|
+
"ofType": null
|
|
69088
|
+
}
|
|
69089
|
+
},
|
|
69090
|
+
"defaultValue": null,
|
|
69091
|
+
"isDeprecated": false,
|
|
69092
|
+
"deprecationReason": null
|
|
69093
|
+
},
|
|
69094
|
+
{
|
|
69095
|
+
"name": "limit",
|
|
69096
|
+
"description": null,
|
|
69097
|
+
"type": {
|
|
69098
|
+
"kind": "SCALAR",
|
|
69099
|
+
"name": "Int",
|
|
69100
|
+
"ofType": null
|
|
69101
|
+
},
|
|
69102
|
+
"defaultValue": null,
|
|
69103
|
+
"isDeprecated": false,
|
|
69104
|
+
"deprecationReason": null
|
|
69105
|
+
},
|
|
69106
|
+
{
|
|
69107
|
+
"name": "offset",
|
|
69108
|
+
"description": null,
|
|
69109
|
+
"type": {
|
|
69110
|
+
"kind": "SCALAR",
|
|
69111
|
+
"name": "Int",
|
|
69112
|
+
"ofType": null
|
|
69113
|
+
},
|
|
69114
|
+
"defaultValue": null,
|
|
69115
|
+
"isDeprecated": false,
|
|
69116
|
+
"deprecationReason": null
|
|
69117
|
+
}
|
|
69118
|
+
],
|
|
69119
|
+
"type": {
|
|
69120
|
+
"kind": "NON_NULL",
|
|
69121
|
+
"name": null,
|
|
69122
|
+
"ofType": {
|
|
69123
|
+
"kind": "OBJECT",
|
|
69124
|
+
"name": "CASvcResultsCollection",
|
|
69125
|
+
"ofType": null
|
|
69126
|
+
}
|
|
69127
|
+
},
|
|
69128
|
+
"isDeprecated": false,
|
|
69129
|
+
"deprecationReason": null
|
|
69130
|
+
},
|
|
69131
|
+
{
|
|
69132
|
+
"name": "caSvcResultsByResourceGroupMemberId",
|
|
68657
69133
|
"description": null,
|
|
68658
69134
|
"args": [
|
|
68659
69135
|
{
|
|
@@ -68681,7 +69157,7 @@
|
|
|
68681
69157
|
"deprecationReason": null
|
|
68682
69158
|
},
|
|
68683
69159
|
{
|
|
68684
|
-
"name": "
|
|
69160
|
+
"name": "resourceGroupMemberId",
|
|
68685
69161
|
"description": null,
|
|
68686
69162
|
"type": {
|
|
68687
69163
|
"kind": "NON_NULL",
|