pycarlo 0.10.111__py3-none-any.whl → 0.10.113__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 +819 -705
- pycarlo/lib/schema.py +30 -0
- {pycarlo-0.10.111.dist-info → pycarlo-0.10.113.dist-info}/METADATA +1 -1
- {pycarlo-0.10.111.dist-info → pycarlo-0.10.113.dist-info}/RECORD +7 -7
- {pycarlo-0.10.111.dist-info → pycarlo-0.10.113.dist-info}/LICENSE +0 -0
- {pycarlo-0.10.111.dist-info → pycarlo-0.10.113.dist-info}/WHEEL +0 -0
- {pycarlo-0.10.111.dist-info → pycarlo-0.10.113.dist-info}/top_level.txt +0 -0
pycarlo/lib/schema.json
CHANGED
|
@@ -38055,6 +38055,12 @@
|
|
|
38055
38055
|
"isDeprecated": false,
|
|
38056
38056
|
"name": "TABLE"
|
|
38057
38057
|
},
|
|
38058
|
+
{
|
|
38059
|
+
"deprecationReason": null,
|
|
38060
|
+
"description": "Agent",
|
|
38061
|
+
"isDeprecated": false,
|
|
38062
|
+
"name": "AGENT"
|
|
38063
|
+
},
|
|
38058
38064
|
{
|
|
38059
38065
|
"deprecationReason": null,
|
|
38060
38066
|
"description": "Dimension - legacy",
|
|
@@ -44145,6 +44151,30 @@
|
|
|
44145
44151
|
"ofType": null
|
|
44146
44152
|
}
|
|
44147
44153
|
},
|
|
44154
|
+
{
|
|
44155
|
+
"args": [],
|
|
44156
|
+
"deprecationReason": null,
|
|
44157
|
+
"description": "SQL blocks used on the monitor",
|
|
44158
|
+
"isDeprecated": false,
|
|
44159
|
+
"name": "monitorSqlBlocks",
|
|
44160
|
+
"type": {
|
|
44161
|
+
"kind": "OBJECT",
|
|
44162
|
+
"name": "MonitorSqlBlocks",
|
|
44163
|
+
"ofType": null
|
|
44164
|
+
}
|
|
44165
|
+
},
|
|
44166
|
+
{
|
|
44167
|
+
"args": [],
|
|
44168
|
+
"deprecationReason": null,
|
|
44169
|
+
"description": "Sampling configuration for the monitor",
|
|
44170
|
+
"isDeprecated": false,
|
|
44171
|
+
"name": "samplingConfig",
|
|
44172
|
+
"type": {
|
|
44173
|
+
"kind": "OBJECT",
|
|
44174
|
+
"name": "MonitorSamplingConfig",
|
|
44175
|
+
"ofType": null
|
|
44176
|
+
}
|
|
44177
|
+
},
|
|
44148
44178
|
{
|
|
44149
44179
|
"args": [],
|
|
44150
44180
|
"deprecationReason": null,
|
|
@@ -84877,6 +84907,30 @@
|
|
|
84877
84907
|
"name": "SensitivityLevels",
|
|
84878
84908
|
"ofType": null
|
|
84879
84909
|
}
|
|
84910
|
+
},
|
|
84911
|
+
{
|
|
84912
|
+
"args": [],
|
|
84913
|
+
"deprecationReason": null,
|
|
84914
|
+
"description": "SQL blocks used on the monitor",
|
|
84915
|
+
"isDeprecated": false,
|
|
84916
|
+
"name": "monitorSqlBlocks",
|
|
84917
|
+
"type": {
|
|
84918
|
+
"kind": "OBJECT",
|
|
84919
|
+
"name": "MonitorSqlBlocks",
|
|
84920
|
+
"ofType": null
|
|
84921
|
+
}
|
|
84922
|
+
},
|
|
84923
|
+
{
|
|
84924
|
+
"args": [],
|
|
84925
|
+
"deprecationReason": null,
|
|
84926
|
+
"description": "Sampling configuration for the monitor",
|
|
84927
|
+
"isDeprecated": false,
|
|
84928
|
+
"name": "samplingConfig",
|
|
84929
|
+
"type": {
|
|
84930
|
+
"kind": "OBJECT",
|
|
84931
|
+
"name": "MonitorSamplingConfig",
|
|
84932
|
+
"ofType": null
|
|
84933
|
+
}
|
|
84880
84934
|
}
|
|
84881
84935
|
],
|
|
84882
84936
|
"inputFields": null,
|
|
@@ -85527,6 +85581,269 @@
|
|
|
85527
85581
|
"name": "JobExecutionException",
|
|
85528
85582
|
"possibleTypes": null
|
|
85529
85583
|
},
|
|
85584
|
+
{
|
|
85585
|
+
"description": null,
|
|
85586
|
+
"enumValues": null,
|
|
85587
|
+
"fields": [
|
|
85588
|
+
{
|
|
85589
|
+
"args": [],
|
|
85590
|
+
"deprecationReason": null,
|
|
85591
|
+
"description": null,
|
|
85592
|
+
"isDeprecated": false,
|
|
85593
|
+
"name": "alertCondition",
|
|
85594
|
+
"type": {
|
|
85595
|
+
"kind": "NON_NULL",
|
|
85596
|
+
"name": null,
|
|
85597
|
+
"ofType": {
|
|
85598
|
+
"kind": "OBJECT",
|
|
85599
|
+
"name": "FilterGroup",
|
|
85600
|
+
"ofType": null
|
|
85601
|
+
}
|
|
85602
|
+
}
|
|
85603
|
+
},
|
|
85604
|
+
{
|
|
85605
|
+
"args": [],
|
|
85606
|
+
"deprecationReason": null,
|
|
85607
|
+
"description": null,
|
|
85608
|
+
"isDeprecated": false,
|
|
85609
|
+
"name": "whereCondition",
|
|
85610
|
+
"type": {
|
|
85611
|
+
"kind": "NON_NULL",
|
|
85612
|
+
"name": null,
|
|
85613
|
+
"ofType": {
|
|
85614
|
+
"kind": "OBJECT",
|
|
85615
|
+
"name": "FilterGroup",
|
|
85616
|
+
"ofType": null
|
|
85617
|
+
}
|
|
85618
|
+
}
|
|
85619
|
+
},
|
|
85620
|
+
{
|
|
85621
|
+
"args": [],
|
|
85622
|
+
"deprecationReason": null,
|
|
85623
|
+
"description": null,
|
|
85624
|
+
"isDeprecated": false,
|
|
85625
|
+
"name": "groupBy",
|
|
85626
|
+
"type": {
|
|
85627
|
+
"kind": "NON_NULL",
|
|
85628
|
+
"name": null,
|
|
85629
|
+
"ofType": {
|
|
85630
|
+
"kind": "LIST",
|
|
85631
|
+
"name": null,
|
|
85632
|
+
"ofType": {
|
|
85633
|
+
"kind": "NON_NULL",
|
|
85634
|
+
"name": null,
|
|
85635
|
+
"ofType": {
|
|
85636
|
+
"kind": "INTERFACE",
|
|
85637
|
+
"name": "FilterValueInterface",
|
|
85638
|
+
"ofType": null
|
|
85639
|
+
}
|
|
85640
|
+
}
|
|
85641
|
+
}
|
|
85642
|
+
}
|
|
85643
|
+
},
|
|
85644
|
+
{
|
|
85645
|
+
"args": [],
|
|
85646
|
+
"deprecationReason": null,
|
|
85647
|
+
"description": null,
|
|
85648
|
+
"isDeprecated": false,
|
|
85649
|
+
"name": "agentSpan",
|
|
85650
|
+
"type": {
|
|
85651
|
+
"kind": "NON_NULL",
|
|
85652
|
+
"name": null,
|
|
85653
|
+
"ofType": {
|
|
85654
|
+
"kind": "OBJECT",
|
|
85655
|
+
"name": "FilterGroup",
|
|
85656
|
+
"ofType": null
|
|
85657
|
+
}
|
|
85658
|
+
}
|
|
85659
|
+
}
|
|
85660
|
+
],
|
|
85661
|
+
"inputFields": null,
|
|
85662
|
+
"interfaces": [],
|
|
85663
|
+
"kind": "OBJECT",
|
|
85664
|
+
"name": "MonitorSqlBlocks",
|
|
85665
|
+
"possibleTypes": null
|
|
85666
|
+
},
|
|
85667
|
+
{
|
|
85668
|
+
"description": null,
|
|
85669
|
+
"enumValues": null,
|
|
85670
|
+
"fields": [
|
|
85671
|
+
{
|
|
85672
|
+
"args": [],
|
|
85673
|
+
"deprecationReason": null,
|
|
85674
|
+
"description": null,
|
|
85675
|
+
"isDeprecated": false,
|
|
85676
|
+
"name": "type",
|
|
85677
|
+
"type": {
|
|
85678
|
+
"kind": "NON_NULL",
|
|
85679
|
+
"name": null,
|
|
85680
|
+
"ofType": {
|
|
85681
|
+
"kind": "ENUM",
|
|
85682
|
+
"name": "FilterType",
|
|
85683
|
+
"ofType": null
|
|
85684
|
+
}
|
|
85685
|
+
}
|
|
85686
|
+
},
|
|
85687
|
+
{
|
|
85688
|
+
"args": [],
|
|
85689
|
+
"deprecationReason": null,
|
|
85690
|
+
"description": null,
|
|
85691
|
+
"isDeprecated": false,
|
|
85692
|
+
"name": "id",
|
|
85693
|
+
"type": {
|
|
85694
|
+
"kind": "SCALAR",
|
|
85695
|
+
"name": "String",
|
|
85696
|
+
"ofType": null
|
|
85697
|
+
}
|
|
85698
|
+
},
|
|
85699
|
+
{
|
|
85700
|
+
"args": [],
|
|
85701
|
+
"deprecationReason": null,
|
|
85702
|
+
"description": null,
|
|
85703
|
+
"isDeprecated": false,
|
|
85704
|
+
"name": "conditions",
|
|
85705
|
+
"type": {
|
|
85706
|
+
"kind": "NON_NULL",
|
|
85707
|
+
"name": null,
|
|
85708
|
+
"ofType": {
|
|
85709
|
+
"kind": "LIST",
|
|
85710
|
+
"name": null,
|
|
85711
|
+
"ofType": {
|
|
85712
|
+
"kind": "NON_NULL",
|
|
85713
|
+
"name": null,
|
|
85714
|
+
"ofType": {
|
|
85715
|
+
"kind": "INTERFACE",
|
|
85716
|
+
"name": "FilterInterface",
|
|
85717
|
+
"ofType": null
|
|
85718
|
+
}
|
|
85719
|
+
}
|
|
85720
|
+
}
|
|
85721
|
+
}
|
|
85722
|
+
},
|
|
85723
|
+
{
|
|
85724
|
+
"args": [],
|
|
85725
|
+
"deprecationReason": null,
|
|
85726
|
+
"description": null,
|
|
85727
|
+
"isDeprecated": false,
|
|
85728
|
+
"name": "operator",
|
|
85729
|
+
"type": {
|
|
85730
|
+
"kind": "NON_NULL",
|
|
85731
|
+
"name": null,
|
|
85732
|
+
"ofType": {
|
|
85733
|
+
"kind": "ENUM",
|
|
85734
|
+
"name": "BooleanOperator",
|
|
85735
|
+
"ofType": null
|
|
85736
|
+
}
|
|
85737
|
+
}
|
|
85738
|
+
}
|
|
85739
|
+
],
|
|
85740
|
+
"inputFields": null,
|
|
85741
|
+
"interfaces": [
|
|
85742
|
+
{
|
|
85743
|
+
"kind": "INTERFACE",
|
|
85744
|
+
"name": "FilterInterface",
|
|
85745
|
+
"ofType": null
|
|
85746
|
+
}
|
|
85747
|
+
],
|
|
85748
|
+
"kind": "OBJECT",
|
|
85749
|
+
"name": "FilterGroup",
|
|
85750
|
+
"possibleTypes": null
|
|
85751
|
+
},
|
|
85752
|
+
{
|
|
85753
|
+
"description": null,
|
|
85754
|
+
"enumValues": null,
|
|
85755
|
+
"fields": [
|
|
85756
|
+
{
|
|
85757
|
+
"args": [],
|
|
85758
|
+
"deprecationReason": null,
|
|
85759
|
+
"description": null,
|
|
85760
|
+
"isDeprecated": false,
|
|
85761
|
+
"name": "type",
|
|
85762
|
+
"type": {
|
|
85763
|
+
"kind": "NON_NULL",
|
|
85764
|
+
"name": null,
|
|
85765
|
+
"ofType": {
|
|
85766
|
+
"kind": "ENUM",
|
|
85767
|
+
"name": "FilterType",
|
|
85768
|
+
"ofType": null
|
|
85769
|
+
}
|
|
85770
|
+
}
|
|
85771
|
+
},
|
|
85772
|
+
{
|
|
85773
|
+
"args": [],
|
|
85774
|
+
"deprecationReason": null,
|
|
85775
|
+
"description": null,
|
|
85776
|
+
"isDeprecated": false,
|
|
85777
|
+
"name": "id",
|
|
85778
|
+
"type": {
|
|
85779
|
+
"kind": "SCALAR",
|
|
85780
|
+
"name": "String",
|
|
85781
|
+
"ofType": null
|
|
85782
|
+
}
|
|
85783
|
+
}
|
|
85784
|
+
],
|
|
85785
|
+
"inputFields": null,
|
|
85786
|
+
"interfaces": null,
|
|
85787
|
+
"kind": "INTERFACE",
|
|
85788
|
+
"name": "FilterInterface",
|
|
85789
|
+
"possibleTypes": [
|
|
85790
|
+
{
|
|
85791
|
+
"kind": "OBJECT",
|
|
85792
|
+
"name": "FilterGroup",
|
|
85793
|
+
"ofType": null
|
|
85794
|
+
},
|
|
85795
|
+
{
|
|
85796
|
+
"kind": "OBJECT",
|
|
85797
|
+
"name": "FilterUnary",
|
|
85798
|
+
"ofType": null
|
|
85799
|
+
},
|
|
85800
|
+
{
|
|
85801
|
+
"kind": "OBJECT",
|
|
85802
|
+
"name": "FilterBinary",
|
|
85803
|
+
"ofType": null
|
|
85804
|
+
},
|
|
85805
|
+
{
|
|
85806
|
+
"kind": "OBJECT",
|
|
85807
|
+
"name": "FilterSql",
|
|
85808
|
+
"ofType": null
|
|
85809
|
+
}
|
|
85810
|
+
]
|
|
85811
|
+
},
|
|
85812
|
+
{
|
|
85813
|
+
"description": null,
|
|
85814
|
+
"enumValues": null,
|
|
85815
|
+
"fields": [
|
|
85816
|
+
{
|
|
85817
|
+
"args": [],
|
|
85818
|
+
"deprecationReason": null,
|
|
85819
|
+
"description": null,
|
|
85820
|
+
"isDeprecated": false,
|
|
85821
|
+
"name": "percentage",
|
|
85822
|
+
"type": {
|
|
85823
|
+
"kind": "SCALAR",
|
|
85824
|
+
"name": "Float",
|
|
85825
|
+
"ofType": null
|
|
85826
|
+
}
|
|
85827
|
+
},
|
|
85828
|
+
{
|
|
85829
|
+
"args": [],
|
|
85830
|
+
"deprecationReason": null,
|
|
85831
|
+
"description": null,
|
|
85832
|
+
"isDeprecated": false,
|
|
85833
|
+
"name": "count",
|
|
85834
|
+
"type": {
|
|
85835
|
+
"kind": "SCALAR",
|
|
85836
|
+
"name": "Int",
|
|
85837
|
+
"ofType": null
|
|
85838
|
+
}
|
|
85839
|
+
}
|
|
85840
|
+
],
|
|
85841
|
+
"inputFields": null,
|
|
85842
|
+
"interfaces": [],
|
|
85843
|
+
"kind": "OBJECT",
|
|
85844
|
+
"name": "MonitorSamplingConfig",
|
|
85845
|
+
"possibleTypes": null
|
|
85846
|
+
},
|
|
85530
85847
|
{
|
|
85531
85848
|
"description": null,
|
|
85532
85849
|
"enumValues": null,
|
|
@@ -113634,6 +113951,30 @@
|
|
|
113634
113951
|
}
|
|
113635
113952
|
}
|
|
113636
113953
|
},
|
|
113954
|
+
{
|
|
113955
|
+
"args": [],
|
|
113956
|
+
"deprecationReason": null,
|
|
113957
|
+
"description": "SQL blocks used on the monitor",
|
|
113958
|
+
"isDeprecated": false,
|
|
113959
|
+
"name": "monitorSqlBlocks",
|
|
113960
|
+
"type": {
|
|
113961
|
+
"kind": "OBJECT",
|
|
113962
|
+
"name": "MonitorSqlBlocks",
|
|
113963
|
+
"ofType": null
|
|
113964
|
+
}
|
|
113965
|
+
},
|
|
113966
|
+
{
|
|
113967
|
+
"args": [],
|
|
113968
|
+
"deprecationReason": null,
|
|
113969
|
+
"description": "Sampling configuration for the monitor",
|
|
113970
|
+
"isDeprecated": false,
|
|
113971
|
+
"name": "samplingConfig",
|
|
113972
|
+
"type": {
|
|
113973
|
+
"kind": "OBJECT",
|
|
113974
|
+
"name": "MonitorSamplingConfig",
|
|
113975
|
+
"ofType": null
|
|
113976
|
+
}
|
|
113977
|
+
},
|
|
113637
113978
|
{
|
|
113638
113979
|
"args": [],
|
|
113639
113980
|
"deprecationReason": null,
|
|
@@ -113689,6 +114030,18 @@
|
|
|
113689
114030
|
"name": "Boolean",
|
|
113690
114031
|
"ofType": null
|
|
113691
114032
|
}
|
|
114033
|
+
},
|
|
114034
|
+
{
|
|
114035
|
+
"args": [],
|
|
114036
|
+
"deprecationReason": "Replaced by failure audiences",
|
|
114037
|
+
"description": "DEPRECATED: Replaced by failure audiences",
|
|
114038
|
+
"isDeprecated": true,
|
|
114039
|
+
"name": "notifyRuleRunFailure",
|
|
114040
|
+
"type": {
|
|
114041
|
+
"kind": "SCALAR",
|
|
114042
|
+
"name": "Boolean",
|
|
114043
|
+
"ofType": null
|
|
114044
|
+
}
|
|
113692
114045
|
}
|
|
113693
114046
|
],
|
|
113694
114047
|
"inputFields": null,
|
|
@@ -114901,6 +115254,18 @@
|
|
|
114901
115254
|
"name": "SensitivityLevels",
|
|
114902
115255
|
"ofType": null
|
|
114903
115256
|
}
|
|
115257
|
+
},
|
|
115258
|
+
{
|
|
115259
|
+
"args": [],
|
|
115260
|
+
"deprecationReason": "Replaced by failure audiences",
|
|
115261
|
+
"description": "DEPRECATED: Replaced by failure audiences",
|
|
115262
|
+
"isDeprecated": true,
|
|
115263
|
+
"name": "notifyRuleRunFailure",
|
|
115264
|
+
"type": {
|
|
115265
|
+
"kind": "SCALAR",
|
|
115266
|
+
"name": "Boolean",
|
|
115267
|
+
"ofType": null
|
|
115268
|
+
}
|
|
114904
115269
|
}
|
|
114905
115270
|
],
|
|
114906
115271
|
"inputFields": null,
|
|
@@ -116922,6 +117287,18 @@
|
|
|
116922
117287
|
"ofType": null
|
|
116923
117288
|
}
|
|
116924
117289
|
},
|
|
117290
|
+
{
|
|
117291
|
+
"args": [],
|
|
117292
|
+
"deprecationReason": "Replaced by failure audiences",
|
|
117293
|
+
"description": "DEPRECATED: Replaced by failure audiences",
|
|
117294
|
+
"isDeprecated": true,
|
|
117295
|
+
"name": "notifyRuleRunFailure",
|
|
117296
|
+
"type": {
|
|
117297
|
+
"kind": "SCALAR",
|
|
117298
|
+
"name": "Boolean",
|
|
117299
|
+
"ofType": null
|
|
117300
|
+
}
|
|
117301
|
+
},
|
|
116925
117302
|
{
|
|
116926
117303
|
"args": [],
|
|
116927
117304
|
"deprecationReason": null,
|
|
@@ -117146,151 +117523,6 @@
|
|
|
117146
117523
|
"name": "CustomRuleSqlBlocks",
|
|
117147
117524
|
"possibleTypes": null
|
|
117148
117525
|
},
|
|
117149
|
-
{
|
|
117150
|
-
"description": null,
|
|
117151
|
-
"enumValues": null,
|
|
117152
|
-
"fields": [
|
|
117153
|
-
{
|
|
117154
|
-
"args": [],
|
|
117155
|
-
"deprecationReason": null,
|
|
117156
|
-
"description": null,
|
|
117157
|
-
"isDeprecated": false,
|
|
117158
|
-
"name": "type",
|
|
117159
|
-
"type": {
|
|
117160
|
-
"kind": "NON_NULL",
|
|
117161
|
-
"name": null,
|
|
117162
|
-
"ofType": {
|
|
117163
|
-
"kind": "ENUM",
|
|
117164
|
-
"name": "FilterType",
|
|
117165
|
-
"ofType": null
|
|
117166
|
-
}
|
|
117167
|
-
}
|
|
117168
|
-
},
|
|
117169
|
-
{
|
|
117170
|
-
"args": [],
|
|
117171
|
-
"deprecationReason": null,
|
|
117172
|
-
"description": null,
|
|
117173
|
-
"isDeprecated": false,
|
|
117174
|
-
"name": "id",
|
|
117175
|
-
"type": {
|
|
117176
|
-
"kind": "SCALAR",
|
|
117177
|
-
"name": "String",
|
|
117178
|
-
"ofType": null
|
|
117179
|
-
}
|
|
117180
|
-
},
|
|
117181
|
-
{
|
|
117182
|
-
"args": [],
|
|
117183
|
-
"deprecationReason": null,
|
|
117184
|
-
"description": null,
|
|
117185
|
-
"isDeprecated": false,
|
|
117186
|
-
"name": "conditions",
|
|
117187
|
-
"type": {
|
|
117188
|
-
"kind": "NON_NULL",
|
|
117189
|
-
"name": null,
|
|
117190
|
-
"ofType": {
|
|
117191
|
-
"kind": "LIST",
|
|
117192
|
-
"name": null,
|
|
117193
|
-
"ofType": {
|
|
117194
|
-
"kind": "NON_NULL",
|
|
117195
|
-
"name": null,
|
|
117196
|
-
"ofType": {
|
|
117197
|
-
"kind": "INTERFACE",
|
|
117198
|
-
"name": "FilterInterface",
|
|
117199
|
-
"ofType": null
|
|
117200
|
-
}
|
|
117201
|
-
}
|
|
117202
|
-
}
|
|
117203
|
-
}
|
|
117204
|
-
},
|
|
117205
|
-
{
|
|
117206
|
-
"args": [],
|
|
117207
|
-
"deprecationReason": null,
|
|
117208
|
-
"description": null,
|
|
117209
|
-
"isDeprecated": false,
|
|
117210
|
-
"name": "operator",
|
|
117211
|
-
"type": {
|
|
117212
|
-
"kind": "NON_NULL",
|
|
117213
|
-
"name": null,
|
|
117214
|
-
"ofType": {
|
|
117215
|
-
"kind": "ENUM",
|
|
117216
|
-
"name": "BooleanOperator",
|
|
117217
|
-
"ofType": null
|
|
117218
|
-
}
|
|
117219
|
-
}
|
|
117220
|
-
}
|
|
117221
|
-
],
|
|
117222
|
-
"inputFields": null,
|
|
117223
|
-
"interfaces": [
|
|
117224
|
-
{
|
|
117225
|
-
"kind": "INTERFACE",
|
|
117226
|
-
"name": "FilterInterface",
|
|
117227
|
-
"ofType": null
|
|
117228
|
-
}
|
|
117229
|
-
],
|
|
117230
|
-
"kind": "OBJECT",
|
|
117231
|
-
"name": "FilterGroup",
|
|
117232
|
-
"possibleTypes": null
|
|
117233
|
-
},
|
|
117234
|
-
{
|
|
117235
|
-
"description": null,
|
|
117236
|
-
"enumValues": null,
|
|
117237
|
-
"fields": [
|
|
117238
|
-
{
|
|
117239
|
-
"args": [],
|
|
117240
|
-
"deprecationReason": null,
|
|
117241
|
-
"description": null,
|
|
117242
|
-
"isDeprecated": false,
|
|
117243
|
-
"name": "type",
|
|
117244
|
-
"type": {
|
|
117245
|
-
"kind": "NON_NULL",
|
|
117246
|
-
"name": null,
|
|
117247
|
-
"ofType": {
|
|
117248
|
-
"kind": "ENUM",
|
|
117249
|
-
"name": "FilterType",
|
|
117250
|
-
"ofType": null
|
|
117251
|
-
}
|
|
117252
|
-
}
|
|
117253
|
-
},
|
|
117254
|
-
{
|
|
117255
|
-
"args": [],
|
|
117256
|
-
"deprecationReason": null,
|
|
117257
|
-
"description": null,
|
|
117258
|
-
"isDeprecated": false,
|
|
117259
|
-
"name": "id",
|
|
117260
|
-
"type": {
|
|
117261
|
-
"kind": "SCALAR",
|
|
117262
|
-
"name": "String",
|
|
117263
|
-
"ofType": null
|
|
117264
|
-
}
|
|
117265
|
-
}
|
|
117266
|
-
],
|
|
117267
|
-
"inputFields": null,
|
|
117268
|
-
"interfaces": null,
|
|
117269
|
-
"kind": "INTERFACE",
|
|
117270
|
-
"name": "FilterInterface",
|
|
117271
|
-
"possibleTypes": [
|
|
117272
|
-
{
|
|
117273
|
-
"kind": "OBJECT",
|
|
117274
|
-
"name": "FilterGroup",
|
|
117275
|
-
"ofType": null
|
|
117276
|
-
},
|
|
117277
|
-
{
|
|
117278
|
-
"kind": "OBJECT",
|
|
117279
|
-
"name": "FilterUnary",
|
|
117280
|
-
"ofType": null
|
|
117281
|
-
},
|
|
117282
|
-
{
|
|
117283
|
-
"kind": "OBJECT",
|
|
117284
|
-
"name": "FilterBinary",
|
|
117285
|
-
"ofType": null
|
|
117286
|
-
},
|
|
117287
|
-
{
|
|
117288
|
-
"kind": "OBJECT",
|
|
117289
|
-
"name": "FilterSql",
|
|
117290
|
-
"ofType": null
|
|
117291
|
-
}
|
|
117292
|
-
]
|
|
117293
|
-
},
|
|
117294
117526
|
{
|
|
117295
117527
|
"description": null,
|
|
117296
117528
|
"enumValues": null,
|
|
@@ -118744,124 +118976,6 @@
|
|
|
118744
118976
|
"name": "IndexedFieldFilterOutputType",
|
|
118745
118977
|
"possibleTypes": null
|
|
118746
118978
|
},
|
|
118747
|
-
{
|
|
118748
|
-
"description": null,
|
|
118749
|
-
"enumValues": null,
|
|
118750
|
-
"fields": [
|
|
118751
|
-
{
|
|
118752
|
-
"args": [],
|
|
118753
|
-
"deprecationReason": null,
|
|
118754
|
-
"description": null,
|
|
118755
|
-
"isDeprecated": false,
|
|
118756
|
-
"name": "alertCondition",
|
|
118757
|
-
"type": {
|
|
118758
|
-
"kind": "NON_NULL",
|
|
118759
|
-
"name": null,
|
|
118760
|
-
"ofType": {
|
|
118761
|
-
"kind": "OBJECT",
|
|
118762
|
-
"name": "FilterGroup",
|
|
118763
|
-
"ofType": null
|
|
118764
|
-
}
|
|
118765
|
-
}
|
|
118766
|
-
},
|
|
118767
|
-
{
|
|
118768
|
-
"args": [],
|
|
118769
|
-
"deprecationReason": null,
|
|
118770
|
-
"description": null,
|
|
118771
|
-
"isDeprecated": false,
|
|
118772
|
-
"name": "whereCondition",
|
|
118773
|
-
"type": {
|
|
118774
|
-
"kind": "NON_NULL",
|
|
118775
|
-
"name": null,
|
|
118776
|
-
"ofType": {
|
|
118777
|
-
"kind": "OBJECT",
|
|
118778
|
-
"name": "FilterGroup",
|
|
118779
|
-
"ofType": null
|
|
118780
|
-
}
|
|
118781
|
-
}
|
|
118782
|
-
},
|
|
118783
|
-
{
|
|
118784
|
-
"args": [],
|
|
118785
|
-
"deprecationReason": null,
|
|
118786
|
-
"description": null,
|
|
118787
|
-
"isDeprecated": false,
|
|
118788
|
-
"name": "groupBy",
|
|
118789
|
-
"type": {
|
|
118790
|
-
"kind": "NON_NULL",
|
|
118791
|
-
"name": null,
|
|
118792
|
-
"ofType": {
|
|
118793
|
-
"kind": "LIST",
|
|
118794
|
-
"name": null,
|
|
118795
|
-
"ofType": {
|
|
118796
|
-
"kind": "NON_NULL",
|
|
118797
|
-
"name": null,
|
|
118798
|
-
"ofType": {
|
|
118799
|
-
"kind": "INTERFACE",
|
|
118800
|
-
"name": "FilterValueInterface",
|
|
118801
|
-
"ofType": null
|
|
118802
|
-
}
|
|
118803
|
-
}
|
|
118804
|
-
}
|
|
118805
|
-
}
|
|
118806
|
-
},
|
|
118807
|
-
{
|
|
118808
|
-
"args": [],
|
|
118809
|
-
"deprecationReason": null,
|
|
118810
|
-
"description": null,
|
|
118811
|
-
"isDeprecated": false,
|
|
118812
|
-
"name": "agentSpan",
|
|
118813
|
-
"type": {
|
|
118814
|
-
"kind": "NON_NULL",
|
|
118815
|
-
"name": null,
|
|
118816
|
-
"ofType": {
|
|
118817
|
-
"kind": "OBJECT",
|
|
118818
|
-
"name": "FilterGroup",
|
|
118819
|
-
"ofType": null
|
|
118820
|
-
}
|
|
118821
|
-
}
|
|
118822
|
-
}
|
|
118823
|
-
],
|
|
118824
|
-
"inputFields": null,
|
|
118825
|
-
"interfaces": [],
|
|
118826
|
-
"kind": "OBJECT",
|
|
118827
|
-
"name": "MonitorSqlBlocks",
|
|
118828
|
-
"possibleTypes": null
|
|
118829
|
-
},
|
|
118830
|
-
{
|
|
118831
|
-
"description": null,
|
|
118832
|
-
"enumValues": null,
|
|
118833
|
-
"fields": [
|
|
118834
|
-
{
|
|
118835
|
-
"args": [],
|
|
118836
|
-
"deprecationReason": null,
|
|
118837
|
-
"description": null,
|
|
118838
|
-
"isDeprecated": false,
|
|
118839
|
-
"name": "percentage",
|
|
118840
|
-
"type": {
|
|
118841
|
-
"kind": "SCALAR",
|
|
118842
|
-
"name": "Float",
|
|
118843
|
-
"ofType": null
|
|
118844
|
-
}
|
|
118845
|
-
},
|
|
118846
|
-
{
|
|
118847
|
-
"args": [],
|
|
118848
|
-
"deprecationReason": null,
|
|
118849
|
-
"description": null,
|
|
118850
|
-
"isDeprecated": false,
|
|
118851
|
-
"name": "count",
|
|
118852
|
-
"type": {
|
|
118853
|
-
"kind": "SCALAR",
|
|
118854
|
-
"name": "Int",
|
|
118855
|
-
"ofType": null
|
|
118856
|
-
}
|
|
118857
|
-
}
|
|
118858
|
-
],
|
|
118859
|
-
"inputFields": null,
|
|
118860
|
-
"interfaces": [],
|
|
118861
|
-
"kind": "OBJECT",
|
|
118862
|
-
"name": "MonitorSamplingConfig",
|
|
118863
|
-
"possibleTypes": null
|
|
118864
|
-
},
|
|
118865
118979
|
{
|
|
118866
118980
|
"description": null,
|
|
118867
118981
|
"enumValues": null,
|
|
@@ -191984,13 +192098,304 @@
|
|
|
191984
192098
|
"isDeprecated": false,
|
|
191985
192099
|
"name": "connectionType",
|
|
191986
192100
|
"type": {
|
|
191987
|
-
"kind": "NON_NULL",
|
|
191988
|
-
"name": null,
|
|
191989
|
-
"ofType": {
|
|
191990
|
-
"kind": "SCALAR",
|
|
191991
|
-
"name": "String",
|
|
191992
|
-
"ofType": null
|
|
191993
|
-
}
|
|
192101
|
+
"kind": "NON_NULL",
|
|
192102
|
+
"name": null,
|
|
192103
|
+
"ofType": {
|
|
192104
|
+
"kind": "SCALAR",
|
|
192105
|
+
"name": "String",
|
|
192106
|
+
"ofType": null
|
|
192107
|
+
}
|
|
192108
|
+
}
|
|
192109
|
+
},
|
|
192110
|
+
{
|
|
192111
|
+
"args": [],
|
|
192112
|
+
"deprecationReason": null,
|
|
192113
|
+
"description": null,
|
|
192114
|
+
"isDeprecated": false,
|
|
192115
|
+
"name": "schema",
|
|
192116
|
+
"type": {
|
|
192117
|
+
"kind": "NON_NULL",
|
|
192118
|
+
"name": null,
|
|
192119
|
+
"ofType": {
|
|
192120
|
+
"kind": "OBJECT",
|
|
192121
|
+
"name": "DataSourceSchema",
|
|
192122
|
+
"ofType": null
|
|
192123
|
+
}
|
|
192124
|
+
}
|
|
192125
|
+
},
|
|
192126
|
+
{
|
|
192127
|
+
"args": [],
|
|
192128
|
+
"deprecationReason": null,
|
|
192129
|
+
"description": "The SQL query that defines the source of the data",
|
|
192130
|
+
"isDeprecated": false,
|
|
192131
|
+
"name": "sql",
|
|
192132
|
+
"type": {
|
|
192133
|
+
"kind": "NON_NULL",
|
|
192134
|
+
"name": null,
|
|
192135
|
+
"ofType": {
|
|
192136
|
+
"kind": "SCALAR",
|
|
192137
|
+
"name": "String",
|
|
192138
|
+
"ofType": null
|
|
192139
|
+
}
|
|
192140
|
+
}
|
|
192141
|
+
},
|
|
192142
|
+
{
|
|
192143
|
+
"args": [],
|
|
192144
|
+
"deprecationReason": null,
|
|
192145
|
+
"description": null,
|
|
192146
|
+
"isDeprecated": false,
|
|
192147
|
+
"name": "transforms",
|
|
192148
|
+
"type": {
|
|
192149
|
+
"kind": "LIST",
|
|
192150
|
+
"name": null,
|
|
192151
|
+
"ofType": {
|
|
192152
|
+
"kind": "NON_NULL",
|
|
192153
|
+
"name": null,
|
|
192154
|
+
"ofType": {
|
|
192155
|
+
"kind": "OBJECT",
|
|
192156
|
+
"name": "Transform",
|
|
192157
|
+
"ofType": null
|
|
192158
|
+
}
|
|
192159
|
+
}
|
|
192160
|
+
}
|
|
192161
|
+
}
|
|
192162
|
+
],
|
|
192163
|
+
"inputFields": null,
|
|
192164
|
+
"interfaces": [
|
|
192165
|
+
{
|
|
192166
|
+
"kind": "INTERFACE",
|
|
192167
|
+
"name": "DataSourceInterface",
|
|
192168
|
+
"ofType": null
|
|
192169
|
+
}
|
|
192170
|
+
],
|
|
192171
|
+
"kind": "OBJECT",
|
|
192172
|
+
"name": "DataSourceSql",
|
|
192173
|
+
"possibleTypes": null
|
|
192174
|
+
},
|
|
192175
|
+
{
|
|
192176
|
+
"description": null,
|
|
192177
|
+
"enumValues": null,
|
|
192178
|
+
"fields": [
|
|
192179
|
+
{
|
|
192180
|
+
"args": [],
|
|
192181
|
+
"deprecationReason": null,
|
|
192182
|
+
"description": null,
|
|
192183
|
+
"isDeprecated": false,
|
|
192184
|
+
"name": "type",
|
|
192185
|
+
"type": {
|
|
192186
|
+
"kind": "NON_NULL",
|
|
192187
|
+
"name": null,
|
|
192188
|
+
"ofType": {
|
|
192189
|
+
"kind": "ENUM",
|
|
192190
|
+
"name": "DataSourceType",
|
|
192191
|
+
"ofType": null
|
|
192192
|
+
}
|
|
192193
|
+
}
|
|
192194
|
+
},
|
|
192195
|
+
{
|
|
192196
|
+
"args": [],
|
|
192197
|
+
"deprecationReason": null,
|
|
192198
|
+
"description": null,
|
|
192199
|
+
"isDeprecated": false,
|
|
192200
|
+
"name": "connectionType",
|
|
192201
|
+
"type": {
|
|
192202
|
+
"kind": "NON_NULL",
|
|
192203
|
+
"name": null,
|
|
192204
|
+
"ofType": {
|
|
192205
|
+
"kind": "SCALAR",
|
|
192206
|
+
"name": "String",
|
|
192207
|
+
"ofType": null
|
|
192208
|
+
}
|
|
192209
|
+
}
|
|
192210
|
+
},
|
|
192211
|
+
{
|
|
192212
|
+
"args": [],
|
|
192213
|
+
"deprecationReason": null,
|
|
192214
|
+
"description": null,
|
|
192215
|
+
"isDeprecated": false,
|
|
192216
|
+
"name": "schema",
|
|
192217
|
+
"type": {
|
|
192218
|
+
"kind": "NON_NULL",
|
|
192219
|
+
"name": null,
|
|
192220
|
+
"ofType": {
|
|
192221
|
+
"kind": "OBJECT",
|
|
192222
|
+
"name": "DataSourceSchema",
|
|
192223
|
+
"ofType": null
|
|
192224
|
+
}
|
|
192225
|
+
}
|
|
192226
|
+
},
|
|
192227
|
+
{
|
|
192228
|
+
"args": [],
|
|
192229
|
+
"deprecationReason": null,
|
|
192230
|
+
"description": null,
|
|
192231
|
+
"isDeprecated": false,
|
|
192232
|
+
"name": "mcon",
|
|
192233
|
+
"type": {
|
|
192234
|
+
"kind": "NON_NULL",
|
|
192235
|
+
"name": null,
|
|
192236
|
+
"ofType": {
|
|
192237
|
+
"kind": "SCALAR",
|
|
192238
|
+
"name": "String",
|
|
192239
|
+
"ofType": null
|
|
192240
|
+
}
|
|
192241
|
+
}
|
|
192242
|
+
},
|
|
192243
|
+
{
|
|
192244
|
+
"args": [],
|
|
192245
|
+
"deprecationReason": null,
|
|
192246
|
+
"description": null,
|
|
192247
|
+
"isDeprecated": false,
|
|
192248
|
+
"name": "transforms",
|
|
192249
|
+
"type": {
|
|
192250
|
+
"kind": "LIST",
|
|
192251
|
+
"name": null,
|
|
192252
|
+
"ofType": {
|
|
192253
|
+
"kind": "NON_NULL",
|
|
192254
|
+
"name": null,
|
|
192255
|
+
"ofType": {
|
|
192256
|
+
"kind": "OBJECT",
|
|
192257
|
+
"name": "Transform",
|
|
192258
|
+
"ofType": null
|
|
192259
|
+
}
|
|
192260
|
+
}
|
|
192261
|
+
}
|
|
192262
|
+
}
|
|
192263
|
+
],
|
|
192264
|
+
"inputFields": null,
|
|
192265
|
+
"interfaces": [
|
|
192266
|
+
{
|
|
192267
|
+
"kind": "INTERFACE",
|
|
192268
|
+
"name": "DataSourceInterface",
|
|
192269
|
+
"ofType": null
|
|
192270
|
+
}
|
|
192271
|
+
],
|
|
192272
|
+
"kind": "OBJECT",
|
|
192273
|
+
"name": "DataSourceTable",
|
|
192274
|
+
"possibleTypes": null
|
|
192275
|
+
},
|
|
192276
|
+
{
|
|
192277
|
+
"description": null,
|
|
192278
|
+
"enumValues": null,
|
|
192279
|
+
"fields": [
|
|
192280
|
+
{
|
|
192281
|
+
"args": [],
|
|
192282
|
+
"deprecationReason": null,
|
|
192283
|
+
"description": null,
|
|
192284
|
+
"isDeprecated": false,
|
|
192285
|
+
"name": "type",
|
|
192286
|
+
"type": {
|
|
192287
|
+
"kind": "NON_NULL",
|
|
192288
|
+
"name": null,
|
|
192289
|
+
"ofType": {
|
|
192290
|
+
"kind": "ENUM",
|
|
192291
|
+
"name": "DataSourceType",
|
|
192292
|
+
"ofType": null
|
|
192293
|
+
}
|
|
192294
|
+
}
|
|
192295
|
+
},
|
|
192296
|
+
{
|
|
192297
|
+
"args": [],
|
|
192298
|
+
"deprecationReason": null,
|
|
192299
|
+
"description": null,
|
|
192300
|
+
"isDeprecated": false,
|
|
192301
|
+
"name": "connectionType",
|
|
192302
|
+
"type": {
|
|
192303
|
+
"kind": "SCALAR",
|
|
192304
|
+
"name": "String",
|
|
192305
|
+
"ofType": null
|
|
192306
|
+
}
|
|
192307
|
+
},
|
|
192308
|
+
{
|
|
192309
|
+
"args": [],
|
|
192310
|
+
"deprecationReason": null,
|
|
192311
|
+
"description": null,
|
|
192312
|
+
"isDeprecated": false,
|
|
192313
|
+
"name": "schema",
|
|
192314
|
+
"type": {
|
|
192315
|
+
"kind": "OBJECT",
|
|
192316
|
+
"name": "DataSourceSchema",
|
|
192317
|
+
"ofType": null
|
|
192318
|
+
}
|
|
192319
|
+
},
|
|
192320
|
+
{
|
|
192321
|
+
"args": [],
|
|
192322
|
+
"deprecationReason": null,
|
|
192323
|
+
"description": "The SQL query that defines the source of the data",
|
|
192324
|
+
"isDeprecated": false,
|
|
192325
|
+
"name": "sql",
|
|
192326
|
+
"type": {
|
|
192327
|
+
"kind": "NON_NULL",
|
|
192328
|
+
"name": null,
|
|
192329
|
+
"ofType": {
|
|
192330
|
+
"kind": "SCALAR",
|
|
192331
|
+
"name": "String",
|
|
192332
|
+
"ofType": null
|
|
192333
|
+
}
|
|
192334
|
+
}
|
|
192335
|
+
},
|
|
192336
|
+
{
|
|
192337
|
+
"args": [],
|
|
192338
|
+
"deprecationReason": null,
|
|
192339
|
+
"description": null,
|
|
192340
|
+
"isDeprecated": false,
|
|
192341
|
+
"name": "transforms",
|
|
192342
|
+
"type": {
|
|
192343
|
+
"kind": "LIST",
|
|
192344
|
+
"name": null,
|
|
192345
|
+
"ofType": {
|
|
192346
|
+
"kind": "NON_NULL",
|
|
192347
|
+
"name": null,
|
|
192348
|
+
"ofType": {
|
|
192349
|
+
"kind": "OBJECT",
|
|
192350
|
+
"name": "Transform",
|
|
192351
|
+
"ofType": null
|
|
192352
|
+
}
|
|
192353
|
+
}
|
|
192354
|
+
}
|
|
192355
|
+
}
|
|
192356
|
+
],
|
|
192357
|
+
"inputFields": null,
|
|
192358
|
+
"interfaces": [
|
|
192359
|
+
{
|
|
192360
|
+
"kind": "INTERFACE",
|
|
192361
|
+
"name": "DataSourceInputInterface",
|
|
192362
|
+
"ofType": null
|
|
192363
|
+
}
|
|
192364
|
+
],
|
|
192365
|
+
"kind": "OBJECT",
|
|
192366
|
+
"name": "DataSourceInputSql",
|
|
192367
|
+
"possibleTypes": null
|
|
192368
|
+
},
|
|
192369
|
+
{
|
|
192370
|
+
"description": null,
|
|
192371
|
+
"enumValues": null,
|
|
192372
|
+
"fields": [
|
|
192373
|
+
{
|
|
192374
|
+
"args": [],
|
|
192375
|
+
"deprecationReason": null,
|
|
192376
|
+
"description": null,
|
|
192377
|
+
"isDeprecated": false,
|
|
192378
|
+
"name": "type",
|
|
192379
|
+
"type": {
|
|
192380
|
+
"kind": "NON_NULL",
|
|
192381
|
+
"name": null,
|
|
192382
|
+
"ofType": {
|
|
192383
|
+
"kind": "ENUM",
|
|
192384
|
+
"name": "DataSourceType",
|
|
192385
|
+
"ofType": null
|
|
192386
|
+
}
|
|
192387
|
+
}
|
|
192388
|
+
},
|
|
192389
|
+
{
|
|
192390
|
+
"args": [],
|
|
192391
|
+
"deprecationReason": null,
|
|
192392
|
+
"description": null,
|
|
192393
|
+
"isDeprecated": false,
|
|
192394
|
+
"name": "connectionType",
|
|
192395
|
+
"type": {
|
|
192396
|
+
"kind": "SCALAR",
|
|
192397
|
+
"name": "String",
|
|
192398
|
+
"ofType": null
|
|
191994
192399
|
}
|
|
191995
192400
|
},
|
|
191996
192401
|
{
|
|
@@ -192000,21 +192405,17 @@
|
|
|
192000
192405
|
"isDeprecated": false,
|
|
192001
192406
|
"name": "schema",
|
|
192002
192407
|
"type": {
|
|
192003
|
-
"kind": "
|
|
192004
|
-
"name":
|
|
192005
|
-
"ofType":
|
|
192006
|
-
"kind": "OBJECT",
|
|
192007
|
-
"name": "DataSourceSchema",
|
|
192008
|
-
"ofType": null
|
|
192009
|
-
}
|
|
192408
|
+
"kind": "OBJECT",
|
|
192409
|
+
"name": "DataSourceSchema",
|
|
192410
|
+
"ofType": null
|
|
192010
192411
|
}
|
|
192011
192412
|
},
|
|
192012
192413
|
{
|
|
192013
192414
|
"args": [],
|
|
192014
192415
|
"deprecationReason": null,
|
|
192015
|
-
"description":
|
|
192416
|
+
"description": null,
|
|
192016
192417
|
"isDeprecated": false,
|
|
192017
|
-
"name": "
|
|
192418
|
+
"name": "mcon",
|
|
192018
192419
|
"type": {
|
|
192019
192420
|
"kind": "NON_NULL",
|
|
192020
192421
|
"name": null,
|
|
@@ -192050,12 +192451,12 @@
|
|
|
192050
192451
|
"interfaces": [
|
|
192051
192452
|
{
|
|
192052
192453
|
"kind": "INTERFACE",
|
|
192053
|
-
"name": "
|
|
192454
|
+
"name": "DataSourceInputInterface",
|
|
192054
192455
|
"ofType": null
|
|
192055
192456
|
}
|
|
192056
192457
|
],
|
|
192057
192458
|
"kind": "OBJECT",
|
|
192058
|
-
"name": "
|
|
192459
|
+
"name": "DataSourceInputTable",
|
|
192059
192460
|
"possibleTypes": null
|
|
192060
192461
|
},
|
|
192061
192462
|
{
|
|
@@ -192073,7 +192474,7 @@
|
|
|
192073
192474
|
"name": null,
|
|
192074
192475
|
"ofType": {
|
|
192075
192476
|
"kind": "ENUM",
|
|
192076
|
-
"name": "
|
|
192477
|
+
"name": "FilterValueType",
|
|
192077
192478
|
"ofType": null
|
|
192078
192479
|
}
|
|
192079
192480
|
}
|
|
@@ -192083,7 +192484,19 @@
|
|
|
192083
192484
|
"deprecationReason": null,
|
|
192084
192485
|
"description": null,
|
|
192085
192486
|
"isDeprecated": false,
|
|
192086
|
-
"name": "
|
|
192487
|
+
"name": "id",
|
|
192488
|
+
"type": {
|
|
192489
|
+
"kind": "SCALAR",
|
|
192490
|
+
"name": "String",
|
|
192491
|
+
"ofType": null
|
|
192492
|
+
}
|
|
192493
|
+
},
|
|
192494
|
+
{
|
|
192495
|
+
"args": [],
|
|
192496
|
+
"deprecationReason": null,
|
|
192497
|
+
"description": null,
|
|
192498
|
+
"isDeprecated": false,
|
|
192499
|
+
"name": "literal",
|
|
192087
192500
|
"type": {
|
|
192088
192501
|
"kind": "NON_NULL",
|
|
192089
192502
|
"name": null,
|
|
@@ -192093,19 +192506,36 @@
|
|
|
192093
192506
|
"ofType": null
|
|
192094
192507
|
}
|
|
192095
192508
|
}
|
|
192096
|
-
}
|
|
192509
|
+
}
|
|
192510
|
+
],
|
|
192511
|
+
"inputFields": null,
|
|
192512
|
+
"interfaces": [
|
|
192513
|
+
{
|
|
192514
|
+
"kind": "INTERFACE",
|
|
192515
|
+
"name": "FilterValueInterface",
|
|
192516
|
+
"ofType": null
|
|
192517
|
+
}
|
|
192518
|
+
],
|
|
192519
|
+
"kind": "OBJECT",
|
|
192520
|
+
"name": "FilterValueLiteral",
|
|
192521
|
+
"possibleTypes": null
|
|
192522
|
+
},
|
|
192523
|
+
{
|
|
192524
|
+
"description": null,
|
|
192525
|
+
"enumValues": null,
|
|
192526
|
+
"fields": [
|
|
192097
192527
|
{
|
|
192098
192528
|
"args": [],
|
|
192099
192529
|
"deprecationReason": null,
|
|
192100
192530
|
"description": null,
|
|
192101
192531
|
"isDeprecated": false,
|
|
192102
|
-
"name": "
|
|
192532
|
+
"name": "type",
|
|
192103
192533
|
"type": {
|
|
192104
192534
|
"kind": "NON_NULL",
|
|
192105
192535
|
"name": null,
|
|
192106
192536
|
"ofType": {
|
|
192107
|
-
"kind": "
|
|
192108
|
-
"name": "
|
|
192537
|
+
"kind": "ENUM",
|
|
192538
|
+
"name": "FilterValueType",
|
|
192109
192539
|
"ofType": null
|
|
192110
192540
|
}
|
|
192111
192541
|
}
|
|
@@ -192115,15 +192545,11 @@
|
|
|
192115
192545
|
"deprecationReason": null,
|
|
192116
192546
|
"description": null,
|
|
192117
192547
|
"isDeprecated": false,
|
|
192118
|
-
"name": "
|
|
192548
|
+
"name": "id",
|
|
192119
192549
|
"type": {
|
|
192120
|
-
"kind": "
|
|
192121
|
-
"name":
|
|
192122
|
-
"ofType":
|
|
192123
|
-
"kind": "SCALAR",
|
|
192124
|
-
"name": "String",
|
|
192125
|
-
"ofType": null
|
|
192126
|
-
}
|
|
192550
|
+
"kind": "SCALAR",
|
|
192551
|
+
"name": "String",
|
|
192552
|
+
"ofType": null
|
|
192127
192553
|
}
|
|
192128
192554
|
},
|
|
192129
192555
|
{
|
|
@@ -192131,18 +192557,14 @@
|
|
|
192131
192557
|
"deprecationReason": null,
|
|
192132
192558
|
"description": null,
|
|
192133
192559
|
"isDeprecated": false,
|
|
192134
|
-
"name": "
|
|
192560
|
+
"name": "sql",
|
|
192135
192561
|
"type": {
|
|
192136
|
-
"kind": "
|
|
192562
|
+
"kind": "NON_NULL",
|
|
192137
192563
|
"name": null,
|
|
192138
192564
|
"ofType": {
|
|
192139
|
-
"kind": "
|
|
192140
|
-
"name":
|
|
192141
|
-
"ofType":
|
|
192142
|
-
"kind": "OBJECT",
|
|
192143
|
-
"name": "Transform",
|
|
192144
|
-
"ofType": null
|
|
192145
|
-
}
|
|
192565
|
+
"kind": "SCALAR",
|
|
192566
|
+
"name": "String",
|
|
192567
|
+
"ofType": null
|
|
192146
192568
|
}
|
|
192147
192569
|
}
|
|
192148
192570
|
}
|
|
@@ -192151,12 +192573,12 @@
|
|
|
192151
192573
|
"interfaces": [
|
|
192152
192574
|
{
|
|
192153
192575
|
"kind": "INTERFACE",
|
|
192154
|
-
"name": "
|
|
192576
|
+
"name": "FilterValueInterface",
|
|
192155
192577
|
"ofType": null
|
|
192156
192578
|
}
|
|
192157
192579
|
],
|
|
192158
192580
|
"kind": "OBJECT",
|
|
192159
|
-
"name": "
|
|
192581
|
+
"name": "FilterValueSql",
|
|
192160
192582
|
"possibleTypes": null
|
|
192161
192583
|
},
|
|
192162
192584
|
{
|
|
@@ -192174,7 +192596,7 @@
|
|
|
192174
192596
|
"name": null,
|
|
192175
192597
|
"ofType": {
|
|
192176
192598
|
"kind": "ENUM",
|
|
192177
|
-
"name": "
|
|
192599
|
+
"name": "FilterValueType",
|
|
192178
192600
|
"ofType": null
|
|
192179
192601
|
}
|
|
192180
192602
|
}
|
|
@@ -192184,7 +192606,7 @@
|
|
|
192184
192606
|
"deprecationReason": null,
|
|
192185
192607
|
"description": null,
|
|
192186
192608
|
"isDeprecated": false,
|
|
192187
|
-
"name": "
|
|
192609
|
+
"name": "id",
|
|
192188
192610
|
"type": {
|
|
192189
192611
|
"kind": "SCALAR",
|
|
192190
192612
|
"name": "String",
|
|
@@ -192196,19 +192618,7 @@
|
|
|
192196
192618
|
"deprecationReason": null,
|
|
192197
192619
|
"description": null,
|
|
192198
192620
|
"isDeprecated": false,
|
|
192199
|
-
"name": "
|
|
192200
|
-
"type": {
|
|
192201
|
-
"kind": "OBJECT",
|
|
192202
|
-
"name": "DataSourceSchema",
|
|
192203
|
-
"ofType": null
|
|
192204
|
-
}
|
|
192205
|
-
},
|
|
192206
|
-
{
|
|
192207
|
-
"args": [],
|
|
192208
|
-
"deprecationReason": null,
|
|
192209
|
-
"description": "The SQL query that defines the source of the data",
|
|
192210
|
-
"isDeprecated": false,
|
|
192211
|
-
"name": "sql",
|
|
192621
|
+
"name": "field",
|
|
192212
192622
|
"type": {
|
|
192213
192623
|
"kind": "NON_NULL",
|
|
192214
192624
|
"name": null,
|
|
@@ -192224,19 +192634,11 @@
|
|
|
192224
192634
|
"deprecationReason": null,
|
|
192225
192635
|
"description": null,
|
|
192226
192636
|
"isDeprecated": false,
|
|
192227
|
-
"name": "
|
|
192637
|
+
"name": "mcon",
|
|
192228
192638
|
"type": {
|
|
192229
|
-
"kind": "
|
|
192230
|
-
"name":
|
|
192231
|
-
"ofType":
|
|
192232
|
-
"kind": "NON_NULL",
|
|
192233
|
-
"name": null,
|
|
192234
|
-
"ofType": {
|
|
192235
|
-
"kind": "OBJECT",
|
|
192236
|
-
"name": "Transform",
|
|
192237
|
-
"ofType": null
|
|
192238
|
-
}
|
|
192239
|
-
}
|
|
192639
|
+
"kind": "SCALAR",
|
|
192640
|
+
"name": "String",
|
|
192641
|
+
"ofType": null
|
|
192240
192642
|
}
|
|
192241
192643
|
}
|
|
192242
192644
|
],
|
|
@@ -192244,12 +192646,12 @@
|
|
|
192244
192646
|
"interfaces": [
|
|
192245
192647
|
{
|
|
192246
192648
|
"kind": "INTERFACE",
|
|
192247
|
-
"name": "
|
|
192649
|
+
"name": "FilterValueInterface",
|
|
192248
192650
|
"ofType": null
|
|
192249
192651
|
}
|
|
192250
192652
|
],
|
|
192251
192653
|
"kind": "OBJECT",
|
|
192252
|
-
"name": "
|
|
192654
|
+
"name": "FilterValueField",
|
|
192253
192655
|
"possibleTypes": null
|
|
192254
192656
|
},
|
|
192255
192657
|
{
|
|
@@ -192267,7 +192669,7 @@
|
|
|
192267
192669
|
"name": null,
|
|
192268
192670
|
"ofType": {
|
|
192269
192671
|
"kind": "ENUM",
|
|
192270
|
-
"name": "
|
|
192672
|
+
"name": "FilterType",
|
|
192271
192673
|
"ofType": null
|
|
192272
192674
|
}
|
|
192273
192675
|
}
|
|
@@ -192277,7 +192679,7 @@
|
|
|
192277
192679
|
"deprecationReason": null,
|
|
192278
192680
|
"description": null,
|
|
192279
192681
|
"isDeprecated": false,
|
|
192280
|
-
"name": "
|
|
192682
|
+
"name": "id",
|
|
192281
192683
|
"type": {
|
|
192282
192684
|
"kind": "SCALAR",
|
|
192283
192685
|
"name": "String",
|
|
@@ -192289,25 +192691,13 @@
|
|
|
192289
192691
|
"deprecationReason": null,
|
|
192290
192692
|
"description": null,
|
|
192291
192693
|
"isDeprecated": false,
|
|
192292
|
-
"name": "
|
|
192293
|
-
"type": {
|
|
192294
|
-
"kind": "OBJECT",
|
|
192295
|
-
"name": "DataSourceSchema",
|
|
192296
|
-
"ofType": null
|
|
192297
|
-
}
|
|
192298
|
-
},
|
|
192299
|
-
{
|
|
192300
|
-
"args": [],
|
|
192301
|
-
"deprecationReason": null,
|
|
192302
|
-
"description": null,
|
|
192303
|
-
"isDeprecated": false,
|
|
192304
|
-
"name": "mcon",
|
|
192694
|
+
"name": "predicate",
|
|
192305
192695
|
"type": {
|
|
192306
192696
|
"kind": "NON_NULL",
|
|
192307
192697
|
"name": null,
|
|
192308
192698
|
"ofType": {
|
|
192309
|
-
"kind": "
|
|
192310
|
-
"name": "
|
|
192699
|
+
"kind": "OBJECT",
|
|
192700
|
+
"name": "FilterPredicate",
|
|
192311
192701
|
"ofType": null
|
|
192312
192702
|
}
|
|
192313
192703
|
}
|
|
@@ -192317,17 +192707,21 @@
|
|
|
192317
192707
|
"deprecationReason": null,
|
|
192318
192708
|
"description": null,
|
|
192319
192709
|
"isDeprecated": false,
|
|
192320
|
-
"name": "
|
|
192710
|
+
"name": "value",
|
|
192321
192711
|
"type": {
|
|
192322
|
-
"kind": "
|
|
192712
|
+
"kind": "NON_NULL",
|
|
192323
192713
|
"name": null,
|
|
192324
192714
|
"ofType": {
|
|
192325
|
-
"kind": "
|
|
192715
|
+
"kind": "LIST",
|
|
192326
192716
|
"name": null,
|
|
192327
192717
|
"ofType": {
|
|
192328
|
-
"kind": "
|
|
192329
|
-
"name":
|
|
192330
|
-
"ofType":
|
|
192718
|
+
"kind": "NON_NULL",
|
|
192719
|
+
"name": null,
|
|
192720
|
+
"ofType": {
|
|
192721
|
+
"kind": "INTERFACE",
|
|
192722
|
+
"name": "FilterValueInterface",
|
|
192723
|
+
"ofType": null
|
|
192724
|
+
}
|
|
192331
192725
|
}
|
|
192332
192726
|
}
|
|
192333
192727
|
}
|
|
@@ -192337,12 +192731,12 @@
|
|
|
192337
192731
|
"interfaces": [
|
|
192338
192732
|
{
|
|
192339
192733
|
"kind": "INTERFACE",
|
|
192340
|
-
"name": "
|
|
192734
|
+
"name": "FilterInterface",
|
|
192341
192735
|
"ofType": null
|
|
192342
192736
|
}
|
|
192343
192737
|
],
|
|
192344
192738
|
"kind": "OBJECT",
|
|
192345
|
-
"name": "
|
|
192739
|
+
"name": "FilterUnary",
|
|
192346
192740
|
"possibleTypes": null
|
|
192347
192741
|
},
|
|
192348
192742
|
{
|
|
@@ -192354,13 +192748,13 @@
|
|
|
192354
192748
|
"deprecationReason": null,
|
|
192355
192749
|
"description": null,
|
|
192356
192750
|
"isDeprecated": false,
|
|
192357
|
-
"name": "
|
|
192751
|
+
"name": "name",
|
|
192358
192752
|
"type": {
|
|
192359
192753
|
"kind": "NON_NULL",
|
|
192360
192754
|
"name": null,
|
|
192361
192755
|
"ofType": {
|
|
192362
|
-
"kind": "
|
|
192363
|
-
"name": "
|
|
192756
|
+
"kind": "SCALAR",
|
|
192757
|
+
"name": "String",
|
|
192364
192758
|
"ofType": null
|
|
192365
192759
|
}
|
|
192366
192760
|
}
|
|
@@ -192370,40 +192764,22 @@
|
|
|
192370
192764
|
"deprecationReason": null,
|
|
192371
192765
|
"description": null,
|
|
192372
192766
|
"isDeprecated": false,
|
|
192373
|
-
"name": "
|
|
192374
|
-
"type": {
|
|
192375
|
-
"kind": "SCALAR",
|
|
192376
|
-
"name": "String",
|
|
192377
|
-
"ofType": null
|
|
192378
|
-
}
|
|
192379
|
-
},
|
|
192380
|
-
{
|
|
192381
|
-
"args": [],
|
|
192382
|
-
"deprecationReason": null,
|
|
192383
|
-
"description": null,
|
|
192384
|
-
"isDeprecated": false,
|
|
192385
|
-
"name": "literal",
|
|
192767
|
+
"name": "negated",
|
|
192386
192768
|
"type": {
|
|
192387
192769
|
"kind": "NON_NULL",
|
|
192388
192770
|
"name": null,
|
|
192389
192771
|
"ofType": {
|
|
192390
192772
|
"kind": "SCALAR",
|
|
192391
|
-
"name": "
|
|
192773
|
+
"name": "Boolean",
|
|
192392
192774
|
"ofType": null
|
|
192393
192775
|
}
|
|
192394
192776
|
}
|
|
192395
192777
|
}
|
|
192396
192778
|
],
|
|
192397
192779
|
"inputFields": null,
|
|
192398
|
-
"interfaces": [
|
|
192399
|
-
{
|
|
192400
|
-
"kind": "INTERFACE",
|
|
192401
|
-
"name": "FilterValueInterface",
|
|
192402
|
-
"ofType": null
|
|
192403
|
-
}
|
|
192404
|
-
],
|
|
192780
|
+
"interfaces": [],
|
|
192405
192781
|
"kind": "OBJECT",
|
|
192406
|
-
"name": "
|
|
192782
|
+
"name": "FilterPredicate",
|
|
192407
192783
|
"possibleTypes": null
|
|
192408
192784
|
},
|
|
192409
192785
|
{
|
|
@@ -192421,7 +192797,7 @@
|
|
|
192421
192797
|
"name": null,
|
|
192422
192798
|
"ofType": {
|
|
192423
192799
|
"kind": "ENUM",
|
|
192424
|
-
"name": "
|
|
192800
|
+
"name": "FilterType",
|
|
192425
192801
|
"ofType": null
|
|
192426
192802
|
}
|
|
192427
192803
|
}
|
|
@@ -192443,28 +192819,76 @@
|
|
|
192443
192819
|
"deprecationReason": null,
|
|
192444
192820
|
"description": null,
|
|
192445
192821
|
"isDeprecated": false,
|
|
192446
|
-
"name": "
|
|
192822
|
+
"name": "predicate",
|
|
192447
192823
|
"type": {
|
|
192448
192824
|
"kind": "NON_NULL",
|
|
192449
192825
|
"name": null,
|
|
192450
192826
|
"ofType": {
|
|
192451
|
-
"kind": "
|
|
192452
|
-
"name": "
|
|
192827
|
+
"kind": "OBJECT",
|
|
192828
|
+
"name": "FilterPredicate",
|
|
192453
192829
|
"ofType": null
|
|
192454
192830
|
}
|
|
192455
192831
|
}
|
|
192832
|
+
},
|
|
192833
|
+
{
|
|
192834
|
+
"args": [],
|
|
192835
|
+
"deprecationReason": null,
|
|
192836
|
+
"description": null,
|
|
192837
|
+
"isDeprecated": false,
|
|
192838
|
+
"name": "left",
|
|
192839
|
+
"type": {
|
|
192840
|
+
"kind": "NON_NULL",
|
|
192841
|
+
"name": null,
|
|
192842
|
+
"ofType": {
|
|
192843
|
+
"kind": "LIST",
|
|
192844
|
+
"name": null,
|
|
192845
|
+
"ofType": {
|
|
192846
|
+
"kind": "NON_NULL",
|
|
192847
|
+
"name": null,
|
|
192848
|
+
"ofType": {
|
|
192849
|
+
"kind": "INTERFACE",
|
|
192850
|
+
"name": "FilterValueInterface",
|
|
192851
|
+
"ofType": null
|
|
192852
|
+
}
|
|
192853
|
+
}
|
|
192854
|
+
}
|
|
192855
|
+
}
|
|
192856
|
+
},
|
|
192857
|
+
{
|
|
192858
|
+
"args": [],
|
|
192859
|
+
"deprecationReason": null,
|
|
192860
|
+
"description": null,
|
|
192861
|
+
"isDeprecated": false,
|
|
192862
|
+
"name": "right",
|
|
192863
|
+
"type": {
|
|
192864
|
+
"kind": "NON_NULL",
|
|
192865
|
+
"name": null,
|
|
192866
|
+
"ofType": {
|
|
192867
|
+
"kind": "LIST",
|
|
192868
|
+
"name": null,
|
|
192869
|
+
"ofType": {
|
|
192870
|
+
"kind": "NON_NULL",
|
|
192871
|
+
"name": null,
|
|
192872
|
+
"ofType": {
|
|
192873
|
+
"kind": "INTERFACE",
|
|
192874
|
+
"name": "FilterValueInterface",
|
|
192875
|
+
"ofType": null
|
|
192876
|
+
}
|
|
192877
|
+
}
|
|
192878
|
+
}
|
|
192879
|
+
}
|
|
192456
192880
|
}
|
|
192457
192881
|
],
|
|
192458
192882
|
"inputFields": null,
|
|
192459
192883
|
"interfaces": [
|
|
192460
192884
|
{
|
|
192461
192885
|
"kind": "INTERFACE",
|
|
192462
|
-
"name": "
|
|
192886
|
+
"name": "FilterInterface",
|
|
192463
192887
|
"ofType": null
|
|
192464
192888
|
}
|
|
192465
192889
|
],
|
|
192466
192890
|
"kind": "OBJECT",
|
|
192467
|
-
"name": "
|
|
192891
|
+
"name": "FilterBinary",
|
|
192468
192892
|
"possibleTypes": null
|
|
192469
192893
|
},
|
|
192470
192894
|
{
|
|
@@ -192482,7 +192906,7 @@
|
|
|
192482
192906
|
"name": null,
|
|
192483
192907
|
"ofType": {
|
|
192484
192908
|
"kind": "ENUM",
|
|
192485
|
-
"name": "
|
|
192909
|
+
"name": "FilterType",
|
|
192486
192910
|
"ofType": null
|
|
192487
192911
|
}
|
|
192488
192912
|
}
|
|
@@ -192504,7 +192928,7 @@
|
|
|
192504
192928
|
"deprecationReason": null,
|
|
192505
192929
|
"description": null,
|
|
192506
192930
|
"isDeprecated": false,
|
|
192507
|
-
"name": "
|
|
192931
|
+
"name": "sql",
|
|
192508
192932
|
"type": {
|
|
192509
192933
|
"kind": "NON_NULL",
|
|
192510
192934
|
"name": null,
|
|
@@ -192514,30 +192938,18 @@
|
|
|
192514
192938
|
"ofType": null
|
|
192515
192939
|
}
|
|
192516
192940
|
}
|
|
192517
|
-
},
|
|
192518
|
-
{
|
|
192519
|
-
"args": [],
|
|
192520
|
-
"deprecationReason": null,
|
|
192521
|
-
"description": null,
|
|
192522
|
-
"isDeprecated": false,
|
|
192523
|
-
"name": "mcon",
|
|
192524
|
-
"type": {
|
|
192525
|
-
"kind": "SCALAR",
|
|
192526
|
-
"name": "String",
|
|
192527
|
-
"ofType": null
|
|
192528
|
-
}
|
|
192529
192941
|
}
|
|
192530
192942
|
],
|
|
192531
192943
|
"inputFields": null,
|
|
192532
192944
|
"interfaces": [
|
|
192533
192945
|
{
|
|
192534
192946
|
"kind": "INTERFACE",
|
|
192535
|
-
"name": "
|
|
192947
|
+
"name": "FilterInterface",
|
|
192536
192948
|
"ofType": null
|
|
192537
192949
|
}
|
|
192538
192950
|
],
|
|
192539
192951
|
"kind": "OBJECT",
|
|
192540
|
-
"name": "
|
|
192952
|
+
"name": "FilterSql",
|
|
192541
192953
|
"possibleTypes": null
|
|
192542
192954
|
},
|
|
192543
192955
|
{
|
|
@@ -193264,304 +193676,6 @@
|
|
|
193264
193676
|
"name": "RecommendationConfigValidationMonitor",
|
|
193265
193677
|
"possibleTypes": null
|
|
193266
193678
|
},
|
|
193267
|
-
{
|
|
193268
|
-
"description": null,
|
|
193269
|
-
"enumValues": null,
|
|
193270
|
-
"fields": [
|
|
193271
|
-
{
|
|
193272
|
-
"args": [],
|
|
193273
|
-
"deprecationReason": null,
|
|
193274
|
-
"description": null,
|
|
193275
|
-
"isDeprecated": false,
|
|
193276
|
-
"name": "type",
|
|
193277
|
-
"type": {
|
|
193278
|
-
"kind": "NON_NULL",
|
|
193279
|
-
"name": null,
|
|
193280
|
-
"ofType": {
|
|
193281
|
-
"kind": "ENUM",
|
|
193282
|
-
"name": "FilterType",
|
|
193283
|
-
"ofType": null
|
|
193284
|
-
}
|
|
193285
|
-
}
|
|
193286
|
-
},
|
|
193287
|
-
{
|
|
193288
|
-
"args": [],
|
|
193289
|
-
"deprecationReason": null,
|
|
193290
|
-
"description": null,
|
|
193291
|
-
"isDeprecated": false,
|
|
193292
|
-
"name": "id",
|
|
193293
|
-
"type": {
|
|
193294
|
-
"kind": "SCALAR",
|
|
193295
|
-
"name": "String",
|
|
193296
|
-
"ofType": null
|
|
193297
|
-
}
|
|
193298
|
-
},
|
|
193299
|
-
{
|
|
193300
|
-
"args": [],
|
|
193301
|
-
"deprecationReason": null,
|
|
193302
|
-
"description": null,
|
|
193303
|
-
"isDeprecated": false,
|
|
193304
|
-
"name": "predicate",
|
|
193305
|
-
"type": {
|
|
193306
|
-
"kind": "NON_NULL",
|
|
193307
|
-
"name": null,
|
|
193308
|
-
"ofType": {
|
|
193309
|
-
"kind": "OBJECT",
|
|
193310
|
-
"name": "FilterPredicate",
|
|
193311
|
-
"ofType": null
|
|
193312
|
-
}
|
|
193313
|
-
}
|
|
193314
|
-
},
|
|
193315
|
-
{
|
|
193316
|
-
"args": [],
|
|
193317
|
-
"deprecationReason": null,
|
|
193318
|
-
"description": null,
|
|
193319
|
-
"isDeprecated": false,
|
|
193320
|
-
"name": "value",
|
|
193321
|
-
"type": {
|
|
193322
|
-
"kind": "NON_NULL",
|
|
193323
|
-
"name": null,
|
|
193324
|
-
"ofType": {
|
|
193325
|
-
"kind": "LIST",
|
|
193326
|
-
"name": null,
|
|
193327
|
-
"ofType": {
|
|
193328
|
-
"kind": "NON_NULL",
|
|
193329
|
-
"name": null,
|
|
193330
|
-
"ofType": {
|
|
193331
|
-
"kind": "INTERFACE",
|
|
193332
|
-
"name": "FilterValueInterface",
|
|
193333
|
-
"ofType": null
|
|
193334
|
-
}
|
|
193335
|
-
}
|
|
193336
|
-
}
|
|
193337
|
-
}
|
|
193338
|
-
}
|
|
193339
|
-
],
|
|
193340
|
-
"inputFields": null,
|
|
193341
|
-
"interfaces": [
|
|
193342
|
-
{
|
|
193343
|
-
"kind": "INTERFACE",
|
|
193344
|
-
"name": "FilterInterface",
|
|
193345
|
-
"ofType": null
|
|
193346
|
-
}
|
|
193347
|
-
],
|
|
193348
|
-
"kind": "OBJECT",
|
|
193349
|
-
"name": "FilterUnary",
|
|
193350
|
-
"possibleTypes": null
|
|
193351
|
-
},
|
|
193352
|
-
{
|
|
193353
|
-
"description": null,
|
|
193354
|
-
"enumValues": null,
|
|
193355
|
-
"fields": [
|
|
193356
|
-
{
|
|
193357
|
-
"args": [],
|
|
193358
|
-
"deprecationReason": null,
|
|
193359
|
-
"description": null,
|
|
193360
|
-
"isDeprecated": false,
|
|
193361
|
-
"name": "name",
|
|
193362
|
-
"type": {
|
|
193363
|
-
"kind": "NON_NULL",
|
|
193364
|
-
"name": null,
|
|
193365
|
-
"ofType": {
|
|
193366
|
-
"kind": "SCALAR",
|
|
193367
|
-
"name": "String",
|
|
193368
|
-
"ofType": null
|
|
193369
|
-
}
|
|
193370
|
-
}
|
|
193371
|
-
},
|
|
193372
|
-
{
|
|
193373
|
-
"args": [],
|
|
193374
|
-
"deprecationReason": null,
|
|
193375
|
-
"description": null,
|
|
193376
|
-
"isDeprecated": false,
|
|
193377
|
-
"name": "negated",
|
|
193378
|
-
"type": {
|
|
193379
|
-
"kind": "NON_NULL",
|
|
193380
|
-
"name": null,
|
|
193381
|
-
"ofType": {
|
|
193382
|
-
"kind": "SCALAR",
|
|
193383
|
-
"name": "Boolean",
|
|
193384
|
-
"ofType": null
|
|
193385
|
-
}
|
|
193386
|
-
}
|
|
193387
|
-
}
|
|
193388
|
-
],
|
|
193389
|
-
"inputFields": null,
|
|
193390
|
-
"interfaces": [],
|
|
193391
|
-
"kind": "OBJECT",
|
|
193392
|
-
"name": "FilterPredicate",
|
|
193393
|
-
"possibleTypes": null
|
|
193394
|
-
},
|
|
193395
|
-
{
|
|
193396
|
-
"description": null,
|
|
193397
|
-
"enumValues": null,
|
|
193398
|
-
"fields": [
|
|
193399
|
-
{
|
|
193400
|
-
"args": [],
|
|
193401
|
-
"deprecationReason": null,
|
|
193402
|
-
"description": null,
|
|
193403
|
-
"isDeprecated": false,
|
|
193404
|
-
"name": "type",
|
|
193405
|
-
"type": {
|
|
193406
|
-
"kind": "NON_NULL",
|
|
193407
|
-
"name": null,
|
|
193408
|
-
"ofType": {
|
|
193409
|
-
"kind": "ENUM",
|
|
193410
|
-
"name": "FilterType",
|
|
193411
|
-
"ofType": null
|
|
193412
|
-
}
|
|
193413
|
-
}
|
|
193414
|
-
},
|
|
193415
|
-
{
|
|
193416
|
-
"args": [],
|
|
193417
|
-
"deprecationReason": null,
|
|
193418
|
-
"description": null,
|
|
193419
|
-
"isDeprecated": false,
|
|
193420
|
-
"name": "id",
|
|
193421
|
-
"type": {
|
|
193422
|
-
"kind": "SCALAR",
|
|
193423
|
-
"name": "String",
|
|
193424
|
-
"ofType": null
|
|
193425
|
-
}
|
|
193426
|
-
},
|
|
193427
|
-
{
|
|
193428
|
-
"args": [],
|
|
193429
|
-
"deprecationReason": null,
|
|
193430
|
-
"description": null,
|
|
193431
|
-
"isDeprecated": false,
|
|
193432
|
-
"name": "predicate",
|
|
193433
|
-
"type": {
|
|
193434
|
-
"kind": "NON_NULL",
|
|
193435
|
-
"name": null,
|
|
193436
|
-
"ofType": {
|
|
193437
|
-
"kind": "OBJECT",
|
|
193438
|
-
"name": "FilterPredicate",
|
|
193439
|
-
"ofType": null
|
|
193440
|
-
}
|
|
193441
|
-
}
|
|
193442
|
-
},
|
|
193443
|
-
{
|
|
193444
|
-
"args": [],
|
|
193445
|
-
"deprecationReason": null,
|
|
193446
|
-
"description": null,
|
|
193447
|
-
"isDeprecated": false,
|
|
193448
|
-
"name": "left",
|
|
193449
|
-
"type": {
|
|
193450
|
-
"kind": "NON_NULL",
|
|
193451
|
-
"name": null,
|
|
193452
|
-
"ofType": {
|
|
193453
|
-
"kind": "LIST",
|
|
193454
|
-
"name": null,
|
|
193455
|
-
"ofType": {
|
|
193456
|
-
"kind": "NON_NULL",
|
|
193457
|
-
"name": null,
|
|
193458
|
-
"ofType": {
|
|
193459
|
-
"kind": "INTERFACE",
|
|
193460
|
-
"name": "FilterValueInterface",
|
|
193461
|
-
"ofType": null
|
|
193462
|
-
}
|
|
193463
|
-
}
|
|
193464
|
-
}
|
|
193465
|
-
}
|
|
193466
|
-
},
|
|
193467
|
-
{
|
|
193468
|
-
"args": [],
|
|
193469
|
-
"deprecationReason": null,
|
|
193470
|
-
"description": null,
|
|
193471
|
-
"isDeprecated": false,
|
|
193472
|
-
"name": "right",
|
|
193473
|
-
"type": {
|
|
193474
|
-
"kind": "NON_NULL",
|
|
193475
|
-
"name": null,
|
|
193476
|
-
"ofType": {
|
|
193477
|
-
"kind": "LIST",
|
|
193478
|
-
"name": null,
|
|
193479
|
-
"ofType": {
|
|
193480
|
-
"kind": "NON_NULL",
|
|
193481
|
-
"name": null,
|
|
193482
|
-
"ofType": {
|
|
193483
|
-
"kind": "INTERFACE",
|
|
193484
|
-
"name": "FilterValueInterface",
|
|
193485
|
-
"ofType": null
|
|
193486
|
-
}
|
|
193487
|
-
}
|
|
193488
|
-
}
|
|
193489
|
-
}
|
|
193490
|
-
}
|
|
193491
|
-
],
|
|
193492
|
-
"inputFields": null,
|
|
193493
|
-
"interfaces": [
|
|
193494
|
-
{
|
|
193495
|
-
"kind": "INTERFACE",
|
|
193496
|
-
"name": "FilterInterface",
|
|
193497
|
-
"ofType": null
|
|
193498
|
-
}
|
|
193499
|
-
],
|
|
193500
|
-
"kind": "OBJECT",
|
|
193501
|
-
"name": "FilterBinary",
|
|
193502
|
-
"possibleTypes": null
|
|
193503
|
-
},
|
|
193504
|
-
{
|
|
193505
|
-
"description": null,
|
|
193506
|
-
"enumValues": null,
|
|
193507
|
-
"fields": [
|
|
193508
|
-
{
|
|
193509
|
-
"args": [],
|
|
193510
|
-
"deprecationReason": null,
|
|
193511
|
-
"description": null,
|
|
193512
|
-
"isDeprecated": false,
|
|
193513
|
-
"name": "type",
|
|
193514
|
-
"type": {
|
|
193515
|
-
"kind": "NON_NULL",
|
|
193516
|
-
"name": null,
|
|
193517
|
-
"ofType": {
|
|
193518
|
-
"kind": "ENUM",
|
|
193519
|
-
"name": "FilterType",
|
|
193520
|
-
"ofType": null
|
|
193521
|
-
}
|
|
193522
|
-
}
|
|
193523
|
-
},
|
|
193524
|
-
{
|
|
193525
|
-
"args": [],
|
|
193526
|
-
"deprecationReason": null,
|
|
193527
|
-
"description": null,
|
|
193528
|
-
"isDeprecated": false,
|
|
193529
|
-
"name": "id",
|
|
193530
|
-
"type": {
|
|
193531
|
-
"kind": "SCALAR",
|
|
193532
|
-
"name": "String",
|
|
193533
|
-
"ofType": null
|
|
193534
|
-
}
|
|
193535
|
-
},
|
|
193536
|
-
{
|
|
193537
|
-
"args": [],
|
|
193538
|
-
"deprecationReason": null,
|
|
193539
|
-
"description": null,
|
|
193540
|
-
"isDeprecated": false,
|
|
193541
|
-
"name": "sql",
|
|
193542
|
-
"type": {
|
|
193543
|
-
"kind": "NON_NULL",
|
|
193544
|
-
"name": null,
|
|
193545
|
-
"ofType": {
|
|
193546
|
-
"kind": "SCALAR",
|
|
193547
|
-
"name": "String",
|
|
193548
|
-
"ofType": null
|
|
193549
|
-
}
|
|
193550
|
-
}
|
|
193551
|
-
}
|
|
193552
|
-
],
|
|
193553
|
-
"inputFields": null,
|
|
193554
|
-
"interfaces": [
|
|
193555
|
-
{
|
|
193556
|
-
"kind": "INTERFACE",
|
|
193557
|
-
"name": "FilterInterface",
|
|
193558
|
-
"ofType": null
|
|
193559
|
-
}
|
|
193560
|
-
],
|
|
193561
|
-
"kind": "OBJECT",
|
|
193562
|
-
"name": "FilterSql",
|
|
193563
|
-
"possibleTypes": null
|
|
193564
|
-
},
|
|
193565
193679
|
{
|
|
193566
193680
|
"description": null,
|
|
193567
193681
|
"enumValues": null,
|