pycarlo 0.10.110__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 CHANGED
@@ -25236,6 +25236,16 @@
25236
25236
  "ofType": null
25237
25237
  }
25238
25238
  },
25239
+ {
25240
+ "defaultValue": null,
25241
+ "description": null,
25242
+ "name": "lastVolumeChange",
25243
+ "type": {
25244
+ "kind": "SCALAR",
25245
+ "name": "DateTime",
25246
+ "ofType": null
25247
+ }
25248
+ },
25239
25249
  {
25240
25250
  "defaultValue": null,
25241
25251
  "description": null,
@@ -26019,6 +26029,16 @@
26019
26029
  "ofType": null
26020
26030
  }
26021
26031
  },
26032
+ {
26033
+ "defaultValue": null,
26034
+ "description": null,
26035
+ "name": "lastVolumeChange",
26036
+ "type": {
26037
+ "kind": "SCALAR",
26038
+ "name": "DateTime",
26039
+ "ofType": null
26040
+ }
26041
+ },
26022
26042
  {
26023
26043
  "defaultValue": null,
26024
26044
  "description": null,
@@ -38035,6 +38055,12 @@
38035
38055
  "isDeprecated": false,
38036
38056
  "name": "TABLE"
38037
38057
  },
38058
+ {
38059
+ "deprecationReason": null,
38060
+ "description": "Agent",
38061
+ "isDeprecated": false,
38062
+ "name": "AGENT"
38063
+ },
38038
38064
  {
38039
38065
  "deprecationReason": null,
38040
38066
  "description": "Dimension - legacy",
@@ -44125,6 +44151,30 @@
44125
44151
  "ofType": null
44126
44152
  }
44127
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
+ },
44128
44178
  {
44129
44179
  "args": [],
44130
44180
  "deprecationReason": null,
@@ -46498,6 +46548,18 @@
46498
46548
  "ofType": null
46499
46549
  }
46500
46550
  },
46551
+ {
46552
+ "args": [],
46553
+ "deprecationReason": null,
46554
+ "description": "",
46555
+ "isDeprecated": false,
46556
+ "name": "lastVolumeChange",
46557
+ "type": {
46558
+ "kind": "SCALAR",
46559
+ "name": "DateTime",
46560
+ "ofType": null
46561
+ }
46562
+ },
46501
46563
  {
46502
46564
  "args": [],
46503
46565
  "deprecationReason": null,
@@ -84845,6 +84907,30 @@
84845
84907
  "name": "SensitivityLevels",
84846
84908
  "ofType": null
84847
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
+ }
84848
84934
  }
84849
84935
  ],
84850
84936
  "inputFields": null,
@@ -85495,6 +85581,269 @@
85495
85581
  "name": "JobExecutionException",
85496
85582
  "possibleTypes": null
85497
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
+ },
85498
85847
  {
85499
85848
  "description": null,
85500
85849
  "enumValues": null,
@@ -113602,6 +113951,30 @@
113602
113951
  }
113603
113952
  }
113604
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
+ },
113605
113978
  {
113606
113979
  "args": [],
113607
113980
  "deprecationReason": null,
@@ -117114,151 +117487,6 @@
117114
117487
  "name": "CustomRuleSqlBlocks",
117115
117488
  "possibleTypes": null
117116
117489
  },
117117
- {
117118
- "description": null,
117119
- "enumValues": null,
117120
- "fields": [
117121
- {
117122
- "args": [],
117123
- "deprecationReason": null,
117124
- "description": null,
117125
- "isDeprecated": false,
117126
- "name": "type",
117127
- "type": {
117128
- "kind": "NON_NULL",
117129
- "name": null,
117130
- "ofType": {
117131
- "kind": "ENUM",
117132
- "name": "FilterType",
117133
- "ofType": null
117134
- }
117135
- }
117136
- },
117137
- {
117138
- "args": [],
117139
- "deprecationReason": null,
117140
- "description": null,
117141
- "isDeprecated": false,
117142
- "name": "id",
117143
- "type": {
117144
- "kind": "SCALAR",
117145
- "name": "String",
117146
- "ofType": null
117147
- }
117148
- },
117149
- {
117150
- "args": [],
117151
- "deprecationReason": null,
117152
- "description": null,
117153
- "isDeprecated": false,
117154
- "name": "conditions",
117155
- "type": {
117156
- "kind": "NON_NULL",
117157
- "name": null,
117158
- "ofType": {
117159
- "kind": "LIST",
117160
- "name": null,
117161
- "ofType": {
117162
- "kind": "NON_NULL",
117163
- "name": null,
117164
- "ofType": {
117165
- "kind": "INTERFACE",
117166
- "name": "FilterInterface",
117167
- "ofType": null
117168
- }
117169
- }
117170
- }
117171
- }
117172
- },
117173
- {
117174
- "args": [],
117175
- "deprecationReason": null,
117176
- "description": null,
117177
- "isDeprecated": false,
117178
- "name": "operator",
117179
- "type": {
117180
- "kind": "NON_NULL",
117181
- "name": null,
117182
- "ofType": {
117183
- "kind": "ENUM",
117184
- "name": "BooleanOperator",
117185
- "ofType": null
117186
- }
117187
- }
117188
- }
117189
- ],
117190
- "inputFields": null,
117191
- "interfaces": [
117192
- {
117193
- "kind": "INTERFACE",
117194
- "name": "FilterInterface",
117195
- "ofType": null
117196
- }
117197
- ],
117198
- "kind": "OBJECT",
117199
- "name": "FilterGroup",
117200
- "possibleTypes": null
117201
- },
117202
- {
117203
- "description": null,
117204
- "enumValues": null,
117205
- "fields": [
117206
- {
117207
- "args": [],
117208
- "deprecationReason": null,
117209
- "description": null,
117210
- "isDeprecated": false,
117211
- "name": "type",
117212
- "type": {
117213
- "kind": "NON_NULL",
117214
- "name": null,
117215
- "ofType": {
117216
- "kind": "ENUM",
117217
- "name": "FilterType",
117218
- "ofType": null
117219
- }
117220
- }
117221
- },
117222
- {
117223
- "args": [],
117224
- "deprecationReason": null,
117225
- "description": null,
117226
- "isDeprecated": false,
117227
- "name": "id",
117228
- "type": {
117229
- "kind": "SCALAR",
117230
- "name": "String",
117231
- "ofType": null
117232
- }
117233
- }
117234
- ],
117235
- "inputFields": null,
117236
- "interfaces": null,
117237
- "kind": "INTERFACE",
117238
- "name": "FilterInterface",
117239
- "possibleTypes": [
117240
- {
117241
- "kind": "OBJECT",
117242
- "name": "FilterGroup",
117243
- "ofType": null
117244
- },
117245
- {
117246
- "kind": "OBJECT",
117247
- "name": "FilterUnary",
117248
- "ofType": null
117249
- },
117250
- {
117251
- "kind": "OBJECT",
117252
- "name": "FilterBinary",
117253
- "ofType": null
117254
- },
117255
- {
117256
- "kind": "OBJECT",
117257
- "name": "FilterSql",
117258
- "ofType": null
117259
- }
117260
- ]
117261
- },
117262
117490
  {
117263
117491
  "description": null,
117264
117492
  "enumValues": null,
@@ -118712,124 +118940,6 @@
118712
118940
  "name": "IndexedFieldFilterOutputType",
118713
118941
  "possibleTypes": null
118714
118942
  },
118715
- {
118716
- "description": null,
118717
- "enumValues": null,
118718
- "fields": [
118719
- {
118720
- "args": [],
118721
- "deprecationReason": null,
118722
- "description": null,
118723
- "isDeprecated": false,
118724
- "name": "alertCondition",
118725
- "type": {
118726
- "kind": "NON_NULL",
118727
- "name": null,
118728
- "ofType": {
118729
- "kind": "OBJECT",
118730
- "name": "FilterGroup",
118731
- "ofType": null
118732
- }
118733
- }
118734
- },
118735
- {
118736
- "args": [],
118737
- "deprecationReason": null,
118738
- "description": null,
118739
- "isDeprecated": false,
118740
- "name": "whereCondition",
118741
- "type": {
118742
- "kind": "NON_NULL",
118743
- "name": null,
118744
- "ofType": {
118745
- "kind": "OBJECT",
118746
- "name": "FilterGroup",
118747
- "ofType": null
118748
- }
118749
- }
118750
- },
118751
- {
118752
- "args": [],
118753
- "deprecationReason": null,
118754
- "description": null,
118755
- "isDeprecated": false,
118756
- "name": "groupBy",
118757
- "type": {
118758
- "kind": "NON_NULL",
118759
- "name": null,
118760
- "ofType": {
118761
- "kind": "LIST",
118762
- "name": null,
118763
- "ofType": {
118764
- "kind": "NON_NULL",
118765
- "name": null,
118766
- "ofType": {
118767
- "kind": "INTERFACE",
118768
- "name": "FilterValueInterface",
118769
- "ofType": null
118770
- }
118771
- }
118772
- }
118773
- }
118774
- },
118775
- {
118776
- "args": [],
118777
- "deprecationReason": null,
118778
- "description": null,
118779
- "isDeprecated": false,
118780
- "name": "agentSpan",
118781
- "type": {
118782
- "kind": "NON_NULL",
118783
- "name": null,
118784
- "ofType": {
118785
- "kind": "OBJECT",
118786
- "name": "FilterGroup",
118787
- "ofType": null
118788
- }
118789
- }
118790
- }
118791
- ],
118792
- "inputFields": null,
118793
- "interfaces": [],
118794
- "kind": "OBJECT",
118795
- "name": "MonitorSqlBlocks",
118796
- "possibleTypes": null
118797
- },
118798
- {
118799
- "description": null,
118800
- "enumValues": null,
118801
- "fields": [
118802
- {
118803
- "args": [],
118804
- "deprecationReason": null,
118805
- "description": null,
118806
- "isDeprecated": false,
118807
- "name": "percentage",
118808
- "type": {
118809
- "kind": "SCALAR",
118810
- "name": "Float",
118811
- "ofType": null
118812
- }
118813
- },
118814
- {
118815
- "args": [],
118816
- "deprecationReason": null,
118817
- "description": null,
118818
- "isDeprecated": false,
118819
- "name": "count",
118820
- "type": {
118821
- "kind": "SCALAR",
118822
- "name": "Int",
118823
- "ofType": null
118824
- }
118825
- }
118826
- ],
118827
- "inputFields": null,
118828
- "interfaces": [],
118829
- "kind": "OBJECT",
118830
- "name": "MonitorSamplingConfig",
118831
- "possibleTypes": null
118832
- },
118833
118943
  {
118834
118944
  "description": null,
118835
118945
  "enumValues": null,
@@ -139093,6 +139203,18 @@
139093
139203
  "ofType": null
139094
139204
  }
139095
139205
  },
139206
+ {
139207
+ "args": [],
139208
+ "deprecationReason": null,
139209
+ "description": "",
139210
+ "isDeprecated": false,
139211
+ "name": "lastVolumeChange",
139212
+ "type": {
139213
+ "kind": "SCALAR",
139214
+ "name": "DateTime",
139215
+ "ofType": null
139216
+ }
139217
+ },
139096
139218
  {
139097
139219
  "args": [],
139098
139220
  "deprecationReason": null,
@@ -191940,13 +192062,304 @@
191940
192062
  "isDeprecated": false,
191941
192063
  "name": "connectionType",
191942
192064
  "type": {
191943
- "kind": "NON_NULL",
191944
- "name": null,
191945
- "ofType": {
191946
- "kind": "SCALAR",
191947
- "name": "String",
191948
- "ofType": null
191949
- }
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
191950
192363
  }
191951
192364
  },
191952
192365
  {
@@ -191956,21 +192369,17 @@
191956
192369
  "isDeprecated": false,
191957
192370
  "name": "schema",
191958
192371
  "type": {
191959
- "kind": "NON_NULL",
191960
- "name": null,
191961
- "ofType": {
191962
- "kind": "OBJECT",
191963
- "name": "DataSourceSchema",
191964
- "ofType": null
191965
- }
192372
+ "kind": "OBJECT",
192373
+ "name": "DataSourceSchema",
192374
+ "ofType": null
191966
192375
  }
191967
192376
  },
191968
192377
  {
191969
192378
  "args": [],
191970
192379
  "deprecationReason": null,
191971
- "description": "The SQL query that defines the source of the data",
192380
+ "description": null,
191972
192381
  "isDeprecated": false,
191973
- "name": "sql",
192382
+ "name": "mcon",
191974
192383
  "type": {
191975
192384
  "kind": "NON_NULL",
191976
192385
  "name": null,
@@ -192006,12 +192415,12 @@
192006
192415
  "interfaces": [
192007
192416
  {
192008
192417
  "kind": "INTERFACE",
192009
- "name": "DataSourceInterface",
192418
+ "name": "DataSourceInputInterface",
192010
192419
  "ofType": null
192011
192420
  }
192012
192421
  ],
192013
192422
  "kind": "OBJECT",
192014
- "name": "DataSourceSql",
192423
+ "name": "DataSourceInputTable",
192015
192424
  "possibleTypes": null
192016
192425
  },
192017
192426
  {
@@ -192029,7 +192438,7 @@
192029
192438
  "name": null,
192030
192439
  "ofType": {
192031
192440
  "kind": "ENUM",
192032
- "name": "DataSourceType",
192441
+ "name": "FilterValueType",
192033
192442
  "ofType": null
192034
192443
  }
192035
192444
  }
@@ -192039,7 +192448,19 @@
192039
192448
  "deprecationReason": null,
192040
192449
  "description": null,
192041
192450
  "isDeprecated": false,
192042
- "name": "connectionType",
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",
192043
192464
  "type": {
192044
192465
  "kind": "NON_NULL",
192045
192466
  "name": null,
@@ -192049,19 +192470,36 @@
192049
192470
  "ofType": null
192050
192471
  }
192051
192472
  }
192052
- },
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": [
192053
192491
  {
192054
192492
  "args": [],
192055
192493
  "deprecationReason": null,
192056
192494
  "description": null,
192057
192495
  "isDeprecated": false,
192058
- "name": "schema",
192496
+ "name": "type",
192059
192497
  "type": {
192060
192498
  "kind": "NON_NULL",
192061
192499
  "name": null,
192062
192500
  "ofType": {
192063
- "kind": "OBJECT",
192064
- "name": "DataSourceSchema",
192501
+ "kind": "ENUM",
192502
+ "name": "FilterValueType",
192065
192503
  "ofType": null
192066
192504
  }
192067
192505
  }
@@ -192071,15 +192509,11 @@
192071
192509
  "deprecationReason": null,
192072
192510
  "description": null,
192073
192511
  "isDeprecated": false,
192074
- "name": "mcon",
192512
+ "name": "id",
192075
192513
  "type": {
192076
- "kind": "NON_NULL",
192077
- "name": null,
192078
- "ofType": {
192079
- "kind": "SCALAR",
192080
- "name": "String",
192081
- "ofType": null
192082
- }
192514
+ "kind": "SCALAR",
192515
+ "name": "String",
192516
+ "ofType": null
192083
192517
  }
192084
192518
  },
192085
192519
  {
@@ -192087,18 +192521,14 @@
192087
192521
  "deprecationReason": null,
192088
192522
  "description": null,
192089
192523
  "isDeprecated": false,
192090
- "name": "transforms",
192524
+ "name": "sql",
192091
192525
  "type": {
192092
- "kind": "LIST",
192526
+ "kind": "NON_NULL",
192093
192527
  "name": null,
192094
192528
  "ofType": {
192095
- "kind": "NON_NULL",
192096
- "name": null,
192097
- "ofType": {
192098
- "kind": "OBJECT",
192099
- "name": "Transform",
192100
- "ofType": null
192101
- }
192529
+ "kind": "SCALAR",
192530
+ "name": "String",
192531
+ "ofType": null
192102
192532
  }
192103
192533
  }
192104
192534
  }
@@ -192107,12 +192537,12 @@
192107
192537
  "interfaces": [
192108
192538
  {
192109
192539
  "kind": "INTERFACE",
192110
- "name": "DataSourceInterface",
192540
+ "name": "FilterValueInterface",
192111
192541
  "ofType": null
192112
192542
  }
192113
192543
  ],
192114
192544
  "kind": "OBJECT",
192115
- "name": "DataSourceTable",
192545
+ "name": "FilterValueSql",
192116
192546
  "possibleTypes": null
192117
192547
  },
192118
192548
  {
@@ -192130,7 +192560,7 @@
192130
192560
  "name": null,
192131
192561
  "ofType": {
192132
192562
  "kind": "ENUM",
192133
- "name": "DataSourceType",
192563
+ "name": "FilterValueType",
192134
192564
  "ofType": null
192135
192565
  }
192136
192566
  }
@@ -192140,7 +192570,7 @@
192140
192570
  "deprecationReason": null,
192141
192571
  "description": null,
192142
192572
  "isDeprecated": false,
192143
- "name": "connectionType",
192573
+ "name": "id",
192144
192574
  "type": {
192145
192575
  "kind": "SCALAR",
192146
192576
  "name": "String",
@@ -192152,19 +192582,7 @@
192152
192582
  "deprecationReason": null,
192153
192583
  "description": null,
192154
192584
  "isDeprecated": false,
192155
- "name": "schema",
192156
- "type": {
192157
- "kind": "OBJECT",
192158
- "name": "DataSourceSchema",
192159
- "ofType": null
192160
- }
192161
- },
192162
- {
192163
- "args": [],
192164
- "deprecationReason": null,
192165
- "description": "The SQL query that defines the source of the data",
192166
- "isDeprecated": false,
192167
- "name": "sql",
192585
+ "name": "field",
192168
192586
  "type": {
192169
192587
  "kind": "NON_NULL",
192170
192588
  "name": null,
@@ -192180,19 +192598,11 @@
192180
192598
  "deprecationReason": null,
192181
192599
  "description": null,
192182
192600
  "isDeprecated": false,
192183
- "name": "transforms",
192601
+ "name": "mcon",
192184
192602
  "type": {
192185
- "kind": "LIST",
192186
- "name": null,
192187
- "ofType": {
192188
- "kind": "NON_NULL",
192189
- "name": null,
192190
- "ofType": {
192191
- "kind": "OBJECT",
192192
- "name": "Transform",
192193
- "ofType": null
192194
- }
192195
- }
192603
+ "kind": "SCALAR",
192604
+ "name": "String",
192605
+ "ofType": null
192196
192606
  }
192197
192607
  }
192198
192608
  ],
@@ -192200,12 +192610,12 @@
192200
192610
  "interfaces": [
192201
192611
  {
192202
192612
  "kind": "INTERFACE",
192203
- "name": "DataSourceInputInterface",
192613
+ "name": "FilterValueInterface",
192204
192614
  "ofType": null
192205
192615
  }
192206
192616
  ],
192207
192617
  "kind": "OBJECT",
192208
- "name": "DataSourceInputSql",
192618
+ "name": "FilterValueField",
192209
192619
  "possibleTypes": null
192210
192620
  },
192211
192621
  {
@@ -192223,7 +192633,7 @@
192223
192633
  "name": null,
192224
192634
  "ofType": {
192225
192635
  "kind": "ENUM",
192226
- "name": "DataSourceType",
192636
+ "name": "FilterType",
192227
192637
  "ofType": null
192228
192638
  }
192229
192639
  }
@@ -192233,7 +192643,7 @@
192233
192643
  "deprecationReason": null,
192234
192644
  "description": null,
192235
192645
  "isDeprecated": false,
192236
- "name": "connectionType",
192646
+ "name": "id",
192237
192647
  "type": {
192238
192648
  "kind": "SCALAR",
192239
192649
  "name": "String",
@@ -192245,25 +192655,13 @@
192245
192655
  "deprecationReason": null,
192246
192656
  "description": null,
192247
192657
  "isDeprecated": false,
192248
- "name": "schema",
192249
- "type": {
192250
- "kind": "OBJECT",
192251
- "name": "DataSourceSchema",
192252
- "ofType": null
192253
- }
192254
- },
192255
- {
192256
- "args": [],
192257
- "deprecationReason": null,
192258
- "description": null,
192259
- "isDeprecated": false,
192260
- "name": "mcon",
192658
+ "name": "predicate",
192261
192659
  "type": {
192262
192660
  "kind": "NON_NULL",
192263
192661
  "name": null,
192264
192662
  "ofType": {
192265
- "kind": "SCALAR",
192266
- "name": "String",
192663
+ "kind": "OBJECT",
192664
+ "name": "FilterPredicate",
192267
192665
  "ofType": null
192268
192666
  }
192269
192667
  }
@@ -192273,17 +192671,21 @@
192273
192671
  "deprecationReason": null,
192274
192672
  "description": null,
192275
192673
  "isDeprecated": false,
192276
- "name": "transforms",
192674
+ "name": "value",
192277
192675
  "type": {
192278
- "kind": "LIST",
192676
+ "kind": "NON_NULL",
192279
192677
  "name": null,
192280
192678
  "ofType": {
192281
- "kind": "NON_NULL",
192679
+ "kind": "LIST",
192282
192680
  "name": null,
192283
192681
  "ofType": {
192284
- "kind": "OBJECT",
192285
- "name": "Transform",
192286
- "ofType": null
192682
+ "kind": "NON_NULL",
192683
+ "name": null,
192684
+ "ofType": {
192685
+ "kind": "INTERFACE",
192686
+ "name": "FilterValueInterface",
192687
+ "ofType": null
192688
+ }
192287
192689
  }
192288
192690
  }
192289
192691
  }
@@ -192293,12 +192695,12 @@
192293
192695
  "interfaces": [
192294
192696
  {
192295
192697
  "kind": "INTERFACE",
192296
- "name": "DataSourceInputInterface",
192698
+ "name": "FilterInterface",
192297
192699
  "ofType": null
192298
192700
  }
192299
192701
  ],
192300
192702
  "kind": "OBJECT",
192301
- "name": "DataSourceInputTable",
192703
+ "name": "FilterUnary",
192302
192704
  "possibleTypes": null
192303
192705
  },
192304
192706
  {
@@ -192310,13 +192712,13 @@
192310
192712
  "deprecationReason": null,
192311
192713
  "description": null,
192312
192714
  "isDeprecated": false,
192313
- "name": "type",
192715
+ "name": "name",
192314
192716
  "type": {
192315
192717
  "kind": "NON_NULL",
192316
192718
  "name": null,
192317
192719
  "ofType": {
192318
- "kind": "ENUM",
192319
- "name": "FilterValueType",
192720
+ "kind": "SCALAR",
192721
+ "name": "String",
192320
192722
  "ofType": null
192321
192723
  }
192322
192724
  }
@@ -192326,40 +192728,22 @@
192326
192728
  "deprecationReason": null,
192327
192729
  "description": null,
192328
192730
  "isDeprecated": false,
192329
- "name": "id",
192330
- "type": {
192331
- "kind": "SCALAR",
192332
- "name": "String",
192333
- "ofType": null
192334
- }
192335
- },
192336
- {
192337
- "args": [],
192338
- "deprecationReason": null,
192339
- "description": null,
192340
- "isDeprecated": false,
192341
- "name": "literal",
192731
+ "name": "negated",
192342
192732
  "type": {
192343
192733
  "kind": "NON_NULL",
192344
192734
  "name": null,
192345
192735
  "ofType": {
192346
192736
  "kind": "SCALAR",
192347
- "name": "String",
192737
+ "name": "Boolean",
192348
192738
  "ofType": null
192349
192739
  }
192350
192740
  }
192351
192741
  }
192352
192742
  ],
192353
192743
  "inputFields": null,
192354
- "interfaces": [
192355
- {
192356
- "kind": "INTERFACE",
192357
- "name": "FilterValueInterface",
192358
- "ofType": null
192359
- }
192360
- ],
192744
+ "interfaces": [],
192361
192745
  "kind": "OBJECT",
192362
- "name": "FilterValueLiteral",
192746
+ "name": "FilterPredicate",
192363
192747
  "possibleTypes": null
192364
192748
  },
192365
192749
  {
@@ -192377,7 +192761,7 @@
192377
192761
  "name": null,
192378
192762
  "ofType": {
192379
192763
  "kind": "ENUM",
192380
- "name": "FilterValueType",
192764
+ "name": "FilterType",
192381
192765
  "ofType": null
192382
192766
  }
192383
192767
  }
@@ -192399,28 +192783,76 @@
192399
192783
  "deprecationReason": null,
192400
192784
  "description": null,
192401
192785
  "isDeprecated": false,
192402
- "name": "sql",
192786
+ "name": "predicate",
192403
192787
  "type": {
192404
192788
  "kind": "NON_NULL",
192405
192789
  "name": null,
192406
192790
  "ofType": {
192407
- "kind": "SCALAR",
192408
- "name": "String",
192791
+ "kind": "OBJECT",
192792
+ "name": "FilterPredicate",
192409
192793
  "ofType": null
192410
192794
  }
192411
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
+ }
192412
192844
  }
192413
192845
  ],
192414
192846
  "inputFields": null,
192415
192847
  "interfaces": [
192416
192848
  {
192417
192849
  "kind": "INTERFACE",
192418
- "name": "FilterValueInterface",
192850
+ "name": "FilterInterface",
192419
192851
  "ofType": null
192420
192852
  }
192421
192853
  ],
192422
192854
  "kind": "OBJECT",
192423
- "name": "FilterValueSql",
192855
+ "name": "FilterBinary",
192424
192856
  "possibleTypes": null
192425
192857
  },
192426
192858
  {
@@ -192438,7 +192870,7 @@
192438
192870
  "name": null,
192439
192871
  "ofType": {
192440
192872
  "kind": "ENUM",
192441
- "name": "FilterValueType",
192873
+ "name": "FilterType",
192442
192874
  "ofType": null
192443
192875
  }
192444
192876
  }
@@ -192460,7 +192892,7 @@
192460
192892
  "deprecationReason": null,
192461
192893
  "description": null,
192462
192894
  "isDeprecated": false,
192463
- "name": "field",
192895
+ "name": "sql",
192464
192896
  "type": {
192465
192897
  "kind": "NON_NULL",
192466
192898
  "name": null,
@@ -192470,30 +192902,18 @@
192470
192902
  "ofType": null
192471
192903
  }
192472
192904
  }
192473
- },
192474
- {
192475
- "args": [],
192476
- "deprecationReason": null,
192477
- "description": null,
192478
- "isDeprecated": false,
192479
- "name": "mcon",
192480
- "type": {
192481
- "kind": "SCALAR",
192482
- "name": "String",
192483
- "ofType": null
192484
- }
192485
192905
  }
192486
192906
  ],
192487
192907
  "inputFields": null,
192488
192908
  "interfaces": [
192489
192909
  {
192490
192910
  "kind": "INTERFACE",
192491
- "name": "FilterValueInterface",
192911
+ "name": "FilterInterface",
192492
192912
  "ofType": null
192493
192913
  }
192494
192914
  ],
192495
192915
  "kind": "OBJECT",
192496
- "name": "FilterValueField",
192916
+ "name": "FilterSql",
192497
192917
  "possibleTypes": null
192498
192918
  },
192499
192919
  {
@@ -193220,304 +193640,6 @@
193220
193640
  "name": "RecommendationConfigValidationMonitor",
193221
193641
  "possibleTypes": null
193222
193642
  },
193223
- {
193224
- "description": null,
193225
- "enumValues": null,
193226
- "fields": [
193227
- {
193228
- "args": [],
193229
- "deprecationReason": null,
193230
- "description": null,
193231
- "isDeprecated": false,
193232
- "name": "type",
193233
- "type": {
193234
- "kind": "NON_NULL",
193235
- "name": null,
193236
- "ofType": {
193237
- "kind": "ENUM",
193238
- "name": "FilterType",
193239
- "ofType": null
193240
- }
193241
- }
193242
- },
193243
- {
193244
- "args": [],
193245
- "deprecationReason": null,
193246
- "description": null,
193247
- "isDeprecated": false,
193248
- "name": "id",
193249
- "type": {
193250
- "kind": "SCALAR",
193251
- "name": "String",
193252
- "ofType": null
193253
- }
193254
- },
193255
- {
193256
- "args": [],
193257
- "deprecationReason": null,
193258
- "description": null,
193259
- "isDeprecated": false,
193260
- "name": "predicate",
193261
- "type": {
193262
- "kind": "NON_NULL",
193263
- "name": null,
193264
- "ofType": {
193265
- "kind": "OBJECT",
193266
- "name": "FilterPredicate",
193267
- "ofType": null
193268
- }
193269
- }
193270
- },
193271
- {
193272
- "args": [],
193273
- "deprecationReason": null,
193274
- "description": null,
193275
- "isDeprecated": false,
193276
- "name": "value",
193277
- "type": {
193278
- "kind": "NON_NULL",
193279
- "name": null,
193280
- "ofType": {
193281
- "kind": "LIST",
193282
- "name": null,
193283
- "ofType": {
193284
- "kind": "NON_NULL",
193285
- "name": null,
193286
- "ofType": {
193287
- "kind": "INTERFACE",
193288
- "name": "FilterValueInterface",
193289
- "ofType": null
193290
- }
193291
- }
193292
- }
193293
- }
193294
- }
193295
- ],
193296
- "inputFields": null,
193297
- "interfaces": [
193298
- {
193299
- "kind": "INTERFACE",
193300
- "name": "FilterInterface",
193301
- "ofType": null
193302
- }
193303
- ],
193304
- "kind": "OBJECT",
193305
- "name": "FilterUnary",
193306
- "possibleTypes": null
193307
- },
193308
- {
193309
- "description": null,
193310
- "enumValues": null,
193311
- "fields": [
193312
- {
193313
- "args": [],
193314
- "deprecationReason": null,
193315
- "description": null,
193316
- "isDeprecated": false,
193317
- "name": "name",
193318
- "type": {
193319
- "kind": "NON_NULL",
193320
- "name": null,
193321
- "ofType": {
193322
- "kind": "SCALAR",
193323
- "name": "String",
193324
- "ofType": null
193325
- }
193326
- }
193327
- },
193328
- {
193329
- "args": [],
193330
- "deprecationReason": null,
193331
- "description": null,
193332
- "isDeprecated": false,
193333
- "name": "negated",
193334
- "type": {
193335
- "kind": "NON_NULL",
193336
- "name": null,
193337
- "ofType": {
193338
- "kind": "SCALAR",
193339
- "name": "Boolean",
193340
- "ofType": null
193341
- }
193342
- }
193343
- }
193344
- ],
193345
- "inputFields": null,
193346
- "interfaces": [],
193347
- "kind": "OBJECT",
193348
- "name": "FilterPredicate",
193349
- "possibleTypes": null
193350
- },
193351
- {
193352
- "description": null,
193353
- "enumValues": null,
193354
- "fields": [
193355
- {
193356
- "args": [],
193357
- "deprecationReason": null,
193358
- "description": null,
193359
- "isDeprecated": false,
193360
- "name": "type",
193361
- "type": {
193362
- "kind": "NON_NULL",
193363
- "name": null,
193364
- "ofType": {
193365
- "kind": "ENUM",
193366
- "name": "FilterType",
193367
- "ofType": null
193368
- }
193369
- }
193370
- },
193371
- {
193372
- "args": [],
193373
- "deprecationReason": null,
193374
- "description": null,
193375
- "isDeprecated": false,
193376
- "name": "id",
193377
- "type": {
193378
- "kind": "SCALAR",
193379
- "name": "String",
193380
- "ofType": null
193381
- }
193382
- },
193383
- {
193384
- "args": [],
193385
- "deprecationReason": null,
193386
- "description": null,
193387
- "isDeprecated": false,
193388
- "name": "predicate",
193389
- "type": {
193390
- "kind": "NON_NULL",
193391
- "name": null,
193392
- "ofType": {
193393
- "kind": "OBJECT",
193394
- "name": "FilterPredicate",
193395
- "ofType": null
193396
- }
193397
- }
193398
- },
193399
- {
193400
- "args": [],
193401
- "deprecationReason": null,
193402
- "description": null,
193403
- "isDeprecated": false,
193404
- "name": "left",
193405
- "type": {
193406
- "kind": "NON_NULL",
193407
- "name": null,
193408
- "ofType": {
193409
- "kind": "LIST",
193410
- "name": null,
193411
- "ofType": {
193412
- "kind": "NON_NULL",
193413
- "name": null,
193414
- "ofType": {
193415
- "kind": "INTERFACE",
193416
- "name": "FilterValueInterface",
193417
- "ofType": null
193418
- }
193419
- }
193420
- }
193421
- }
193422
- },
193423
- {
193424
- "args": [],
193425
- "deprecationReason": null,
193426
- "description": null,
193427
- "isDeprecated": false,
193428
- "name": "right",
193429
- "type": {
193430
- "kind": "NON_NULL",
193431
- "name": null,
193432
- "ofType": {
193433
- "kind": "LIST",
193434
- "name": null,
193435
- "ofType": {
193436
- "kind": "NON_NULL",
193437
- "name": null,
193438
- "ofType": {
193439
- "kind": "INTERFACE",
193440
- "name": "FilterValueInterface",
193441
- "ofType": null
193442
- }
193443
- }
193444
- }
193445
- }
193446
- }
193447
- ],
193448
- "inputFields": null,
193449
- "interfaces": [
193450
- {
193451
- "kind": "INTERFACE",
193452
- "name": "FilterInterface",
193453
- "ofType": null
193454
- }
193455
- ],
193456
- "kind": "OBJECT",
193457
- "name": "FilterBinary",
193458
- "possibleTypes": null
193459
- },
193460
- {
193461
- "description": null,
193462
- "enumValues": null,
193463
- "fields": [
193464
- {
193465
- "args": [],
193466
- "deprecationReason": null,
193467
- "description": null,
193468
- "isDeprecated": false,
193469
- "name": "type",
193470
- "type": {
193471
- "kind": "NON_NULL",
193472
- "name": null,
193473
- "ofType": {
193474
- "kind": "ENUM",
193475
- "name": "FilterType",
193476
- "ofType": null
193477
- }
193478
- }
193479
- },
193480
- {
193481
- "args": [],
193482
- "deprecationReason": null,
193483
- "description": null,
193484
- "isDeprecated": false,
193485
- "name": "id",
193486
- "type": {
193487
- "kind": "SCALAR",
193488
- "name": "String",
193489
- "ofType": null
193490
- }
193491
- },
193492
- {
193493
- "args": [],
193494
- "deprecationReason": null,
193495
- "description": null,
193496
- "isDeprecated": false,
193497
- "name": "sql",
193498
- "type": {
193499
- "kind": "NON_NULL",
193500
- "name": null,
193501
- "ofType": {
193502
- "kind": "SCALAR",
193503
- "name": "String",
193504
- "ofType": null
193505
- }
193506
- }
193507
- }
193508
- ],
193509
- "inputFields": null,
193510
- "interfaces": [
193511
- {
193512
- "kind": "INTERFACE",
193513
- "name": "FilterInterface",
193514
- "ofType": null
193515
- }
193516
- ],
193517
- "kind": "OBJECT",
193518
- "name": "FilterSql",
193519
- "possibleTypes": null
193520
- },
193521
193643
  {
193522
193644
  "description": null,
193523
193645
  "enumValues": null,