pycarlo 0.10.111__py3-none-any.whl → 0.10.112__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 +783 -705
- pycarlo/lib/schema.py +18 -0
- {pycarlo-0.10.111.dist-info → pycarlo-0.10.112.dist-info}/METADATA +1 -1
- {pycarlo-0.10.111.dist-info → pycarlo-0.10.112.dist-info}/RECORD +7 -7
- {pycarlo-0.10.111.dist-info → pycarlo-0.10.112.dist-info}/LICENSE +0 -0
- {pycarlo-0.10.111.dist-info → pycarlo-0.10.112.dist-info}/WHEEL +0 -0
- {pycarlo-0.10.111.dist-info → pycarlo-0.10.112.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,
|
|
@@ -117146,151 +117487,6 @@
|
|
|
117146
117487
|
"name": "CustomRuleSqlBlocks",
|
|
117147
117488
|
"possibleTypes": null
|
|
117148
117489
|
},
|
|
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
117490
|
{
|
|
117295
117491
|
"description": null,
|
|
117296
117492
|
"enumValues": null,
|
|
@@ -118744,124 +118940,6 @@
|
|
|
118744
118940
|
"name": "IndexedFieldFilterOutputType",
|
|
118745
118941
|
"possibleTypes": null
|
|
118746
118942
|
},
|
|
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
118943
|
{
|
|
118866
118944
|
"description": null,
|
|
118867
118945
|
"enumValues": null,
|
|
@@ -191984,13 +192062,304 @@
|
|
|
191984
192062
|
"isDeprecated": false,
|
|
191985
192063
|
"name": "connectionType",
|
|
191986
192064
|
"type": {
|
|
191987
|
-
"kind": "NON_NULL",
|
|
191988
|
-
"name": null,
|
|
191989
|
-
"ofType": {
|
|
191990
|
-
"kind": "SCALAR",
|
|
191991
|
-
"name": "String",
|
|
191992
|
-
"ofType": null
|
|
191993
|
-
}
|
|
192065
|
+
"kind": "NON_NULL",
|
|
192066
|
+
"name": null,
|
|
192067
|
+
"ofType": {
|
|
192068
|
+
"kind": "SCALAR",
|
|
192069
|
+
"name": "String",
|
|
192070
|
+
"ofType": null
|
|
192071
|
+
}
|
|
192072
|
+
}
|
|
192073
|
+
},
|
|
192074
|
+
{
|
|
192075
|
+
"args": [],
|
|
192076
|
+
"deprecationReason": null,
|
|
192077
|
+
"description": null,
|
|
192078
|
+
"isDeprecated": false,
|
|
192079
|
+
"name": "schema",
|
|
192080
|
+
"type": {
|
|
192081
|
+
"kind": "NON_NULL",
|
|
192082
|
+
"name": null,
|
|
192083
|
+
"ofType": {
|
|
192084
|
+
"kind": "OBJECT",
|
|
192085
|
+
"name": "DataSourceSchema",
|
|
192086
|
+
"ofType": null
|
|
192087
|
+
}
|
|
192088
|
+
}
|
|
192089
|
+
},
|
|
192090
|
+
{
|
|
192091
|
+
"args": [],
|
|
192092
|
+
"deprecationReason": null,
|
|
192093
|
+
"description": "The SQL query that defines the source of the data",
|
|
192094
|
+
"isDeprecated": false,
|
|
192095
|
+
"name": "sql",
|
|
192096
|
+
"type": {
|
|
192097
|
+
"kind": "NON_NULL",
|
|
192098
|
+
"name": null,
|
|
192099
|
+
"ofType": {
|
|
192100
|
+
"kind": "SCALAR",
|
|
192101
|
+
"name": "String",
|
|
192102
|
+
"ofType": null
|
|
192103
|
+
}
|
|
192104
|
+
}
|
|
192105
|
+
},
|
|
192106
|
+
{
|
|
192107
|
+
"args": [],
|
|
192108
|
+
"deprecationReason": null,
|
|
192109
|
+
"description": null,
|
|
192110
|
+
"isDeprecated": false,
|
|
192111
|
+
"name": "transforms",
|
|
192112
|
+
"type": {
|
|
192113
|
+
"kind": "LIST",
|
|
192114
|
+
"name": null,
|
|
192115
|
+
"ofType": {
|
|
192116
|
+
"kind": "NON_NULL",
|
|
192117
|
+
"name": null,
|
|
192118
|
+
"ofType": {
|
|
192119
|
+
"kind": "OBJECT",
|
|
192120
|
+
"name": "Transform",
|
|
192121
|
+
"ofType": null
|
|
192122
|
+
}
|
|
192123
|
+
}
|
|
192124
|
+
}
|
|
192125
|
+
}
|
|
192126
|
+
],
|
|
192127
|
+
"inputFields": null,
|
|
192128
|
+
"interfaces": [
|
|
192129
|
+
{
|
|
192130
|
+
"kind": "INTERFACE",
|
|
192131
|
+
"name": "DataSourceInterface",
|
|
192132
|
+
"ofType": null
|
|
192133
|
+
}
|
|
192134
|
+
],
|
|
192135
|
+
"kind": "OBJECT",
|
|
192136
|
+
"name": "DataSourceSql",
|
|
192137
|
+
"possibleTypes": null
|
|
192138
|
+
},
|
|
192139
|
+
{
|
|
192140
|
+
"description": null,
|
|
192141
|
+
"enumValues": null,
|
|
192142
|
+
"fields": [
|
|
192143
|
+
{
|
|
192144
|
+
"args": [],
|
|
192145
|
+
"deprecationReason": null,
|
|
192146
|
+
"description": null,
|
|
192147
|
+
"isDeprecated": false,
|
|
192148
|
+
"name": "type",
|
|
192149
|
+
"type": {
|
|
192150
|
+
"kind": "NON_NULL",
|
|
192151
|
+
"name": null,
|
|
192152
|
+
"ofType": {
|
|
192153
|
+
"kind": "ENUM",
|
|
192154
|
+
"name": "DataSourceType",
|
|
192155
|
+
"ofType": null
|
|
192156
|
+
}
|
|
192157
|
+
}
|
|
192158
|
+
},
|
|
192159
|
+
{
|
|
192160
|
+
"args": [],
|
|
192161
|
+
"deprecationReason": null,
|
|
192162
|
+
"description": null,
|
|
192163
|
+
"isDeprecated": false,
|
|
192164
|
+
"name": "connectionType",
|
|
192165
|
+
"type": {
|
|
192166
|
+
"kind": "NON_NULL",
|
|
192167
|
+
"name": null,
|
|
192168
|
+
"ofType": {
|
|
192169
|
+
"kind": "SCALAR",
|
|
192170
|
+
"name": "String",
|
|
192171
|
+
"ofType": null
|
|
192172
|
+
}
|
|
192173
|
+
}
|
|
192174
|
+
},
|
|
192175
|
+
{
|
|
192176
|
+
"args": [],
|
|
192177
|
+
"deprecationReason": null,
|
|
192178
|
+
"description": null,
|
|
192179
|
+
"isDeprecated": false,
|
|
192180
|
+
"name": "schema",
|
|
192181
|
+
"type": {
|
|
192182
|
+
"kind": "NON_NULL",
|
|
192183
|
+
"name": null,
|
|
192184
|
+
"ofType": {
|
|
192185
|
+
"kind": "OBJECT",
|
|
192186
|
+
"name": "DataSourceSchema",
|
|
192187
|
+
"ofType": null
|
|
192188
|
+
}
|
|
192189
|
+
}
|
|
192190
|
+
},
|
|
192191
|
+
{
|
|
192192
|
+
"args": [],
|
|
192193
|
+
"deprecationReason": null,
|
|
192194
|
+
"description": null,
|
|
192195
|
+
"isDeprecated": false,
|
|
192196
|
+
"name": "mcon",
|
|
192197
|
+
"type": {
|
|
192198
|
+
"kind": "NON_NULL",
|
|
192199
|
+
"name": null,
|
|
192200
|
+
"ofType": {
|
|
192201
|
+
"kind": "SCALAR",
|
|
192202
|
+
"name": "String",
|
|
192203
|
+
"ofType": null
|
|
192204
|
+
}
|
|
192205
|
+
}
|
|
192206
|
+
},
|
|
192207
|
+
{
|
|
192208
|
+
"args": [],
|
|
192209
|
+
"deprecationReason": null,
|
|
192210
|
+
"description": null,
|
|
192211
|
+
"isDeprecated": false,
|
|
192212
|
+
"name": "transforms",
|
|
192213
|
+
"type": {
|
|
192214
|
+
"kind": "LIST",
|
|
192215
|
+
"name": null,
|
|
192216
|
+
"ofType": {
|
|
192217
|
+
"kind": "NON_NULL",
|
|
192218
|
+
"name": null,
|
|
192219
|
+
"ofType": {
|
|
192220
|
+
"kind": "OBJECT",
|
|
192221
|
+
"name": "Transform",
|
|
192222
|
+
"ofType": null
|
|
192223
|
+
}
|
|
192224
|
+
}
|
|
192225
|
+
}
|
|
192226
|
+
}
|
|
192227
|
+
],
|
|
192228
|
+
"inputFields": null,
|
|
192229
|
+
"interfaces": [
|
|
192230
|
+
{
|
|
192231
|
+
"kind": "INTERFACE",
|
|
192232
|
+
"name": "DataSourceInterface",
|
|
192233
|
+
"ofType": null
|
|
192234
|
+
}
|
|
192235
|
+
],
|
|
192236
|
+
"kind": "OBJECT",
|
|
192237
|
+
"name": "DataSourceTable",
|
|
192238
|
+
"possibleTypes": null
|
|
192239
|
+
},
|
|
192240
|
+
{
|
|
192241
|
+
"description": null,
|
|
192242
|
+
"enumValues": null,
|
|
192243
|
+
"fields": [
|
|
192244
|
+
{
|
|
192245
|
+
"args": [],
|
|
192246
|
+
"deprecationReason": null,
|
|
192247
|
+
"description": null,
|
|
192248
|
+
"isDeprecated": false,
|
|
192249
|
+
"name": "type",
|
|
192250
|
+
"type": {
|
|
192251
|
+
"kind": "NON_NULL",
|
|
192252
|
+
"name": null,
|
|
192253
|
+
"ofType": {
|
|
192254
|
+
"kind": "ENUM",
|
|
192255
|
+
"name": "DataSourceType",
|
|
192256
|
+
"ofType": null
|
|
192257
|
+
}
|
|
192258
|
+
}
|
|
192259
|
+
},
|
|
192260
|
+
{
|
|
192261
|
+
"args": [],
|
|
192262
|
+
"deprecationReason": null,
|
|
192263
|
+
"description": null,
|
|
192264
|
+
"isDeprecated": false,
|
|
192265
|
+
"name": "connectionType",
|
|
192266
|
+
"type": {
|
|
192267
|
+
"kind": "SCALAR",
|
|
192268
|
+
"name": "String",
|
|
192269
|
+
"ofType": null
|
|
192270
|
+
}
|
|
192271
|
+
},
|
|
192272
|
+
{
|
|
192273
|
+
"args": [],
|
|
192274
|
+
"deprecationReason": null,
|
|
192275
|
+
"description": null,
|
|
192276
|
+
"isDeprecated": false,
|
|
192277
|
+
"name": "schema",
|
|
192278
|
+
"type": {
|
|
192279
|
+
"kind": "OBJECT",
|
|
192280
|
+
"name": "DataSourceSchema",
|
|
192281
|
+
"ofType": null
|
|
192282
|
+
}
|
|
192283
|
+
},
|
|
192284
|
+
{
|
|
192285
|
+
"args": [],
|
|
192286
|
+
"deprecationReason": null,
|
|
192287
|
+
"description": "The SQL query that defines the source of the data",
|
|
192288
|
+
"isDeprecated": false,
|
|
192289
|
+
"name": "sql",
|
|
192290
|
+
"type": {
|
|
192291
|
+
"kind": "NON_NULL",
|
|
192292
|
+
"name": null,
|
|
192293
|
+
"ofType": {
|
|
192294
|
+
"kind": "SCALAR",
|
|
192295
|
+
"name": "String",
|
|
192296
|
+
"ofType": null
|
|
192297
|
+
}
|
|
192298
|
+
}
|
|
192299
|
+
},
|
|
192300
|
+
{
|
|
192301
|
+
"args": [],
|
|
192302
|
+
"deprecationReason": null,
|
|
192303
|
+
"description": null,
|
|
192304
|
+
"isDeprecated": false,
|
|
192305
|
+
"name": "transforms",
|
|
192306
|
+
"type": {
|
|
192307
|
+
"kind": "LIST",
|
|
192308
|
+
"name": null,
|
|
192309
|
+
"ofType": {
|
|
192310
|
+
"kind": "NON_NULL",
|
|
192311
|
+
"name": null,
|
|
192312
|
+
"ofType": {
|
|
192313
|
+
"kind": "OBJECT",
|
|
192314
|
+
"name": "Transform",
|
|
192315
|
+
"ofType": null
|
|
192316
|
+
}
|
|
192317
|
+
}
|
|
192318
|
+
}
|
|
192319
|
+
}
|
|
192320
|
+
],
|
|
192321
|
+
"inputFields": null,
|
|
192322
|
+
"interfaces": [
|
|
192323
|
+
{
|
|
192324
|
+
"kind": "INTERFACE",
|
|
192325
|
+
"name": "DataSourceInputInterface",
|
|
192326
|
+
"ofType": null
|
|
192327
|
+
}
|
|
192328
|
+
],
|
|
192329
|
+
"kind": "OBJECT",
|
|
192330
|
+
"name": "DataSourceInputSql",
|
|
192331
|
+
"possibleTypes": null
|
|
192332
|
+
},
|
|
192333
|
+
{
|
|
192334
|
+
"description": null,
|
|
192335
|
+
"enumValues": null,
|
|
192336
|
+
"fields": [
|
|
192337
|
+
{
|
|
192338
|
+
"args": [],
|
|
192339
|
+
"deprecationReason": null,
|
|
192340
|
+
"description": null,
|
|
192341
|
+
"isDeprecated": false,
|
|
192342
|
+
"name": "type",
|
|
192343
|
+
"type": {
|
|
192344
|
+
"kind": "NON_NULL",
|
|
192345
|
+
"name": null,
|
|
192346
|
+
"ofType": {
|
|
192347
|
+
"kind": "ENUM",
|
|
192348
|
+
"name": "DataSourceType",
|
|
192349
|
+
"ofType": null
|
|
192350
|
+
}
|
|
192351
|
+
}
|
|
192352
|
+
},
|
|
192353
|
+
{
|
|
192354
|
+
"args": [],
|
|
192355
|
+
"deprecationReason": null,
|
|
192356
|
+
"description": null,
|
|
192357
|
+
"isDeprecated": false,
|
|
192358
|
+
"name": "connectionType",
|
|
192359
|
+
"type": {
|
|
192360
|
+
"kind": "SCALAR",
|
|
192361
|
+
"name": "String",
|
|
192362
|
+
"ofType": null
|
|
191994
192363
|
}
|
|
191995
192364
|
},
|
|
191996
192365
|
{
|
|
@@ -192000,21 +192369,17 @@
|
|
|
192000
192369
|
"isDeprecated": false,
|
|
192001
192370
|
"name": "schema",
|
|
192002
192371
|
"type": {
|
|
192003
|
-
"kind": "
|
|
192004
|
-
"name":
|
|
192005
|
-
"ofType":
|
|
192006
|
-
"kind": "OBJECT",
|
|
192007
|
-
"name": "DataSourceSchema",
|
|
192008
|
-
"ofType": null
|
|
192009
|
-
}
|
|
192372
|
+
"kind": "OBJECT",
|
|
192373
|
+
"name": "DataSourceSchema",
|
|
192374
|
+
"ofType": null
|
|
192010
192375
|
}
|
|
192011
192376
|
},
|
|
192012
192377
|
{
|
|
192013
192378
|
"args": [],
|
|
192014
192379
|
"deprecationReason": null,
|
|
192015
|
-
"description":
|
|
192380
|
+
"description": null,
|
|
192016
192381
|
"isDeprecated": false,
|
|
192017
|
-
"name": "
|
|
192382
|
+
"name": "mcon",
|
|
192018
192383
|
"type": {
|
|
192019
192384
|
"kind": "NON_NULL",
|
|
192020
192385
|
"name": null,
|
|
@@ -192050,12 +192415,12 @@
|
|
|
192050
192415
|
"interfaces": [
|
|
192051
192416
|
{
|
|
192052
192417
|
"kind": "INTERFACE",
|
|
192053
|
-
"name": "
|
|
192418
|
+
"name": "DataSourceInputInterface",
|
|
192054
192419
|
"ofType": null
|
|
192055
192420
|
}
|
|
192056
192421
|
],
|
|
192057
192422
|
"kind": "OBJECT",
|
|
192058
|
-
"name": "
|
|
192423
|
+
"name": "DataSourceInputTable",
|
|
192059
192424
|
"possibleTypes": null
|
|
192060
192425
|
},
|
|
192061
192426
|
{
|
|
@@ -192073,7 +192438,7 @@
|
|
|
192073
192438
|
"name": null,
|
|
192074
192439
|
"ofType": {
|
|
192075
192440
|
"kind": "ENUM",
|
|
192076
|
-
"name": "
|
|
192441
|
+
"name": "FilterValueType",
|
|
192077
192442
|
"ofType": null
|
|
192078
192443
|
}
|
|
192079
192444
|
}
|
|
@@ -192083,7 +192448,19 @@
|
|
|
192083
192448
|
"deprecationReason": null,
|
|
192084
192449
|
"description": null,
|
|
192085
192450
|
"isDeprecated": false,
|
|
192086
|
-
"name": "
|
|
192451
|
+
"name": "id",
|
|
192452
|
+
"type": {
|
|
192453
|
+
"kind": "SCALAR",
|
|
192454
|
+
"name": "String",
|
|
192455
|
+
"ofType": null
|
|
192456
|
+
}
|
|
192457
|
+
},
|
|
192458
|
+
{
|
|
192459
|
+
"args": [],
|
|
192460
|
+
"deprecationReason": null,
|
|
192461
|
+
"description": null,
|
|
192462
|
+
"isDeprecated": false,
|
|
192463
|
+
"name": "literal",
|
|
192087
192464
|
"type": {
|
|
192088
192465
|
"kind": "NON_NULL",
|
|
192089
192466
|
"name": null,
|
|
@@ -192093,19 +192470,36 @@
|
|
|
192093
192470
|
"ofType": null
|
|
192094
192471
|
}
|
|
192095
192472
|
}
|
|
192096
|
-
}
|
|
192473
|
+
}
|
|
192474
|
+
],
|
|
192475
|
+
"inputFields": null,
|
|
192476
|
+
"interfaces": [
|
|
192477
|
+
{
|
|
192478
|
+
"kind": "INTERFACE",
|
|
192479
|
+
"name": "FilterValueInterface",
|
|
192480
|
+
"ofType": null
|
|
192481
|
+
}
|
|
192482
|
+
],
|
|
192483
|
+
"kind": "OBJECT",
|
|
192484
|
+
"name": "FilterValueLiteral",
|
|
192485
|
+
"possibleTypes": null
|
|
192486
|
+
},
|
|
192487
|
+
{
|
|
192488
|
+
"description": null,
|
|
192489
|
+
"enumValues": null,
|
|
192490
|
+
"fields": [
|
|
192097
192491
|
{
|
|
192098
192492
|
"args": [],
|
|
192099
192493
|
"deprecationReason": null,
|
|
192100
192494
|
"description": null,
|
|
192101
192495
|
"isDeprecated": false,
|
|
192102
|
-
"name": "
|
|
192496
|
+
"name": "type",
|
|
192103
192497
|
"type": {
|
|
192104
192498
|
"kind": "NON_NULL",
|
|
192105
192499
|
"name": null,
|
|
192106
192500
|
"ofType": {
|
|
192107
|
-
"kind": "
|
|
192108
|
-
"name": "
|
|
192501
|
+
"kind": "ENUM",
|
|
192502
|
+
"name": "FilterValueType",
|
|
192109
192503
|
"ofType": null
|
|
192110
192504
|
}
|
|
192111
192505
|
}
|
|
@@ -192115,15 +192509,11 @@
|
|
|
192115
192509
|
"deprecationReason": null,
|
|
192116
192510
|
"description": null,
|
|
192117
192511
|
"isDeprecated": false,
|
|
192118
|
-
"name": "
|
|
192512
|
+
"name": "id",
|
|
192119
192513
|
"type": {
|
|
192120
|
-
"kind": "
|
|
192121
|
-
"name":
|
|
192122
|
-
"ofType":
|
|
192123
|
-
"kind": "SCALAR",
|
|
192124
|
-
"name": "String",
|
|
192125
|
-
"ofType": null
|
|
192126
|
-
}
|
|
192514
|
+
"kind": "SCALAR",
|
|
192515
|
+
"name": "String",
|
|
192516
|
+
"ofType": null
|
|
192127
192517
|
}
|
|
192128
192518
|
},
|
|
192129
192519
|
{
|
|
@@ -192131,18 +192521,14 @@
|
|
|
192131
192521
|
"deprecationReason": null,
|
|
192132
192522
|
"description": null,
|
|
192133
192523
|
"isDeprecated": false,
|
|
192134
|
-
"name": "
|
|
192524
|
+
"name": "sql",
|
|
192135
192525
|
"type": {
|
|
192136
|
-
"kind": "
|
|
192526
|
+
"kind": "NON_NULL",
|
|
192137
192527
|
"name": null,
|
|
192138
192528
|
"ofType": {
|
|
192139
|
-
"kind": "
|
|
192140
|
-
"name":
|
|
192141
|
-
"ofType":
|
|
192142
|
-
"kind": "OBJECT",
|
|
192143
|
-
"name": "Transform",
|
|
192144
|
-
"ofType": null
|
|
192145
|
-
}
|
|
192529
|
+
"kind": "SCALAR",
|
|
192530
|
+
"name": "String",
|
|
192531
|
+
"ofType": null
|
|
192146
192532
|
}
|
|
192147
192533
|
}
|
|
192148
192534
|
}
|
|
@@ -192151,12 +192537,12 @@
|
|
|
192151
192537
|
"interfaces": [
|
|
192152
192538
|
{
|
|
192153
192539
|
"kind": "INTERFACE",
|
|
192154
|
-
"name": "
|
|
192540
|
+
"name": "FilterValueInterface",
|
|
192155
192541
|
"ofType": null
|
|
192156
192542
|
}
|
|
192157
192543
|
],
|
|
192158
192544
|
"kind": "OBJECT",
|
|
192159
|
-
"name": "
|
|
192545
|
+
"name": "FilterValueSql",
|
|
192160
192546
|
"possibleTypes": null
|
|
192161
192547
|
},
|
|
192162
192548
|
{
|
|
@@ -192174,7 +192560,7 @@
|
|
|
192174
192560
|
"name": null,
|
|
192175
192561
|
"ofType": {
|
|
192176
192562
|
"kind": "ENUM",
|
|
192177
|
-
"name": "
|
|
192563
|
+
"name": "FilterValueType",
|
|
192178
192564
|
"ofType": null
|
|
192179
192565
|
}
|
|
192180
192566
|
}
|
|
@@ -192184,7 +192570,7 @@
|
|
|
192184
192570
|
"deprecationReason": null,
|
|
192185
192571
|
"description": null,
|
|
192186
192572
|
"isDeprecated": false,
|
|
192187
|
-
"name": "
|
|
192573
|
+
"name": "id",
|
|
192188
192574
|
"type": {
|
|
192189
192575
|
"kind": "SCALAR",
|
|
192190
192576
|
"name": "String",
|
|
@@ -192196,19 +192582,7 @@
|
|
|
192196
192582
|
"deprecationReason": null,
|
|
192197
192583
|
"description": null,
|
|
192198
192584
|
"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",
|
|
192585
|
+
"name": "field",
|
|
192212
192586
|
"type": {
|
|
192213
192587
|
"kind": "NON_NULL",
|
|
192214
192588
|
"name": null,
|
|
@@ -192224,19 +192598,11 @@
|
|
|
192224
192598
|
"deprecationReason": null,
|
|
192225
192599
|
"description": null,
|
|
192226
192600
|
"isDeprecated": false,
|
|
192227
|
-
"name": "
|
|
192601
|
+
"name": "mcon",
|
|
192228
192602
|
"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
|
-
}
|
|
192603
|
+
"kind": "SCALAR",
|
|
192604
|
+
"name": "String",
|
|
192605
|
+
"ofType": null
|
|
192240
192606
|
}
|
|
192241
192607
|
}
|
|
192242
192608
|
],
|
|
@@ -192244,12 +192610,12 @@
|
|
|
192244
192610
|
"interfaces": [
|
|
192245
192611
|
{
|
|
192246
192612
|
"kind": "INTERFACE",
|
|
192247
|
-
"name": "
|
|
192613
|
+
"name": "FilterValueInterface",
|
|
192248
192614
|
"ofType": null
|
|
192249
192615
|
}
|
|
192250
192616
|
],
|
|
192251
192617
|
"kind": "OBJECT",
|
|
192252
|
-
"name": "
|
|
192618
|
+
"name": "FilterValueField",
|
|
192253
192619
|
"possibleTypes": null
|
|
192254
192620
|
},
|
|
192255
192621
|
{
|
|
@@ -192267,7 +192633,7 @@
|
|
|
192267
192633
|
"name": null,
|
|
192268
192634
|
"ofType": {
|
|
192269
192635
|
"kind": "ENUM",
|
|
192270
|
-
"name": "
|
|
192636
|
+
"name": "FilterType",
|
|
192271
192637
|
"ofType": null
|
|
192272
192638
|
}
|
|
192273
192639
|
}
|
|
@@ -192277,7 +192643,7 @@
|
|
|
192277
192643
|
"deprecationReason": null,
|
|
192278
192644
|
"description": null,
|
|
192279
192645
|
"isDeprecated": false,
|
|
192280
|
-
"name": "
|
|
192646
|
+
"name": "id",
|
|
192281
192647
|
"type": {
|
|
192282
192648
|
"kind": "SCALAR",
|
|
192283
192649
|
"name": "String",
|
|
@@ -192289,25 +192655,13 @@
|
|
|
192289
192655
|
"deprecationReason": null,
|
|
192290
192656
|
"description": null,
|
|
192291
192657
|
"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",
|
|
192658
|
+
"name": "predicate",
|
|
192305
192659
|
"type": {
|
|
192306
192660
|
"kind": "NON_NULL",
|
|
192307
192661
|
"name": null,
|
|
192308
192662
|
"ofType": {
|
|
192309
|
-
"kind": "
|
|
192310
|
-
"name": "
|
|
192663
|
+
"kind": "OBJECT",
|
|
192664
|
+
"name": "FilterPredicate",
|
|
192311
192665
|
"ofType": null
|
|
192312
192666
|
}
|
|
192313
192667
|
}
|
|
@@ -192317,17 +192671,21 @@
|
|
|
192317
192671
|
"deprecationReason": null,
|
|
192318
192672
|
"description": null,
|
|
192319
192673
|
"isDeprecated": false,
|
|
192320
|
-
"name": "
|
|
192674
|
+
"name": "value",
|
|
192321
192675
|
"type": {
|
|
192322
|
-
"kind": "
|
|
192676
|
+
"kind": "NON_NULL",
|
|
192323
192677
|
"name": null,
|
|
192324
192678
|
"ofType": {
|
|
192325
|
-
"kind": "
|
|
192679
|
+
"kind": "LIST",
|
|
192326
192680
|
"name": null,
|
|
192327
192681
|
"ofType": {
|
|
192328
|
-
"kind": "
|
|
192329
|
-
"name":
|
|
192330
|
-
"ofType":
|
|
192682
|
+
"kind": "NON_NULL",
|
|
192683
|
+
"name": null,
|
|
192684
|
+
"ofType": {
|
|
192685
|
+
"kind": "INTERFACE",
|
|
192686
|
+
"name": "FilterValueInterface",
|
|
192687
|
+
"ofType": null
|
|
192688
|
+
}
|
|
192331
192689
|
}
|
|
192332
192690
|
}
|
|
192333
192691
|
}
|
|
@@ -192337,12 +192695,12 @@
|
|
|
192337
192695
|
"interfaces": [
|
|
192338
192696
|
{
|
|
192339
192697
|
"kind": "INTERFACE",
|
|
192340
|
-
"name": "
|
|
192698
|
+
"name": "FilterInterface",
|
|
192341
192699
|
"ofType": null
|
|
192342
192700
|
}
|
|
192343
192701
|
],
|
|
192344
192702
|
"kind": "OBJECT",
|
|
192345
|
-
"name": "
|
|
192703
|
+
"name": "FilterUnary",
|
|
192346
192704
|
"possibleTypes": null
|
|
192347
192705
|
},
|
|
192348
192706
|
{
|
|
@@ -192354,13 +192712,13 @@
|
|
|
192354
192712
|
"deprecationReason": null,
|
|
192355
192713
|
"description": null,
|
|
192356
192714
|
"isDeprecated": false,
|
|
192357
|
-
"name": "
|
|
192715
|
+
"name": "name",
|
|
192358
192716
|
"type": {
|
|
192359
192717
|
"kind": "NON_NULL",
|
|
192360
192718
|
"name": null,
|
|
192361
192719
|
"ofType": {
|
|
192362
|
-
"kind": "
|
|
192363
|
-
"name": "
|
|
192720
|
+
"kind": "SCALAR",
|
|
192721
|
+
"name": "String",
|
|
192364
192722
|
"ofType": null
|
|
192365
192723
|
}
|
|
192366
192724
|
}
|
|
@@ -192370,40 +192728,22 @@
|
|
|
192370
192728
|
"deprecationReason": null,
|
|
192371
192729
|
"description": null,
|
|
192372
192730
|
"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",
|
|
192731
|
+
"name": "negated",
|
|
192386
192732
|
"type": {
|
|
192387
192733
|
"kind": "NON_NULL",
|
|
192388
192734
|
"name": null,
|
|
192389
192735
|
"ofType": {
|
|
192390
192736
|
"kind": "SCALAR",
|
|
192391
|
-
"name": "
|
|
192737
|
+
"name": "Boolean",
|
|
192392
192738
|
"ofType": null
|
|
192393
192739
|
}
|
|
192394
192740
|
}
|
|
192395
192741
|
}
|
|
192396
192742
|
],
|
|
192397
192743
|
"inputFields": null,
|
|
192398
|
-
"interfaces": [
|
|
192399
|
-
{
|
|
192400
|
-
"kind": "INTERFACE",
|
|
192401
|
-
"name": "FilterValueInterface",
|
|
192402
|
-
"ofType": null
|
|
192403
|
-
}
|
|
192404
|
-
],
|
|
192744
|
+
"interfaces": [],
|
|
192405
192745
|
"kind": "OBJECT",
|
|
192406
|
-
"name": "
|
|
192746
|
+
"name": "FilterPredicate",
|
|
192407
192747
|
"possibleTypes": null
|
|
192408
192748
|
},
|
|
192409
192749
|
{
|
|
@@ -192421,7 +192761,7 @@
|
|
|
192421
192761
|
"name": null,
|
|
192422
192762
|
"ofType": {
|
|
192423
192763
|
"kind": "ENUM",
|
|
192424
|
-
"name": "
|
|
192764
|
+
"name": "FilterType",
|
|
192425
192765
|
"ofType": null
|
|
192426
192766
|
}
|
|
192427
192767
|
}
|
|
@@ -192443,28 +192783,76 @@
|
|
|
192443
192783
|
"deprecationReason": null,
|
|
192444
192784
|
"description": null,
|
|
192445
192785
|
"isDeprecated": false,
|
|
192446
|
-
"name": "
|
|
192786
|
+
"name": "predicate",
|
|
192447
192787
|
"type": {
|
|
192448
192788
|
"kind": "NON_NULL",
|
|
192449
192789
|
"name": null,
|
|
192450
192790
|
"ofType": {
|
|
192451
|
-
"kind": "
|
|
192452
|
-
"name": "
|
|
192791
|
+
"kind": "OBJECT",
|
|
192792
|
+
"name": "FilterPredicate",
|
|
192453
192793
|
"ofType": null
|
|
192454
192794
|
}
|
|
192455
192795
|
}
|
|
192796
|
+
},
|
|
192797
|
+
{
|
|
192798
|
+
"args": [],
|
|
192799
|
+
"deprecationReason": null,
|
|
192800
|
+
"description": null,
|
|
192801
|
+
"isDeprecated": false,
|
|
192802
|
+
"name": "left",
|
|
192803
|
+
"type": {
|
|
192804
|
+
"kind": "NON_NULL",
|
|
192805
|
+
"name": null,
|
|
192806
|
+
"ofType": {
|
|
192807
|
+
"kind": "LIST",
|
|
192808
|
+
"name": null,
|
|
192809
|
+
"ofType": {
|
|
192810
|
+
"kind": "NON_NULL",
|
|
192811
|
+
"name": null,
|
|
192812
|
+
"ofType": {
|
|
192813
|
+
"kind": "INTERFACE",
|
|
192814
|
+
"name": "FilterValueInterface",
|
|
192815
|
+
"ofType": null
|
|
192816
|
+
}
|
|
192817
|
+
}
|
|
192818
|
+
}
|
|
192819
|
+
}
|
|
192820
|
+
},
|
|
192821
|
+
{
|
|
192822
|
+
"args": [],
|
|
192823
|
+
"deprecationReason": null,
|
|
192824
|
+
"description": null,
|
|
192825
|
+
"isDeprecated": false,
|
|
192826
|
+
"name": "right",
|
|
192827
|
+
"type": {
|
|
192828
|
+
"kind": "NON_NULL",
|
|
192829
|
+
"name": null,
|
|
192830
|
+
"ofType": {
|
|
192831
|
+
"kind": "LIST",
|
|
192832
|
+
"name": null,
|
|
192833
|
+
"ofType": {
|
|
192834
|
+
"kind": "NON_NULL",
|
|
192835
|
+
"name": null,
|
|
192836
|
+
"ofType": {
|
|
192837
|
+
"kind": "INTERFACE",
|
|
192838
|
+
"name": "FilterValueInterface",
|
|
192839
|
+
"ofType": null
|
|
192840
|
+
}
|
|
192841
|
+
}
|
|
192842
|
+
}
|
|
192843
|
+
}
|
|
192456
192844
|
}
|
|
192457
192845
|
],
|
|
192458
192846
|
"inputFields": null,
|
|
192459
192847
|
"interfaces": [
|
|
192460
192848
|
{
|
|
192461
192849
|
"kind": "INTERFACE",
|
|
192462
|
-
"name": "
|
|
192850
|
+
"name": "FilterInterface",
|
|
192463
192851
|
"ofType": null
|
|
192464
192852
|
}
|
|
192465
192853
|
],
|
|
192466
192854
|
"kind": "OBJECT",
|
|
192467
|
-
"name": "
|
|
192855
|
+
"name": "FilterBinary",
|
|
192468
192856
|
"possibleTypes": null
|
|
192469
192857
|
},
|
|
192470
192858
|
{
|
|
@@ -192482,7 +192870,7 @@
|
|
|
192482
192870
|
"name": null,
|
|
192483
192871
|
"ofType": {
|
|
192484
192872
|
"kind": "ENUM",
|
|
192485
|
-
"name": "
|
|
192873
|
+
"name": "FilterType",
|
|
192486
192874
|
"ofType": null
|
|
192487
192875
|
}
|
|
192488
192876
|
}
|
|
@@ -192504,7 +192892,7 @@
|
|
|
192504
192892
|
"deprecationReason": null,
|
|
192505
192893
|
"description": null,
|
|
192506
192894
|
"isDeprecated": false,
|
|
192507
|
-
"name": "
|
|
192895
|
+
"name": "sql",
|
|
192508
192896
|
"type": {
|
|
192509
192897
|
"kind": "NON_NULL",
|
|
192510
192898
|
"name": null,
|
|
@@ -192514,30 +192902,18 @@
|
|
|
192514
192902
|
"ofType": null
|
|
192515
192903
|
}
|
|
192516
192904
|
}
|
|
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
192905
|
}
|
|
192530
192906
|
],
|
|
192531
192907
|
"inputFields": null,
|
|
192532
192908
|
"interfaces": [
|
|
192533
192909
|
{
|
|
192534
192910
|
"kind": "INTERFACE",
|
|
192535
|
-
"name": "
|
|
192911
|
+
"name": "FilterInterface",
|
|
192536
192912
|
"ofType": null
|
|
192537
192913
|
}
|
|
192538
192914
|
],
|
|
192539
192915
|
"kind": "OBJECT",
|
|
192540
|
-
"name": "
|
|
192916
|
+
"name": "FilterSql",
|
|
192541
192917
|
"possibleTypes": null
|
|
192542
192918
|
},
|
|
192543
192919
|
{
|
|
@@ -193264,304 +193640,6 @@
|
|
|
193264
193640
|
"name": "RecommendationConfigValidationMonitor",
|
|
193265
193641
|
"possibleTypes": null
|
|
193266
193642
|
},
|
|
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
193643
|
{
|
|
193566
193644
|
"description": null,
|
|
193567
193645
|
"enumValues": null,
|