pycarlo 0.10.74__py3-none-any.whl → 0.10.76__py3-none-any.whl
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.
Potentially problematic release.
This version of pycarlo might be problematic. Click here for more details.
- pycarlo/lib/schema.json +1618 -641
- pycarlo/lib/schema.py +342 -2
- {pycarlo-0.10.74.dist-info → pycarlo-0.10.76.dist-info}/METADATA +1 -1
- {pycarlo-0.10.74.dist-info → pycarlo-0.10.76.dist-info}/RECORD +7 -7
- {pycarlo-0.10.74.dist-info → pycarlo-0.10.76.dist-info}/LICENSE +0 -0
- {pycarlo-0.10.74.dist-info → pycarlo-0.10.76.dist-info}/WHEEL +0 -0
- {pycarlo-0.10.74.dist-info → pycarlo-0.10.76.dist-info}/top_level.txt +0 -0
pycarlo/lib/schema.json
CHANGED
|
@@ -8685,10 +8685,33 @@
|
|
|
8685
8685
|
}
|
|
8686
8686
|
},
|
|
8687
8687
|
{
|
|
8688
|
-
"args": [
|
|
8688
|
+
"args": [
|
|
8689
|
+
{
|
|
8690
|
+
"defaultValue": null,
|
|
8691
|
+
"description": "Type of env configuration to get the hosting information for (primary/secondary). If not specified, primary is assumed",
|
|
8692
|
+
"name": "envConfiguration",
|
|
8693
|
+
"type": {
|
|
8694
|
+
"kind": "ENUM",
|
|
8695
|
+
"name": "AwsEnvConfiguration",
|
|
8696
|
+
"ofType": null
|
|
8697
|
+
}
|
|
8698
|
+
}
|
|
8699
|
+
],
|
|
8689
8700
|
"deprecationReason": null,
|
|
8690
|
-
"description": "(general availability) Get the current
|
|
8701
|
+
"description": "(general availability) Get the current hosting environment information for the current\n authorized user",
|
|
8691
8702
|
"isDeprecated": false,
|
|
8703
|
+
"name": "getHostingInfo",
|
|
8704
|
+
"type": {
|
|
8705
|
+
"kind": "OBJECT",
|
|
8706
|
+
"name": "HostingInformation",
|
|
8707
|
+
"ofType": null
|
|
8708
|
+
}
|
|
8709
|
+
},
|
|
8710
|
+
{
|
|
8711
|
+
"args": [],
|
|
8712
|
+
"deprecationReason": "Use getDeploymentInfoV2 instead",
|
|
8713
|
+
"description": "(general availability) DEPRECATED. Get the current deployment environment information for the current\n authorized user",
|
|
8714
|
+
"isDeprecated": true,
|
|
8692
8715
|
"name": "getDeploymentInfo",
|
|
8693
8716
|
"type": {
|
|
8694
8717
|
"kind": "OBJECT",
|
|
@@ -37510,137 +37533,27 @@
|
|
|
37510
37533
|
}
|
|
37511
37534
|
},
|
|
37512
37535
|
{
|
|
37513
|
-
"args": [
|
|
37514
|
-
{
|
|
37515
|
-
"defaultValue": null,
|
|
37516
|
-
"description": null,
|
|
37517
|
-
"name": "offset",
|
|
37518
|
-
"type": {
|
|
37519
|
-
"kind": "SCALAR",
|
|
37520
|
-
"name": "Int",
|
|
37521
|
-
"ofType": null
|
|
37522
|
-
}
|
|
37523
|
-
},
|
|
37524
|
-
{
|
|
37525
|
-
"defaultValue": null,
|
|
37526
|
-
"description": null,
|
|
37527
|
-
"name": "before",
|
|
37528
|
-
"type": {
|
|
37529
|
-
"kind": "SCALAR",
|
|
37530
|
-
"name": "String",
|
|
37531
|
-
"ofType": null
|
|
37532
|
-
}
|
|
37533
|
-
},
|
|
37534
|
-
{
|
|
37535
|
-
"defaultValue": null,
|
|
37536
|
-
"description": null,
|
|
37537
|
-
"name": "after",
|
|
37538
|
-
"type": {
|
|
37539
|
-
"kind": "SCALAR",
|
|
37540
|
-
"name": "String",
|
|
37541
|
-
"ofType": null
|
|
37542
|
-
}
|
|
37543
|
-
},
|
|
37544
|
-
{
|
|
37545
|
-
"defaultValue": null,
|
|
37546
|
-
"description": null,
|
|
37547
|
-
"name": "first",
|
|
37548
|
-
"type": {
|
|
37549
|
-
"kind": "SCALAR",
|
|
37550
|
-
"name": "Int",
|
|
37551
|
-
"ofType": null
|
|
37552
|
-
}
|
|
37553
|
-
},
|
|
37554
|
-
{
|
|
37555
|
-
"defaultValue": null,
|
|
37556
|
-
"description": null,
|
|
37557
|
-
"name": "last",
|
|
37558
|
-
"type": {
|
|
37559
|
-
"kind": "SCALAR",
|
|
37560
|
-
"name": "Int",
|
|
37561
|
-
"ofType": null
|
|
37562
|
-
}
|
|
37563
|
-
}
|
|
37564
|
-
],
|
|
37536
|
+
"args": [],
|
|
37565
37537
|
"deprecationReason": null,
|
|
37566
|
-
"description": "",
|
|
37538
|
+
"description": "User who created this warehouse",
|
|
37567
37539
|
"isDeprecated": false,
|
|
37568
|
-
"name": "
|
|
37540
|
+
"name": "createdWarehouses",
|
|
37569
37541
|
"type": {
|
|
37570
37542
|
"kind": "NON_NULL",
|
|
37571
37543
|
"name": null,
|
|
37572
37544
|
"ofType": {
|
|
37573
|
-
"kind": "
|
|
37574
|
-
"name":
|
|
37575
|
-
"ofType":
|
|
37576
|
-
|
|
37577
|
-
|
|
37578
|
-
|
|
37579
|
-
|
|
37580
|
-
|
|
37581
|
-
|
|
37582
|
-
|
|
37583
|
-
"description": null,
|
|
37584
|
-
"name": "offset",
|
|
37585
|
-
"type": {
|
|
37586
|
-
"kind": "SCALAR",
|
|
37587
|
-
"name": "Int",
|
|
37588
|
-
"ofType": null
|
|
37589
|
-
}
|
|
37590
|
-
},
|
|
37591
|
-
{
|
|
37592
|
-
"defaultValue": null,
|
|
37593
|
-
"description": null,
|
|
37594
|
-
"name": "before",
|
|
37595
|
-
"type": {
|
|
37596
|
-
"kind": "SCALAR",
|
|
37597
|
-
"name": "String",
|
|
37598
|
-
"ofType": null
|
|
37599
|
-
}
|
|
37600
|
-
},
|
|
37601
|
-
{
|
|
37602
|
-
"defaultValue": null,
|
|
37603
|
-
"description": null,
|
|
37604
|
-
"name": "after",
|
|
37605
|
-
"type": {
|
|
37606
|
-
"kind": "SCALAR",
|
|
37607
|
-
"name": "String",
|
|
37608
|
-
"ofType": null
|
|
37609
|
-
}
|
|
37610
|
-
},
|
|
37611
|
-
{
|
|
37612
|
-
"defaultValue": null,
|
|
37613
|
-
"description": null,
|
|
37614
|
-
"name": "first",
|
|
37615
|
-
"type": {
|
|
37616
|
-
"kind": "SCALAR",
|
|
37617
|
-
"name": "Int",
|
|
37618
|
-
"ofType": null
|
|
37619
|
-
}
|
|
37620
|
-
},
|
|
37621
|
-
{
|
|
37622
|
-
"defaultValue": null,
|
|
37623
|
-
"description": null,
|
|
37624
|
-
"name": "last",
|
|
37625
|
-
"type": {
|
|
37626
|
-
"kind": "SCALAR",
|
|
37627
|
-
"name": "Int",
|
|
37628
|
-
"ofType": null
|
|
37545
|
+
"kind": "LIST",
|
|
37546
|
+
"name": null,
|
|
37547
|
+
"ofType": {
|
|
37548
|
+
"kind": "NON_NULL",
|
|
37549
|
+
"name": null,
|
|
37550
|
+
"ofType": {
|
|
37551
|
+
"kind": "OBJECT",
|
|
37552
|
+
"name": "Warehouse",
|
|
37553
|
+
"ofType": null
|
|
37554
|
+
}
|
|
37629
37555
|
}
|
|
37630
37556
|
}
|
|
37631
|
-
],
|
|
37632
|
-
"deprecationReason": null,
|
|
37633
|
-
"description": "Creator",
|
|
37634
|
-
"isDeprecated": false,
|
|
37635
|
-
"name": "eventdetectorfeedbackmodelCreatedBy",
|
|
37636
|
-
"type": {
|
|
37637
|
-
"kind": "NON_NULL",
|
|
37638
|
-
"name": null,
|
|
37639
|
-
"ofType": {
|
|
37640
|
-
"kind": "OBJECT",
|
|
37641
|
-
"name": "EventDetectorFeedbackConnection",
|
|
37642
|
-
"ofType": null
|
|
37643
|
-
}
|
|
37644
37557
|
}
|
|
37645
37558
|
},
|
|
37646
37559
|
{
|
|
@@ -37697,15 +37610,15 @@
|
|
|
37697
37610
|
}
|
|
37698
37611
|
],
|
|
37699
37612
|
"deprecationReason": null,
|
|
37700
|
-
"description": "
|
|
37613
|
+
"description": "",
|
|
37701
37614
|
"isDeprecated": false,
|
|
37702
|
-
"name": "
|
|
37615
|
+
"name": "eventmodelSet",
|
|
37703
37616
|
"type": {
|
|
37704
37617
|
"kind": "NON_NULL",
|
|
37705
37618
|
"name": null,
|
|
37706
37619
|
"ofType": {
|
|
37707
37620
|
"kind": "OBJECT",
|
|
37708
|
-
"name": "
|
|
37621
|
+
"name": "EventConnection",
|
|
37709
37622
|
"ofType": null
|
|
37710
37623
|
}
|
|
37711
37624
|
}
|
|
@@ -37761,78 +37674,18 @@
|
|
|
37761
37674
|
"name": "Int",
|
|
37762
37675
|
"ofType": null
|
|
37763
37676
|
}
|
|
37764
|
-
},
|
|
37765
|
-
{
|
|
37766
|
-
"defaultValue": null,
|
|
37767
|
-
"description": null,
|
|
37768
|
-
"name": "uuid",
|
|
37769
|
-
"type": {
|
|
37770
|
-
"kind": "SCALAR",
|
|
37771
|
-
"name": "UUID",
|
|
37772
|
-
"ofType": null
|
|
37773
|
-
}
|
|
37774
|
-
},
|
|
37775
|
-
{
|
|
37776
|
-
"defaultValue": null,
|
|
37777
|
-
"description": null,
|
|
37778
|
-
"name": "name",
|
|
37779
|
-
"type": {
|
|
37780
|
-
"kind": "SCALAR",
|
|
37781
|
-
"name": "String",
|
|
37782
|
-
"ofType": null
|
|
37783
|
-
}
|
|
37784
|
-
},
|
|
37785
|
-
{
|
|
37786
|
-
"defaultValue": null,
|
|
37787
|
-
"description": null,
|
|
37788
|
-
"name": "description",
|
|
37789
|
-
"type": {
|
|
37790
|
-
"kind": "SCALAR",
|
|
37791
|
-
"name": "String",
|
|
37792
|
-
"ofType": null
|
|
37793
|
-
}
|
|
37794
|
-
},
|
|
37795
|
-
{
|
|
37796
|
-
"defaultValue": null,
|
|
37797
|
-
"description": null,
|
|
37798
|
-
"name": "sqlTemplate",
|
|
37799
|
-
"type": {
|
|
37800
|
-
"kind": "SCALAR",
|
|
37801
|
-
"name": "String",
|
|
37802
|
-
"ofType": null
|
|
37803
|
-
}
|
|
37804
|
-
},
|
|
37805
|
-
{
|
|
37806
|
-
"defaultValue": null,
|
|
37807
|
-
"description": null,
|
|
37808
|
-
"name": "dialect",
|
|
37809
|
-
"type": {
|
|
37810
|
-
"kind": "SCALAR",
|
|
37811
|
-
"name": "String",
|
|
37812
|
-
"ofType": null
|
|
37813
|
-
}
|
|
37814
|
-
},
|
|
37815
|
-
{
|
|
37816
|
-
"defaultValue": null,
|
|
37817
|
-
"description": null,
|
|
37818
|
-
"name": "queryResultType",
|
|
37819
|
-
"type": {
|
|
37820
|
-
"kind": "ENUM",
|
|
37821
|
-
"name": "CustomSQLTemplateModelQueryResultType",
|
|
37822
|
-
"ofType": null
|
|
37823
|
-
}
|
|
37824
37677
|
}
|
|
37825
37678
|
],
|
|
37826
37679
|
"deprecationReason": null,
|
|
37827
37680
|
"description": "Creator",
|
|
37828
37681
|
"isDeprecated": false,
|
|
37829
|
-
"name": "
|
|
37682
|
+
"name": "eventdetectorfeedbackmodelCreatedBy",
|
|
37830
37683
|
"type": {
|
|
37831
37684
|
"kind": "NON_NULL",
|
|
37832
37685
|
"name": null,
|
|
37833
37686
|
"ofType": {
|
|
37834
37687
|
"kind": "OBJECT",
|
|
37835
|
-
"name": "
|
|
37688
|
+
"name": "EventDetectorFeedbackConnection",
|
|
37836
37689
|
"ofType": null
|
|
37837
37690
|
}
|
|
37838
37691
|
}
|
|
@@ -37888,130 +37741,22 @@
|
|
|
37888
37741
|
"name": "Int",
|
|
37889
37742
|
"ofType": null
|
|
37890
37743
|
}
|
|
37891
|
-
},
|
|
37892
|
-
{
|
|
37893
|
-
"defaultValue": null,
|
|
37894
|
-
"description": null,
|
|
37895
|
-
"name": "uuid",
|
|
37896
|
-
"type": {
|
|
37897
|
-
"kind": "SCALAR",
|
|
37898
|
-
"name": "UUID",
|
|
37899
|
-
"ofType": null
|
|
37900
|
-
}
|
|
37901
|
-
},
|
|
37902
|
-
{
|
|
37903
|
-
"defaultValue": null,
|
|
37904
|
-
"description": null,
|
|
37905
|
-
"name": "name",
|
|
37906
|
-
"type": {
|
|
37907
|
-
"kind": "SCALAR",
|
|
37908
|
-
"name": "String",
|
|
37909
|
-
"ofType": null
|
|
37910
|
-
}
|
|
37911
|
-
},
|
|
37912
|
-
{
|
|
37913
|
-
"defaultValue": null,
|
|
37914
|
-
"description": null,
|
|
37915
|
-
"name": "description",
|
|
37916
|
-
"type": {
|
|
37917
|
-
"kind": "SCALAR",
|
|
37918
|
-
"name": "String",
|
|
37919
|
-
"ofType": null
|
|
37920
|
-
}
|
|
37921
|
-
},
|
|
37922
|
-
{
|
|
37923
|
-
"defaultValue": null,
|
|
37924
|
-
"description": null,
|
|
37925
|
-
"name": "sqlTemplate",
|
|
37926
|
-
"type": {
|
|
37927
|
-
"kind": "SCALAR",
|
|
37928
|
-
"name": "String",
|
|
37929
|
-
"ofType": null
|
|
37930
|
-
}
|
|
37931
|
-
},
|
|
37932
|
-
{
|
|
37933
|
-
"defaultValue": null,
|
|
37934
|
-
"description": null,
|
|
37935
|
-
"name": "dialect",
|
|
37936
|
-
"type": {
|
|
37937
|
-
"kind": "SCALAR",
|
|
37938
|
-
"name": "String",
|
|
37939
|
-
"ofType": null
|
|
37940
|
-
}
|
|
37941
|
-
},
|
|
37942
|
-
{
|
|
37943
|
-
"defaultValue": null,
|
|
37944
|
-
"description": null,
|
|
37945
|
-
"name": "queryResultType",
|
|
37946
|
-
"type": {
|
|
37947
|
-
"kind": "ENUM",
|
|
37948
|
-
"name": "CustomSQLTemplateModelQueryResultType",
|
|
37949
|
-
"ofType": null
|
|
37950
|
-
}
|
|
37951
37744
|
}
|
|
37952
37745
|
],
|
|
37953
37746
|
"deprecationReason": null,
|
|
37954
37747
|
"description": "Last updated by",
|
|
37955
37748
|
"isDeprecated": false,
|
|
37956
|
-
"name": "
|
|
37749
|
+
"name": "eventdetectorfeedbackmodelUpdatedBy",
|
|
37957
37750
|
"type": {
|
|
37958
37751
|
"kind": "NON_NULL",
|
|
37959
37752
|
"name": null,
|
|
37960
37753
|
"ofType": {
|
|
37961
37754
|
"kind": "OBJECT",
|
|
37962
|
-
"name": "
|
|
37755
|
+
"name": "EventDetectorFeedbackConnection",
|
|
37963
37756
|
"ofType": null
|
|
37964
37757
|
}
|
|
37965
37758
|
}
|
|
37966
37759
|
},
|
|
37967
|
-
{
|
|
37968
|
-
"args": [],
|
|
37969
|
-
"deprecationReason": null,
|
|
37970
|
-
"description": "Creator",
|
|
37971
|
-
"isDeprecated": false,
|
|
37972
|
-
"name": "datasourcemodelCreatedBy",
|
|
37973
|
-
"type": {
|
|
37974
|
-
"kind": "NON_NULL",
|
|
37975
|
-
"name": null,
|
|
37976
|
-
"ofType": {
|
|
37977
|
-
"kind": "LIST",
|
|
37978
|
-
"name": null,
|
|
37979
|
-
"ofType": {
|
|
37980
|
-
"kind": "NON_NULL",
|
|
37981
|
-
"name": null,
|
|
37982
|
-
"ofType": {
|
|
37983
|
-
"kind": "OBJECT",
|
|
37984
|
-
"name": "MonitorDataSource",
|
|
37985
|
-
"ofType": null
|
|
37986
|
-
}
|
|
37987
|
-
}
|
|
37988
|
-
}
|
|
37989
|
-
}
|
|
37990
|
-
},
|
|
37991
|
-
{
|
|
37992
|
-
"args": [],
|
|
37993
|
-
"deprecationReason": null,
|
|
37994
|
-
"description": "Last updated by",
|
|
37995
|
-
"isDeprecated": false,
|
|
37996
|
-
"name": "datasourcemodelUpdatedBy",
|
|
37997
|
-
"type": {
|
|
37998
|
-
"kind": "NON_NULL",
|
|
37999
|
-
"name": null,
|
|
38000
|
-
"ofType": {
|
|
38001
|
-
"kind": "LIST",
|
|
38002
|
-
"name": null,
|
|
38003
|
-
"ofType": {
|
|
38004
|
-
"kind": "NON_NULL",
|
|
38005
|
-
"name": null,
|
|
38006
|
-
"ofType": {
|
|
38007
|
-
"kind": "OBJECT",
|
|
38008
|
-
"name": "MonitorDataSource",
|
|
38009
|
-
"ofType": null
|
|
38010
|
-
}
|
|
38011
|
-
}
|
|
38012
|
-
}
|
|
38013
|
-
}
|
|
38014
|
-
},
|
|
38015
37760
|
{
|
|
38016
37761
|
"args": [
|
|
38017
37762
|
{
|
|
@@ -38067,44 +37812,17 @@
|
|
|
38067
37812
|
{
|
|
38068
37813
|
"defaultValue": null,
|
|
38069
37814
|
"description": null,
|
|
38070
|
-
"name": "
|
|
38071
|
-
"type": {
|
|
38072
|
-
"kind": "SCALAR",
|
|
38073
|
-
"name": "String",
|
|
38074
|
-
"ofType": null
|
|
38075
|
-
}
|
|
38076
|
-
}
|
|
38077
|
-
],
|
|
38078
|
-
"deprecationReason": null,
|
|
38079
|
-
"description": "Who added the monitor",
|
|
38080
|
-
"isDeprecated": false,
|
|
38081
|
-
"name": "creator",
|
|
38082
|
-
"type": {
|
|
38083
|
-
"kind": "NON_NULL",
|
|
38084
|
-
"name": null,
|
|
38085
|
-
"ofType": {
|
|
38086
|
-
"kind": "OBJECT",
|
|
38087
|
-
"name": "ComparisonMonitorResponseConnection",
|
|
38088
|
-
"ofType": null
|
|
38089
|
-
}
|
|
38090
|
-
}
|
|
38091
|
-
},
|
|
38092
|
-
{
|
|
38093
|
-
"args": [
|
|
38094
|
-
{
|
|
38095
|
-
"defaultValue": null,
|
|
38096
|
-
"description": null,
|
|
38097
|
-
"name": "offset",
|
|
37815
|
+
"name": "uuid",
|
|
38098
37816
|
"type": {
|
|
38099
37817
|
"kind": "SCALAR",
|
|
38100
|
-
"name": "
|
|
37818
|
+
"name": "UUID",
|
|
38101
37819
|
"ofType": null
|
|
38102
37820
|
}
|
|
38103
37821
|
},
|
|
38104
37822
|
{
|
|
38105
37823
|
"defaultValue": null,
|
|
38106
37824
|
"description": null,
|
|
38107
|
-
"name": "
|
|
37825
|
+
"name": "name",
|
|
38108
37826
|
"type": {
|
|
38109
37827
|
"kind": "SCALAR",
|
|
38110
37828
|
"name": "String",
|
|
@@ -38114,7 +37832,7 @@
|
|
|
38114
37832
|
{
|
|
38115
37833
|
"defaultValue": null,
|
|
38116
37834
|
"description": null,
|
|
38117
|
-
"name": "
|
|
37835
|
+
"name": "description",
|
|
38118
37836
|
"type": {
|
|
38119
37837
|
"kind": "SCALAR",
|
|
38120
37838
|
"name": "String",
|
|
@@ -38124,44 +37842,44 @@
|
|
|
38124
37842
|
{
|
|
38125
37843
|
"defaultValue": null,
|
|
38126
37844
|
"description": null,
|
|
38127
|
-
"name": "
|
|
37845
|
+
"name": "sqlTemplate",
|
|
38128
37846
|
"type": {
|
|
38129
37847
|
"kind": "SCALAR",
|
|
38130
|
-
"name": "
|
|
37848
|
+
"name": "String",
|
|
38131
37849
|
"ofType": null
|
|
38132
37850
|
}
|
|
38133
37851
|
},
|
|
38134
37852
|
{
|
|
38135
37853
|
"defaultValue": null,
|
|
38136
37854
|
"description": null,
|
|
38137
|
-
"name": "
|
|
37855
|
+
"name": "dialect",
|
|
38138
37856
|
"type": {
|
|
38139
37857
|
"kind": "SCALAR",
|
|
38140
|
-
"name": "
|
|
37858
|
+
"name": "String",
|
|
38141
37859
|
"ofType": null
|
|
38142
37860
|
}
|
|
38143
37861
|
},
|
|
38144
37862
|
{
|
|
38145
37863
|
"defaultValue": null,
|
|
38146
37864
|
"description": null,
|
|
38147
|
-
"name": "
|
|
37865
|
+
"name": "queryResultType",
|
|
38148
37866
|
"type": {
|
|
38149
|
-
"kind": "
|
|
38150
|
-
"name": "
|
|
37867
|
+
"kind": "ENUM",
|
|
37868
|
+
"name": "CustomSQLTemplateModelQueryResultType",
|
|
38151
37869
|
"ofType": null
|
|
38152
37870
|
}
|
|
38153
37871
|
}
|
|
38154
37872
|
],
|
|
38155
37873
|
"deprecationReason": null,
|
|
38156
|
-
"description": "
|
|
37874
|
+
"description": "Creator",
|
|
38157
37875
|
"isDeprecated": false,
|
|
38158
|
-
"name": "
|
|
37876
|
+
"name": "customsqltemplatemodelCreatedBy",
|
|
38159
37877
|
"type": {
|
|
38160
37878
|
"kind": "NON_NULL",
|
|
38161
37879
|
"name": null,
|
|
38162
37880
|
"ofType": {
|
|
38163
37881
|
"kind": "OBJECT",
|
|
38164
|
-
"name": "
|
|
37882
|
+
"name": "CustomSQLTemplateConnection",
|
|
38165
37883
|
"ofType": null
|
|
38166
37884
|
}
|
|
38167
37885
|
}
|
|
@@ -38217,38 +37935,21 @@
|
|
|
38217
37935
|
"name": "Int",
|
|
38218
37936
|
"ofType": null
|
|
38219
37937
|
}
|
|
38220
|
-
}
|
|
38221
|
-
],
|
|
38222
|
-
"deprecationReason": null,
|
|
38223
|
-
"description": "Creator",
|
|
38224
|
-
"isDeprecated": false,
|
|
38225
|
-
"name": "customrulequerymodelCreatedBy",
|
|
38226
|
-
"type": {
|
|
38227
|
-
"kind": "NON_NULL",
|
|
38228
|
-
"name": null,
|
|
38229
|
-
"ofType": {
|
|
38230
|
-
"kind": "OBJECT",
|
|
38231
|
-
"name": "CustomRuleQueryConnection",
|
|
38232
|
-
"ofType": null
|
|
38233
|
-
}
|
|
38234
|
-
}
|
|
38235
|
-
},
|
|
38236
|
-
{
|
|
38237
|
-
"args": [
|
|
37938
|
+
},
|
|
38238
37939
|
{
|
|
38239
37940
|
"defaultValue": null,
|
|
38240
37941
|
"description": null,
|
|
38241
|
-
"name": "
|
|
37942
|
+
"name": "uuid",
|
|
38242
37943
|
"type": {
|
|
38243
37944
|
"kind": "SCALAR",
|
|
38244
|
-
"name": "
|
|
37945
|
+
"name": "UUID",
|
|
38245
37946
|
"ofType": null
|
|
38246
37947
|
}
|
|
38247
37948
|
},
|
|
38248
37949
|
{
|
|
38249
37950
|
"defaultValue": null,
|
|
38250
37951
|
"description": null,
|
|
38251
|
-
"name": "
|
|
37952
|
+
"name": "name",
|
|
38252
37953
|
"type": {
|
|
38253
37954
|
"kind": "SCALAR",
|
|
38254
37955
|
"name": "String",
|
|
@@ -38258,7 +37959,7 @@
|
|
|
38258
37959
|
{
|
|
38259
37960
|
"defaultValue": null,
|
|
38260
37961
|
"description": null,
|
|
38261
|
-
"name": "
|
|
37962
|
+
"name": "description",
|
|
38262
37963
|
"type": {
|
|
38263
37964
|
"kind": "SCALAR",
|
|
38264
37965
|
"name": "String",
|
|
@@ -38268,20 +37969,30 @@
|
|
|
38268
37969
|
{
|
|
38269
37970
|
"defaultValue": null,
|
|
38270
37971
|
"description": null,
|
|
38271
|
-
"name": "
|
|
37972
|
+
"name": "sqlTemplate",
|
|
38272
37973
|
"type": {
|
|
38273
37974
|
"kind": "SCALAR",
|
|
38274
|
-
"name": "
|
|
37975
|
+
"name": "String",
|
|
38275
37976
|
"ofType": null
|
|
38276
37977
|
}
|
|
38277
37978
|
},
|
|
38278
37979
|
{
|
|
38279
37980
|
"defaultValue": null,
|
|
38280
37981
|
"description": null,
|
|
38281
|
-
"name": "
|
|
37982
|
+
"name": "dialect",
|
|
38282
37983
|
"type": {
|
|
38283
37984
|
"kind": "SCALAR",
|
|
38284
|
-
"name": "
|
|
37985
|
+
"name": "String",
|
|
37986
|
+
"ofType": null
|
|
37987
|
+
}
|
|
37988
|
+
},
|
|
37989
|
+
{
|
|
37990
|
+
"defaultValue": null,
|
|
37991
|
+
"description": null,
|
|
37992
|
+
"name": "queryResultType",
|
|
37993
|
+
"type": {
|
|
37994
|
+
"kind": "ENUM",
|
|
37995
|
+
"name": "CustomSQLTemplateModelQueryResultType",
|
|
38285
37996
|
"ofType": null
|
|
38286
37997
|
}
|
|
38287
37998
|
}
|
|
@@ -38289,81 +38000,62 @@
|
|
|
38289
38000
|
"deprecationReason": null,
|
|
38290
38001
|
"description": "Last updated by",
|
|
38291
38002
|
"isDeprecated": false,
|
|
38292
|
-
"name": "
|
|
38003
|
+
"name": "customsqltemplatemodelUpdatedBy",
|
|
38293
38004
|
"type": {
|
|
38294
38005
|
"kind": "NON_NULL",
|
|
38295
38006
|
"name": null,
|
|
38296
38007
|
"ofType": {
|
|
38297
38008
|
"kind": "OBJECT",
|
|
38298
|
-
"name": "
|
|
38009
|
+
"name": "CustomSQLTemplateConnection",
|
|
38299
38010
|
"ofType": null
|
|
38300
38011
|
}
|
|
38301
38012
|
}
|
|
38302
38013
|
},
|
|
38303
38014
|
{
|
|
38304
|
-
"args": [
|
|
38305
|
-
|
|
38306
|
-
|
|
38307
|
-
|
|
38308
|
-
|
|
38309
|
-
|
|
38310
|
-
|
|
38311
|
-
|
|
38312
|
-
|
|
38313
|
-
|
|
38314
|
-
|
|
38315
|
-
|
|
38316
|
-
|
|
38317
|
-
|
|
38318
|
-
|
|
38319
|
-
|
|
38320
|
-
|
|
38321
|
-
|
|
38322
|
-
|
|
38323
|
-
}
|
|
38324
|
-
},
|
|
38325
|
-
{
|
|
38326
|
-
"defaultValue": null,
|
|
38327
|
-
"description": null,
|
|
38328
|
-
"name": "after",
|
|
38329
|
-
"type": {
|
|
38330
|
-
"kind": "SCALAR",
|
|
38331
|
-
"name": "String",
|
|
38332
|
-
"ofType": null
|
|
38333
|
-
}
|
|
38334
|
-
},
|
|
38335
|
-
{
|
|
38336
|
-
"defaultValue": null,
|
|
38337
|
-
"description": null,
|
|
38338
|
-
"name": "first",
|
|
38339
|
-
"type": {
|
|
38340
|
-
"kind": "SCALAR",
|
|
38341
|
-
"name": "Int",
|
|
38342
|
-
"ofType": null
|
|
38343
|
-
}
|
|
38344
|
-
},
|
|
38345
|
-
{
|
|
38346
|
-
"defaultValue": null,
|
|
38347
|
-
"description": null,
|
|
38348
|
-
"name": "last",
|
|
38349
|
-
"type": {
|
|
38350
|
-
"kind": "SCALAR",
|
|
38351
|
-
"name": "Int",
|
|
38352
|
-
"ofType": null
|
|
38015
|
+
"args": [],
|
|
38016
|
+
"deprecationReason": null,
|
|
38017
|
+
"description": "Creator",
|
|
38018
|
+
"isDeprecated": false,
|
|
38019
|
+
"name": "datasourcemodelCreatedBy",
|
|
38020
|
+
"type": {
|
|
38021
|
+
"kind": "NON_NULL",
|
|
38022
|
+
"name": null,
|
|
38023
|
+
"ofType": {
|
|
38024
|
+
"kind": "LIST",
|
|
38025
|
+
"name": null,
|
|
38026
|
+
"ofType": {
|
|
38027
|
+
"kind": "NON_NULL",
|
|
38028
|
+
"name": null,
|
|
38029
|
+
"ofType": {
|
|
38030
|
+
"kind": "OBJECT",
|
|
38031
|
+
"name": "MonitorDataSource",
|
|
38032
|
+
"ofType": null
|
|
38033
|
+
}
|
|
38353
38034
|
}
|
|
38354
38035
|
}
|
|
38355
|
-
|
|
38036
|
+
}
|
|
38037
|
+
},
|
|
38038
|
+
{
|
|
38039
|
+
"args": [],
|
|
38356
38040
|
"deprecationReason": null,
|
|
38357
|
-
"description": "
|
|
38041
|
+
"description": "Last updated by",
|
|
38358
38042
|
"isDeprecated": false,
|
|
38359
|
-
"name": "
|
|
38043
|
+
"name": "datasourcemodelUpdatedBy",
|
|
38360
38044
|
"type": {
|
|
38361
38045
|
"kind": "NON_NULL",
|
|
38362
38046
|
"name": null,
|
|
38363
38047
|
"ofType": {
|
|
38364
|
-
"kind": "
|
|
38365
|
-
"name":
|
|
38366
|
-
"ofType":
|
|
38048
|
+
"kind": "LIST",
|
|
38049
|
+
"name": null,
|
|
38050
|
+
"ofType": {
|
|
38051
|
+
"kind": "NON_NULL",
|
|
38052
|
+
"name": null,
|
|
38053
|
+
"ofType": {
|
|
38054
|
+
"kind": "OBJECT",
|
|
38055
|
+
"name": "MonitorDataSource",
|
|
38056
|
+
"ofType": null
|
|
38057
|
+
}
|
|
38058
|
+
}
|
|
38367
38059
|
}
|
|
38368
38060
|
}
|
|
38369
38061
|
},
|
|
@@ -38418,18 +38110,28 @@
|
|
|
38418
38110
|
"name": "Int",
|
|
38419
38111
|
"ofType": null
|
|
38420
38112
|
}
|
|
38113
|
+
},
|
|
38114
|
+
{
|
|
38115
|
+
"defaultValue": null,
|
|
38116
|
+
"description": null,
|
|
38117
|
+
"name": "type",
|
|
38118
|
+
"type": {
|
|
38119
|
+
"kind": "SCALAR",
|
|
38120
|
+
"name": "String",
|
|
38121
|
+
"ofType": null
|
|
38122
|
+
}
|
|
38421
38123
|
}
|
|
38422
38124
|
],
|
|
38423
38125
|
"deprecationReason": null,
|
|
38424
|
-
"description": "
|
|
38126
|
+
"description": "Who added the monitor",
|
|
38425
38127
|
"isDeprecated": false,
|
|
38426
|
-
"name": "
|
|
38128
|
+
"name": "creator",
|
|
38427
38129
|
"type": {
|
|
38428
38130
|
"kind": "NON_NULL",
|
|
38429
38131
|
"name": null,
|
|
38430
38132
|
"ofType": {
|
|
38431
38133
|
"kind": "OBJECT",
|
|
38432
|
-
"name": "
|
|
38134
|
+
"name": "ComparisonMonitorResponseConnection",
|
|
38433
38135
|
"ofType": null
|
|
38434
38136
|
}
|
|
38435
38137
|
}
|
|
@@ -38485,18 +38187,28 @@
|
|
|
38485
38187
|
"name": "Int",
|
|
38486
38188
|
"ofType": null
|
|
38487
38189
|
}
|
|
38190
|
+
},
|
|
38191
|
+
{
|
|
38192
|
+
"defaultValue": null,
|
|
38193
|
+
"description": null,
|
|
38194
|
+
"name": "type",
|
|
38195
|
+
"type": {
|
|
38196
|
+
"kind": "SCALAR",
|
|
38197
|
+
"name": "String",
|
|
38198
|
+
"ofType": null
|
|
38199
|
+
}
|
|
38488
38200
|
}
|
|
38489
38201
|
],
|
|
38490
38202
|
"deprecationReason": null,
|
|
38491
|
-
"description": "
|
|
38203
|
+
"description": "Who was the last user to update the monitor",
|
|
38492
38204
|
"isDeprecated": false,
|
|
38493
|
-
"name": "
|
|
38205
|
+
"name": "metricmonitoringmodelSet",
|
|
38494
38206
|
"type": {
|
|
38495
38207
|
"kind": "NON_NULL",
|
|
38496
38208
|
"name": null,
|
|
38497
38209
|
"ofType": {
|
|
38498
38210
|
"kind": "OBJECT",
|
|
38499
|
-
"name": "
|
|
38211
|
+
"name": "ComparisonMonitorResponseConnection",
|
|
38500
38212
|
"ofType": null
|
|
38501
38213
|
}
|
|
38502
38214
|
}
|
|
@@ -38552,28 +38264,18 @@
|
|
|
38552
38264
|
"name": "Int",
|
|
38553
38265
|
"ofType": null
|
|
38554
38266
|
}
|
|
38555
|
-
},
|
|
38556
|
-
{
|
|
38557
|
-
"defaultValue": null,
|
|
38558
|
-
"description": null,
|
|
38559
|
-
"name": "mconId",
|
|
38560
|
-
"type": {
|
|
38561
|
-
"kind": "SCALAR",
|
|
38562
|
-
"name": "String",
|
|
38563
|
-
"ofType": null
|
|
38564
|
-
}
|
|
38565
38267
|
}
|
|
38566
38268
|
],
|
|
38567
38269
|
"deprecationReason": null,
|
|
38568
|
-
"description": "
|
|
38270
|
+
"description": "Creator",
|
|
38569
38271
|
"isDeprecated": false,
|
|
38570
|
-
"name": "
|
|
38272
|
+
"name": "customrulequerymodelCreatedBy",
|
|
38571
38273
|
"type": {
|
|
38572
38274
|
"kind": "NON_NULL",
|
|
38573
38275
|
"name": null,
|
|
38574
38276
|
"ofType": {
|
|
38575
38277
|
"kind": "OBJECT",
|
|
38576
|
-
"name": "
|
|
38278
|
+
"name": "CustomRuleQueryConnection",
|
|
38577
38279
|
"ofType": null
|
|
38578
38280
|
}
|
|
38579
38281
|
}
|
|
@@ -38629,28 +38331,18 @@
|
|
|
38629
38331
|
"name": "Int",
|
|
38630
38332
|
"ofType": null
|
|
38631
38333
|
}
|
|
38632
|
-
},
|
|
38633
|
-
{
|
|
38634
|
-
"defaultValue": null,
|
|
38635
|
-
"description": null,
|
|
38636
|
-
"name": "mcon",
|
|
38637
|
-
"type": {
|
|
38638
|
-
"kind": "SCALAR",
|
|
38639
|
-
"name": "String",
|
|
38640
|
-
"ofType": null
|
|
38641
|
-
}
|
|
38642
38334
|
}
|
|
38643
38335
|
],
|
|
38644
38336
|
"deprecationReason": null,
|
|
38645
|
-
"description": "
|
|
38337
|
+
"description": "Last updated by",
|
|
38646
38338
|
"isDeprecated": false,
|
|
38647
|
-
"name": "
|
|
38339
|
+
"name": "customrulequerymodelUpdatedBy",
|
|
38648
38340
|
"type": {
|
|
38649
38341
|
"kind": "NON_NULL",
|
|
38650
38342
|
"name": null,
|
|
38651
38343
|
"ofType": {
|
|
38652
38344
|
"kind": "OBJECT",
|
|
38653
|
-
"name": "
|
|
38345
|
+
"name": "CustomRuleQueryConnection",
|
|
38654
38346
|
"ofType": null
|
|
38655
38347
|
}
|
|
38656
38348
|
}
|
|
@@ -38709,15 +38401,15 @@
|
|
|
38709
38401
|
}
|
|
38710
38402
|
],
|
|
38711
38403
|
"deprecationReason": null,
|
|
38712
|
-
"description": "
|
|
38404
|
+
"description": "Deleted by",
|
|
38713
38405
|
"isDeprecated": false,
|
|
38714
|
-
"name": "
|
|
38406
|
+
"name": "tableMonitorsDeletedBy",
|
|
38715
38407
|
"type": {
|
|
38716
38408
|
"kind": "NON_NULL",
|
|
38717
38409
|
"name": null,
|
|
38718
38410
|
"ofType": {
|
|
38719
38411
|
"kind": "OBJECT",
|
|
38720
|
-
"name": "
|
|
38412
|
+
"name": "TableMonitorConnection",
|
|
38721
38413
|
"ofType": null
|
|
38722
38414
|
}
|
|
38723
38415
|
}
|
|
@@ -38773,28 +38465,85 @@
|
|
|
38773
38465
|
"name": "Int",
|
|
38774
38466
|
"ofType": null
|
|
38775
38467
|
}
|
|
38468
|
+
}
|
|
38469
|
+
],
|
|
38470
|
+
"deprecationReason": null,
|
|
38471
|
+
"description": "Creator",
|
|
38472
|
+
"isDeprecated": false,
|
|
38473
|
+
"name": "tablemonitormodelCreatedBy",
|
|
38474
|
+
"type": {
|
|
38475
|
+
"kind": "NON_NULL",
|
|
38476
|
+
"name": null,
|
|
38477
|
+
"ofType": {
|
|
38478
|
+
"kind": "OBJECT",
|
|
38479
|
+
"name": "TableMonitorConnection",
|
|
38480
|
+
"ofType": null
|
|
38481
|
+
}
|
|
38482
|
+
}
|
|
38483
|
+
},
|
|
38484
|
+
{
|
|
38485
|
+
"args": [
|
|
38486
|
+
{
|
|
38487
|
+
"defaultValue": null,
|
|
38488
|
+
"description": null,
|
|
38489
|
+
"name": "offset",
|
|
38490
|
+
"type": {
|
|
38491
|
+
"kind": "SCALAR",
|
|
38492
|
+
"name": "Int",
|
|
38493
|
+
"ofType": null
|
|
38494
|
+
}
|
|
38776
38495
|
},
|
|
38777
38496
|
{
|
|
38778
38497
|
"defaultValue": null,
|
|
38779
38498
|
"description": null,
|
|
38780
|
-
"name": "
|
|
38499
|
+
"name": "before",
|
|
38500
|
+
"type": {
|
|
38501
|
+
"kind": "SCALAR",
|
|
38502
|
+
"name": "String",
|
|
38503
|
+
"ofType": null
|
|
38504
|
+
}
|
|
38505
|
+
},
|
|
38506
|
+
{
|
|
38507
|
+
"defaultValue": null,
|
|
38508
|
+
"description": null,
|
|
38509
|
+
"name": "after",
|
|
38781
38510
|
"type": {
|
|
38782
38511
|
"kind": "SCALAR",
|
|
38783
38512
|
"name": "String",
|
|
38784
38513
|
"ofType": null
|
|
38785
38514
|
}
|
|
38515
|
+
},
|
|
38516
|
+
{
|
|
38517
|
+
"defaultValue": null,
|
|
38518
|
+
"description": null,
|
|
38519
|
+
"name": "first",
|
|
38520
|
+
"type": {
|
|
38521
|
+
"kind": "SCALAR",
|
|
38522
|
+
"name": "Int",
|
|
38523
|
+
"ofType": null
|
|
38524
|
+
}
|
|
38525
|
+
},
|
|
38526
|
+
{
|
|
38527
|
+
"defaultValue": null,
|
|
38528
|
+
"description": null,
|
|
38529
|
+
"name": "last",
|
|
38530
|
+
"type": {
|
|
38531
|
+
"kind": "SCALAR",
|
|
38532
|
+
"name": "Int",
|
|
38533
|
+
"ofType": null
|
|
38534
|
+
}
|
|
38786
38535
|
}
|
|
38787
38536
|
],
|
|
38788
38537
|
"deprecationReason": null,
|
|
38789
|
-
"description": "",
|
|
38538
|
+
"description": "Last updated by",
|
|
38790
38539
|
"isDeprecated": false,
|
|
38791
|
-
"name": "
|
|
38540
|
+
"name": "tablemonitormodelUpdatedBy",
|
|
38792
38541
|
"type": {
|
|
38793
38542
|
"kind": "NON_NULL",
|
|
38794
38543
|
"name": null,
|
|
38795
38544
|
"ofType": {
|
|
38796
38545
|
"kind": "OBJECT",
|
|
38797
|
-
"name": "
|
|
38546
|
+
"name": "TableMonitorConnection",
|
|
38798
38547
|
"ofType": null
|
|
38799
38548
|
}
|
|
38800
38549
|
}
|
|
@@ -38850,18 +38599,28 @@
|
|
|
38850
38599
|
"name": "Int",
|
|
38851
38600
|
"ofType": null
|
|
38852
38601
|
}
|
|
38602
|
+
},
|
|
38603
|
+
{
|
|
38604
|
+
"defaultValue": null,
|
|
38605
|
+
"description": null,
|
|
38606
|
+
"name": "mconId",
|
|
38607
|
+
"type": {
|
|
38608
|
+
"kind": "SCALAR",
|
|
38609
|
+
"name": "String",
|
|
38610
|
+
"ofType": null
|
|
38611
|
+
}
|
|
38853
38612
|
}
|
|
38854
38613
|
],
|
|
38855
38614
|
"deprecationReason": null,
|
|
38856
|
-
"description": "",
|
|
38615
|
+
"description": "Who last updated the property",
|
|
38857
38616
|
"isDeprecated": false,
|
|
38858
|
-
"name": "
|
|
38617
|
+
"name": "objectProperties",
|
|
38859
38618
|
"type": {
|
|
38860
38619
|
"kind": "NON_NULL",
|
|
38861
38620
|
"name": null,
|
|
38862
38621
|
"ofType": {
|
|
38863
38622
|
"kind": "OBJECT",
|
|
38864
|
-
"name": "
|
|
38623
|
+
"name": "ObjectPropertyConnection",
|
|
38865
38624
|
"ofType": null
|
|
38866
38625
|
}
|
|
38867
38626
|
}
|
|
@@ -38917,18 +38676,28 @@
|
|
|
38917
38676
|
"name": "Int",
|
|
38918
38677
|
"ofType": null
|
|
38919
38678
|
}
|
|
38679
|
+
},
|
|
38680
|
+
{
|
|
38681
|
+
"defaultValue": null,
|
|
38682
|
+
"description": null,
|
|
38683
|
+
"name": "mcon",
|
|
38684
|
+
"type": {
|
|
38685
|
+
"kind": "SCALAR",
|
|
38686
|
+
"name": "String",
|
|
38687
|
+
"ofType": null
|
|
38688
|
+
}
|
|
38920
38689
|
}
|
|
38921
38690
|
],
|
|
38922
38691
|
"deprecationReason": null,
|
|
38923
|
-
"description": "
|
|
38692
|
+
"description": "Who last updated the object",
|
|
38924
38693
|
"isDeprecated": false,
|
|
38925
|
-
"name": "
|
|
38694
|
+
"name": "catalogObjectMetadata",
|
|
38926
38695
|
"type": {
|
|
38927
38696
|
"kind": "NON_NULL",
|
|
38928
38697
|
"name": null,
|
|
38929
38698
|
"ofType": {
|
|
38930
38699
|
"kind": "OBJECT",
|
|
38931
|
-
"name": "
|
|
38700
|
+
"name": "CatalogObjectMetadataConnection",
|
|
38932
38701
|
"ofType": null
|
|
38933
38702
|
}
|
|
38934
38703
|
}
|
|
@@ -38987,40 +38756,93 @@
|
|
|
38987
38756
|
}
|
|
38988
38757
|
],
|
|
38989
38758
|
"deprecationReason": null,
|
|
38990
|
-
"description": "
|
|
38759
|
+
"description": "Who last updated the resource",
|
|
38991
38760
|
"isDeprecated": false,
|
|
38992
|
-
"name": "
|
|
38761
|
+
"name": "resources",
|
|
38993
38762
|
"type": {
|
|
38994
38763
|
"kind": "NON_NULL",
|
|
38995
38764
|
"name": null,
|
|
38996
38765
|
"ofType": {
|
|
38997
38766
|
"kind": "OBJECT",
|
|
38998
|
-
"name": "
|
|
38767
|
+
"name": "ResourceConnection",
|
|
38999
38768
|
"ofType": null
|
|
39000
38769
|
}
|
|
39001
38770
|
}
|
|
39002
38771
|
},
|
|
39003
38772
|
{
|
|
39004
|
-
"args": [
|
|
38773
|
+
"args": [
|
|
38774
|
+
{
|
|
38775
|
+
"defaultValue": null,
|
|
38776
|
+
"description": null,
|
|
38777
|
+
"name": "offset",
|
|
38778
|
+
"type": {
|
|
38779
|
+
"kind": "SCALAR",
|
|
38780
|
+
"name": "Int",
|
|
38781
|
+
"ofType": null
|
|
38782
|
+
}
|
|
38783
|
+
},
|
|
38784
|
+
{
|
|
38785
|
+
"defaultValue": null,
|
|
38786
|
+
"description": null,
|
|
38787
|
+
"name": "before",
|
|
38788
|
+
"type": {
|
|
38789
|
+
"kind": "SCALAR",
|
|
38790
|
+
"name": "String",
|
|
38791
|
+
"ofType": null
|
|
38792
|
+
}
|
|
38793
|
+
},
|
|
38794
|
+
{
|
|
38795
|
+
"defaultValue": null,
|
|
38796
|
+
"description": null,
|
|
38797
|
+
"name": "after",
|
|
38798
|
+
"type": {
|
|
38799
|
+
"kind": "SCALAR",
|
|
38800
|
+
"name": "String",
|
|
38801
|
+
"ofType": null
|
|
38802
|
+
}
|
|
38803
|
+
},
|
|
38804
|
+
{
|
|
38805
|
+
"defaultValue": null,
|
|
38806
|
+
"description": null,
|
|
38807
|
+
"name": "first",
|
|
38808
|
+
"type": {
|
|
38809
|
+
"kind": "SCALAR",
|
|
38810
|
+
"name": "Int",
|
|
38811
|
+
"ofType": null
|
|
38812
|
+
}
|
|
38813
|
+
},
|
|
38814
|
+
{
|
|
38815
|
+
"defaultValue": null,
|
|
38816
|
+
"description": null,
|
|
38817
|
+
"name": "last",
|
|
38818
|
+
"type": {
|
|
38819
|
+
"kind": "SCALAR",
|
|
38820
|
+
"name": "Int",
|
|
38821
|
+
"ofType": null
|
|
38822
|
+
}
|
|
38823
|
+
},
|
|
38824
|
+
{
|
|
38825
|
+
"defaultValue": null,
|
|
38826
|
+
"description": null,
|
|
38827
|
+
"name": "namespace",
|
|
38828
|
+
"type": {
|
|
38829
|
+
"kind": "SCALAR",
|
|
38830
|
+
"name": "String",
|
|
38831
|
+
"ofType": null
|
|
38832
|
+
}
|
|
38833
|
+
}
|
|
38834
|
+
],
|
|
39005
38835
|
"deprecationReason": null,
|
|
39006
|
-
"description": "
|
|
38836
|
+
"description": "",
|
|
39007
38837
|
"isDeprecated": false,
|
|
39008
|
-
"name": "
|
|
38838
|
+
"name": "monteCarloConfigTemplates",
|
|
39009
38839
|
"type": {
|
|
39010
38840
|
"kind": "NON_NULL",
|
|
39011
38841
|
"name": null,
|
|
39012
38842
|
"ofType": {
|
|
39013
|
-
"kind": "
|
|
39014
|
-
"name":
|
|
39015
|
-
"ofType":
|
|
39016
|
-
"kind": "NON_NULL",
|
|
39017
|
-
"name": null,
|
|
39018
|
-
"ofType": {
|
|
39019
|
-
"kind": "OBJECT",
|
|
39020
|
-
"name": "SlackCredentialsV2",
|
|
39021
|
-
"ofType": null
|
|
39022
|
-
}
|
|
39023
|
-
}
|
|
38843
|
+
"kind": "OBJECT",
|
|
38844
|
+
"name": "MonteCarloConfigTemplateConnection",
|
|
38845
|
+
"ofType": null
|
|
39024
38846
|
}
|
|
39025
38847
|
}
|
|
39026
38848
|
},
|
|
@@ -39078,15 +38900,15 @@
|
|
|
39078
38900
|
}
|
|
39079
38901
|
],
|
|
39080
38902
|
"deprecationReason": null,
|
|
39081
|
-
"description": "
|
|
38903
|
+
"description": "",
|
|
39082
38904
|
"isDeprecated": false,
|
|
39083
|
-
"name": "
|
|
38905
|
+
"name": "domainCreatedBy",
|
|
39084
38906
|
"type": {
|
|
39085
38907
|
"kind": "NON_NULL",
|
|
39086
38908
|
"name": null,
|
|
39087
38909
|
"ofType": {
|
|
39088
38910
|
"kind": "OBJECT",
|
|
39089
|
-
"name": "
|
|
38911
|
+
"name": "DomainRestrictionConnection",
|
|
39090
38912
|
"ofType": null
|
|
39091
38913
|
}
|
|
39092
38914
|
}
|
|
@@ -39145,15 +38967,15 @@
|
|
|
39145
38967
|
}
|
|
39146
38968
|
],
|
|
39147
38969
|
"deprecationReason": null,
|
|
39148
|
-
"description": "
|
|
38970
|
+
"description": "Creator",
|
|
39149
38971
|
"isDeprecated": false,
|
|
39150
|
-
"name": "
|
|
38972
|
+
"name": "alationintegrationmodelCreatedBy",
|
|
39151
38973
|
"type": {
|
|
39152
38974
|
"kind": "NON_NULL",
|
|
39153
38975
|
"name": null,
|
|
39154
38976
|
"ofType": {
|
|
39155
38977
|
"kind": "OBJECT",
|
|
39156
|
-
"name": "
|
|
38978
|
+
"name": "AlationIntegrationConnection",
|
|
39157
38979
|
"ofType": null
|
|
39158
38980
|
}
|
|
39159
38981
|
}
|
|
@@ -39212,19 +39034,43 @@
|
|
|
39212
39034
|
}
|
|
39213
39035
|
],
|
|
39214
39036
|
"deprecationReason": null,
|
|
39215
|
-
"description": "
|
|
39037
|
+
"description": "Last updated by",
|
|
39216
39038
|
"isDeprecated": false,
|
|
39217
|
-
"name": "
|
|
39039
|
+
"name": "alationintegrationmodelUpdatedBy",
|
|
39218
39040
|
"type": {
|
|
39219
39041
|
"kind": "NON_NULL",
|
|
39220
39042
|
"name": null,
|
|
39221
39043
|
"ofType": {
|
|
39222
39044
|
"kind": "OBJECT",
|
|
39223
|
-
"name": "
|
|
39045
|
+
"name": "AlationIntegrationConnection",
|
|
39224
39046
|
"ofType": null
|
|
39225
39047
|
}
|
|
39226
39048
|
}
|
|
39227
39049
|
},
|
|
39050
|
+
{
|
|
39051
|
+
"args": [],
|
|
39052
|
+
"deprecationReason": null,
|
|
39053
|
+
"description": "User that installed the Slack app",
|
|
39054
|
+
"isDeprecated": false,
|
|
39055
|
+
"name": "slackCredentialsV2",
|
|
39056
|
+
"type": {
|
|
39057
|
+
"kind": "NON_NULL",
|
|
39058
|
+
"name": null,
|
|
39059
|
+
"ofType": {
|
|
39060
|
+
"kind": "LIST",
|
|
39061
|
+
"name": null,
|
|
39062
|
+
"ofType": {
|
|
39063
|
+
"kind": "NON_NULL",
|
|
39064
|
+
"name": null,
|
|
39065
|
+
"ofType": {
|
|
39066
|
+
"kind": "OBJECT",
|
|
39067
|
+
"name": "SlackCredentialsV2",
|
|
39068
|
+
"ofType": null
|
|
39069
|
+
}
|
|
39070
|
+
}
|
|
39071
|
+
}
|
|
39072
|
+
}
|
|
39073
|
+
},
|
|
39228
39074
|
{
|
|
39229
39075
|
"args": [
|
|
39230
39076
|
{
|
|
@@ -39279,15 +39125,15 @@
|
|
|
39279
39125
|
}
|
|
39280
39126
|
],
|
|
39281
39127
|
"deprecationReason": null,
|
|
39282
|
-
"description": "",
|
|
39128
|
+
"description": "Who last updated the object",
|
|
39283
39129
|
"isDeprecated": false,
|
|
39284
|
-
"name": "
|
|
39130
|
+
"name": "customUsers",
|
|
39285
39131
|
"type": {
|
|
39286
39132
|
"kind": "NON_NULL",
|
|
39287
39133
|
"name": null,
|
|
39288
39134
|
"ofType": {
|
|
39289
39135
|
"kind": "OBJECT",
|
|
39290
|
-
"name": "
|
|
39136
|
+
"name": "CustomUserConnection",
|
|
39291
39137
|
"ofType": null
|
|
39292
39138
|
}
|
|
39293
39139
|
}
|
|
@@ -39346,15 +39192,15 @@
|
|
|
39346
39192
|
}
|
|
39347
39193
|
],
|
|
39348
39194
|
"deprecationReason": null,
|
|
39349
|
-
"description": "",
|
|
39195
|
+
"description": "Associated MC user",
|
|
39350
39196
|
"isDeprecated": false,
|
|
39351
|
-
"name": "
|
|
39197
|
+
"name": "unifiedUsers",
|
|
39352
39198
|
"type": {
|
|
39353
39199
|
"kind": "NON_NULL",
|
|
39354
39200
|
"name": null,
|
|
39355
39201
|
"ofType": {
|
|
39356
39202
|
"kind": "OBJECT",
|
|
39357
|
-
"name": "
|
|
39203
|
+
"name": "UnifiedUserConnection",
|
|
39358
39204
|
"ofType": null
|
|
39359
39205
|
}
|
|
39360
39206
|
}
|
|
@@ -39413,15 +39259,15 @@
|
|
|
39413
39259
|
}
|
|
39414
39260
|
],
|
|
39415
39261
|
"deprecationReason": null,
|
|
39416
|
-
"description": "",
|
|
39262
|
+
"description": "Who last updated the object",
|
|
39417
39263
|
"isDeprecated": false,
|
|
39418
|
-
"name": "
|
|
39264
|
+
"name": "lastUpdatedUnifiedUsers",
|
|
39419
39265
|
"type": {
|
|
39420
39266
|
"kind": "NON_NULL",
|
|
39421
39267
|
"name": null,
|
|
39422
39268
|
"ofType": {
|
|
39423
39269
|
"kind": "OBJECT",
|
|
39424
|
-
"name": "
|
|
39270
|
+
"name": "UnifiedUserConnection",
|
|
39425
39271
|
"ofType": null
|
|
39426
39272
|
}
|
|
39427
39273
|
}
|
|
@@ -39482,13 +39328,13 @@
|
|
|
39482
39328
|
"deprecationReason": null,
|
|
39483
39329
|
"description": "",
|
|
39484
39330
|
"isDeprecated": false,
|
|
39485
|
-
"name": "
|
|
39331
|
+
"name": "collectionPreferenceCreatedBy",
|
|
39486
39332
|
"type": {
|
|
39487
39333
|
"kind": "NON_NULL",
|
|
39488
39334
|
"name": null,
|
|
39489
39335
|
"ofType": {
|
|
39490
39336
|
"kind": "OBJECT",
|
|
39491
|
-
"name": "
|
|
39337
|
+
"name": "CollectionBlockConnection",
|
|
39492
39338
|
"ofType": null
|
|
39493
39339
|
}
|
|
39494
39340
|
}
|
|
@@ -39549,13 +39395,13 @@
|
|
|
39549
39395
|
"deprecationReason": null,
|
|
39550
39396
|
"description": "",
|
|
39551
39397
|
"isDeprecated": false,
|
|
39552
|
-
"name": "
|
|
39398
|
+
"name": "collectionPreferenceLastUpdatedBy",
|
|
39553
39399
|
"type": {
|
|
39554
39400
|
"kind": "NON_NULL",
|
|
39555
39401
|
"name": null,
|
|
39556
39402
|
"ofType": {
|
|
39557
39403
|
"kind": "OBJECT",
|
|
39558
|
-
"name": "
|
|
39404
|
+
"name": "CollectionBlockConnection",
|
|
39559
39405
|
"ofType": null
|
|
39560
39406
|
}
|
|
39561
39407
|
}
|
|
@@ -39616,86 +39462,81 @@
|
|
|
39616
39462
|
"deprecationReason": null,
|
|
39617
39463
|
"description": "",
|
|
39618
39464
|
"isDeprecated": false,
|
|
39619
|
-
"name": "
|
|
39465
|
+
"name": "collectionPreferenceDeletedBy",
|
|
39620
39466
|
"type": {
|
|
39621
39467
|
"kind": "NON_NULL",
|
|
39622
39468
|
"name": null,
|
|
39623
39469
|
"ofType": {
|
|
39624
39470
|
"kind": "OBJECT",
|
|
39625
|
-
"name": "
|
|
39471
|
+
"name": "CollectionBlockConnection",
|
|
39626
39472
|
"ofType": null
|
|
39627
39473
|
}
|
|
39628
39474
|
}
|
|
39629
39475
|
},
|
|
39630
39476
|
{
|
|
39631
|
-
"args": [
|
|
39632
|
-
|
|
39633
|
-
|
|
39634
|
-
|
|
39635
|
-
|
|
39636
|
-
|
|
39637
|
-
|
|
39638
|
-
|
|
39639
|
-
|
|
39640
|
-
"kind": "LIST",
|
|
39641
|
-
"name": null,
|
|
39642
|
-
"ofType": {
|
|
39643
|
-
"kind": "NON_NULL",
|
|
39644
|
-
"name": null,
|
|
39645
|
-
"ofType": {
|
|
39646
|
-
"kind": "OBJECT",
|
|
39647
|
-
"name": "UserTutorial",
|
|
39648
|
-
"ofType": null
|
|
39649
|
-
}
|
|
39477
|
+
"args": [
|
|
39478
|
+
{
|
|
39479
|
+
"defaultValue": null,
|
|
39480
|
+
"description": null,
|
|
39481
|
+
"name": "offset",
|
|
39482
|
+
"type": {
|
|
39483
|
+
"kind": "SCALAR",
|
|
39484
|
+
"name": "Int",
|
|
39485
|
+
"ofType": null
|
|
39650
39486
|
}
|
|
39651
|
-
}
|
|
39652
|
-
|
|
39653
|
-
|
|
39654
|
-
|
|
39655
|
-
|
|
39656
|
-
|
|
39657
|
-
|
|
39658
|
-
|
|
39659
|
-
|
|
39660
|
-
|
|
39661
|
-
|
|
39662
|
-
|
|
39663
|
-
|
|
39664
|
-
"
|
|
39665
|
-
"name":
|
|
39666
|
-
"
|
|
39667
|
-
"kind": "
|
|
39668
|
-
"name":
|
|
39669
|
-
"ofType":
|
|
39670
|
-
|
|
39671
|
-
|
|
39672
|
-
|
|
39673
|
-
|
|
39487
|
+
},
|
|
39488
|
+
{
|
|
39489
|
+
"defaultValue": null,
|
|
39490
|
+
"description": null,
|
|
39491
|
+
"name": "before",
|
|
39492
|
+
"type": {
|
|
39493
|
+
"kind": "SCALAR",
|
|
39494
|
+
"name": "String",
|
|
39495
|
+
"ofType": null
|
|
39496
|
+
}
|
|
39497
|
+
},
|
|
39498
|
+
{
|
|
39499
|
+
"defaultValue": null,
|
|
39500
|
+
"description": null,
|
|
39501
|
+
"name": "after",
|
|
39502
|
+
"type": {
|
|
39503
|
+
"kind": "SCALAR",
|
|
39504
|
+
"name": "String",
|
|
39505
|
+
"ofType": null
|
|
39506
|
+
}
|
|
39507
|
+
},
|
|
39508
|
+
{
|
|
39509
|
+
"defaultValue": null,
|
|
39510
|
+
"description": null,
|
|
39511
|
+
"name": "first",
|
|
39512
|
+
"type": {
|
|
39513
|
+
"kind": "SCALAR",
|
|
39514
|
+
"name": "Int",
|
|
39515
|
+
"ofType": null
|
|
39516
|
+
}
|
|
39517
|
+
},
|
|
39518
|
+
{
|
|
39519
|
+
"defaultValue": null,
|
|
39520
|
+
"description": null,
|
|
39521
|
+
"name": "last",
|
|
39522
|
+
"type": {
|
|
39523
|
+
"kind": "SCALAR",
|
|
39524
|
+
"name": "Int",
|
|
39525
|
+
"ofType": null
|
|
39674
39526
|
}
|
|
39675
39527
|
}
|
|
39676
|
-
|
|
39677
|
-
},
|
|
39678
|
-
{
|
|
39679
|
-
"args": [],
|
|
39528
|
+
],
|
|
39680
39529
|
"deprecationReason": null,
|
|
39681
|
-
"description": "
|
|
39530
|
+
"description": "",
|
|
39682
39531
|
"isDeprecated": false,
|
|
39683
|
-
"name": "
|
|
39532
|
+
"name": "dataProductCreatedBy",
|
|
39684
39533
|
"type": {
|
|
39685
39534
|
"kind": "NON_NULL",
|
|
39686
39535
|
"name": null,
|
|
39687
39536
|
"ofType": {
|
|
39688
|
-
"kind": "
|
|
39689
|
-
"name":
|
|
39690
|
-
"ofType":
|
|
39691
|
-
"kind": "NON_NULL",
|
|
39692
|
-
"name": null,
|
|
39693
|
-
"ofType": {
|
|
39694
|
-
"kind": "OBJECT",
|
|
39695
|
-
"name": "OpsgenieIntegrationOutput",
|
|
39696
|
-
"ofType": null
|
|
39697
|
-
}
|
|
39698
|
-
}
|
|
39537
|
+
"kind": "OBJECT",
|
|
39538
|
+
"name": "DataProductConnection",
|
|
39539
|
+
"ofType": null
|
|
39699
39540
|
}
|
|
39700
39541
|
}
|
|
39701
39542
|
},
|
|
@@ -39755,13 +39596,13 @@
|
|
|
39755
39596
|
"deprecationReason": null,
|
|
39756
39597
|
"description": "",
|
|
39757
39598
|
"isDeprecated": false,
|
|
39758
|
-
"name": "
|
|
39599
|
+
"name": "dataProductLastUpdatedBy",
|
|
39759
39600
|
"type": {
|
|
39760
39601
|
"kind": "NON_NULL",
|
|
39761
39602
|
"name": null,
|
|
39762
39603
|
"ofType": {
|
|
39763
39604
|
"kind": "OBJECT",
|
|
39764
|
-
"name": "
|
|
39605
|
+
"name": "DataProductConnection",
|
|
39765
39606
|
"ofType": null
|
|
39766
39607
|
}
|
|
39767
39608
|
}
|
|
@@ -39820,25 +39661,49 @@
|
|
|
39820
39661
|
}
|
|
39821
39662
|
],
|
|
39822
39663
|
"deprecationReason": null,
|
|
39823
|
-
"description": "
|
|
39664
|
+
"description": "",
|
|
39824
39665
|
"isDeprecated": false,
|
|
39825
|
-
"name": "
|
|
39666
|
+
"name": "dataProductDeletedBy",
|
|
39826
39667
|
"type": {
|
|
39827
39668
|
"kind": "NON_NULL",
|
|
39828
39669
|
"name": null,
|
|
39829
39670
|
"ofType": {
|
|
39830
39671
|
"kind": "OBJECT",
|
|
39831
|
-
"name": "
|
|
39672
|
+
"name": "DataProductConnection",
|
|
39832
39673
|
"ofType": null
|
|
39833
39674
|
}
|
|
39834
39675
|
}
|
|
39835
39676
|
},
|
|
39677
|
+
{
|
|
39678
|
+
"args": [],
|
|
39679
|
+
"deprecationReason": null,
|
|
39680
|
+
"description": "The user which the tutorial step is relevant for",
|
|
39681
|
+
"isDeprecated": false,
|
|
39682
|
+
"name": "tutorialUser",
|
|
39683
|
+
"type": {
|
|
39684
|
+
"kind": "NON_NULL",
|
|
39685
|
+
"name": null,
|
|
39686
|
+
"ofType": {
|
|
39687
|
+
"kind": "LIST",
|
|
39688
|
+
"name": null,
|
|
39689
|
+
"ofType": {
|
|
39690
|
+
"kind": "NON_NULL",
|
|
39691
|
+
"name": null,
|
|
39692
|
+
"ofType": {
|
|
39693
|
+
"kind": "OBJECT",
|
|
39694
|
+
"name": "UserTutorial",
|
|
39695
|
+
"ofType": null
|
|
39696
|
+
}
|
|
39697
|
+
}
|
|
39698
|
+
}
|
|
39699
|
+
}
|
|
39700
|
+
},
|
|
39836
39701
|
{
|
|
39837
39702
|
"args": [],
|
|
39838
39703
|
"deprecationReason": null,
|
|
39839
39704
|
"description": "Creator",
|
|
39840
39705
|
"isDeprecated": false,
|
|
39841
|
-
"name": "
|
|
39706
|
+
"name": "opsgenieintegrationmodelCreatedBy",
|
|
39842
39707
|
"type": {
|
|
39843
39708
|
"kind": "NON_NULL",
|
|
39844
39709
|
"name": null,
|
|
@@ -39850,7 +39715,7 @@
|
|
|
39850
39715
|
"name": null,
|
|
39851
39716
|
"ofType": {
|
|
39852
39717
|
"kind": "OBJECT",
|
|
39853
|
-
"name": "
|
|
39718
|
+
"name": "OpsgenieIntegrationOutput",
|
|
39854
39719
|
"ofType": null
|
|
39855
39720
|
}
|
|
39856
39721
|
}
|
|
@@ -39862,7 +39727,7 @@
|
|
|
39862
39727
|
"deprecationReason": null,
|
|
39863
39728
|
"description": "Last updated by",
|
|
39864
39729
|
"isDeprecated": false,
|
|
39865
|
-
"name": "
|
|
39730
|
+
"name": "opsgenieintegrationmodelUpdatedBy",
|
|
39866
39731
|
"type": {
|
|
39867
39732
|
"kind": "NON_NULL",
|
|
39868
39733
|
"name": null,
|
|
@@ -39874,7 +39739,7 @@
|
|
|
39874
39739
|
"name": null,
|
|
39875
39740
|
"ofType": {
|
|
39876
39741
|
"kind": "OBJECT",
|
|
39877
|
-
"name": "
|
|
39742
|
+
"name": "OpsgenieIntegrationOutput",
|
|
39878
39743
|
"ofType": null
|
|
39879
39744
|
}
|
|
39880
39745
|
}
|
|
@@ -39935,15 +39800,15 @@
|
|
|
39935
39800
|
}
|
|
39936
39801
|
],
|
|
39937
39802
|
"deprecationReason": null,
|
|
39938
|
-
"description": "
|
|
39803
|
+
"description": "",
|
|
39939
39804
|
"isDeprecated": false,
|
|
39940
|
-
"name": "
|
|
39805
|
+
"name": "collibraIntegrationCreatedBy",
|
|
39941
39806
|
"type": {
|
|
39942
39807
|
"kind": "NON_NULL",
|
|
39943
39808
|
"name": null,
|
|
39944
39809
|
"ofType": {
|
|
39945
39810
|
"kind": "OBJECT",
|
|
39946
|
-
"name": "
|
|
39811
|
+
"name": "CollibraIntegrationConnection",
|
|
39947
39812
|
"ofType": null
|
|
39948
39813
|
}
|
|
39949
39814
|
}
|
|
@@ -40004,81 +39869,62 @@
|
|
|
40004
39869
|
"deprecationReason": null,
|
|
40005
39870
|
"description": "Last updated by",
|
|
40006
39871
|
"isDeprecated": false,
|
|
40007
|
-
"name": "
|
|
39872
|
+
"name": "collibraintegrationmodelUpdatedBy",
|
|
40008
39873
|
"type": {
|
|
40009
39874
|
"kind": "NON_NULL",
|
|
40010
39875
|
"name": null,
|
|
40011
39876
|
"ofType": {
|
|
40012
39877
|
"kind": "OBJECT",
|
|
40013
|
-
"name": "
|
|
39878
|
+
"name": "CollibraIntegrationConnection",
|
|
40014
39879
|
"ofType": null
|
|
40015
39880
|
}
|
|
40016
39881
|
}
|
|
40017
39882
|
},
|
|
40018
39883
|
{
|
|
40019
|
-
"args": [
|
|
40020
|
-
|
|
40021
|
-
|
|
40022
|
-
|
|
40023
|
-
|
|
40024
|
-
|
|
40025
|
-
|
|
40026
|
-
|
|
40027
|
-
|
|
40028
|
-
|
|
40029
|
-
|
|
40030
|
-
|
|
40031
|
-
|
|
40032
|
-
|
|
40033
|
-
|
|
40034
|
-
|
|
40035
|
-
|
|
40036
|
-
|
|
40037
|
-
|
|
40038
|
-
}
|
|
40039
|
-
},
|
|
40040
|
-
{
|
|
40041
|
-
"defaultValue": null,
|
|
40042
|
-
"description": null,
|
|
40043
|
-
"name": "after",
|
|
40044
|
-
"type": {
|
|
40045
|
-
"kind": "SCALAR",
|
|
40046
|
-
"name": "String",
|
|
40047
|
-
"ofType": null
|
|
40048
|
-
}
|
|
40049
|
-
},
|
|
40050
|
-
{
|
|
40051
|
-
"defaultValue": null,
|
|
40052
|
-
"description": null,
|
|
40053
|
-
"name": "first",
|
|
40054
|
-
"type": {
|
|
40055
|
-
"kind": "SCALAR",
|
|
40056
|
-
"name": "Int",
|
|
40057
|
-
"ofType": null
|
|
40058
|
-
}
|
|
40059
|
-
},
|
|
40060
|
-
{
|
|
40061
|
-
"defaultValue": null,
|
|
40062
|
-
"description": null,
|
|
40063
|
-
"name": "last",
|
|
40064
|
-
"type": {
|
|
40065
|
-
"kind": "SCALAR",
|
|
40066
|
-
"name": "Int",
|
|
40067
|
-
"ofType": null
|
|
39884
|
+
"args": [],
|
|
39885
|
+
"deprecationReason": null,
|
|
39886
|
+
"description": "Creator",
|
|
39887
|
+
"isDeprecated": false,
|
|
39888
|
+
"name": "monitoredtablerulemodelCreatedBy",
|
|
39889
|
+
"type": {
|
|
39890
|
+
"kind": "NON_NULL",
|
|
39891
|
+
"name": null,
|
|
39892
|
+
"ofType": {
|
|
39893
|
+
"kind": "LIST",
|
|
39894
|
+
"name": null,
|
|
39895
|
+
"ofType": {
|
|
39896
|
+
"kind": "NON_NULL",
|
|
39897
|
+
"name": null,
|
|
39898
|
+
"ofType": {
|
|
39899
|
+
"kind": "OBJECT",
|
|
39900
|
+
"name": "MonitoredTableRuleObject",
|
|
39901
|
+
"ofType": null
|
|
39902
|
+
}
|
|
40068
39903
|
}
|
|
40069
39904
|
}
|
|
40070
|
-
|
|
39905
|
+
}
|
|
39906
|
+
},
|
|
39907
|
+
{
|
|
39908
|
+
"args": [],
|
|
40071
39909
|
"deprecationReason": null,
|
|
40072
|
-
"description": "
|
|
39910
|
+
"description": "Last updated by",
|
|
40073
39911
|
"isDeprecated": false,
|
|
40074
|
-
"name": "
|
|
39912
|
+
"name": "monitoredtablerulemodelUpdatedBy",
|
|
40075
39913
|
"type": {
|
|
40076
39914
|
"kind": "NON_NULL",
|
|
40077
39915
|
"name": null,
|
|
40078
39916
|
"ofType": {
|
|
40079
|
-
"kind": "
|
|
40080
|
-
"name":
|
|
40081
|
-
"ofType":
|
|
39917
|
+
"kind": "LIST",
|
|
39918
|
+
"name": null,
|
|
39919
|
+
"ofType": {
|
|
39920
|
+
"kind": "NON_NULL",
|
|
39921
|
+
"name": null,
|
|
39922
|
+
"ofType": {
|
|
39923
|
+
"kind": "OBJECT",
|
|
39924
|
+
"name": "MonitoredTableRuleObject",
|
|
39925
|
+
"ofType": null
|
|
39926
|
+
}
|
|
39927
|
+
}
|
|
40082
39928
|
}
|
|
40083
39929
|
}
|
|
40084
39930
|
},
|
|
@@ -40136,15 +39982,216 @@
|
|
|
40136
39982
|
}
|
|
40137
39983
|
],
|
|
40138
39984
|
"deprecationReason": null,
|
|
40139
|
-
"description": "
|
|
39985
|
+
"description": "Creator",
|
|
40140
39986
|
"isDeprecated": false,
|
|
40141
|
-
"name": "
|
|
39987
|
+
"name": "dataexplorerdashboardmodelCreatedBy",
|
|
40142
39988
|
"type": {
|
|
40143
39989
|
"kind": "NON_NULL",
|
|
40144
39990
|
"name": null,
|
|
40145
39991
|
"ofType": {
|
|
40146
39992
|
"kind": "OBJECT",
|
|
40147
|
-
"name": "
|
|
39993
|
+
"name": "DataExplorerDashboardTypeConnection",
|
|
39994
|
+
"ofType": null
|
|
39995
|
+
}
|
|
39996
|
+
}
|
|
39997
|
+
},
|
|
39998
|
+
{
|
|
39999
|
+
"args": [
|
|
40000
|
+
{
|
|
40001
|
+
"defaultValue": null,
|
|
40002
|
+
"description": null,
|
|
40003
|
+
"name": "offset",
|
|
40004
|
+
"type": {
|
|
40005
|
+
"kind": "SCALAR",
|
|
40006
|
+
"name": "Int",
|
|
40007
|
+
"ofType": null
|
|
40008
|
+
}
|
|
40009
|
+
},
|
|
40010
|
+
{
|
|
40011
|
+
"defaultValue": null,
|
|
40012
|
+
"description": null,
|
|
40013
|
+
"name": "before",
|
|
40014
|
+
"type": {
|
|
40015
|
+
"kind": "SCALAR",
|
|
40016
|
+
"name": "String",
|
|
40017
|
+
"ofType": null
|
|
40018
|
+
}
|
|
40019
|
+
},
|
|
40020
|
+
{
|
|
40021
|
+
"defaultValue": null,
|
|
40022
|
+
"description": null,
|
|
40023
|
+
"name": "after",
|
|
40024
|
+
"type": {
|
|
40025
|
+
"kind": "SCALAR",
|
|
40026
|
+
"name": "String",
|
|
40027
|
+
"ofType": null
|
|
40028
|
+
}
|
|
40029
|
+
},
|
|
40030
|
+
{
|
|
40031
|
+
"defaultValue": null,
|
|
40032
|
+
"description": null,
|
|
40033
|
+
"name": "first",
|
|
40034
|
+
"type": {
|
|
40035
|
+
"kind": "SCALAR",
|
|
40036
|
+
"name": "Int",
|
|
40037
|
+
"ofType": null
|
|
40038
|
+
}
|
|
40039
|
+
},
|
|
40040
|
+
{
|
|
40041
|
+
"defaultValue": null,
|
|
40042
|
+
"description": null,
|
|
40043
|
+
"name": "last",
|
|
40044
|
+
"type": {
|
|
40045
|
+
"kind": "SCALAR",
|
|
40046
|
+
"name": "Int",
|
|
40047
|
+
"ofType": null
|
|
40048
|
+
}
|
|
40049
|
+
}
|
|
40050
|
+
],
|
|
40051
|
+
"deprecationReason": null,
|
|
40052
|
+
"description": "Last updated by",
|
|
40053
|
+
"isDeprecated": false,
|
|
40054
|
+
"name": "dataexplorerdashboardmodelUpdatedBy",
|
|
40055
|
+
"type": {
|
|
40056
|
+
"kind": "NON_NULL",
|
|
40057
|
+
"name": null,
|
|
40058
|
+
"ofType": {
|
|
40059
|
+
"kind": "OBJECT",
|
|
40060
|
+
"name": "DataExplorerDashboardTypeConnection",
|
|
40061
|
+
"ofType": null
|
|
40062
|
+
}
|
|
40063
|
+
}
|
|
40064
|
+
},
|
|
40065
|
+
{
|
|
40066
|
+
"args": [
|
|
40067
|
+
{
|
|
40068
|
+
"defaultValue": null,
|
|
40069
|
+
"description": null,
|
|
40070
|
+
"name": "offset",
|
|
40071
|
+
"type": {
|
|
40072
|
+
"kind": "SCALAR",
|
|
40073
|
+
"name": "Int",
|
|
40074
|
+
"ofType": null
|
|
40075
|
+
}
|
|
40076
|
+
},
|
|
40077
|
+
{
|
|
40078
|
+
"defaultValue": null,
|
|
40079
|
+
"description": null,
|
|
40080
|
+
"name": "before",
|
|
40081
|
+
"type": {
|
|
40082
|
+
"kind": "SCALAR",
|
|
40083
|
+
"name": "String",
|
|
40084
|
+
"ofType": null
|
|
40085
|
+
}
|
|
40086
|
+
},
|
|
40087
|
+
{
|
|
40088
|
+
"defaultValue": null,
|
|
40089
|
+
"description": null,
|
|
40090
|
+
"name": "after",
|
|
40091
|
+
"type": {
|
|
40092
|
+
"kind": "SCALAR",
|
|
40093
|
+
"name": "String",
|
|
40094
|
+
"ofType": null
|
|
40095
|
+
}
|
|
40096
|
+
},
|
|
40097
|
+
{
|
|
40098
|
+
"defaultValue": null,
|
|
40099
|
+
"description": null,
|
|
40100
|
+
"name": "first",
|
|
40101
|
+
"type": {
|
|
40102
|
+
"kind": "SCALAR",
|
|
40103
|
+
"name": "Int",
|
|
40104
|
+
"ofType": null
|
|
40105
|
+
}
|
|
40106
|
+
},
|
|
40107
|
+
{
|
|
40108
|
+
"defaultValue": null,
|
|
40109
|
+
"description": null,
|
|
40110
|
+
"name": "last",
|
|
40111
|
+
"type": {
|
|
40112
|
+
"kind": "SCALAR",
|
|
40113
|
+
"name": "Int",
|
|
40114
|
+
"ofType": null
|
|
40115
|
+
}
|
|
40116
|
+
}
|
|
40117
|
+
],
|
|
40118
|
+
"deprecationReason": null,
|
|
40119
|
+
"description": "Creator",
|
|
40120
|
+
"isDeprecated": false,
|
|
40121
|
+
"name": "dataexplorercomparisondashboardmodelCreatedBy",
|
|
40122
|
+
"type": {
|
|
40123
|
+
"kind": "NON_NULL",
|
|
40124
|
+
"name": null,
|
|
40125
|
+
"ofType": {
|
|
40126
|
+
"kind": "OBJECT",
|
|
40127
|
+
"name": "DataExplorerComparisonDashboardTypeConnection",
|
|
40128
|
+
"ofType": null
|
|
40129
|
+
}
|
|
40130
|
+
}
|
|
40131
|
+
},
|
|
40132
|
+
{
|
|
40133
|
+
"args": [
|
|
40134
|
+
{
|
|
40135
|
+
"defaultValue": null,
|
|
40136
|
+
"description": null,
|
|
40137
|
+
"name": "offset",
|
|
40138
|
+
"type": {
|
|
40139
|
+
"kind": "SCALAR",
|
|
40140
|
+
"name": "Int",
|
|
40141
|
+
"ofType": null
|
|
40142
|
+
}
|
|
40143
|
+
},
|
|
40144
|
+
{
|
|
40145
|
+
"defaultValue": null,
|
|
40146
|
+
"description": null,
|
|
40147
|
+
"name": "before",
|
|
40148
|
+
"type": {
|
|
40149
|
+
"kind": "SCALAR",
|
|
40150
|
+
"name": "String",
|
|
40151
|
+
"ofType": null
|
|
40152
|
+
}
|
|
40153
|
+
},
|
|
40154
|
+
{
|
|
40155
|
+
"defaultValue": null,
|
|
40156
|
+
"description": null,
|
|
40157
|
+
"name": "after",
|
|
40158
|
+
"type": {
|
|
40159
|
+
"kind": "SCALAR",
|
|
40160
|
+
"name": "String",
|
|
40161
|
+
"ofType": null
|
|
40162
|
+
}
|
|
40163
|
+
},
|
|
40164
|
+
{
|
|
40165
|
+
"defaultValue": null,
|
|
40166
|
+
"description": null,
|
|
40167
|
+
"name": "first",
|
|
40168
|
+
"type": {
|
|
40169
|
+
"kind": "SCALAR",
|
|
40170
|
+
"name": "Int",
|
|
40171
|
+
"ofType": null
|
|
40172
|
+
}
|
|
40173
|
+
},
|
|
40174
|
+
{
|
|
40175
|
+
"defaultValue": null,
|
|
40176
|
+
"description": null,
|
|
40177
|
+
"name": "last",
|
|
40178
|
+
"type": {
|
|
40179
|
+
"kind": "SCALAR",
|
|
40180
|
+
"name": "Int",
|
|
40181
|
+
"ofType": null
|
|
40182
|
+
}
|
|
40183
|
+
}
|
|
40184
|
+
],
|
|
40185
|
+
"deprecationReason": null,
|
|
40186
|
+
"description": "Last updated by",
|
|
40187
|
+
"isDeprecated": false,
|
|
40188
|
+
"name": "dataexplorercomparisondashboardmodelUpdatedBy",
|
|
40189
|
+
"type": {
|
|
40190
|
+
"kind": "NON_NULL",
|
|
40191
|
+
"name": null,
|
|
40192
|
+
"ofType": {
|
|
40193
|
+
"kind": "OBJECT",
|
|
40194
|
+
"name": "DataExplorerComparisonDashboardTypeConnection",
|
|
40148
40195
|
"ofType": null
|
|
40149
40196
|
}
|
|
40150
40197
|
}
|
|
@@ -45886,6 +45933,18 @@
|
|
|
45886
45933
|
"ofType": null
|
|
45887
45934
|
}
|
|
45888
45935
|
},
|
|
45936
|
+
{
|
|
45937
|
+
"args": [],
|
|
45938
|
+
"deprecationReason": null,
|
|
45939
|
+
"description": "User who created this warehouse",
|
|
45940
|
+
"isDeprecated": false,
|
|
45941
|
+
"name": "createdBy",
|
|
45942
|
+
"type": {
|
|
45943
|
+
"kind": "OBJECT",
|
|
45944
|
+
"name": "User",
|
|
45945
|
+
"ofType": null
|
|
45946
|
+
}
|
|
45947
|
+
},
|
|
45889
45948
|
{
|
|
45890
45949
|
"args": [],
|
|
45891
45950
|
"deprecationReason": null,
|
|
@@ -104669,6 +104728,900 @@
|
|
|
104669
104728
|
"name": "ExecDashboardDataRow",
|
|
104670
104729
|
"possibleTypes": null
|
|
104671
104730
|
},
|
|
104731
|
+
{
|
|
104732
|
+
"description": "Hosting information",
|
|
104733
|
+
"enumValues": null,
|
|
104734
|
+
"fields": [
|
|
104735
|
+
{
|
|
104736
|
+
"args": [],
|
|
104737
|
+
"deprecationReason": null,
|
|
104738
|
+
"description": "Hosting domain information",
|
|
104739
|
+
"isDeprecated": false,
|
|
104740
|
+
"name": "domainDetails",
|
|
104741
|
+
"type": {
|
|
104742
|
+
"kind": "NON_NULL",
|
|
104743
|
+
"name": null,
|
|
104744
|
+
"ofType": {
|
|
104745
|
+
"kind": "OBJECT",
|
|
104746
|
+
"name": "HostingDomainDetails",
|
|
104747
|
+
"ofType": null
|
|
104748
|
+
}
|
|
104749
|
+
}
|
|
104750
|
+
},
|
|
104751
|
+
{
|
|
104752
|
+
"args": [],
|
|
104753
|
+
"deprecationReason": null,
|
|
104754
|
+
"description": "Login information",
|
|
104755
|
+
"isDeprecated": false,
|
|
104756
|
+
"name": "loginDetails",
|
|
104757
|
+
"type": {
|
|
104758
|
+
"kind": "NON_NULL",
|
|
104759
|
+
"name": null,
|
|
104760
|
+
"ofType": {
|
|
104761
|
+
"kind": "OBJECT",
|
|
104762
|
+
"name": "LoginDetails",
|
|
104763
|
+
"ofType": null
|
|
104764
|
+
}
|
|
104765
|
+
}
|
|
104766
|
+
},
|
|
104767
|
+
{
|
|
104768
|
+
"args": [],
|
|
104769
|
+
"deprecationReason": null,
|
|
104770
|
+
"description": "Infrastructure information",
|
|
104771
|
+
"isDeprecated": false,
|
|
104772
|
+
"name": "infrastructureDetails",
|
|
104773
|
+
"type": {
|
|
104774
|
+
"kind": "NON_NULL",
|
|
104775
|
+
"name": null,
|
|
104776
|
+
"ofType": {
|
|
104777
|
+
"kind": "OBJECT",
|
|
104778
|
+
"name": "InfrastructureDetails",
|
|
104779
|
+
"ofType": null
|
|
104780
|
+
}
|
|
104781
|
+
}
|
|
104782
|
+
},
|
|
104783
|
+
{
|
|
104784
|
+
"args": [],
|
|
104785
|
+
"deprecationReason": null,
|
|
104786
|
+
"description": "Network information",
|
|
104787
|
+
"isDeprecated": false,
|
|
104788
|
+
"name": "networkDetails",
|
|
104789
|
+
"type": {
|
|
104790
|
+
"kind": "NON_NULL",
|
|
104791
|
+
"name": null,
|
|
104792
|
+
"ofType": {
|
|
104793
|
+
"kind": "OBJECT",
|
|
104794
|
+
"name": "NetworkDetails",
|
|
104795
|
+
"ofType": null
|
|
104796
|
+
}
|
|
104797
|
+
}
|
|
104798
|
+
},
|
|
104799
|
+
{
|
|
104800
|
+
"args": [],
|
|
104801
|
+
"deprecationReason": null,
|
|
104802
|
+
"description": "Collection platform information",
|
|
104803
|
+
"isDeprecated": false,
|
|
104804
|
+
"name": "collectionDetails",
|
|
104805
|
+
"type": {
|
|
104806
|
+
"kind": "OBJECT",
|
|
104807
|
+
"name": "CollectionDetails",
|
|
104808
|
+
"ofType": null
|
|
104809
|
+
}
|
|
104810
|
+
}
|
|
104811
|
+
],
|
|
104812
|
+
"inputFields": null,
|
|
104813
|
+
"interfaces": [],
|
|
104814
|
+
"kind": "OBJECT",
|
|
104815
|
+
"name": "HostingInformation",
|
|
104816
|
+
"possibleTypes": null
|
|
104817
|
+
},
|
|
104818
|
+
{
|
|
104819
|
+
"description": "Hosting domain information",
|
|
104820
|
+
"enumValues": null,
|
|
104821
|
+
"fields": [
|
|
104822
|
+
{
|
|
104823
|
+
"args": [],
|
|
104824
|
+
"deprecationReason": null,
|
|
104825
|
+
"description": "Frontend URL",
|
|
104826
|
+
"isDeprecated": false,
|
|
104827
|
+
"name": "ui",
|
|
104828
|
+
"type": {
|
|
104829
|
+
"kind": "NON_NULL",
|
|
104830
|
+
"name": null,
|
|
104831
|
+
"ofType": {
|
|
104832
|
+
"kind": "SCALAR",
|
|
104833
|
+
"name": "String",
|
|
104834
|
+
"ofType": null
|
|
104835
|
+
}
|
|
104836
|
+
}
|
|
104837
|
+
},
|
|
104838
|
+
{
|
|
104839
|
+
"args": [],
|
|
104840
|
+
"deprecationReason": null,
|
|
104841
|
+
"description": "GraphQL API URL",
|
|
104842
|
+
"isDeprecated": false,
|
|
104843
|
+
"name": "api",
|
|
104844
|
+
"type": {
|
|
104845
|
+
"kind": "NON_NULL",
|
|
104846
|
+
"name": null,
|
|
104847
|
+
"ofType": {
|
|
104848
|
+
"kind": "SCALAR",
|
|
104849
|
+
"name": "String",
|
|
104850
|
+
"ofType": null
|
|
104851
|
+
}
|
|
104852
|
+
}
|
|
104853
|
+
},
|
|
104854
|
+
{
|
|
104855
|
+
"args": [],
|
|
104856
|
+
"deprecationReason": null,
|
|
104857
|
+
"description": "Integrations Gateway URL",
|
|
104858
|
+
"isDeprecated": false,
|
|
104859
|
+
"name": "integrations",
|
|
104860
|
+
"type": {
|
|
104861
|
+
"kind": "NON_NULL",
|
|
104862
|
+
"name": null,
|
|
104863
|
+
"ofType": {
|
|
104864
|
+
"kind": "SCALAR",
|
|
104865
|
+
"name": "String",
|
|
104866
|
+
"ofType": null
|
|
104867
|
+
}
|
|
104868
|
+
}
|
|
104869
|
+
}
|
|
104870
|
+
],
|
|
104871
|
+
"inputFields": null,
|
|
104872
|
+
"interfaces": [],
|
|
104873
|
+
"kind": "OBJECT",
|
|
104874
|
+
"name": "HostingDomainDetails",
|
|
104875
|
+
"possibleTypes": null
|
|
104876
|
+
},
|
|
104877
|
+
{
|
|
104878
|
+
"description": "Login information",
|
|
104879
|
+
"enumValues": null,
|
|
104880
|
+
"fields": [
|
|
104881
|
+
{
|
|
104882
|
+
"args": [],
|
|
104883
|
+
"deprecationReason": null,
|
|
104884
|
+
"description": "SSO information",
|
|
104885
|
+
"isDeprecated": false,
|
|
104886
|
+
"name": "sso",
|
|
104887
|
+
"type": {
|
|
104888
|
+
"kind": "NON_NULL",
|
|
104889
|
+
"name": null,
|
|
104890
|
+
"ofType": {
|
|
104891
|
+
"kind": "OBJECT",
|
|
104892
|
+
"name": "SsoDetails",
|
|
104893
|
+
"ofType": null
|
|
104894
|
+
}
|
|
104895
|
+
}
|
|
104896
|
+
}
|
|
104897
|
+
],
|
|
104898
|
+
"inputFields": null,
|
|
104899
|
+
"interfaces": [],
|
|
104900
|
+
"kind": "OBJECT",
|
|
104901
|
+
"name": "LoginDetails",
|
|
104902
|
+
"possibleTypes": null
|
|
104903
|
+
},
|
|
104904
|
+
{
|
|
104905
|
+
"description": "SSO information",
|
|
104906
|
+
"enumValues": null,
|
|
104907
|
+
"fields": [
|
|
104908
|
+
{
|
|
104909
|
+
"args": [],
|
|
104910
|
+
"deprecationReason": null,
|
|
104911
|
+
"description": "SSO Entity ID",
|
|
104912
|
+
"isDeprecated": false,
|
|
104913
|
+
"name": "entityId",
|
|
104914
|
+
"type": {
|
|
104915
|
+
"kind": "NON_NULL",
|
|
104916
|
+
"name": null,
|
|
104917
|
+
"ofType": {
|
|
104918
|
+
"kind": "SCALAR",
|
|
104919
|
+
"name": "String",
|
|
104920
|
+
"ofType": null
|
|
104921
|
+
}
|
|
104922
|
+
}
|
|
104923
|
+
},
|
|
104924
|
+
{
|
|
104925
|
+
"args": [],
|
|
104926
|
+
"deprecationReason": null,
|
|
104927
|
+
"description": "ACS endpoint URL / SSO URL",
|
|
104928
|
+
"isDeprecated": false,
|
|
104929
|
+
"name": "ssoUrl",
|
|
104930
|
+
"type": {
|
|
104931
|
+
"kind": "NON_NULL",
|
|
104932
|
+
"name": null,
|
|
104933
|
+
"ofType": {
|
|
104934
|
+
"kind": "SCALAR",
|
|
104935
|
+
"name": "String",
|
|
104936
|
+
"ofType": null
|
|
104937
|
+
}
|
|
104938
|
+
}
|
|
104939
|
+
}
|
|
104940
|
+
],
|
|
104941
|
+
"inputFields": null,
|
|
104942
|
+
"interfaces": [],
|
|
104943
|
+
"kind": "OBJECT",
|
|
104944
|
+
"name": "SsoDetails",
|
|
104945
|
+
"possibleTypes": null
|
|
104946
|
+
},
|
|
104947
|
+
{
|
|
104948
|
+
"description": "Infrastructure information",
|
|
104949
|
+
"enumValues": null,
|
|
104950
|
+
"fields": [
|
|
104951
|
+
{
|
|
104952
|
+
"args": [],
|
|
104953
|
+
"deprecationReason": null,
|
|
104954
|
+
"description": "Cloud Designation",
|
|
104955
|
+
"isDeprecated": false,
|
|
104956
|
+
"name": "cloudDesignation",
|
|
104957
|
+
"type": {
|
|
104958
|
+
"kind": "NON_NULL",
|
|
104959
|
+
"name": null,
|
|
104960
|
+
"ofType": {
|
|
104961
|
+
"kind": "SCALAR",
|
|
104962
|
+
"name": "String",
|
|
104963
|
+
"ofType": null
|
|
104964
|
+
}
|
|
104965
|
+
}
|
|
104966
|
+
},
|
|
104967
|
+
{
|
|
104968
|
+
"args": [],
|
|
104969
|
+
"deprecationReason": null,
|
|
104970
|
+
"description": "Tenant ID",
|
|
104971
|
+
"isDeprecated": false,
|
|
104972
|
+
"name": "tenantId",
|
|
104973
|
+
"type": {
|
|
104974
|
+
"kind": "NON_NULL",
|
|
104975
|
+
"name": null,
|
|
104976
|
+
"ofType": {
|
|
104977
|
+
"kind": "SCALAR",
|
|
104978
|
+
"name": "String",
|
|
104979
|
+
"ofType": null
|
|
104980
|
+
}
|
|
104981
|
+
}
|
|
104982
|
+
},
|
|
104983
|
+
{
|
|
104984
|
+
"args": [],
|
|
104985
|
+
"deprecationReason": null,
|
|
104986
|
+
"description": "Environment Hosting Type",
|
|
104987
|
+
"isDeprecated": false,
|
|
104988
|
+
"name": "hostingType",
|
|
104989
|
+
"type": {
|
|
104990
|
+
"kind": "NON_NULL",
|
|
104991
|
+
"name": null,
|
|
104992
|
+
"ofType": {
|
|
104993
|
+
"kind": "SCALAR",
|
|
104994
|
+
"name": "String",
|
|
104995
|
+
"ofType": null
|
|
104996
|
+
}
|
|
104997
|
+
}
|
|
104998
|
+
},
|
|
104999
|
+
{
|
|
105000
|
+
"args": [],
|
|
105001
|
+
"deprecationReason": null,
|
|
105002
|
+
"description": "AWS information",
|
|
105003
|
+
"isDeprecated": false,
|
|
105004
|
+
"name": "aws",
|
|
105005
|
+
"type": {
|
|
105006
|
+
"kind": "NON_NULL",
|
|
105007
|
+
"name": null,
|
|
105008
|
+
"ofType": {
|
|
105009
|
+
"kind": "OBJECT",
|
|
105010
|
+
"name": "AwsInformation",
|
|
105011
|
+
"ofType": null
|
|
105012
|
+
}
|
|
105013
|
+
}
|
|
105014
|
+
},
|
|
105015
|
+
{
|
|
105016
|
+
"args": [],
|
|
105017
|
+
"deprecationReason": null,
|
|
105018
|
+
"description": "Azure information",
|
|
105019
|
+
"isDeprecated": false,
|
|
105020
|
+
"name": "azure",
|
|
105021
|
+
"type": {
|
|
105022
|
+
"kind": "OBJECT",
|
|
105023
|
+
"name": "AzureInformation",
|
|
105024
|
+
"ofType": null
|
|
105025
|
+
}
|
|
105026
|
+
}
|
|
105027
|
+
],
|
|
105028
|
+
"inputFields": null,
|
|
105029
|
+
"interfaces": [],
|
|
105030
|
+
"kind": "OBJECT",
|
|
105031
|
+
"name": "InfrastructureDetails",
|
|
105032
|
+
"possibleTypes": null
|
|
105033
|
+
},
|
|
105034
|
+
{
|
|
105035
|
+
"description": "AWS information",
|
|
105036
|
+
"enumValues": null,
|
|
105037
|
+
"fields": [
|
|
105038
|
+
{
|
|
105039
|
+
"args": [],
|
|
105040
|
+
"deprecationReason": null,
|
|
105041
|
+
"description": "AWS Account ID",
|
|
105042
|
+
"isDeprecated": false,
|
|
105043
|
+
"name": "accountId",
|
|
105044
|
+
"type": {
|
|
105045
|
+
"kind": "NON_NULL",
|
|
105046
|
+
"name": null,
|
|
105047
|
+
"ofType": {
|
|
105048
|
+
"kind": "SCALAR",
|
|
105049
|
+
"name": "String",
|
|
105050
|
+
"ofType": null
|
|
105051
|
+
}
|
|
105052
|
+
}
|
|
105053
|
+
},
|
|
105054
|
+
{
|
|
105055
|
+
"args": [],
|
|
105056
|
+
"deprecationReason": null,
|
|
105057
|
+
"description": "AWS Region",
|
|
105058
|
+
"isDeprecated": false,
|
|
105059
|
+
"name": "region",
|
|
105060
|
+
"type": {
|
|
105061
|
+
"kind": "NON_NULL",
|
|
105062
|
+
"name": null,
|
|
105063
|
+
"ofType": {
|
|
105064
|
+
"kind": "SCALAR",
|
|
105065
|
+
"name": "String",
|
|
105066
|
+
"ofType": null
|
|
105067
|
+
}
|
|
105068
|
+
}
|
|
105069
|
+
},
|
|
105070
|
+
{
|
|
105071
|
+
"args": [],
|
|
105072
|
+
"deprecationReason": null,
|
|
105073
|
+
"description": "AWS Secondary Region",
|
|
105074
|
+
"isDeprecated": false,
|
|
105075
|
+
"name": "secondaryRegion",
|
|
105076
|
+
"type": {
|
|
105077
|
+
"kind": "SCALAR",
|
|
105078
|
+
"name": "String",
|
|
105079
|
+
"ofType": null
|
|
105080
|
+
}
|
|
105081
|
+
},
|
|
105082
|
+
{
|
|
105083
|
+
"args": [],
|
|
105084
|
+
"deprecationReason": null,
|
|
105085
|
+
"description": "Is this the Secondary Region?",
|
|
105086
|
+
"isDeprecated": false,
|
|
105087
|
+
"name": "isSecondary",
|
|
105088
|
+
"type": {
|
|
105089
|
+
"kind": "NON_NULL",
|
|
105090
|
+
"name": null,
|
|
105091
|
+
"ofType": {
|
|
105092
|
+
"kind": "SCALAR",
|
|
105093
|
+
"name": "Boolean",
|
|
105094
|
+
"ofType": null
|
|
105095
|
+
}
|
|
105096
|
+
}
|
|
105097
|
+
},
|
|
105098
|
+
{
|
|
105099
|
+
"args": [],
|
|
105100
|
+
"deprecationReason": null,
|
|
105101
|
+
"description": "Active AWS Environment Configuration",
|
|
105102
|
+
"isDeprecated": false,
|
|
105103
|
+
"name": "envConfiguration",
|
|
105104
|
+
"type": {
|
|
105105
|
+
"kind": "NON_NULL",
|
|
105106
|
+
"name": null,
|
|
105107
|
+
"ofType": {
|
|
105108
|
+
"kind": "ENUM",
|
|
105109
|
+
"name": "AwsEnvConfiguration",
|
|
105110
|
+
"ofType": null
|
|
105111
|
+
}
|
|
105112
|
+
}
|
|
105113
|
+
}
|
|
105114
|
+
],
|
|
105115
|
+
"inputFields": null,
|
|
105116
|
+
"interfaces": [],
|
|
105117
|
+
"kind": "OBJECT",
|
|
105118
|
+
"name": "AwsInformation",
|
|
105119
|
+
"possibleTypes": null
|
|
105120
|
+
},
|
|
105121
|
+
{
|
|
105122
|
+
"description": null,
|
|
105123
|
+
"enumValues": [
|
|
105124
|
+
{
|
|
105125
|
+
"deprecationReason": null,
|
|
105126
|
+
"description": null,
|
|
105127
|
+
"isDeprecated": false,
|
|
105128
|
+
"name": "primary"
|
|
105129
|
+
},
|
|
105130
|
+
{
|
|
105131
|
+
"deprecationReason": null,
|
|
105132
|
+
"description": null,
|
|
105133
|
+
"isDeprecated": false,
|
|
105134
|
+
"name": "secondary"
|
|
105135
|
+
}
|
|
105136
|
+
],
|
|
105137
|
+
"fields": null,
|
|
105138
|
+
"inputFields": null,
|
|
105139
|
+
"interfaces": null,
|
|
105140
|
+
"kind": "ENUM",
|
|
105141
|
+
"name": "AwsEnvConfiguration",
|
|
105142
|
+
"possibleTypes": null
|
|
105143
|
+
},
|
|
105144
|
+
{
|
|
105145
|
+
"description": "Azure information",
|
|
105146
|
+
"enumValues": null,
|
|
105147
|
+
"fields": [
|
|
105148
|
+
{
|
|
105149
|
+
"args": [],
|
|
105150
|
+
"deprecationReason": null,
|
|
105151
|
+
"description": "Azure Subscription ID",
|
|
105152
|
+
"isDeprecated": false,
|
|
105153
|
+
"name": "subscriptionId",
|
|
105154
|
+
"type": {
|
|
105155
|
+
"kind": "NON_NULL",
|
|
105156
|
+
"name": null,
|
|
105157
|
+
"ofType": {
|
|
105158
|
+
"kind": "SCALAR",
|
|
105159
|
+
"name": "String",
|
|
105160
|
+
"ofType": null
|
|
105161
|
+
}
|
|
105162
|
+
}
|
|
105163
|
+
},
|
|
105164
|
+
{
|
|
105165
|
+
"args": [],
|
|
105166
|
+
"deprecationReason": null,
|
|
105167
|
+
"description": "Azure Region",
|
|
105168
|
+
"isDeprecated": false,
|
|
105169
|
+
"name": "primaryRegion",
|
|
105170
|
+
"type": {
|
|
105171
|
+
"kind": "NON_NULL",
|
|
105172
|
+
"name": null,
|
|
105173
|
+
"ofType": {
|
|
105174
|
+
"kind": "SCALAR",
|
|
105175
|
+
"name": "String",
|
|
105176
|
+
"ofType": null
|
|
105177
|
+
}
|
|
105178
|
+
}
|
|
105179
|
+
},
|
|
105180
|
+
{
|
|
105181
|
+
"args": [],
|
|
105182
|
+
"deprecationReason": null,
|
|
105183
|
+
"description": "Azure Secondary Region",
|
|
105184
|
+
"isDeprecated": false,
|
|
105185
|
+
"name": "secondaryRegion",
|
|
105186
|
+
"type": {
|
|
105187
|
+
"kind": "SCALAR",
|
|
105188
|
+
"name": "String",
|
|
105189
|
+
"ofType": null
|
|
105190
|
+
}
|
|
105191
|
+
}
|
|
105192
|
+
],
|
|
105193
|
+
"inputFields": null,
|
|
105194
|
+
"interfaces": [],
|
|
105195
|
+
"kind": "OBJECT",
|
|
105196
|
+
"name": "AzureInformation",
|
|
105197
|
+
"possibleTypes": null
|
|
105198
|
+
},
|
|
105199
|
+
{
|
|
105200
|
+
"description": "Network information",
|
|
105201
|
+
"enumValues": null,
|
|
105202
|
+
"fields": [
|
|
105203
|
+
{
|
|
105204
|
+
"args": [],
|
|
105205
|
+
"deprecationReason": null,
|
|
105206
|
+
"description": "List of public IP addresses used by the collection platform",
|
|
105207
|
+
"isDeprecated": false,
|
|
105208
|
+
"name": "collectionPublicIpAddresses",
|
|
105209
|
+
"type": {
|
|
105210
|
+
"kind": "NON_NULL",
|
|
105211
|
+
"name": null,
|
|
105212
|
+
"ofType": {
|
|
105213
|
+
"kind": "LIST",
|
|
105214
|
+
"name": null,
|
|
105215
|
+
"ofType": {
|
|
105216
|
+
"kind": "SCALAR",
|
|
105217
|
+
"name": "String",
|
|
105218
|
+
"ofType": null
|
|
105219
|
+
}
|
|
105220
|
+
}
|
|
105221
|
+
}
|
|
105222
|
+
},
|
|
105223
|
+
{
|
|
105224
|
+
"args": [],
|
|
105225
|
+
"deprecationReason": null,
|
|
105226
|
+
"description": "List of public IP addresses used by the SaaS platform",
|
|
105227
|
+
"isDeprecated": false,
|
|
105228
|
+
"name": "saasPublicIpAddresses",
|
|
105229
|
+
"type": {
|
|
105230
|
+
"kind": "NON_NULL",
|
|
105231
|
+
"name": null,
|
|
105232
|
+
"ofType": {
|
|
105233
|
+
"kind": "LIST",
|
|
105234
|
+
"name": null,
|
|
105235
|
+
"ofType": {
|
|
105236
|
+
"kind": "SCALAR",
|
|
105237
|
+
"name": "String",
|
|
105238
|
+
"ofType": null
|
|
105239
|
+
}
|
|
105240
|
+
}
|
|
105241
|
+
}
|
|
105242
|
+
},
|
|
105243
|
+
{
|
|
105244
|
+
"args": [],
|
|
105245
|
+
"deprecationReason": null,
|
|
105246
|
+
"description": "List of public IP addresses used by the webhooks",
|
|
105247
|
+
"isDeprecated": false,
|
|
105248
|
+
"name": "externalWebhookPublicIpAddresses",
|
|
105249
|
+
"type": {
|
|
105250
|
+
"kind": "NON_NULL",
|
|
105251
|
+
"name": null,
|
|
105252
|
+
"ofType": {
|
|
105253
|
+
"kind": "LIST",
|
|
105254
|
+
"name": null,
|
|
105255
|
+
"ofType": {
|
|
105256
|
+
"kind": "SCALAR",
|
|
105257
|
+
"name": "String",
|
|
105258
|
+
"ofType": null
|
|
105259
|
+
}
|
|
105260
|
+
}
|
|
105261
|
+
}
|
|
105262
|
+
},
|
|
105263
|
+
{
|
|
105264
|
+
"args": [],
|
|
105265
|
+
"deprecationReason": null,
|
|
105266
|
+
"description": "List of public IP addresses used by the data platform",
|
|
105267
|
+
"isDeprecated": false,
|
|
105268
|
+
"name": "dataPlatformPublicIpAddresses",
|
|
105269
|
+
"type": {
|
|
105270
|
+
"kind": "NON_NULL",
|
|
105271
|
+
"name": null,
|
|
105272
|
+
"ofType": {
|
|
105273
|
+
"kind": "LIST",
|
|
105274
|
+
"name": null,
|
|
105275
|
+
"ofType": {
|
|
105276
|
+
"kind": "SCALAR",
|
|
105277
|
+
"name": "String",
|
|
105278
|
+
"ofType": null
|
|
105279
|
+
}
|
|
105280
|
+
}
|
|
105281
|
+
}
|
|
105282
|
+
}
|
|
105283
|
+
],
|
|
105284
|
+
"inputFields": null,
|
|
105285
|
+
"interfaces": [],
|
|
105286
|
+
"kind": "OBJECT",
|
|
105287
|
+
"name": "NetworkDetails",
|
|
105288
|
+
"possibleTypes": null
|
|
105289
|
+
},
|
|
105290
|
+
{
|
|
105291
|
+
"description": "Collection platform information",
|
|
105292
|
+
"enumValues": null,
|
|
105293
|
+
"fields": [
|
|
105294
|
+
{
|
|
105295
|
+
"args": [],
|
|
105296
|
+
"deprecationReason": null,
|
|
105297
|
+
"description": "Private Link information",
|
|
105298
|
+
"isDeprecated": false,
|
|
105299
|
+
"name": "privateLinkDetails",
|
|
105300
|
+
"type": {
|
|
105301
|
+
"kind": "OBJECT",
|
|
105302
|
+
"name": "PrivateLinkDetails",
|
|
105303
|
+
"ofType": null
|
|
105304
|
+
}
|
|
105305
|
+
},
|
|
105306
|
+
{
|
|
105307
|
+
"args": [],
|
|
105308
|
+
"deprecationReason": null,
|
|
105309
|
+
"description": "List of active nodes",
|
|
105310
|
+
"isDeprecated": false,
|
|
105311
|
+
"name": "activeNodeDetails",
|
|
105312
|
+
"type": {
|
|
105313
|
+
"kind": "LIST",
|
|
105314
|
+
"name": null,
|
|
105315
|
+
"ofType": {
|
|
105316
|
+
"kind": "OBJECT",
|
|
105317
|
+
"name": "ActiveNodeDetails",
|
|
105318
|
+
"ofType": null
|
|
105319
|
+
}
|
|
105320
|
+
}
|
|
105321
|
+
}
|
|
105322
|
+
],
|
|
105323
|
+
"inputFields": null,
|
|
105324
|
+
"interfaces": [],
|
|
105325
|
+
"kind": "OBJECT",
|
|
105326
|
+
"name": "CollectionDetails",
|
|
105327
|
+
"possibleTypes": null
|
|
105328
|
+
},
|
|
105329
|
+
{
|
|
105330
|
+
"description": "Private Link information",
|
|
105331
|
+
"enumValues": null,
|
|
105332
|
+
"fields": [
|
|
105333
|
+
{
|
|
105334
|
+
"args": [],
|
|
105335
|
+
"deprecationReason": null,
|
|
105336
|
+
"description": "AWS Private Link information",
|
|
105337
|
+
"isDeprecated": false,
|
|
105338
|
+
"name": "aws",
|
|
105339
|
+
"type": {
|
|
105340
|
+
"kind": "NON_NULL",
|
|
105341
|
+
"name": null,
|
|
105342
|
+
"ofType": {
|
|
105343
|
+
"kind": "OBJECT",
|
|
105344
|
+
"name": "AwsPrivateLinkDetails",
|
|
105345
|
+
"ofType": null
|
|
105346
|
+
}
|
|
105347
|
+
}
|
|
105348
|
+
}
|
|
105349
|
+
],
|
|
105350
|
+
"inputFields": null,
|
|
105351
|
+
"interfaces": [],
|
|
105352
|
+
"kind": "OBJECT",
|
|
105353
|
+
"name": "PrivateLinkDetails",
|
|
105354
|
+
"possibleTypes": null
|
|
105355
|
+
},
|
|
105356
|
+
{
|
|
105357
|
+
"description": "AWS Private Link information",
|
|
105358
|
+
"enumValues": null,
|
|
105359
|
+
"fields": [
|
|
105360
|
+
{
|
|
105361
|
+
"args": [],
|
|
105362
|
+
"deprecationReason": null,
|
|
105363
|
+
"description": "AWS Account ID",
|
|
105364
|
+
"isDeprecated": false,
|
|
105365
|
+
"name": "accountId",
|
|
105366
|
+
"type": {
|
|
105367
|
+
"kind": "NON_NULL",
|
|
105368
|
+
"name": null,
|
|
105369
|
+
"ofType": {
|
|
105370
|
+
"kind": "SCALAR",
|
|
105371
|
+
"name": "String",
|
|
105372
|
+
"ofType": null
|
|
105373
|
+
}
|
|
105374
|
+
}
|
|
105375
|
+
},
|
|
105376
|
+
{
|
|
105377
|
+
"args": [],
|
|
105378
|
+
"deprecationReason": null,
|
|
105379
|
+
"description": "MCD Principal",
|
|
105380
|
+
"isDeprecated": false,
|
|
105381
|
+
"name": "mcdPrincipal",
|
|
105382
|
+
"type": {
|
|
105383
|
+
"kind": "NON_NULL",
|
|
105384
|
+
"name": null,
|
|
105385
|
+
"ofType": {
|
|
105386
|
+
"kind": "SCALAR",
|
|
105387
|
+
"name": "String",
|
|
105388
|
+
"ofType": null
|
|
105389
|
+
}
|
|
105390
|
+
}
|
|
105391
|
+
},
|
|
105392
|
+
{
|
|
105393
|
+
"args": [],
|
|
105394
|
+
"deprecationReason": null,
|
|
105395
|
+
"description": "List of AWS Private Link regions",
|
|
105396
|
+
"isDeprecated": false,
|
|
105397
|
+
"name": "regions",
|
|
105398
|
+
"type": {
|
|
105399
|
+
"kind": "NON_NULL",
|
|
105400
|
+
"name": null,
|
|
105401
|
+
"ofType": {
|
|
105402
|
+
"kind": "LIST",
|
|
105403
|
+
"name": null,
|
|
105404
|
+
"ofType": {
|
|
105405
|
+
"kind": "OBJECT",
|
|
105406
|
+
"name": "AwsPrivateLinkRegionDetails",
|
|
105407
|
+
"ofType": null
|
|
105408
|
+
}
|
|
105409
|
+
}
|
|
105410
|
+
}
|
|
105411
|
+
}
|
|
105412
|
+
],
|
|
105413
|
+
"inputFields": null,
|
|
105414
|
+
"interfaces": [],
|
|
105415
|
+
"kind": "OBJECT",
|
|
105416
|
+
"name": "AwsPrivateLinkDetails",
|
|
105417
|
+
"possibleTypes": null
|
|
105418
|
+
},
|
|
105419
|
+
{
|
|
105420
|
+
"description": "AWS Private Link region information",
|
|
105421
|
+
"enumValues": null,
|
|
105422
|
+
"fields": [
|
|
105423
|
+
{
|
|
105424
|
+
"args": [],
|
|
105425
|
+
"deprecationReason": null,
|
|
105426
|
+
"description": "AWS Region",
|
|
105427
|
+
"isDeprecated": false,
|
|
105428
|
+
"name": "region",
|
|
105429
|
+
"type": {
|
|
105430
|
+
"kind": "NON_NULL",
|
|
105431
|
+
"name": null,
|
|
105432
|
+
"ofType": {
|
|
105433
|
+
"kind": "SCALAR",
|
|
105434
|
+
"name": "String",
|
|
105435
|
+
"ofType": null
|
|
105436
|
+
}
|
|
105437
|
+
}
|
|
105438
|
+
},
|
|
105439
|
+
{
|
|
105440
|
+
"args": [],
|
|
105441
|
+
"deprecationReason": null,
|
|
105442
|
+
"description": "Connection VPC ID",
|
|
105443
|
+
"isDeprecated": false,
|
|
105444
|
+
"name": "connectionVpcId",
|
|
105445
|
+
"type": {
|
|
105446
|
+
"kind": "NON_NULL",
|
|
105447
|
+
"name": null,
|
|
105448
|
+
"ofType": {
|
|
105449
|
+
"kind": "SCALAR",
|
|
105450
|
+
"name": "String",
|
|
105451
|
+
"ofType": null
|
|
105452
|
+
}
|
|
105453
|
+
}
|
|
105454
|
+
},
|
|
105455
|
+
{
|
|
105456
|
+
"args": [],
|
|
105457
|
+
"deprecationReason": null,
|
|
105458
|
+
"description": "Data Store VPC Endpoint ID",
|
|
105459
|
+
"isDeprecated": false,
|
|
105460
|
+
"name": "dataStoreVpcEndpointId",
|
|
105461
|
+
"type": {
|
|
105462
|
+
"kind": "NON_NULL",
|
|
105463
|
+
"name": null,
|
|
105464
|
+
"ofType": {
|
|
105465
|
+
"kind": "SCALAR",
|
|
105466
|
+
"name": "String",
|
|
105467
|
+
"ofType": null
|
|
105468
|
+
}
|
|
105469
|
+
}
|
|
105470
|
+
},
|
|
105471
|
+
{
|
|
105472
|
+
"args": [],
|
|
105473
|
+
"deprecationReason": null,
|
|
105474
|
+
"description": "Agent VPC Endpoint ID",
|
|
105475
|
+
"isDeprecated": false,
|
|
105476
|
+
"name": "agentVpcEndpointId",
|
|
105477
|
+
"type": {
|
|
105478
|
+
"kind": "NON_NULL",
|
|
105479
|
+
"name": null,
|
|
105480
|
+
"ofType": {
|
|
105481
|
+
"kind": "SCALAR",
|
|
105482
|
+
"name": "String",
|
|
105483
|
+
"ofType": null
|
|
105484
|
+
}
|
|
105485
|
+
}
|
|
105486
|
+
}
|
|
105487
|
+
],
|
|
105488
|
+
"inputFields": null,
|
|
105489
|
+
"interfaces": [],
|
|
105490
|
+
"kind": "OBJECT",
|
|
105491
|
+
"name": "AwsPrivateLinkRegionDetails",
|
|
105492
|
+
"possibleTypes": null
|
|
105493
|
+
},
|
|
105494
|
+
{
|
|
105495
|
+
"description": "Active node information",
|
|
105496
|
+
"enumValues": null,
|
|
105497
|
+
"fields": [
|
|
105498
|
+
{
|
|
105499
|
+
"args": [],
|
|
105500
|
+
"deprecationReason": null,
|
|
105501
|
+
"description": "Node Name",
|
|
105502
|
+
"isDeprecated": false,
|
|
105503
|
+
"name": "name",
|
|
105504
|
+
"type": {
|
|
105505
|
+
"kind": "NON_NULL",
|
|
105506
|
+
"name": null,
|
|
105507
|
+
"ofType": {
|
|
105508
|
+
"kind": "SCALAR",
|
|
105509
|
+
"name": "String",
|
|
105510
|
+
"ofType": null
|
|
105511
|
+
}
|
|
105512
|
+
}
|
|
105513
|
+
},
|
|
105514
|
+
{
|
|
105515
|
+
"args": [],
|
|
105516
|
+
"deprecationReason": null,
|
|
105517
|
+
"description": "Stack ARN",
|
|
105518
|
+
"isDeprecated": false,
|
|
105519
|
+
"name": "stackArn",
|
|
105520
|
+
"type": {
|
|
105521
|
+
"kind": "NON_NULL",
|
|
105522
|
+
"name": null,
|
|
105523
|
+
"ofType": {
|
|
105524
|
+
"kind": "SCALAR",
|
|
105525
|
+
"name": "String",
|
|
105526
|
+
"ofType": null
|
|
105527
|
+
}
|
|
105528
|
+
}
|
|
105529
|
+
},
|
|
105530
|
+
{
|
|
105531
|
+
"args": [],
|
|
105532
|
+
"deprecationReason": null,
|
|
105533
|
+
"description": "Node UUID",
|
|
105534
|
+
"isDeprecated": false,
|
|
105535
|
+
"name": "uuid",
|
|
105536
|
+
"type": {
|
|
105537
|
+
"kind": "NON_NULL",
|
|
105538
|
+
"name": null,
|
|
105539
|
+
"ofType": {
|
|
105540
|
+
"kind": "SCALAR",
|
|
105541
|
+
"name": "UUID",
|
|
105542
|
+
"ofType": null
|
|
105543
|
+
}
|
|
105544
|
+
}
|
|
105545
|
+
},
|
|
105546
|
+
{
|
|
105547
|
+
"args": [],
|
|
105548
|
+
"deprecationReason": null,
|
|
105549
|
+
"description": "Code Version",
|
|
105550
|
+
"isDeprecated": false,
|
|
105551
|
+
"name": "codeVersion",
|
|
105552
|
+
"type": {
|
|
105553
|
+
"kind": "NON_NULL",
|
|
105554
|
+
"name": null,
|
|
105555
|
+
"ofType": {
|
|
105556
|
+
"kind": "SCALAR",
|
|
105557
|
+
"name": "String",
|
|
105558
|
+
"ofType": null
|
|
105559
|
+
}
|
|
105560
|
+
}
|
|
105561
|
+
},
|
|
105562
|
+
{
|
|
105563
|
+
"args": [],
|
|
105564
|
+
"deprecationReason": null,
|
|
105565
|
+
"description": "Template Version",
|
|
105566
|
+
"isDeprecated": false,
|
|
105567
|
+
"name": "templateVersion",
|
|
105568
|
+
"type": {
|
|
105569
|
+
"kind": "NON_NULL",
|
|
105570
|
+
"name": null,
|
|
105571
|
+
"ofType": {
|
|
105572
|
+
"kind": "SCALAR",
|
|
105573
|
+
"name": "String",
|
|
105574
|
+
"ofType": null
|
|
105575
|
+
}
|
|
105576
|
+
}
|
|
105577
|
+
},
|
|
105578
|
+
{
|
|
105579
|
+
"args": [],
|
|
105580
|
+
"deprecationReason": null,
|
|
105581
|
+
"description": "Private CIDR",
|
|
105582
|
+
"isDeprecated": false,
|
|
105583
|
+
"name": "privateCidr",
|
|
105584
|
+
"type": {
|
|
105585
|
+
"kind": "NON_NULL",
|
|
105586
|
+
"name": null,
|
|
105587
|
+
"ofType": {
|
|
105588
|
+
"kind": "LIST",
|
|
105589
|
+
"name": null,
|
|
105590
|
+
"ofType": {
|
|
105591
|
+
"kind": "SCALAR",
|
|
105592
|
+
"name": "String",
|
|
105593
|
+
"ofType": null
|
|
105594
|
+
}
|
|
105595
|
+
}
|
|
105596
|
+
}
|
|
105597
|
+
},
|
|
105598
|
+
{
|
|
105599
|
+
"args": [],
|
|
105600
|
+
"deprecationReason": null,
|
|
105601
|
+
"description": "List of Private IP addresses",
|
|
105602
|
+
"isDeprecated": false,
|
|
105603
|
+
"name": "privateIpAddresses",
|
|
105604
|
+
"type": {
|
|
105605
|
+
"kind": "NON_NULL",
|
|
105606
|
+
"name": null,
|
|
105607
|
+
"ofType": {
|
|
105608
|
+
"kind": "LIST",
|
|
105609
|
+
"name": null,
|
|
105610
|
+
"ofType": {
|
|
105611
|
+
"kind": "SCALAR",
|
|
105612
|
+
"name": "String",
|
|
105613
|
+
"ofType": null
|
|
105614
|
+
}
|
|
105615
|
+
}
|
|
105616
|
+
}
|
|
105617
|
+
}
|
|
105618
|
+
],
|
|
105619
|
+
"inputFields": null,
|
|
105620
|
+
"interfaces": [],
|
|
105621
|
+
"kind": "OBJECT",
|
|
105622
|
+
"name": "ActiveNodeDetails",
|
|
105623
|
+
"possibleTypes": null
|
|
105624
|
+
},
|
|
104672
105625
|
{
|
|
104673
105626
|
"description": "Deployment environment information",
|
|
104674
105627
|
"enumValues": null,
|
|
@@ -122693,6 +123646,30 @@
|
|
|
122693
123646
|
}
|
|
122694
123647
|
}
|
|
122695
123648
|
},
|
|
123649
|
+
{
|
|
123650
|
+
"args": [],
|
|
123651
|
+
"deprecationReason": null,
|
|
123652
|
+
"description": "User who created this warehouse",
|
|
123653
|
+
"isDeprecated": false,
|
|
123654
|
+
"name": "createdWarehouses",
|
|
123655
|
+
"type": {
|
|
123656
|
+
"kind": "NON_NULL",
|
|
123657
|
+
"name": null,
|
|
123658
|
+
"ofType": {
|
|
123659
|
+
"kind": "LIST",
|
|
123660
|
+
"name": null,
|
|
123661
|
+
"ofType": {
|
|
123662
|
+
"kind": "NON_NULL",
|
|
123663
|
+
"name": null,
|
|
123664
|
+
"ofType": {
|
|
123665
|
+
"kind": "OBJECT",
|
|
123666
|
+
"name": "Warehouse",
|
|
123667
|
+
"ofType": null
|
|
123668
|
+
}
|
|
123669
|
+
}
|
|
123670
|
+
}
|
|
123671
|
+
}
|
|
123672
|
+
},
|
|
122696
123673
|
{
|
|
122697
123674
|
"args": [
|
|
122698
123675
|
{
|