@promoboxx/graphql-gateway-types 1.306.0 → 1.308.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/graphql.schema.json +3096 -439
- package/index.d.ts +424 -0
- package/package.json +1 -1
- package/schema.graphql +546 -0
package/graphql.schema.json
CHANGED
|
@@ -44929,6 +44929,64 @@
|
|
|
44929
44929
|
"isDeprecated": false,
|
|
44930
44930
|
"deprecationReason": null
|
|
44931
44931
|
},
|
|
44932
|
+
{
|
|
44933
|
+
"name": "delete_retailer_account_schedule_recommendations",
|
|
44934
|
+
"description": "delete data from the table: \"retailer_account_schedule_recommendations\"",
|
|
44935
|
+
"args": [
|
|
44936
|
+
{
|
|
44937
|
+
"name": "where",
|
|
44938
|
+
"description": "filter the rows which have to be deleted",
|
|
44939
|
+
"type": {
|
|
44940
|
+
"kind": "NON_NULL",
|
|
44941
|
+
"name": null,
|
|
44942
|
+
"ofType": {
|
|
44943
|
+
"kind": "INPUT_OBJECT",
|
|
44944
|
+
"name": "retailer_account_schedule_recommendations_bool_exp",
|
|
44945
|
+
"ofType": null
|
|
44946
|
+
}
|
|
44947
|
+
},
|
|
44948
|
+
"defaultValue": null,
|
|
44949
|
+
"isDeprecated": false,
|
|
44950
|
+
"deprecationReason": null
|
|
44951
|
+
}
|
|
44952
|
+
],
|
|
44953
|
+
"type": {
|
|
44954
|
+
"kind": "OBJECT",
|
|
44955
|
+
"name": "retailer_account_schedule_recommendations_mutation_response",
|
|
44956
|
+
"ofType": null
|
|
44957
|
+
},
|
|
44958
|
+
"isDeprecated": false,
|
|
44959
|
+
"deprecationReason": null
|
|
44960
|
+
},
|
|
44961
|
+
{
|
|
44962
|
+
"name": "delete_retailer_account_schedule_recommendations_by_pk",
|
|
44963
|
+
"description": "delete single row from the table: \"retailer_account_schedule_recommendations\"",
|
|
44964
|
+
"args": [
|
|
44965
|
+
{
|
|
44966
|
+
"name": "id",
|
|
44967
|
+
"description": null,
|
|
44968
|
+
"type": {
|
|
44969
|
+
"kind": "NON_NULL",
|
|
44970
|
+
"name": null,
|
|
44971
|
+
"ofType": {
|
|
44972
|
+
"kind": "SCALAR",
|
|
44973
|
+
"name": "uuid",
|
|
44974
|
+
"ofType": null
|
|
44975
|
+
}
|
|
44976
|
+
},
|
|
44977
|
+
"defaultValue": null,
|
|
44978
|
+
"isDeprecated": false,
|
|
44979
|
+
"deprecationReason": null
|
|
44980
|
+
}
|
|
44981
|
+
],
|
|
44982
|
+
"type": {
|
|
44983
|
+
"kind": "OBJECT",
|
|
44984
|
+
"name": "retailer_account_schedule_recommendations",
|
|
44985
|
+
"ofType": null
|
|
44986
|
+
},
|
|
44987
|
+
"isDeprecated": false,
|
|
44988
|
+
"deprecationReason": null
|
|
44989
|
+
},
|
|
44932
44990
|
{
|
|
44933
44991
|
"name": "delete_social_handle_blacklist",
|
|
44934
44992
|
"description": "delete data from the table: \"social_handle_blacklist\"",
|
|
@@ -46686,6 +46744,96 @@
|
|
|
46686
46744
|
"isDeprecated": false,
|
|
46687
46745
|
"deprecationReason": null
|
|
46688
46746
|
},
|
|
46747
|
+
{
|
|
46748
|
+
"name": "insert_retailer_account_schedule_recommendations",
|
|
46749
|
+
"description": "insert data into the table: \"retailer_account_schedule_recommendations\"",
|
|
46750
|
+
"args": [
|
|
46751
|
+
{
|
|
46752
|
+
"name": "objects",
|
|
46753
|
+
"description": "the rows to be inserted",
|
|
46754
|
+
"type": {
|
|
46755
|
+
"kind": "NON_NULL",
|
|
46756
|
+
"name": null,
|
|
46757
|
+
"ofType": {
|
|
46758
|
+
"kind": "LIST",
|
|
46759
|
+
"name": null,
|
|
46760
|
+
"ofType": {
|
|
46761
|
+
"kind": "NON_NULL",
|
|
46762
|
+
"name": null,
|
|
46763
|
+
"ofType": {
|
|
46764
|
+
"kind": "INPUT_OBJECT",
|
|
46765
|
+
"name": "retailer_account_schedule_recommendations_insert_input",
|
|
46766
|
+
"ofType": null
|
|
46767
|
+
}
|
|
46768
|
+
}
|
|
46769
|
+
}
|
|
46770
|
+
},
|
|
46771
|
+
"defaultValue": null,
|
|
46772
|
+
"isDeprecated": false,
|
|
46773
|
+
"deprecationReason": null
|
|
46774
|
+
},
|
|
46775
|
+
{
|
|
46776
|
+
"name": "on_conflict",
|
|
46777
|
+
"description": "upsert condition",
|
|
46778
|
+
"type": {
|
|
46779
|
+
"kind": "INPUT_OBJECT",
|
|
46780
|
+
"name": "retailer_account_schedule_recommendations_on_conflict",
|
|
46781
|
+
"ofType": null
|
|
46782
|
+
},
|
|
46783
|
+
"defaultValue": null,
|
|
46784
|
+
"isDeprecated": false,
|
|
46785
|
+
"deprecationReason": null
|
|
46786
|
+
}
|
|
46787
|
+
],
|
|
46788
|
+
"type": {
|
|
46789
|
+
"kind": "OBJECT",
|
|
46790
|
+
"name": "retailer_account_schedule_recommendations_mutation_response",
|
|
46791
|
+
"ofType": null
|
|
46792
|
+
},
|
|
46793
|
+
"isDeprecated": false,
|
|
46794
|
+
"deprecationReason": null
|
|
46795
|
+
},
|
|
46796
|
+
{
|
|
46797
|
+
"name": "insert_retailer_account_schedule_recommendations_one",
|
|
46798
|
+
"description": "insert a single row into the table: \"retailer_account_schedule_recommendations\"",
|
|
46799
|
+
"args": [
|
|
46800
|
+
{
|
|
46801
|
+
"name": "object",
|
|
46802
|
+
"description": "the row to be inserted",
|
|
46803
|
+
"type": {
|
|
46804
|
+
"kind": "NON_NULL",
|
|
46805
|
+
"name": null,
|
|
46806
|
+
"ofType": {
|
|
46807
|
+
"kind": "INPUT_OBJECT",
|
|
46808
|
+
"name": "retailer_account_schedule_recommendations_insert_input",
|
|
46809
|
+
"ofType": null
|
|
46810
|
+
}
|
|
46811
|
+
},
|
|
46812
|
+
"defaultValue": null,
|
|
46813
|
+
"isDeprecated": false,
|
|
46814
|
+
"deprecationReason": null
|
|
46815
|
+
},
|
|
46816
|
+
{
|
|
46817
|
+
"name": "on_conflict",
|
|
46818
|
+
"description": "upsert condition",
|
|
46819
|
+
"type": {
|
|
46820
|
+
"kind": "INPUT_OBJECT",
|
|
46821
|
+
"name": "retailer_account_schedule_recommendations_on_conflict",
|
|
46822
|
+
"ofType": null
|
|
46823
|
+
},
|
|
46824
|
+
"defaultValue": null,
|
|
46825
|
+
"isDeprecated": false,
|
|
46826
|
+
"deprecationReason": null
|
|
46827
|
+
}
|
|
46828
|
+
],
|
|
46829
|
+
"type": {
|
|
46830
|
+
"kind": "OBJECT",
|
|
46831
|
+
"name": "retailer_account_schedule_recommendations",
|
|
46832
|
+
"ofType": null
|
|
46833
|
+
},
|
|
46834
|
+
"isDeprecated": false,
|
|
46835
|
+
"deprecationReason": null
|
|
46836
|
+
},
|
|
46689
46837
|
{
|
|
46690
46838
|
"name": "insert_social_handle_blacklist",
|
|
46691
46839
|
"description": "insert data into the table: \"social_handle_blacklist\"",
|
|
@@ -52829,15 +52977,87 @@
|
|
|
52829
52977
|
"deprecationReason": null
|
|
52830
52978
|
},
|
|
52831
52979
|
{
|
|
52832
|
-
"name": "
|
|
52833
|
-
"description": "update data of the table: \"
|
|
52980
|
+
"name": "update_retailer_account_schedule_recommendations",
|
|
52981
|
+
"description": "update data of the table: \"retailer_account_schedule_recommendations\"",
|
|
52834
52982
|
"args": [
|
|
52983
|
+
{
|
|
52984
|
+
"name": "_append",
|
|
52985
|
+
"description": "append existing jsonb value of filtered columns with new jsonb value",
|
|
52986
|
+
"type": {
|
|
52987
|
+
"kind": "INPUT_OBJECT",
|
|
52988
|
+
"name": "retailer_account_schedule_recommendations_append_input",
|
|
52989
|
+
"ofType": null
|
|
52990
|
+
},
|
|
52991
|
+
"defaultValue": null,
|
|
52992
|
+
"isDeprecated": false,
|
|
52993
|
+
"deprecationReason": null
|
|
52994
|
+
},
|
|
52995
|
+
{
|
|
52996
|
+
"name": "_delete_at_path",
|
|
52997
|
+
"description": "delete the field or element with specified path (for JSON arrays, negative integers count from the end)",
|
|
52998
|
+
"type": {
|
|
52999
|
+
"kind": "INPUT_OBJECT",
|
|
53000
|
+
"name": "retailer_account_schedule_recommendations_delete_at_path_input",
|
|
53001
|
+
"ofType": null
|
|
53002
|
+
},
|
|
53003
|
+
"defaultValue": null,
|
|
53004
|
+
"isDeprecated": false,
|
|
53005
|
+
"deprecationReason": null
|
|
53006
|
+
},
|
|
53007
|
+
{
|
|
53008
|
+
"name": "_delete_elem",
|
|
53009
|
+
"description": "delete the array element with specified index (negative integers count from the end). throws an error if top level container is not an array",
|
|
53010
|
+
"type": {
|
|
53011
|
+
"kind": "INPUT_OBJECT",
|
|
53012
|
+
"name": "retailer_account_schedule_recommendations_delete_elem_input",
|
|
53013
|
+
"ofType": null
|
|
53014
|
+
},
|
|
53015
|
+
"defaultValue": null,
|
|
53016
|
+
"isDeprecated": false,
|
|
53017
|
+
"deprecationReason": null
|
|
53018
|
+
},
|
|
53019
|
+
{
|
|
53020
|
+
"name": "_delete_key",
|
|
53021
|
+
"description": "delete key/value pair or string element. key/value pairs are matched based on their key value",
|
|
53022
|
+
"type": {
|
|
53023
|
+
"kind": "INPUT_OBJECT",
|
|
53024
|
+
"name": "retailer_account_schedule_recommendations_delete_key_input",
|
|
53025
|
+
"ofType": null
|
|
53026
|
+
},
|
|
53027
|
+
"defaultValue": null,
|
|
53028
|
+
"isDeprecated": false,
|
|
53029
|
+
"deprecationReason": null
|
|
53030
|
+
},
|
|
53031
|
+
{
|
|
53032
|
+
"name": "_inc",
|
|
53033
|
+
"description": "increments the numeric columns with given value of the filtered values",
|
|
53034
|
+
"type": {
|
|
53035
|
+
"kind": "INPUT_OBJECT",
|
|
53036
|
+
"name": "retailer_account_schedule_recommendations_inc_input",
|
|
53037
|
+
"ofType": null
|
|
53038
|
+
},
|
|
53039
|
+
"defaultValue": null,
|
|
53040
|
+
"isDeprecated": false,
|
|
53041
|
+
"deprecationReason": null
|
|
53042
|
+
},
|
|
53043
|
+
{
|
|
53044
|
+
"name": "_prepend",
|
|
53045
|
+
"description": "prepend existing jsonb value of filtered columns with new jsonb value",
|
|
53046
|
+
"type": {
|
|
53047
|
+
"kind": "INPUT_OBJECT",
|
|
53048
|
+
"name": "retailer_account_schedule_recommendations_prepend_input",
|
|
53049
|
+
"ofType": null
|
|
53050
|
+
},
|
|
53051
|
+
"defaultValue": null,
|
|
53052
|
+
"isDeprecated": false,
|
|
53053
|
+
"deprecationReason": null
|
|
53054
|
+
},
|
|
52835
53055
|
{
|
|
52836
53056
|
"name": "_set",
|
|
52837
53057
|
"description": "sets the columns of the filtered rows to the given values",
|
|
52838
53058
|
"type": {
|
|
52839
53059
|
"kind": "INPUT_OBJECT",
|
|
52840
|
-
"name": "
|
|
53060
|
+
"name": "retailer_account_schedule_recommendations_set_input",
|
|
52841
53061
|
"ofType": null
|
|
52842
53062
|
},
|
|
52843
53063
|
"defaultValue": null,
|
|
@@ -52852,7 +53072,7 @@
|
|
|
52852
53072
|
"name": null,
|
|
52853
53073
|
"ofType": {
|
|
52854
53074
|
"kind": "INPUT_OBJECT",
|
|
52855
|
-
"name": "
|
|
53075
|
+
"name": "retailer_account_schedule_recommendations_bool_exp",
|
|
52856
53076
|
"ofType": null
|
|
52857
53077
|
}
|
|
52858
53078
|
},
|
|
@@ -52863,22 +53083,94 @@
|
|
|
52863
53083
|
],
|
|
52864
53084
|
"type": {
|
|
52865
53085
|
"kind": "OBJECT",
|
|
52866
|
-
"name": "
|
|
53086
|
+
"name": "retailer_account_schedule_recommendations_mutation_response",
|
|
52867
53087
|
"ofType": null
|
|
52868
53088
|
},
|
|
52869
53089
|
"isDeprecated": false,
|
|
52870
53090
|
"deprecationReason": null
|
|
52871
53091
|
},
|
|
52872
53092
|
{
|
|
52873
|
-
"name": "
|
|
52874
|
-
"description": "update single row of the table: \"
|
|
53093
|
+
"name": "update_retailer_account_schedule_recommendations_by_pk",
|
|
53094
|
+
"description": "update single row of the table: \"retailer_account_schedule_recommendations\"",
|
|
52875
53095
|
"args": [
|
|
53096
|
+
{
|
|
53097
|
+
"name": "_append",
|
|
53098
|
+
"description": "append existing jsonb value of filtered columns with new jsonb value",
|
|
53099
|
+
"type": {
|
|
53100
|
+
"kind": "INPUT_OBJECT",
|
|
53101
|
+
"name": "retailer_account_schedule_recommendations_append_input",
|
|
53102
|
+
"ofType": null
|
|
53103
|
+
},
|
|
53104
|
+
"defaultValue": null,
|
|
53105
|
+
"isDeprecated": false,
|
|
53106
|
+
"deprecationReason": null
|
|
53107
|
+
},
|
|
53108
|
+
{
|
|
53109
|
+
"name": "_delete_at_path",
|
|
53110
|
+
"description": "delete the field or element with specified path (for JSON arrays, negative integers count from the end)",
|
|
53111
|
+
"type": {
|
|
53112
|
+
"kind": "INPUT_OBJECT",
|
|
53113
|
+
"name": "retailer_account_schedule_recommendations_delete_at_path_input",
|
|
53114
|
+
"ofType": null
|
|
53115
|
+
},
|
|
53116
|
+
"defaultValue": null,
|
|
53117
|
+
"isDeprecated": false,
|
|
53118
|
+
"deprecationReason": null
|
|
53119
|
+
},
|
|
53120
|
+
{
|
|
53121
|
+
"name": "_delete_elem",
|
|
53122
|
+
"description": "delete the array element with specified index (negative integers count from the end). throws an error if top level container is not an array",
|
|
53123
|
+
"type": {
|
|
53124
|
+
"kind": "INPUT_OBJECT",
|
|
53125
|
+
"name": "retailer_account_schedule_recommendations_delete_elem_input",
|
|
53126
|
+
"ofType": null
|
|
53127
|
+
},
|
|
53128
|
+
"defaultValue": null,
|
|
53129
|
+
"isDeprecated": false,
|
|
53130
|
+
"deprecationReason": null
|
|
53131
|
+
},
|
|
53132
|
+
{
|
|
53133
|
+
"name": "_delete_key",
|
|
53134
|
+
"description": "delete key/value pair or string element. key/value pairs are matched based on their key value",
|
|
53135
|
+
"type": {
|
|
53136
|
+
"kind": "INPUT_OBJECT",
|
|
53137
|
+
"name": "retailer_account_schedule_recommendations_delete_key_input",
|
|
53138
|
+
"ofType": null
|
|
53139
|
+
},
|
|
53140
|
+
"defaultValue": null,
|
|
53141
|
+
"isDeprecated": false,
|
|
53142
|
+
"deprecationReason": null
|
|
53143
|
+
},
|
|
53144
|
+
{
|
|
53145
|
+
"name": "_inc",
|
|
53146
|
+
"description": "increments the numeric columns with given value of the filtered values",
|
|
53147
|
+
"type": {
|
|
53148
|
+
"kind": "INPUT_OBJECT",
|
|
53149
|
+
"name": "retailer_account_schedule_recommendations_inc_input",
|
|
53150
|
+
"ofType": null
|
|
53151
|
+
},
|
|
53152
|
+
"defaultValue": null,
|
|
53153
|
+
"isDeprecated": false,
|
|
53154
|
+
"deprecationReason": null
|
|
53155
|
+
},
|
|
53156
|
+
{
|
|
53157
|
+
"name": "_prepend",
|
|
53158
|
+
"description": "prepend existing jsonb value of filtered columns with new jsonb value",
|
|
53159
|
+
"type": {
|
|
53160
|
+
"kind": "INPUT_OBJECT",
|
|
53161
|
+
"name": "retailer_account_schedule_recommendations_prepend_input",
|
|
53162
|
+
"ofType": null
|
|
53163
|
+
},
|
|
53164
|
+
"defaultValue": null,
|
|
53165
|
+
"isDeprecated": false,
|
|
53166
|
+
"deprecationReason": null
|
|
53167
|
+
},
|
|
52876
53168
|
{
|
|
52877
53169
|
"name": "_set",
|
|
52878
53170
|
"description": "sets the columns of the filtered rows to the given values",
|
|
52879
53171
|
"type": {
|
|
52880
53172
|
"kind": "INPUT_OBJECT",
|
|
52881
|
-
"name": "
|
|
53173
|
+
"name": "retailer_account_schedule_recommendations_set_input",
|
|
52882
53174
|
"ofType": null
|
|
52883
53175
|
},
|
|
52884
53176
|
"defaultValue": null,
|
|
@@ -52893,7 +53185,7 @@
|
|
|
52893
53185
|
"name": null,
|
|
52894
53186
|
"ofType": {
|
|
52895
53187
|
"kind": "INPUT_OBJECT",
|
|
52896
|
-
"name": "
|
|
53188
|
+
"name": "retailer_account_schedule_recommendations_pk_columns_input",
|
|
52897
53189
|
"ofType": null
|
|
52898
53190
|
}
|
|
52899
53191
|
},
|
|
@@ -52904,15 +53196,15 @@
|
|
|
52904
53196
|
],
|
|
52905
53197
|
"type": {
|
|
52906
53198
|
"kind": "OBJECT",
|
|
52907
|
-
"name": "
|
|
53199
|
+
"name": "retailer_account_schedule_recommendations",
|
|
52908
53200
|
"ofType": null
|
|
52909
53201
|
},
|
|
52910
53202
|
"isDeprecated": false,
|
|
52911
53203
|
"deprecationReason": null
|
|
52912
53204
|
},
|
|
52913
53205
|
{
|
|
52914
|
-
"name": "
|
|
52915
|
-
"description": "update multiples rows of table: \"
|
|
53206
|
+
"name": "update_retailer_account_schedule_recommendations_many",
|
|
53207
|
+
"description": "update multiples rows of table: \"retailer_account_schedule_recommendations\"",
|
|
52916
53208
|
"args": [
|
|
52917
53209
|
{
|
|
52918
53210
|
"name": "updates",
|
|
@@ -52928,7 +53220,7 @@
|
|
|
52928
53220
|
"name": null,
|
|
52929
53221
|
"ofType": {
|
|
52930
53222
|
"kind": "INPUT_OBJECT",
|
|
52931
|
-
"name": "
|
|
53223
|
+
"name": "retailer_account_schedule_recommendations_updates",
|
|
52932
53224
|
"ofType": null
|
|
52933
53225
|
}
|
|
52934
53226
|
}
|
|
@@ -52944,7 +53236,7 @@
|
|
|
52944
53236
|
"name": null,
|
|
52945
53237
|
"ofType": {
|
|
52946
53238
|
"kind": "OBJECT",
|
|
52947
|
-
"name": "
|
|
53239
|
+
"name": "retailer_account_schedule_recommendations_mutation_response",
|
|
52948
53240
|
"ofType": null
|
|
52949
53241
|
}
|
|
52950
53242
|
},
|
|
@@ -52952,27 +53244,56 @@
|
|
|
52952
53244
|
"deprecationReason": null
|
|
52953
53245
|
},
|
|
52954
53246
|
{
|
|
52955
|
-
"name": "
|
|
52956
|
-
"description": "update data of the table: \"
|
|
53247
|
+
"name": "update_social_handle_blacklist",
|
|
53248
|
+
"description": "update data of the table: \"social_handle_blacklist\"",
|
|
52957
53249
|
"args": [
|
|
52958
53250
|
{
|
|
52959
|
-
"name": "
|
|
52960
|
-
"description": "
|
|
53251
|
+
"name": "_set",
|
|
53252
|
+
"description": "sets the columns of the filtered rows to the given values",
|
|
52961
53253
|
"type": {
|
|
52962
53254
|
"kind": "INPUT_OBJECT",
|
|
52963
|
-
"name": "
|
|
53255
|
+
"name": "social_handle_blacklist_set_input",
|
|
52964
53256
|
"ofType": null
|
|
52965
53257
|
},
|
|
52966
53258
|
"defaultValue": null,
|
|
52967
53259
|
"isDeprecated": false,
|
|
52968
53260
|
"deprecationReason": null
|
|
52969
53261
|
},
|
|
53262
|
+
{
|
|
53263
|
+
"name": "where",
|
|
53264
|
+
"description": "filter the rows which have to be updated",
|
|
53265
|
+
"type": {
|
|
53266
|
+
"kind": "NON_NULL",
|
|
53267
|
+
"name": null,
|
|
53268
|
+
"ofType": {
|
|
53269
|
+
"kind": "INPUT_OBJECT",
|
|
53270
|
+
"name": "social_handle_blacklist_bool_exp",
|
|
53271
|
+
"ofType": null
|
|
53272
|
+
}
|
|
53273
|
+
},
|
|
53274
|
+
"defaultValue": null,
|
|
53275
|
+
"isDeprecated": false,
|
|
53276
|
+
"deprecationReason": null
|
|
53277
|
+
}
|
|
53278
|
+
],
|
|
53279
|
+
"type": {
|
|
53280
|
+
"kind": "OBJECT",
|
|
53281
|
+
"name": "social_handle_blacklist_mutation_response",
|
|
53282
|
+
"ofType": null
|
|
53283
|
+
},
|
|
53284
|
+
"isDeprecated": false,
|
|
53285
|
+
"deprecationReason": null
|
|
53286
|
+
},
|
|
53287
|
+
{
|
|
53288
|
+
"name": "update_social_handle_blacklist_by_pk",
|
|
53289
|
+
"description": "update single row of the table: \"social_handle_blacklist\"",
|
|
53290
|
+
"args": [
|
|
52970
53291
|
{
|
|
52971
53292
|
"name": "_set",
|
|
52972
53293
|
"description": "sets the columns of the filtered rows to the given values",
|
|
52973
53294
|
"type": {
|
|
52974
53295
|
"kind": "INPUT_OBJECT",
|
|
52975
|
-
"name": "
|
|
53296
|
+
"name": "social_handle_blacklist_set_input",
|
|
52976
53297
|
"ofType": null
|
|
52977
53298
|
},
|
|
52978
53299
|
"defaultValue": null,
|
|
@@ -52980,14 +53301,14 @@
|
|
|
52980
53301
|
"deprecationReason": null
|
|
52981
53302
|
},
|
|
52982
53303
|
{
|
|
52983
|
-
"name": "
|
|
52984
|
-
"description":
|
|
53304
|
+
"name": "pk_columns",
|
|
53305
|
+
"description": null,
|
|
52985
53306
|
"type": {
|
|
52986
53307
|
"kind": "NON_NULL",
|
|
52987
53308
|
"name": null,
|
|
52988
53309
|
"ofType": {
|
|
52989
53310
|
"kind": "INPUT_OBJECT",
|
|
52990
|
-
"name": "
|
|
53311
|
+
"name": "social_handle_blacklist_pk_columns_input",
|
|
52991
53312
|
"ofType": null
|
|
52992
53313
|
}
|
|
52993
53314
|
},
|
|
@@ -52998,15 +53319,109 @@
|
|
|
52998
53319
|
],
|
|
52999
53320
|
"type": {
|
|
53000
53321
|
"kind": "OBJECT",
|
|
53001
|
-
"name": "
|
|
53322
|
+
"name": "social_handle_blacklist",
|
|
53002
53323
|
"ofType": null
|
|
53003
53324
|
},
|
|
53004
53325
|
"isDeprecated": false,
|
|
53005
53326
|
"deprecationReason": null
|
|
53006
53327
|
},
|
|
53007
53328
|
{
|
|
53008
|
-
"name": "
|
|
53009
|
-
"description": "update
|
|
53329
|
+
"name": "update_social_handle_blacklist_many",
|
|
53330
|
+
"description": "update multiples rows of table: \"social_handle_blacklist\"",
|
|
53331
|
+
"args": [
|
|
53332
|
+
{
|
|
53333
|
+
"name": "updates",
|
|
53334
|
+
"description": "updates to execute, in order",
|
|
53335
|
+
"type": {
|
|
53336
|
+
"kind": "NON_NULL",
|
|
53337
|
+
"name": null,
|
|
53338
|
+
"ofType": {
|
|
53339
|
+
"kind": "LIST",
|
|
53340
|
+
"name": null,
|
|
53341
|
+
"ofType": {
|
|
53342
|
+
"kind": "NON_NULL",
|
|
53343
|
+
"name": null,
|
|
53344
|
+
"ofType": {
|
|
53345
|
+
"kind": "INPUT_OBJECT",
|
|
53346
|
+
"name": "social_handle_blacklist_updates",
|
|
53347
|
+
"ofType": null
|
|
53348
|
+
}
|
|
53349
|
+
}
|
|
53350
|
+
}
|
|
53351
|
+
},
|
|
53352
|
+
"defaultValue": null,
|
|
53353
|
+
"isDeprecated": false,
|
|
53354
|
+
"deprecationReason": null
|
|
53355
|
+
}
|
|
53356
|
+
],
|
|
53357
|
+
"type": {
|
|
53358
|
+
"kind": "LIST",
|
|
53359
|
+
"name": null,
|
|
53360
|
+
"ofType": {
|
|
53361
|
+
"kind": "OBJECT",
|
|
53362
|
+
"name": "social_handle_blacklist_mutation_response",
|
|
53363
|
+
"ofType": null
|
|
53364
|
+
}
|
|
53365
|
+
},
|
|
53366
|
+
"isDeprecated": false,
|
|
53367
|
+
"deprecationReason": null
|
|
53368
|
+
},
|
|
53369
|
+
{
|
|
53370
|
+
"name": "update_social_page_followers",
|
|
53371
|
+
"description": "update data of the table: \"social_page_followers\"",
|
|
53372
|
+
"args": [
|
|
53373
|
+
{
|
|
53374
|
+
"name": "_inc",
|
|
53375
|
+
"description": "increments the numeric columns with given value of the filtered values",
|
|
53376
|
+
"type": {
|
|
53377
|
+
"kind": "INPUT_OBJECT",
|
|
53378
|
+
"name": "social_page_followers_inc_input",
|
|
53379
|
+
"ofType": null
|
|
53380
|
+
},
|
|
53381
|
+
"defaultValue": null,
|
|
53382
|
+
"isDeprecated": false,
|
|
53383
|
+
"deprecationReason": null
|
|
53384
|
+
},
|
|
53385
|
+
{
|
|
53386
|
+
"name": "_set",
|
|
53387
|
+
"description": "sets the columns of the filtered rows to the given values",
|
|
53388
|
+
"type": {
|
|
53389
|
+
"kind": "INPUT_OBJECT",
|
|
53390
|
+
"name": "social_page_followers_set_input",
|
|
53391
|
+
"ofType": null
|
|
53392
|
+
},
|
|
53393
|
+
"defaultValue": null,
|
|
53394
|
+
"isDeprecated": false,
|
|
53395
|
+
"deprecationReason": null
|
|
53396
|
+
},
|
|
53397
|
+
{
|
|
53398
|
+
"name": "where",
|
|
53399
|
+
"description": "filter the rows which have to be updated",
|
|
53400
|
+
"type": {
|
|
53401
|
+
"kind": "NON_NULL",
|
|
53402
|
+
"name": null,
|
|
53403
|
+
"ofType": {
|
|
53404
|
+
"kind": "INPUT_OBJECT",
|
|
53405
|
+
"name": "social_page_followers_bool_exp",
|
|
53406
|
+
"ofType": null
|
|
53407
|
+
}
|
|
53408
|
+
},
|
|
53409
|
+
"defaultValue": null,
|
|
53410
|
+
"isDeprecated": false,
|
|
53411
|
+
"deprecationReason": null
|
|
53412
|
+
}
|
|
53413
|
+
],
|
|
53414
|
+
"type": {
|
|
53415
|
+
"kind": "OBJECT",
|
|
53416
|
+
"name": "social_page_followers_mutation_response",
|
|
53417
|
+
"ofType": null
|
|
53418
|
+
},
|
|
53419
|
+
"isDeprecated": false,
|
|
53420
|
+
"deprecationReason": null
|
|
53421
|
+
},
|
|
53422
|
+
{
|
|
53423
|
+
"name": "update_social_page_followers_by_pk",
|
|
53424
|
+
"description": "update single row of the table: \"social_page_followers\"",
|
|
53010
53425
|
"args": [
|
|
53011
53426
|
{
|
|
53012
53427
|
"name": "_inc",
|
|
@@ -65369,6 +65784,229 @@
|
|
|
65369
65784
|
"isDeprecated": false,
|
|
65370
65785
|
"deprecationReason": null
|
|
65371
65786
|
},
|
|
65787
|
+
{
|
|
65788
|
+
"name": "retailer_account_schedule_recommendations",
|
|
65789
|
+
"description": "fetch data from the table: \"retailer_account_schedule_recommendations\"",
|
|
65790
|
+
"args": [
|
|
65791
|
+
{
|
|
65792
|
+
"name": "distinct_on",
|
|
65793
|
+
"description": "distinct select on columns",
|
|
65794
|
+
"type": {
|
|
65795
|
+
"kind": "LIST",
|
|
65796
|
+
"name": null,
|
|
65797
|
+
"ofType": {
|
|
65798
|
+
"kind": "NON_NULL",
|
|
65799
|
+
"name": null,
|
|
65800
|
+
"ofType": {
|
|
65801
|
+
"kind": "ENUM",
|
|
65802
|
+
"name": "retailer_account_schedule_recommendations_select_column",
|
|
65803
|
+
"ofType": null
|
|
65804
|
+
}
|
|
65805
|
+
}
|
|
65806
|
+
},
|
|
65807
|
+
"defaultValue": null,
|
|
65808
|
+
"isDeprecated": false,
|
|
65809
|
+
"deprecationReason": null
|
|
65810
|
+
},
|
|
65811
|
+
{
|
|
65812
|
+
"name": "limit",
|
|
65813
|
+
"description": "limit the number of rows returned",
|
|
65814
|
+
"type": {
|
|
65815
|
+
"kind": "SCALAR",
|
|
65816
|
+
"name": "Int",
|
|
65817
|
+
"ofType": null
|
|
65818
|
+
},
|
|
65819
|
+
"defaultValue": null,
|
|
65820
|
+
"isDeprecated": false,
|
|
65821
|
+
"deprecationReason": null
|
|
65822
|
+
},
|
|
65823
|
+
{
|
|
65824
|
+
"name": "offset",
|
|
65825
|
+
"description": "skip the first n rows. Use only with order_by",
|
|
65826
|
+
"type": {
|
|
65827
|
+
"kind": "SCALAR",
|
|
65828
|
+
"name": "Int",
|
|
65829
|
+
"ofType": null
|
|
65830
|
+
},
|
|
65831
|
+
"defaultValue": null,
|
|
65832
|
+
"isDeprecated": false,
|
|
65833
|
+
"deprecationReason": null
|
|
65834
|
+
},
|
|
65835
|
+
{
|
|
65836
|
+
"name": "order_by",
|
|
65837
|
+
"description": "sort the rows by one or more columns",
|
|
65838
|
+
"type": {
|
|
65839
|
+
"kind": "LIST",
|
|
65840
|
+
"name": null,
|
|
65841
|
+
"ofType": {
|
|
65842
|
+
"kind": "NON_NULL",
|
|
65843
|
+
"name": null,
|
|
65844
|
+
"ofType": {
|
|
65845
|
+
"kind": "INPUT_OBJECT",
|
|
65846
|
+
"name": "retailer_account_schedule_recommendations_order_by",
|
|
65847
|
+
"ofType": null
|
|
65848
|
+
}
|
|
65849
|
+
}
|
|
65850
|
+
},
|
|
65851
|
+
"defaultValue": null,
|
|
65852
|
+
"isDeprecated": false,
|
|
65853
|
+
"deprecationReason": null
|
|
65854
|
+
},
|
|
65855
|
+
{
|
|
65856
|
+
"name": "where",
|
|
65857
|
+
"description": "filter the rows returned",
|
|
65858
|
+
"type": {
|
|
65859
|
+
"kind": "INPUT_OBJECT",
|
|
65860
|
+
"name": "retailer_account_schedule_recommendations_bool_exp",
|
|
65861
|
+
"ofType": null
|
|
65862
|
+
},
|
|
65863
|
+
"defaultValue": null,
|
|
65864
|
+
"isDeprecated": false,
|
|
65865
|
+
"deprecationReason": null
|
|
65866
|
+
}
|
|
65867
|
+
],
|
|
65868
|
+
"type": {
|
|
65869
|
+
"kind": "NON_NULL",
|
|
65870
|
+
"name": null,
|
|
65871
|
+
"ofType": {
|
|
65872
|
+
"kind": "LIST",
|
|
65873
|
+
"name": null,
|
|
65874
|
+
"ofType": {
|
|
65875
|
+
"kind": "NON_NULL",
|
|
65876
|
+
"name": null,
|
|
65877
|
+
"ofType": {
|
|
65878
|
+
"kind": "OBJECT",
|
|
65879
|
+
"name": "retailer_account_schedule_recommendations",
|
|
65880
|
+
"ofType": null
|
|
65881
|
+
}
|
|
65882
|
+
}
|
|
65883
|
+
}
|
|
65884
|
+
},
|
|
65885
|
+
"isDeprecated": false,
|
|
65886
|
+
"deprecationReason": null
|
|
65887
|
+
},
|
|
65888
|
+
{
|
|
65889
|
+
"name": "retailer_account_schedule_recommendations_aggregate",
|
|
65890
|
+
"description": "fetch aggregated fields from the table: \"retailer_account_schedule_recommendations\"",
|
|
65891
|
+
"args": [
|
|
65892
|
+
{
|
|
65893
|
+
"name": "distinct_on",
|
|
65894
|
+
"description": "distinct select on columns",
|
|
65895
|
+
"type": {
|
|
65896
|
+
"kind": "LIST",
|
|
65897
|
+
"name": null,
|
|
65898
|
+
"ofType": {
|
|
65899
|
+
"kind": "NON_NULL",
|
|
65900
|
+
"name": null,
|
|
65901
|
+
"ofType": {
|
|
65902
|
+
"kind": "ENUM",
|
|
65903
|
+
"name": "retailer_account_schedule_recommendations_select_column",
|
|
65904
|
+
"ofType": null
|
|
65905
|
+
}
|
|
65906
|
+
}
|
|
65907
|
+
},
|
|
65908
|
+
"defaultValue": null,
|
|
65909
|
+
"isDeprecated": false,
|
|
65910
|
+
"deprecationReason": null
|
|
65911
|
+
},
|
|
65912
|
+
{
|
|
65913
|
+
"name": "limit",
|
|
65914
|
+
"description": "limit the number of rows returned",
|
|
65915
|
+
"type": {
|
|
65916
|
+
"kind": "SCALAR",
|
|
65917
|
+
"name": "Int",
|
|
65918
|
+
"ofType": null
|
|
65919
|
+
},
|
|
65920
|
+
"defaultValue": null,
|
|
65921
|
+
"isDeprecated": false,
|
|
65922
|
+
"deprecationReason": null
|
|
65923
|
+
},
|
|
65924
|
+
{
|
|
65925
|
+
"name": "offset",
|
|
65926
|
+
"description": "skip the first n rows. Use only with order_by",
|
|
65927
|
+
"type": {
|
|
65928
|
+
"kind": "SCALAR",
|
|
65929
|
+
"name": "Int",
|
|
65930
|
+
"ofType": null
|
|
65931
|
+
},
|
|
65932
|
+
"defaultValue": null,
|
|
65933
|
+
"isDeprecated": false,
|
|
65934
|
+
"deprecationReason": null
|
|
65935
|
+
},
|
|
65936
|
+
{
|
|
65937
|
+
"name": "order_by",
|
|
65938
|
+
"description": "sort the rows by one or more columns",
|
|
65939
|
+
"type": {
|
|
65940
|
+
"kind": "LIST",
|
|
65941
|
+
"name": null,
|
|
65942
|
+
"ofType": {
|
|
65943
|
+
"kind": "NON_NULL",
|
|
65944
|
+
"name": null,
|
|
65945
|
+
"ofType": {
|
|
65946
|
+
"kind": "INPUT_OBJECT",
|
|
65947
|
+
"name": "retailer_account_schedule_recommendations_order_by",
|
|
65948
|
+
"ofType": null
|
|
65949
|
+
}
|
|
65950
|
+
}
|
|
65951
|
+
},
|
|
65952
|
+
"defaultValue": null,
|
|
65953
|
+
"isDeprecated": false,
|
|
65954
|
+
"deprecationReason": null
|
|
65955
|
+
},
|
|
65956
|
+
{
|
|
65957
|
+
"name": "where",
|
|
65958
|
+
"description": "filter the rows returned",
|
|
65959
|
+
"type": {
|
|
65960
|
+
"kind": "INPUT_OBJECT",
|
|
65961
|
+
"name": "retailer_account_schedule_recommendations_bool_exp",
|
|
65962
|
+
"ofType": null
|
|
65963
|
+
},
|
|
65964
|
+
"defaultValue": null,
|
|
65965
|
+
"isDeprecated": false,
|
|
65966
|
+
"deprecationReason": null
|
|
65967
|
+
}
|
|
65968
|
+
],
|
|
65969
|
+
"type": {
|
|
65970
|
+
"kind": "NON_NULL",
|
|
65971
|
+
"name": null,
|
|
65972
|
+
"ofType": {
|
|
65973
|
+
"kind": "OBJECT",
|
|
65974
|
+
"name": "retailer_account_schedule_recommendations_aggregate",
|
|
65975
|
+
"ofType": null
|
|
65976
|
+
}
|
|
65977
|
+
},
|
|
65978
|
+
"isDeprecated": false,
|
|
65979
|
+
"deprecationReason": null
|
|
65980
|
+
},
|
|
65981
|
+
{
|
|
65982
|
+
"name": "retailer_account_schedule_recommendations_by_pk",
|
|
65983
|
+
"description": "fetch data from the table: \"retailer_account_schedule_recommendations\" using primary key columns",
|
|
65984
|
+
"args": [
|
|
65985
|
+
{
|
|
65986
|
+
"name": "id",
|
|
65987
|
+
"description": null,
|
|
65988
|
+
"type": {
|
|
65989
|
+
"kind": "NON_NULL",
|
|
65990
|
+
"name": null,
|
|
65991
|
+
"ofType": {
|
|
65992
|
+
"kind": "SCALAR",
|
|
65993
|
+
"name": "uuid",
|
|
65994
|
+
"ofType": null
|
|
65995
|
+
}
|
|
65996
|
+
},
|
|
65997
|
+
"defaultValue": null,
|
|
65998
|
+
"isDeprecated": false,
|
|
65999
|
+
"deprecationReason": null
|
|
66000
|
+
}
|
|
66001
|
+
],
|
|
66002
|
+
"type": {
|
|
66003
|
+
"kind": "OBJECT",
|
|
66004
|
+
"name": "retailer_account_schedule_recommendations",
|
|
66005
|
+
"ofType": null
|
|
66006
|
+
},
|
|
66007
|
+
"isDeprecated": false,
|
|
66008
|
+
"deprecationReason": null
|
|
66009
|
+
},
|
|
65372
66010
|
{
|
|
65373
66011
|
"name": "social_handle_blacklist",
|
|
65374
66012
|
"description": "fetch data from the table: \"social_handle_blacklist\"",
|
|
@@ -78770,8 +79408,8 @@
|
|
|
78770
79408
|
"deprecationReason": null
|
|
78771
79409
|
},
|
|
78772
79410
|
{
|
|
78773
|
-
"name": "
|
|
78774
|
-
"description": "fetch data from the table: \"
|
|
79411
|
+
"name": "retailer_account_schedule_recommendations",
|
|
79412
|
+
"description": "fetch data from the table: \"retailer_account_schedule_recommendations\"",
|
|
78775
79413
|
"args": [
|
|
78776
79414
|
{
|
|
78777
79415
|
"name": "distinct_on",
|
|
@@ -78784,7 +79422,7 @@
|
|
|
78784
79422
|
"name": null,
|
|
78785
79423
|
"ofType": {
|
|
78786
79424
|
"kind": "ENUM",
|
|
78787
|
-
"name": "
|
|
79425
|
+
"name": "retailer_account_schedule_recommendations_select_column",
|
|
78788
79426
|
"ofType": null
|
|
78789
79427
|
}
|
|
78790
79428
|
}
|
|
@@ -78828,7 +79466,7 @@
|
|
|
78828
79466
|
"name": null,
|
|
78829
79467
|
"ofType": {
|
|
78830
79468
|
"kind": "INPUT_OBJECT",
|
|
78831
|
-
"name": "
|
|
79469
|
+
"name": "retailer_account_schedule_recommendations_order_by",
|
|
78832
79470
|
"ofType": null
|
|
78833
79471
|
}
|
|
78834
79472
|
}
|
|
@@ -78842,7 +79480,7 @@
|
|
|
78842
79480
|
"description": "filter the rows returned",
|
|
78843
79481
|
"type": {
|
|
78844
79482
|
"kind": "INPUT_OBJECT",
|
|
78845
|
-
"name": "
|
|
79483
|
+
"name": "retailer_account_schedule_recommendations_bool_exp",
|
|
78846
79484
|
"ofType": null
|
|
78847
79485
|
},
|
|
78848
79486
|
"defaultValue": null,
|
|
@@ -78861,7 +79499,7 @@
|
|
|
78861
79499
|
"name": null,
|
|
78862
79500
|
"ofType": {
|
|
78863
79501
|
"kind": "OBJECT",
|
|
78864
|
-
"name": "
|
|
79502
|
+
"name": "retailer_account_schedule_recommendations",
|
|
78865
79503
|
"ofType": null
|
|
78866
79504
|
}
|
|
78867
79505
|
}
|
|
@@ -78871,8 +79509,8 @@
|
|
|
78871
79509
|
"deprecationReason": null
|
|
78872
79510
|
},
|
|
78873
79511
|
{
|
|
78874
|
-
"name": "
|
|
78875
|
-
"description": "fetch aggregated fields from the table: \"
|
|
79512
|
+
"name": "retailer_account_schedule_recommendations_aggregate",
|
|
79513
|
+
"description": "fetch aggregated fields from the table: \"retailer_account_schedule_recommendations\"",
|
|
78876
79514
|
"args": [
|
|
78877
79515
|
{
|
|
78878
79516
|
"name": "distinct_on",
|
|
@@ -78885,7 +79523,7 @@
|
|
|
78885
79523
|
"name": null,
|
|
78886
79524
|
"ofType": {
|
|
78887
79525
|
"kind": "ENUM",
|
|
78888
|
-
"name": "
|
|
79526
|
+
"name": "retailer_account_schedule_recommendations_select_column",
|
|
78889
79527
|
"ofType": null
|
|
78890
79528
|
}
|
|
78891
79529
|
}
|
|
@@ -78929,7 +79567,7 @@
|
|
|
78929
79567
|
"name": null,
|
|
78930
79568
|
"ofType": {
|
|
78931
79569
|
"kind": "INPUT_OBJECT",
|
|
78932
|
-
"name": "
|
|
79570
|
+
"name": "retailer_account_schedule_recommendations_order_by",
|
|
78933
79571
|
"ofType": null
|
|
78934
79572
|
}
|
|
78935
79573
|
}
|
|
@@ -78943,7 +79581,7 @@
|
|
|
78943
79581
|
"description": "filter the rows returned",
|
|
78944
79582
|
"type": {
|
|
78945
79583
|
"kind": "INPUT_OBJECT",
|
|
78946
|
-
"name": "
|
|
79584
|
+
"name": "retailer_account_schedule_recommendations_bool_exp",
|
|
78947
79585
|
"ofType": null
|
|
78948
79586
|
},
|
|
78949
79587
|
"defaultValue": null,
|
|
@@ -78956,7 +79594,7 @@
|
|
|
78956
79594
|
"name": null,
|
|
78957
79595
|
"ofType": {
|
|
78958
79596
|
"kind": "OBJECT",
|
|
78959
|
-
"name": "
|
|
79597
|
+
"name": "retailer_account_schedule_recommendations_aggregate",
|
|
78960
79598
|
"ofType": null
|
|
78961
79599
|
}
|
|
78962
79600
|
},
|
|
@@ -78964,8 +79602,8 @@
|
|
|
78964
79602
|
"deprecationReason": null
|
|
78965
79603
|
},
|
|
78966
79604
|
{
|
|
78967
|
-
"name": "
|
|
78968
|
-
"description": "fetch data from the table: \"
|
|
79605
|
+
"name": "retailer_account_schedule_recommendations_by_pk",
|
|
79606
|
+
"description": "fetch data from the table: \"retailer_account_schedule_recommendations\" using primary key columns",
|
|
78969
79607
|
"args": [
|
|
78970
79608
|
{
|
|
78971
79609
|
"name": "id",
|
|
@@ -78986,15 +79624,15 @@
|
|
|
78986
79624
|
],
|
|
78987
79625
|
"type": {
|
|
78988
79626
|
"kind": "OBJECT",
|
|
78989
|
-
"name": "
|
|
79627
|
+
"name": "retailer_account_schedule_recommendations",
|
|
78990
79628
|
"ofType": null
|
|
78991
79629
|
},
|
|
78992
79630
|
"isDeprecated": false,
|
|
78993
79631
|
"deprecationReason": null
|
|
78994
79632
|
},
|
|
78995
79633
|
{
|
|
78996
|
-
"name": "
|
|
78997
|
-
"description": "fetch data from the table in a streaming manner: \"
|
|
79634
|
+
"name": "retailer_account_schedule_recommendations_stream",
|
|
79635
|
+
"description": "fetch data from the table in a streaming manner: \"retailer_account_schedule_recommendations\"",
|
|
78998
79636
|
"args": [
|
|
78999
79637
|
{
|
|
79000
79638
|
"name": "batch_size",
|
|
@@ -79023,7 +79661,7 @@
|
|
|
79023
79661
|
"name": null,
|
|
79024
79662
|
"ofType": {
|
|
79025
79663
|
"kind": "INPUT_OBJECT",
|
|
79026
|
-
"name": "
|
|
79664
|
+
"name": "retailer_account_schedule_recommendations_stream_cursor_input",
|
|
79027
79665
|
"ofType": null
|
|
79028
79666
|
}
|
|
79029
79667
|
}
|
|
@@ -79037,7 +79675,7 @@
|
|
|
79037
79675
|
"description": "filter the rows returned",
|
|
79038
79676
|
"type": {
|
|
79039
79677
|
"kind": "INPUT_OBJECT",
|
|
79040
|
-
"name": "
|
|
79678
|
+
"name": "retailer_account_schedule_recommendations_bool_exp",
|
|
79041
79679
|
"ofType": null
|
|
79042
79680
|
},
|
|
79043
79681
|
"defaultValue": null,
|
|
@@ -79056,7 +79694,7 @@
|
|
|
79056
79694
|
"name": null,
|
|
79057
79695
|
"ofType": {
|
|
79058
79696
|
"kind": "OBJECT",
|
|
79059
|
-
"name": "
|
|
79697
|
+
"name": "retailer_account_schedule_recommendations",
|
|
79060
79698
|
"ofType": null
|
|
79061
79699
|
}
|
|
79062
79700
|
}
|
|
@@ -79066,8 +79704,8 @@
|
|
|
79066
79704
|
"deprecationReason": null
|
|
79067
79705
|
},
|
|
79068
79706
|
{
|
|
79069
|
-
"name": "
|
|
79070
|
-
"description": "
|
|
79707
|
+
"name": "social_handle_blacklist",
|
|
79708
|
+
"description": "fetch data from the table: \"social_handle_blacklist\"",
|
|
79071
79709
|
"args": [
|
|
79072
79710
|
{
|
|
79073
79711
|
"name": "distinct_on",
|
|
@@ -79080,7 +79718,7 @@
|
|
|
79080
79718
|
"name": null,
|
|
79081
79719
|
"ofType": {
|
|
79082
79720
|
"kind": "ENUM",
|
|
79083
|
-
"name": "
|
|
79721
|
+
"name": "social_handle_blacklist_select_column",
|
|
79084
79722
|
"ofType": null
|
|
79085
79723
|
}
|
|
79086
79724
|
}
|
|
@@ -79124,7 +79762,7 @@
|
|
|
79124
79762
|
"name": null,
|
|
79125
79763
|
"ofType": {
|
|
79126
79764
|
"kind": "INPUT_OBJECT",
|
|
79127
|
-
"name": "
|
|
79765
|
+
"name": "social_handle_blacklist_order_by",
|
|
79128
79766
|
"ofType": null
|
|
79129
79767
|
}
|
|
79130
79768
|
}
|
|
@@ -79138,7 +79776,7 @@
|
|
|
79138
79776
|
"description": "filter the rows returned",
|
|
79139
79777
|
"type": {
|
|
79140
79778
|
"kind": "INPUT_OBJECT",
|
|
79141
|
-
"name": "
|
|
79779
|
+
"name": "social_handle_blacklist_bool_exp",
|
|
79142
79780
|
"ofType": null
|
|
79143
79781
|
},
|
|
79144
79782
|
"defaultValue": null,
|
|
@@ -79157,7 +79795,7 @@
|
|
|
79157
79795
|
"name": null,
|
|
79158
79796
|
"ofType": {
|
|
79159
79797
|
"kind": "OBJECT",
|
|
79160
|
-
"name": "
|
|
79798
|
+
"name": "social_handle_blacklist",
|
|
79161
79799
|
"ofType": null
|
|
79162
79800
|
}
|
|
79163
79801
|
}
|
|
@@ -79167,8 +79805,8 @@
|
|
|
79167
79805
|
"deprecationReason": null
|
|
79168
79806
|
},
|
|
79169
79807
|
{
|
|
79170
|
-
"name": "
|
|
79171
|
-
"description": "
|
|
79808
|
+
"name": "social_handle_blacklist_aggregate",
|
|
79809
|
+
"description": "fetch aggregated fields from the table: \"social_handle_blacklist\"",
|
|
79172
79810
|
"args": [
|
|
79173
79811
|
{
|
|
79174
79812
|
"name": "distinct_on",
|
|
@@ -79181,7 +79819,7 @@
|
|
|
79181
79819
|
"name": null,
|
|
79182
79820
|
"ofType": {
|
|
79183
79821
|
"kind": "ENUM",
|
|
79184
|
-
"name": "
|
|
79822
|
+
"name": "social_handle_blacklist_select_column",
|
|
79185
79823
|
"ofType": null
|
|
79186
79824
|
}
|
|
79187
79825
|
}
|
|
@@ -79225,7 +79863,7 @@
|
|
|
79225
79863
|
"name": null,
|
|
79226
79864
|
"ofType": {
|
|
79227
79865
|
"kind": "INPUT_OBJECT",
|
|
79228
|
-
"name": "
|
|
79866
|
+
"name": "social_handle_blacklist_order_by",
|
|
79229
79867
|
"ofType": null
|
|
79230
79868
|
}
|
|
79231
79869
|
}
|
|
@@ -79239,7 +79877,7 @@
|
|
|
79239
79877
|
"description": "filter the rows returned",
|
|
79240
79878
|
"type": {
|
|
79241
79879
|
"kind": "INPUT_OBJECT",
|
|
79242
|
-
"name": "
|
|
79880
|
+
"name": "social_handle_blacklist_bool_exp",
|
|
79243
79881
|
"ofType": null
|
|
79244
79882
|
},
|
|
79245
79883
|
"defaultValue": null,
|
|
@@ -79252,7 +79890,7 @@
|
|
|
79252
79890
|
"name": null,
|
|
79253
79891
|
"ofType": {
|
|
79254
79892
|
"kind": "OBJECT",
|
|
79255
|
-
"name": "
|
|
79893
|
+
"name": "social_handle_blacklist_aggregate",
|
|
79256
79894
|
"ofType": null
|
|
79257
79895
|
}
|
|
79258
79896
|
},
|
|
@@ -79260,8 +79898,8 @@
|
|
|
79260
79898
|
"deprecationReason": null
|
|
79261
79899
|
},
|
|
79262
79900
|
{
|
|
79263
|
-
"name": "
|
|
79264
|
-
"description": "fetch data from the table: \"
|
|
79901
|
+
"name": "social_handle_blacklist_by_pk",
|
|
79902
|
+
"description": "fetch data from the table: \"social_handle_blacklist\" using primary key columns",
|
|
79265
79903
|
"args": [
|
|
79266
79904
|
{
|
|
79267
79905
|
"name": "id",
|
|
@@ -79282,15 +79920,15 @@
|
|
|
79282
79920
|
],
|
|
79283
79921
|
"type": {
|
|
79284
79922
|
"kind": "OBJECT",
|
|
79285
|
-
"name": "
|
|
79923
|
+
"name": "social_handle_blacklist",
|
|
79286
79924
|
"ofType": null
|
|
79287
79925
|
},
|
|
79288
79926
|
"isDeprecated": false,
|
|
79289
79927
|
"deprecationReason": null
|
|
79290
79928
|
},
|
|
79291
79929
|
{
|
|
79292
|
-
"name": "
|
|
79293
|
-
"description": "fetch data from the table in a streaming manner: \"
|
|
79930
|
+
"name": "social_handle_blacklist_stream",
|
|
79931
|
+
"description": "fetch data from the table in a streaming manner: \"social_handle_blacklist\"",
|
|
79294
79932
|
"args": [
|
|
79295
79933
|
{
|
|
79296
79934
|
"name": "batch_size",
|
|
@@ -79319,7 +79957,7 @@
|
|
|
79319
79957
|
"name": null,
|
|
79320
79958
|
"ofType": {
|
|
79321
79959
|
"kind": "INPUT_OBJECT",
|
|
79322
|
-
"name": "
|
|
79960
|
+
"name": "social_handle_blacklist_stream_cursor_input",
|
|
79323
79961
|
"ofType": null
|
|
79324
79962
|
}
|
|
79325
79963
|
}
|
|
@@ -79333,7 +79971,7 @@
|
|
|
79333
79971
|
"description": "filter the rows returned",
|
|
79334
79972
|
"type": {
|
|
79335
79973
|
"kind": "INPUT_OBJECT",
|
|
79336
|
-
"name": "
|
|
79974
|
+
"name": "social_handle_blacklist_bool_exp",
|
|
79337
79975
|
"ofType": null
|
|
79338
79976
|
},
|
|
79339
79977
|
"defaultValue": null,
|
|
@@ -79352,7 +79990,7 @@
|
|
|
79352
79990
|
"name": null,
|
|
79353
79991
|
"ofType": {
|
|
79354
79992
|
"kind": "OBJECT",
|
|
79355
|
-
"name": "
|
|
79993
|
+
"name": "social_handle_blacklist",
|
|
79356
79994
|
"ofType": null
|
|
79357
79995
|
}
|
|
79358
79996
|
}
|
|
@@ -79362,8 +80000,8 @@
|
|
|
79362
80000
|
"deprecationReason": null
|
|
79363
80001
|
},
|
|
79364
80002
|
{
|
|
79365
|
-
"name": "
|
|
79366
|
-
"description": "
|
|
80003
|
+
"name": "social_page_followers",
|
|
80004
|
+
"description": "An array relationship",
|
|
79367
80005
|
"args": [
|
|
79368
80006
|
{
|
|
79369
80007
|
"name": "distinct_on",
|
|
@@ -79376,7 +80014,7 @@
|
|
|
79376
80014
|
"name": null,
|
|
79377
80015
|
"ofType": {
|
|
79378
80016
|
"kind": "ENUM",
|
|
79379
|
-
"name": "
|
|
80017
|
+
"name": "social_page_followers_select_column",
|
|
79380
80018
|
"ofType": null
|
|
79381
80019
|
}
|
|
79382
80020
|
}
|
|
@@ -79420,7 +80058,7 @@
|
|
|
79420
80058
|
"name": null,
|
|
79421
80059
|
"ofType": {
|
|
79422
80060
|
"kind": "INPUT_OBJECT",
|
|
79423
|
-
"name": "
|
|
80061
|
+
"name": "social_page_followers_order_by",
|
|
79424
80062
|
"ofType": null
|
|
79425
80063
|
}
|
|
79426
80064
|
}
|
|
@@ -79434,7 +80072,7 @@
|
|
|
79434
80072
|
"description": "filter the rows returned",
|
|
79435
80073
|
"type": {
|
|
79436
80074
|
"kind": "INPUT_OBJECT",
|
|
79437
|
-
"name": "
|
|
80075
|
+
"name": "social_page_followers_bool_exp",
|
|
79438
80076
|
"ofType": null
|
|
79439
80077
|
},
|
|
79440
80078
|
"defaultValue": null,
|
|
@@ -79453,7 +80091,7 @@
|
|
|
79453
80091
|
"name": null,
|
|
79454
80092
|
"ofType": {
|
|
79455
80093
|
"kind": "OBJECT",
|
|
79456
|
-
"name": "
|
|
80094
|
+
"name": "social_page_followers",
|
|
79457
80095
|
"ofType": null
|
|
79458
80096
|
}
|
|
79459
80097
|
}
|
|
@@ -79463,8 +80101,8 @@
|
|
|
79463
80101
|
"deprecationReason": null
|
|
79464
80102
|
},
|
|
79465
80103
|
{
|
|
79466
|
-
"name": "
|
|
79467
|
-
"description": "
|
|
80104
|
+
"name": "social_page_followers_aggregate",
|
|
80105
|
+
"description": "An aggregate relationship",
|
|
79468
80106
|
"args": [
|
|
79469
80107
|
{
|
|
79470
80108
|
"name": "distinct_on",
|
|
@@ -79477,7 +80115,7 @@
|
|
|
79477
80115
|
"name": null,
|
|
79478
80116
|
"ofType": {
|
|
79479
80117
|
"kind": "ENUM",
|
|
79480
|
-
"name": "
|
|
80118
|
+
"name": "social_page_followers_select_column",
|
|
79481
80119
|
"ofType": null
|
|
79482
80120
|
}
|
|
79483
80121
|
}
|
|
@@ -79521,7 +80159,7 @@
|
|
|
79521
80159
|
"name": null,
|
|
79522
80160
|
"ofType": {
|
|
79523
80161
|
"kind": "INPUT_OBJECT",
|
|
79524
|
-
"name": "
|
|
80162
|
+
"name": "social_page_followers_order_by",
|
|
79525
80163
|
"ofType": null
|
|
79526
80164
|
}
|
|
79527
80165
|
}
|
|
@@ -79535,7 +80173,7 @@
|
|
|
79535
80173
|
"description": "filter the rows returned",
|
|
79536
80174
|
"type": {
|
|
79537
80175
|
"kind": "INPUT_OBJECT",
|
|
79538
|
-
"name": "
|
|
80176
|
+
"name": "social_page_followers_bool_exp",
|
|
79539
80177
|
"ofType": null
|
|
79540
80178
|
},
|
|
79541
80179
|
"defaultValue": null,
|
|
@@ -79548,7 +80186,7 @@
|
|
|
79548
80186
|
"name": null,
|
|
79549
80187
|
"ofType": {
|
|
79550
80188
|
"kind": "OBJECT",
|
|
79551
|
-
"name": "
|
|
80189
|
+
"name": "social_page_followers_aggregate",
|
|
79552
80190
|
"ofType": null
|
|
79553
80191
|
}
|
|
79554
80192
|
},
|
|
@@ -79556,8 +80194,8 @@
|
|
|
79556
80194
|
"deprecationReason": null
|
|
79557
80195
|
},
|
|
79558
80196
|
{
|
|
79559
|
-
"name": "
|
|
79560
|
-
"description": "fetch data from the table: \"
|
|
80197
|
+
"name": "social_page_followers_by_pk",
|
|
80198
|
+
"description": "fetch data from the table: \"social_page_followers\" using primary key columns",
|
|
79561
80199
|
"args": [
|
|
79562
80200
|
{
|
|
79563
80201
|
"name": "id",
|
|
@@ -79578,30 +80216,26 @@
|
|
|
79578
80216
|
],
|
|
79579
80217
|
"type": {
|
|
79580
80218
|
"kind": "OBJECT",
|
|
79581
|
-
"name": "
|
|
80219
|
+
"name": "social_page_followers",
|
|
79582
80220
|
"ofType": null
|
|
79583
80221
|
},
|
|
79584
80222
|
"isDeprecated": false,
|
|
79585
80223
|
"deprecationReason": null
|
|
79586
80224
|
},
|
|
79587
80225
|
{
|
|
79588
|
-
"name": "
|
|
79589
|
-
"description": "
|
|
80226
|
+
"name": "social_page_followers_stream",
|
|
80227
|
+
"description": "fetch data from the table in a streaming manner: \"social_page_followers\"",
|
|
79590
80228
|
"args": [
|
|
79591
80229
|
{
|
|
79592
|
-
"name": "
|
|
79593
|
-
"description": "
|
|
80230
|
+
"name": "batch_size",
|
|
80231
|
+
"description": "maximum number of rows returned in a single batch",
|
|
79594
80232
|
"type": {
|
|
79595
|
-
"kind": "
|
|
80233
|
+
"kind": "NON_NULL",
|
|
79596
80234
|
"name": null,
|
|
79597
80235
|
"ofType": {
|
|
79598
|
-
"kind": "
|
|
79599
|
-
"name":
|
|
79600
|
-
"ofType":
|
|
79601
|
-
"kind": "ENUM",
|
|
79602
|
-
"name": "social_page_handles_select_column",
|
|
79603
|
-
"ofType": null
|
|
79604
|
-
}
|
|
80236
|
+
"kind": "SCALAR",
|
|
80237
|
+
"name": "Int",
|
|
80238
|
+
"ofType": null
|
|
79605
80239
|
}
|
|
79606
80240
|
},
|
|
79607
80241
|
"defaultValue": null,
|
|
@@ -79609,41 +80243,17 @@
|
|
|
79609
80243
|
"deprecationReason": null
|
|
79610
80244
|
},
|
|
79611
80245
|
{
|
|
79612
|
-
"name": "
|
|
79613
|
-
"description": "
|
|
79614
|
-
"type": {
|
|
79615
|
-
"kind": "SCALAR",
|
|
79616
|
-
"name": "Int",
|
|
79617
|
-
"ofType": null
|
|
79618
|
-
},
|
|
79619
|
-
"defaultValue": null,
|
|
79620
|
-
"isDeprecated": false,
|
|
79621
|
-
"deprecationReason": null
|
|
79622
|
-
},
|
|
79623
|
-
{
|
|
79624
|
-
"name": "offset",
|
|
79625
|
-
"description": "skip the first n rows. Use only with order_by",
|
|
79626
|
-
"type": {
|
|
79627
|
-
"kind": "SCALAR",
|
|
79628
|
-
"name": "Int",
|
|
79629
|
-
"ofType": null
|
|
79630
|
-
},
|
|
79631
|
-
"defaultValue": null,
|
|
79632
|
-
"isDeprecated": false,
|
|
79633
|
-
"deprecationReason": null
|
|
79634
|
-
},
|
|
79635
|
-
{
|
|
79636
|
-
"name": "order_by",
|
|
79637
|
-
"description": "sort the rows by one or more columns",
|
|
80246
|
+
"name": "cursor",
|
|
80247
|
+
"description": "cursor to stream the results returned by the query",
|
|
79638
80248
|
"type": {
|
|
79639
|
-
"kind": "
|
|
80249
|
+
"kind": "NON_NULL",
|
|
79640
80250
|
"name": null,
|
|
79641
80251
|
"ofType": {
|
|
79642
|
-
"kind": "
|
|
80252
|
+
"kind": "LIST",
|
|
79643
80253
|
"name": null,
|
|
79644
80254
|
"ofType": {
|
|
79645
80255
|
"kind": "INPUT_OBJECT",
|
|
79646
|
-
"name": "
|
|
80256
|
+
"name": "social_page_followers_stream_cursor_input",
|
|
79647
80257
|
"ofType": null
|
|
79648
80258
|
}
|
|
79649
80259
|
}
|
|
@@ -79657,7 +80267,7 @@
|
|
|
79657
80267
|
"description": "filter the rows returned",
|
|
79658
80268
|
"type": {
|
|
79659
80269
|
"kind": "INPUT_OBJECT",
|
|
79660
|
-
"name": "
|
|
80270
|
+
"name": "social_page_followers_bool_exp",
|
|
79661
80271
|
"ofType": null
|
|
79662
80272
|
},
|
|
79663
80273
|
"defaultValue": null,
|
|
@@ -79676,7 +80286,7 @@
|
|
|
79676
80286
|
"name": null,
|
|
79677
80287
|
"ofType": {
|
|
79678
80288
|
"kind": "OBJECT",
|
|
79679
|
-
"name": "
|
|
80289
|
+
"name": "social_page_followers",
|
|
79680
80290
|
"ofType": null
|
|
79681
80291
|
}
|
|
79682
80292
|
}
|
|
@@ -79686,8 +80296,8 @@
|
|
|
79686
80296
|
"deprecationReason": null
|
|
79687
80297
|
},
|
|
79688
80298
|
{
|
|
79689
|
-
"name": "
|
|
79690
|
-
"description": "
|
|
80299
|
+
"name": "social_page_handles",
|
|
80300
|
+
"description": "fetch data from the table: \"social_page_handles\"",
|
|
79691
80301
|
"args": [
|
|
79692
80302
|
{
|
|
79693
80303
|
"name": "distinct_on",
|
|
@@ -79766,71 +80376,6 @@
|
|
|
79766
80376
|
"deprecationReason": null
|
|
79767
80377
|
}
|
|
79768
80378
|
],
|
|
79769
|
-
"type": {
|
|
79770
|
-
"kind": "NON_NULL",
|
|
79771
|
-
"name": null,
|
|
79772
|
-
"ofType": {
|
|
79773
|
-
"kind": "OBJECT",
|
|
79774
|
-
"name": "social_page_handles_aggregate",
|
|
79775
|
-
"ofType": null
|
|
79776
|
-
}
|
|
79777
|
-
},
|
|
79778
|
-
"isDeprecated": false,
|
|
79779
|
-
"deprecationReason": null
|
|
79780
|
-
},
|
|
79781
|
-
{
|
|
79782
|
-
"name": "social_page_handles_stream",
|
|
79783
|
-
"description": "fetch data from the table in a streaming manner: \"social_page_handles\"",
|
|
79784
|
-
"args": [
|
|
79785
|
-
{
|
|
79786
|
-
"name": "batch_size",
|
|
79787
|
-
"description": "maximum number of rows returned in a single batch",
|
|
79788
|
-
"type": {
|
|
79789
|
-
"kind": "NON_NULL",
|
|
79790
|
-
"name": null,
|
|
79791
|
-
"ofType": {
|
|
79792
|
-
"kind": "SCALAR",
|
|
79793
|
-
"name": "Int",
|
|
79794
|
-
"ofType": null
|
|
79795
|
-
}
|
|
79796
|
-
},
|
|
79797
|
-
"defaultValue": null,
|
|
79798
|
-
"isDeprecated": false,
|
|
79799
|
-
"deprecationReason": null
|
|
79800
|
-
},
|
|
79801
|
-
{
|
|
79802
|
-
"name": "cursor",
|
|
79803
|
-
"description": "cursor to stream the results returned by the query",
|
|
79804
|
-
"type": {
|
|
79805
|
-
"kind": "NON_NULL",
|
|
79806
|
-
"name": null,
|
|
79807
|
-
"ofType": {
|
|
79808
|
-
"kind": "LIST",
|
|
79809
|
-
"name": null,
|
|
79810
|
-
"ofType": {
|
|
79811
|
-
"kind": "INPUT_OBJECT",
|
|
79812
|
-
"name": "social_page_handles_stream_cursor_input",
|
|
79813
|
-
"ofType": null
|
|
79814
|
-
}
|
|
79815
|
-
}
|
|
79816
|
-
},
|
|
79817
|
-
"defaultValue": null,
|
|
79818
|
-
"isDeprecated": false,
|
|
79819
|
-
"deprecationReason": null
|
|
79820
|
-
},
|
|
79821
|
-
{
|
|
79822
|
-
"name": "where",
|
|
79823
|
-
"description": "filter the rows returned",
|
|
79824
|
-
"type": {
|
|
79825
|
-
"kind": "INPUT_OBJECT",
|
|
79826
|
-
"name": "social_page_handles_bool_exp",
|
|
79827
|
-
"ofType": null
|
|
79828
|
-
},
|
|
79829
|
-
"defaultValue": null,
|
|
79830
|
-
"isDeprecated": false,
|
|
79831
|
-
"deprecationReason": null
|
|
79832
|
-
}
|
|
79833
|
-
],
|
|
79834
80379
|
"type": {
|
|
79835
80380
|
"kind": "NON_NULL",
|
|
79836
80381
|
"name": null,
|
|
@@ -79852,8 +80397,8 @@
|
|
|
79852
80397
|
"deprecationReason": null
|
|
79853
80398
|
},
|
|
79854
80399
|
{
|
|
79855
|
-
"name": "
|
|
79856
|
-
"description": "
|
|
80400
|
+
"name": "social_page_handles_aggregate",
|
|
80401
|
+
"description": "fetch aggregated fields from the table: \"social_page_handles\"",
|
|
79857
80402
|
"args": [
|
|
79858
80403
|
{
|
|
79859
80404
|
"name": "distinct_on",
|
|
@@ -79866,7 +80411,7 @@
|
|
|
79866
80411
|
"name": null,
|
|
79867
80412
|
"ofType": {
|
|
79868
80413
|
"kind": "ENUM",
|
|
79869
|
-
"name": "
|
|
80414
|
+
"name": "social_page_handles_select_column",
|
|
79870
80415
|
"ofType": null
|
|
79871
80416
|
}
|
|
79872
80417
|
}
|
|
@@ -79910,7 +80455,7 @@
|
|
|
79910
80455
|
"name": null,
|
|
79911
80456
|
"ofType": {
|
|
79912
80457
|
"kind": "INPUT_OBJECT",
|
|
79913
|
-
"name": "
|
|
80458
|
+
"name": "social_page_handles_order_by",
|
|
79914
80459
|
"ofType": null
|
|
79915
80460
|
}
|
|
79916
80461
|
}
|
|
@@ -79924,7 +80469,7 @@
|
|
|
79924
80469
|
"description": "filter the rows returned",
|
|
79925
80470
|
"type": {
|
|
79926
80471
|
"kind": "INPUT_OBJECT",
|
|
79927
|
-
"name": "
|
|
80472
|
+
"name": "social_page_handles_bool_exp",
|
|
79928
80473
|
"ofType": null
|
|
79929
80474
|
},
|
|
79930
80475
|
"defaultValue": null,
|
|
@@ -79936,25 +80481,46 @@
|
|
|
79936
80481
|
"kind": "NON_NULL",
|
|
79937
80482
|
"name": null,
|
|
79938
80483
|
"ofType": {
|
|
79939
|
-
"kind": "
|
|
79940
|
-
"name":
|
|
79941
|
-
"ofType":
|
|
80484
|
+
"kind": "OBJECT",
|
|
80485
|
+
"name": "social_page_handles_aggregate",
|
|
80486
|
+
"ofType": null
|
|
80487
|
+
}
|
|
80488
|
+
},
|
|
80489
|
+
"isDeprecated": false,
|
|
80490
|
+
"deprecationReason": null
|
|
80491
|
+
},
|
|
80492
|
+
{
|
|
80493
|
+
"name": "social_page_handles_by_pk",
|
|
80494
|
+
"description": "fetch data from the table: \"social_page_handles\" using primary key columns",
|
|
80495
|
+
"args": [
|
|
80496
|
+
{
|
|
80497
|
+
"name": "id",
|
|
80498
|
+
"description": null,
|
|
80499
|
+
"type": {
|
|
79942
80500
|
"kind": "NON_NULL",
|
|
79943
80501
|
"name": null,
|
|
79944
80502
|
"ofType": {
|
|
79945
|
-
"kind": "
|
|
79946
|
-
"name": "
|
|
80503
|
+
"kind": "SCALAR",
|
|
80504
|
+
"name": "uuid",
|
|
79947
80505
|
"ofType": null
|
|
79948
80506
|
}
|
|
79949
|
-
}
|
|
80507
|
+
},
|
|
80508
|
+
"defaultValue": null,
|
|
80509
|
+
"isDeprecated": false,
|
|
80510
|
+
"deprecationReason": null
|
|
79950
80511
|
}
|
|
80512
|
+
],
|
|
80513
|
+
"type": {
|
|
80514
|
+
"kind": "OBJECT",
|
|
80515
|
+
"name": "social_page_handles",
|
|
80516
|
+
"ofType": null
|
|
79951
80517
|
},
|
|
79952
80518
|
"isDeprecated": false,
|
|
79953
80519
|
"deprecationReason": null
|
|
79954
80520
|
},
|
|
79955
80521
|
{
|
|
79956
|
-
"name": "
|
|
79957
|
-
"description": "
|
|
80522
|
+
"name": "social_page_handles_not_in_website_blacklist",
|
|
80523
|
+
"description": "execute function \"social_page_handles_not_in_website_blacklist\" which returns \"social_page_handles\"",
|
|
79958
80524
|
"args": [
|
|
79959
80525
|
{
|
|
79960
80526
|
"name": "distinct_on",
|
|
@@ -79967,7 +80533,7 @@
|
|
|
79967
80533
|
"name": null,
|
|
79968
80534
|
"ofType": {
|
|
79969
80535
|
"kind": "ENUM",
|
|
79970
|
-
"name": "
|
|
80536
|
+
"name": "social_page_handles_select_column",
|
|
79971
80537
|
"ofType": null
|
|
79972
80538
|
}
|
|
79973
80539
|
}
|
|
@@ -80011,7 +80577,7 @@
|
|
|
80011
80577
|
"name": null,
|
|
80012
80578
|
"ofType": {
|
|
80013
80579
|
"kind": "INPUT_OBJECT",
|
|
80014
|
-
"name": "
|
|
80580
|
+
"name": "social_page_handles_order_by",
|
|
80015
80581
|
"ofType": null
|
|
80016
80582
|
}
|
|
80017
80583
|
}
|
|
@@ -80025,7 +80591,7 @@
|
|
|
80025
80591
|
"description": "filter the rows returned",
|
|
80026
80592
|
"type": {
|
|
80027
80593
|
"kind": "INPUT_OBJECT",
|
|
80028
|
-
"name": "
|
|
80594
|
+
"name": "social_page_handles_bool_exp",
|
|
80029
80595
|
"ofType": null
|
|
80030
80596
|
},
|
|
80031
80597
|
"defaultValue": null,
|
|
@@ -80037,46 +80603,118 @@
|
|
|
80037
80603
|
"kind": "NON_NULL",
|
|
80038
80604
|
"name": null,
|
|
80039
80605
|
"ofType": {
|
|
80040
|
-
"kind": "
|
|
80041
|
-
"name":
|
|
80042
|
-
"ofType":
|
|
80606
|
+
"kind": "LIST",
|
|
80607
|
+
"name": null,
|
|
80608
|
+
"ofType": {
|
|
80609
|
+
"kind": "NON_NULL",
|
|
80610
|
+
"name": null,
|
|
80611
|
+
"ofType": {
|
|
80612
|
+
"kind": "OBJECT",
|
|
80613
|
+
"name": "social_page_handles",
|
|
80614
|
+
"ofType": null
|
|
80615
|
+
}
|
|
80616
|
+
}
|
|
80043
80617
|
}
|
|
80044
80618
|
},
|
|
80045
80619
|
"isDeprecated": false,
|
|
80046
80620
|
"deprecationReason": null
|
|
80047
80621
|
},
|
|
80048
80622
|
{
|
|
80049
|
-
"name": "
|
|
80050
|
-
"description": "
|
|
80623
|
+
"name": "social_page_handles_not_in_website_blacklist_aggregate",
|
|
80624
|
+
"description": "execute function \"social_page_handles_not_in_website_blacklist\" and query aggregates on result of table type \"social_page_handles\"",
|
|
80051
80625
|
"args": [
|
|
80052
80626
|
{
|
|
80053
|
-
"name": "
|
|
80054
|
-
"description":
|
|
80627
|
+
"name": "distinct_on",
|
|
80628
|
+
"description": "distinct select on columns",
|
|
80055
80629
|
"type": {
|
|
80056
|
-
"kind": "
|
|
80630
|
+
"kind": "LIST",
|
|
80057
80631
|
"name": null,
|
|
80058
80632
|
"ofType": {
|
|
80059
|
-
"kind": "
|
|
80060
|
-
"name":
|
|
80061
|
-
"ofType":
|
|
80633
|
+
"kind": "NON_NULL",
|
|
80634
|
+
"name": null,
|
|
80635
|
+
"ofType": {
|
|
80636
|
+
"kind": "ENUM",
|
|
80637
|
+
"name": "social_page_handles_select_column",
|
|
80638
|
+
"ofType": null
|
|
80639
|
+
}
|
|
80062
80640
|
}
|
|
80063
80641
|
},
|
|
80064
80642
|
"defaultValue": null,
|
|
80065
80643
|
"isDeprecated": false,
|
|
80066
80644
|
"deprecationReason": null
|
|
80645
|
+
},
|
|
80646
|
+
{
|
|
80647
|
+
"name": "limit",
|
|
80648
|
+
"description": "limit the number of rows returned",
|
|
80649
|
+
"type": {
|
|
80650
|
+
"kind": "SCALAR",
|
|
80651
|
+
"name": "Int",
|
|
80652
|
+
"ofType": null
|
|
80653
|
+
},
|
|
80654
|
+
"defaultValue": null,
|
|
80655
|
+
"isDeprecated": false,
|
|
80656
|
+
"deprecationReason": null
|
|
80657
|
+
},
|
|
80658
|
+
{
|
|
80659
|
+
"name": "offset",
|
|
80660
|
+
"description": "skip the first n rows. Use only with order_by",
|
|
80661
|
+
"type": {
|
|
80662
|
+
"kind": "SCALAR",
|
|
80663
|
+
"name": "Int",
|
|
80664
|
+
"ofType": null
|
|
80665
|
+
},
|
|
80666
|
+
"defaultValue": null,
|
|
80667
|
+
"isDeprecated": false,
|
|
80668
|
+
"deprecationReason": null
|
|
80669
|
+
},
|
|
80670
|
+
{
|
|
80671
|
+
"name": "order_by",
|
|
80672
|
+
"description": "sort the rows by one or more columns",
|
|
80673
|
+
"type": {
|
|
80674
|
+
"kind": "LIST",
|
|
80675
|
+
"name": null,
|
|
80676
|
+
"ofType": {
|
|
80677
|
+
"kind": "NON_NULL",
|
|
80678
|
+
"name": null,
|
|
80679
|
+
"ofType": {
|
|
80680
|
+
"kind": "INPUT_OBJECT",
|
|
80681
|
+
"name": "social_page_handles_order_by",
|
|
80682
|
+
"ofType": null
|
|
80683
|
+
}
|
|
80684
|
+
}
|
|
80685
|
+
},
|
|
80686
|
+
"defaultValue": null,
|
|
80687
|
+
"isDeprecated": false,
|
|
80688
|
+
"deprecationReason": null
|
|
80689
|
+
},
|
|
80690
|
+
{
|
|
80691
|
+
"name": "where",
|
|
80692
|
+
"description": "filter the rows returned",
|
|
80693
|
+
"type": {
|
|
80694
|
+
"kind": "INPUT_OBJECT",
|
|
80695
|
+
"name": "social_page_handles_bool_exp",
|
|
80696
|
+
"ofType": null
|
|
80697
|
+
},
|
|
80698
|
+
"defaultValue": null,
|
|
80699
|
+
"isDeprecated": false,
|
|
80700
|
+
"deprecationReason": null
|
|
80067
80701
|
}
|
|
80068
80702
|
],
|
|
80069
80703
|
"type": {
|
|
80070
|
-
"kind": "
|
|
80071
|
-
"name":
|
|
80072
|
-
"ofType":
|
|
80704
|
+
"kind": "NON_NULL",
|
|
80705
|
+
"name": null,
|
|
80706
|
+
"ofType": {
|
|
80707
|
+
"kind": "OBJECT",
|
|
80708
|
+
"name": "social_page_handles_aggregate",
|
|
80709
|
+
"ofType": null
|
|
80710
|
+
}
|
|
80073
80711
|
},
|
|
80074
80712
|
"isDeprecated": false,
|
|
80075
80713
|
"deprecationReason": null
|
|
80076
80714
|
},
|
|
80077
80715
|
{
|
|
80078
|
-
"name": "
|
|
80079
|
-
"description": "fetch data from the table in a streaming manner: \"
|
|
80716
|
+
"name": "social_page_handles_stream",
|
|
80717
|
+
"description": "fetch data from the table in a streaming manner: \"social_page_handles\"",
|
|
80080
80718
|
"args": [
|
|
80081
80719
|
{
|
|
80082
80720
|
"name": "batch_size",
|
|
@@ -80105,7 +80743,7 @@
|
|
|
80105
80743
|
"name": null,
|
|
80106
80744
|
"ofType": {
|
|
80107
80745
|
"kind": "INPUT_OBJECT",
|
|
80108
|
-
"name": "
|
|
80746
|
+
"name": "social_page_handles_stream_cursor_input",
|
|
80109
80747
|
"ofType": null
|
|
80110
80748
|
}
|
|
80111
80749
|
}
|
|
@@ -80119,7 +80757,7 @@
|
|
|
80119
80757
|
"description": "filter the rows returned",
|
|
80120
80758
|
"type": {
|
|
80121
80759
|
"kind": "INPUT_OBJECT",
|
|
80122
|
-
"name": "
|
|
80760
|
+
"name": "social_page_handles_bool_exp",
|
|
80123
80761
|
"ofType": null
|
|
80124
80762
|
},
|
|
80125
80763
|
"defaultValue": null,
|
|
@@ -80138,7 +80776,7 @@
|
|
|
80138
80776
|
"name": null,
|
|
80139
80777
|
"ofType": {
|
|
80140
80778
|
"kind": "OBJECT",
|
|
80141
|
-
"name": "
|
|
80779
|
+
"name": "social_page_handles",
|
|
80142
80780
|
"ofType": null
|
|
80143
80781
|
}
|
|
80144
80782
|
}
|
|
@@ -80148,7 +80786,7 @@
|
|
|
80148
80786
|
"deprecationReason": null
|
|
80149
80787
|
},
|
|
80150
80788
|
{
|
|
80151
|
-
"name": "
|
|
80789
|
+
"name": "social_page_metadata",
|
|
80152
80790
|
"description": "An array relationship",
|
|
80153
80791
|
"args": [
|
|
80154
80792
|
{
|
|
@@ -80162,7 +80800,7 @@
|
|
|
80162
80800
|
"name": null,
|
|
80163
80801
|
"ofType": {
|
|
80164
80802
|
"kind": "ENUM",
|
|
80165
|
-
"name": "
|
|
80803
|
+
"name": "social_page_metadata_select_column",
|
|
80166
80804
|
"ofType": null
|
|
80167
80805
|
}
|
|
80168
80806
|
}
|
|
@@ -80206,7 +80844,7 @@
|
|
|
80206
80844
|
"name": null,
|
|
80207
80845
|
"ofType": {
|
|
80208
80846
|
"kind": "INPUT_OBJECT",
|
|
80209
|
-
"name": "
|
|
80847
|
+
"name": "social_page_metadata_order_by",
|
|
80210
80848
|
"ofType": null
|
|
80211
80849
|
}
|
|
80212
80850
|
}
|
|
@@ -80220,7 +80858,7 @@
|
|
|
80220
80858
|
"description": "filter the rows returned",
|
|
80221
80859
|
"type": {
|
|
80222
80860
|
"kind": "INPUT_OBJECT",
|
|
80223
|
-
"name": "
|
|
80861
|
+
"name": "social_page_metadata_bool_exp",
|
|
80224
80862
|
"ofType": null
|
|
80225
80863
|
},
|
|
80226
80864
|
"defaultValue": null,
|
|
@@ -80239,7 +80877,7 @@
|
|
|
80239
80877
|
"name": null,
|
|
80240
80878
|
"ofType": {
|
|
80241
80879
|
"kind": "OBJECT",
|
|
80242
|
-
"name": "
|
|
80880
|
+
"name": "social_page_metadata",
|
|
80243
80881
|
"ofType": null
|
|
80244
80882
|
}
|
|
80245
80883
|
}
|
|
@@ -80249,7 +80887,7 @@
|
|
|
80249
80887
|
"deprecationReason": null
|
|
80250
80888
|
},
|
|
80251
80889
|
{
|
|
80252
|
-
"name": "
|
|
80890
|
+
"name": "social_page_metadata_aggregate",
|
|
80253
80891
|
"description": "An aggregate relationship",
|
|
80254
80892
|
"args": [
|
|
80255
80893
|
{
|
|
@@ -80263,7 +80901,7 @@
|
|
|
80263
80901
|
"name": null,
|
|
80264
80902
|
"ofType": {
|
|
80265
80903
|
"kind": "ENUM",
|
|
80266
|
-
"name": "
|
|
80904
|
+
"name": "social_page_metadata_select_column",
|
|
80267
80905
|
"ofType": null
|
|
80268
80906
|
}
|
|
80269
80907
|
}
|
|
@@ -80307,7 +80945,7 @@
|
|
|
80307
80945
|
"name": null,
|
|
80308
80946
|
"ofType": {
|
|
80309
80947
|
"kind": "INPUT_OBJECT",
|
|
80310
|
-
"name": "
|
|
80948
|
+
"name": "social_page_metadata_order_by",
|
|
80311
80949
|
"ofType": null
|
|
80312
80950
|
}
|
|
80313
80951
|
}
|
|
@@ -80321,7 +80959,7 @@
|
|
|
80321
80959
|
"description": "filter the rows returned",
|
|
80322
80960
|
"type": {
|
|
80323
80961
|
"kind": "INPUT_OBJECT",
|
|
80324
|
-
"name": "
|
|
80962
|
+
"name": "social_page_metadata_bool_exp",
|
|
80325
80963
|
"ofType": null
|
|
80326
80964
|
},
|
|
80327
80965
|
"defaultValue": null,
|
|
@@ -80334,7 +80972,7 @@
|
|
|
80334
80972
|
"name": null,
|
|
80335
80973
|
"ofType": {
|
|
80336
80974
|
"kind": "OBJECT",
|
|
80337
|
-
"name": "
|
|
80975
|
+
"name": "social_page_metadata_aggregate",
|
|
80338
80976
|
"ofType": null
|
|
80339
80977
|
}
|
|
80340
80978
|
},
|
|
@@ -80342,8 +80980,8 @@
|
|
|
80342
80980
|
"deprecationReason": null
|
|
80343
80981
|
},
|
|
80344
80982
|
{
|
|
80345
|
-
"name": "
|
|
80346
|
-
"description": "fetch data from the table: \"
|
|
80983
|
+
"name": "social_page_metadata_by_pk",
|
|
80984
|
+
"description": "fetch data from the table: \"social_page_metadata\" using primary key columns",
|
|
80347
80985
|
"args": [
|
|
80348
80986
|
{
|
|
80349
80987
|
"name": "id",
|
|
@@ -80364,15 +81002,15 @@
|
|
|
80364
81002
|
],
|
|
80365
81003
|
"type": {
|
|
80366
81004
|
"kind": "OBJECT",
|
|
80367
|
-
"name": "
|
|
81005
|
+
"name": "social_page_metadata",
|
|
80368
81006
|
"ofType": null
|
|
80369
81007
|
},
|
|
80370
81008
|
"isDeprecated": false,
|
|
80371
81009
|
"deprecationReason": null
|
|
80372
81010
|
},
|
|
80373
81011
|
{
|
|
80374
|
-
"name": "
|
|
80375
|
-
"description": "fetch data from the table in a streaming manner: \"
|
|
81012
|
+
"name": "social_page_metadata_stream",
|
|
81013
|
+
"description": "fetch data from the table in a streaming manner: \"social_page_metadata\"",
|
|
80376
81014
|
"args": [
|
|
80377
81015
|
{
|
|
80378
81016
|
"name": "batch_size",
|
|
@@ -80401,7 +81039,7 @@
|
|
|
80401
81039
|
"name": null,
|
|
80402
81040
|
"ofType": {
|
|
80403
81041
|
"kind": "INPUT_OBJECT",
|
|
80404
|
-
"name": "
|
|
81042
|
+
"name": "social_page_metadata_stream_cursor_input",
|
|
80405
81043
|
"ofType": null
|
|
80406
81044
|
}
|
|
80407
81045
|
}
|
|
@@ -80415,7 +81053,7 @@
|
|
|
80415
81053
|
"description": "filter the rows returned",
|
|
80416
81054
|
"type": {
|
|
80417
81055
|
"kind": "INPUT_OBJECT",
|
|
80418
|
-
"name": "
|
|
81056
|
+
"name": "social_page_metadata_bool_exp",
|
|
80419
81057
|
"ofType": null
|
|
80420
81058
|
},
|
|
80421
81059
|
"defaultValue": null,
|
|
@@ -80434,7 +81072,7 @@
|
|
|
80434
81072
|
"name": null,
|
|
80435
81073
|
"ofType": {
|
|
80436
81074
|
"kind": "OBJECT",
|
|
80437
|
-
"name": "
|
|
81075
|
+
"name": "social_page_metadata",
|
|
80438
81076
|
"ofType": null
|
|
80439
81077
|
}
|
|
80440
81078
|
}
|
|
@@ -80444,8 +81082,8 @@
|
|
|
80444
81082
|
"deprecationReason": null
|
|
80445
81083
|
},
|
|
80446
81084
|
{
|
|
80447
|
-
"name": "
|
|
80448
|
-
"description": "
|
|
81085
|
+
"name": "social_page_posts",
|
|
81086
|
+
"description": "An array relationship",
|
|
80449
81087
|
"args": [
|
|
80450
81088
|
{
|
|
80451
81089
|
"name": "distinct_on",
|
|
@@ -80458,7 +81096,7 @@
|
|
|
80458
81096
|
"name": null,
|
|
80459
81097
|
"ofType": {
|
|
80460
81098
|
"kind": "ENUM",
|
|
80461
|
-
"name": "
|
|
81099
|
+
"name": "social_page_posts_select_column",
|
|
80462
81100
|
"ofType": null
|
|
80463
81101
|
}
|
|
80464
81102
|
}
|
|
@@ -80502,7 +81140,7 @@
|
|
|
80502
81140
|
"name": null,
|
|
80503
81141
|
"ofType": {
|
|
80504
81142
|
"kind": "INPUT_OBJECT",
|
|
80505
|
-
"name": "
|
|
81143
|
+
"name": "social_page_posts_order_by",
|
|
80506
81144
|
"ofType": null
|
|
80507
81145
|
}
|
|
80508
81146
|
}
|
|
@@ -80516,7 +81154,7 @@
|
|
|
80516
81154
|
"description": "filter the rows returned",
|
|
80517
81155
|
"type": {
|
|
80518
81156
|
"kind": "INPUT_OBJECT",
|
|
80519
|
-
"name": "
|
|
81157
|
+
"name": "social_page_posts_bool_exp",
|
|
80520
81158
|
"ofType": null
|
|
80521
81159
|
},
|
|
80522
81160
|
"defaultValue": null,
|
|
@@ -80535,7 +81173,7 @@
|
|
|
80535
81173
|
"name": null,
|
|
80536
81174
|
"ofType": {
|
|
80537
81175
|
"kind": "OBJECT",
|
|
80538
|
-
"name": "
|
|
81176
|
+
"name": "social_page_posts",
|
|
80539
81177
|
"ofType": null
|
|
80540
81178
|
}
|
|
80541
81179
|
}
|
|
@@ -80545,8 +81183,8 @@
|
|
|
80545
81183
|
"deprecationReason": null
|
|
80546
81184
|
},
|
|
80547
81185
|
{
|
|
80548
|
-
"name": "
|
|
80549
|
-
"description": "
|
|
81186
|
+
"name": "social_page_posts_aggregate",
|
|
81187
|
+
"description": "An aggregate relationship",
|
|
80550
81188
|
"args": [
|
|
80551
81189
|
{
|
|
80552
81190
|
"name": "distinct_on",
|
|
@@ -80559,7 +81197,7 @@
|
|
|
80559
81197
|
"name": null,
|
|
80560
81198
|
"ofType": {
|
|
80561
81199
|
"kind": "ENUM",
|
|
80562
|
-
"name": "
|
|
81200
|
+
"name": "social_page_posts_select_column",
|
|
80563
81201
|
"ofType": null
|
|
80564
81202
|
}
|
|
80565
81203
|
}
|
|
@@ -80603,7 +81241,7 @@
|
|
|
80603
81241
|
"name": null,
|
|
80604
81242
|
"ofType": {
|
|
80605
81243
|
"kind": "INPUT_OBJECT",
|
|
80606
|
-
"name": "
|
|
81244
|
+
"name": "social_page_posts_order_by",
|
|
80607
81245
|
"ofType": null
|
|
80608
81246
|
}
|
|
80609
81247
|
}
|
|
@@ -80617,7 +81255,7 @@
|
|
|
80617
81255
|
"description": "filter the rows returned",
|
|
80618
81256
|
"type": {
|
|
80619
81257
|
"kind": "INPUT_OBJECT",
|
|
80620
|
-
"name": "
|
|
81258
|
+
"name": "social_page_posts_bool_exp",
|
|
80621
81259
|
"ofType": null
|
|
80622
81260
|
},
|
|
80623
81261
|
"defaultValue": null,
|
|
@@ -80630,7 +81268,7 @@
|
|
|
80630
81268
|
"name": null,
|
|
80631
81269
|
"ofType": {
|
|
80632
81270
|
"kind": "OBJECT",
|
|
80633
|
-
"name": "
|
|
81271
|
+
"name": "social_page_posts_aggregate",
|
|
80634
81272
|
"ofType": null
|
|
80635
81273
|
}
|
|
80636
81274
|
},
|
|
@@ -80638,8 +81276,8 @@
|
|
|
80638
81276
|
"deprecationReason": null
|
|
80639
81277
|
},
|
|
80640
81278
|
{
|
|
80641
|
-
"name": "
|
|
80642
|
-
"description": "fetch data from the table: \"
|
|
81279
|
+
"name": "social_page_posts_by_pk",
|
|
81280
|
+
"description": "fetch data from the table: \"social_page_posts\" using primary key columns",
|
|
80643
81281
|
"args": [
|
|
80644
81282
|
{
|
|
80645
81283
|
"name": "id",
|
|
@@ -80660,15 +81298,15 @@
|
|
|
80660
81298
|
],
|
|
80661
81299
|
"type": {
|
|
80662
81300
|
"kind": "OBJECT",
|
|
80663
|
-
"name": "
|
|
81301
|
+
"name": "social_page_posts",
|
|
80664
81302
|
"ofType": null
|
|
80665
81303
|
},
|
|
80666
81304
|
"isDeprecated": false,
|
|
80667
81305
|
"deprecationReason": null
|
|
80668
81306
|
},
|
|
80669
81307
|
{
|
|
80670
|
-
"name": "
|
|
80671
|
-
"description": "fetch data from the table in a streaming manner: \"
|
|
81308
|
+
"name": "social_page_posts_stream",
|
|
81309
|
+
"description": "fetch data from the table in a streaming manner: \"social_page_posts\"",
|
|
80672
81310
|
"args": [
|
|
80673
81311
|
{
|
|
80674
81312
|
"name": "batch_size",
|
|
@@ -80697,7 +81335,7 @@
|
|
|
80697
81335
|
"name": null,
|
|
80698
81336
|
"ofType": {
|
|
80699
81337
|
"kind": "INPUT_OBJECT",
|
|
80700
|
-
"name": "
|
|
81338
|
+
"name": "social_page_posts_stream_cursor_input",
|
|
80701
81339
|
"ofType": null
|
|
80702
81340
|
}
|
|
80703
81341
|
}
|
|
@@ -80711,7 +81349,7 @@
|
|
|
80711
81349
|
"description": "filter the rows returned",
|
|
80712
81350
|
"type": {
|
|
80713
81351
|
"kind": "INPUT_OBJECT",
|
|
80714
|
-
"name": "
|
|
81352
|
+
"name": "social_page_posts_bool_exp",
|
|
80715
81353
|
"ofType": null
|
|
80716
81354
|
},
|
|
80717
81355
|
"defaultValue": null,
|
|
@@ -80730,7 +81368,7 @@
|
|
|
80730
81368
|
"name": null,
|
|
80731
81369
|
"ofType": {
|
|
80732
81370
|
"kind": "OBJECT",
|
|
80733
|
-
"name": "
|
|
81371
|
+
"name": "social_page_posts",
|
|
80734
81372
|
"ofType": null
|
|
80735
81373
|
}
|
|
80736
81374
|
}
|
|
@@ -80740,8 +81378,8 @@
|
|
|
80740
81378
|
"deprecationReason": null
|
|
80741
81379
|
},
|
|
80742
81380
|
{
|
|
80743
|
-
"name": "
|
|
80744
|
-
"description": "fetch data from the table: \"
|
|
81381
|
+
"name": "verified_addresses",
|
|
81382
|
+
"description": "fetch data from the table: \"verified_addresses\"",
|
|
80745
81383
|
"args": [
|
|
80746
81384
|
{
|
|
80747
81385
|
"name": "distinct_on",
|
|
@@ -80754,7 +81392,7 @@
|
|
|
80754
81392
|
"name": null,
|
|
80755
81393
|
"ofType": {
|
|
80756
81394
|
"kind": "ENUM",
|
|
80757
|
-
"name": "
|
|
81395
|
+
"name": "verified_addresses_select_column",
|
|
80758
81396
|
"ofType": null
|
|
80759
81397
|
}
|
|
80760
81398
|
}
|
|
@@ -80798,7 +81436,7 @@
|
|
|
80798
81436
|
"name": null,
|
|
80799
81437
|
"ofType": {
|
|
80800
81438
|
"kind": "INPUT_OBJECT",
|
|
80801
|
-
"name": "
|
|
81439
|
+
"name": "verified_addresses_order_by",
|
|
80802
81440
|
"ofType": null
|
|
80803
81441
|
}
|
|
80804
81442
|
}
|
|
@@ -80812,7 +81450,7 @@
|
|
|
80812
81450
|
"description": "filter the rows returned",
|
|
80813
81451
|
"type": {
|
|
80814
81452
|
"kind": "INPUT_OBJECT",
|
|
80815
|
-
"name": "
|
|
81453
|
+
"name": "verified_addresses_bool_exp",
|
|
80816
81454
|
"ofType": null
|
|
80817
81455
|
},
|
|
80818
81456
|
"defaultValue": null,
|
|
@@ -80831,7 +81469,7 @@
|
|
|
80831
81469
|
"name": null,
|
|
80832
81470
|
"ofType": {
|
|
80833
81471
|
"kind": "OBJECT",
|
|
80834
|
-
"name": "
|
|
81472
|
+
"name": "verified_addresses",
|
|
80835
81473
|
"ofType": null
|
|
80836
81474
|
}
|
|
80837
81475
|
}
|
|
@@ -80841,8 +81479,8 @@
|
|
|
80841
81479
|
"deprecationReason": null
|
|
80842
81480
|
},
|
|
80843
81481
|
{
|
|
80844
|
-
"name": "
|
|
80845
|
-
"description": "fetch aggregated fields from the table: \"
|
|
81482
|
+
"name": "verified_addresses_aggregate",
|
|
81483
|
+
"description": "fetch aggregated fields from the table: \"verified_addresses\"",
|
|
80846
81484
|
"args": [
|
|
80847
81485
|
{
|
|
80848
81486
|
"name": "distinct_on",
|
|
@@ -80855,7 +81493,7 @@
|
|
|
80855
81493
|
"name": null,
|
|
80856
81494
|
"ofType": {
|
|
80857
81495
|
"kind": "ENUM",
|
|
80858
|
-
"name": "
|
|
81496
|
+
"name": "verified_addresses_select_column",
|
|
80859
81497
|
"ofType": null
|
|
80860
81498
|
}
|
|
80861
81499
|
}
|
|
@@ -80899,7 +81537,7 @@
|
|
|
80899
81537
|
"name": null,
|
|
80900
81538
|
"ofType": {
|
|
80901
81539
|
"kind": "INPUT_OBJECT",
|
|
80902
|
-
"name": "
|
|
81540
|
+
"name": "verified_addresses_order_by",
|
|
80903
81541
|
"ofType": null
|
|
80904
81542
|
}
|
|
80905
81543
|
}
|
|
@@ -80913,7 +81551,7 @@
|
|
|
80913
81551
|
"description": "filter the rows returned",
|
|
80914
81552
|
"type": {
|
|
80915
81553
|
"kind": "INPUT_OBJECT",
|
|
80916
|
-
"name": "
|
|
81554
|
+
"name": "verified_addresses_bool_exp",
|
|
80917
81555
|
"ofType": null
|
|
80918
81556
|
},
|
|
80919
81557
|
"defaultValue": null,
|
|
@@ -80926,7 +81564,7 @@
|
|
|
80926
81564
|
"name": null,
|
|
80927
81565
|
"ofType": {
|
|
80928
81566
|
"kind": "OBJECT",
|
|
80929
|
-
"name": "
|
|
81567
|
+
"name": "verified_addresses_aggregate",
|
|
80930
81568
|
"ofType": null
|
|
80931
81569
|
}
|
|
80932
81570
|
},
|
|
@@ -80934,8 +81572,8 @@
|
|
|
80934
81572
|
"deprecationReason": null
|
|
80935
81573
|
},
|
|
80936
81574
|
{
|
|
80937
|
-
"name": "
|
|
80938
|
-
"description": "fetch data from the table: \"
|
|
81575
|
+
"name": "verified_addresses_by_pk",
|
|
81576
|
+
"description": "fetch data from the table: \"verified_addresses\" using primary key columns",
|
|
80939
81577
|
"args": [
|
|
80940
81578
|
{
|
|
80941
81579
|
"name": "id",
|
|
@@ -80956,15 +81594,15 @@
|
|
|
80956
81594
|
],
|
|
80957
81595
|
"type": {
|
|
80958
81596
|
"kind": "OBJECT",
|
|
80959
|
-
"name": "
|
|
81597
|
+
"name": "verified_addresses",
|
|
80960
81598
|
"ofType": null
|
|
80961
81599
|
},
|
|
80962
81600
|
"isDeprecated": false,
|
|
80963
81601
|
"deprecationReason": null
|
|
80964
81602
|
},
|
|
80965
81603
|
{
|
|
80966
|
-
"name": "
|
|
80967
|
-
"description": "fetch data from the table in a streaming manner: \"
|
|
81604
|
+
"name": "verified_addresses_stream",
|
|
81605
|
+
"description": "fetch data from the table in a streaming manner: \"verified_addresses\"",
|
|
80968
81606
|
"args": [
|
|
80969
81607
|
{
|
|
80970
81608
|
"name": "batch_size",
|
|
@@ -80993,7 +81631,7 @@
|
|
|
80993
81631
|
"name": null,
|
|
80994
81632
|
"ofType": {
|
|
80995
81633
|
"kind": "INPUT_OBJECT",
|
|
80996
|
-
"name": "
|
|
81634
|
+
"name": "verified_addresses_stream_cursor_input",
|
|
80997
81635
|
"ofType": null
|
|
80998
81636
|
}
|
|
80999
81637
|
}
|
|
@@ -81007,7 +81645,7 @@
|
|
|
81007
81645
|
"description": "filter the rows returned",
|
|
81008
81646
|
"type": {
|
|
81009
81647
|
"kind": "INPUT_OBJECT",
|
|
81010
|
-
"name": "
|
|
81648
|
+
"name": "verified_addresses_bool_exp",
|
|
81011
81649
|
"ofType": null
|
|
81012
81650
|
},
|
|
81013
81651
|
"defaultValue": null,
|
|
@@ -81026,7 +81664,7 @@
|
|
|
81026
81664
|
"name": null,
|
|
81027
81665
|
"ofType": {
|
|
81028
81666
|
"kind": "OBJECT",
|
|
81029
|
-
"name": "
|
|
81667
|
+
"name": "verified_addresses",
|
|
81030
81668
|
"ofType": null
|
|
81031
81669
|
}
|
|
81032
81670
|
}
|
|
@@ -81036,8 +81674,8 @@
|
|
|
81036
81674
|
"deprecationReason": null
|
|
81037
81675
|
},
|
|
81038
81676
|
{
|
|
81039
|
-
"name": "
|
|
81040
|
-
"description": "
|
|
81677
|
+
"name": "website_blacklist",
|
|
81678
|
+
"description": "fetch data from the table: \"website_blacklist\"",
|
|
81041
81679
|
"args": [
|
|
81042
81680
|
{
|
|
81043
81681
|
"name": "distinct_on",
|
|
@@ -81050,7 +81688,7 @@
|
|
|
81050
81688
|
"name": null,
|
|
81051
81689
|
"ofType": {
|
|
81052
81690
|
"kind": "ENUM",
|
|
81053
|
-
"name": "
|
|
81691
|
+
"name": "website_blacklist_select_column",
|
|
81054
81692
|
"ofType": null
|
|
81055
81693
|
}
|
|
81056
81694
|
}
|
|
@@ -81094,7 +81732,7 @@
|
|
|
81094
81732
|
"name": null,
|
|
81095
81733
|
"ofType": {
|
|
81096
81734
|
"kind": "INPUT_OBJECT",
|
|
81097
|
-
"name": "
|
|
81735
|
+
"name": "website_blacklist_order_by",
|
|
81098
81736
|
"ofType": null
|
|
81099
81737
|
}
|
|
81100
81738
|
}
|
|
@@ -81108,7 +81746,7 @@
|
|
|
81108
81746
|
"description": "filter the rows returned",
|
|
81109
81747
|
"type": {
|
|
81110
81748
|
"kind": "INPUT_OBJECT",
|
|
81111
|
-
"name": "
|
|
81749
|
+
"name": "website_blacklist_bool_exp",
|
|
81112
81750
|
"ofType": null
|
|
81113
81751
|
},
|
|
81114
81752
|
"defaultValue": null,
|
|
@@ -81127,7 +81765,7 @@
|
|
|
81127
81765
|
"name": null,
|
|
81128
81766
|
"ofType": {
|
|
81129
81767
|
"kind": "OBJECT",
|
|
81130
|
-
"name": "
|
|
81768
|
+
"name": "website_blacklist",
|
|
81131
81769
|
"ofType": null
|
|
81132
81770
|
}
|
|
81133
81771
|
}
|
|
@@ -81137,8 +81775,8 @@
|
|
|
81137
81775
|
"deprecationReason": null
|
|
81138
81776
|
},
|
|
81139
81777
|
{
|
|
81140
|
-
"name": "
|
|
81141
|
-
"description": "
|
|
81778
|
+
"name": "website_blacklist_aggregate",
|
|
81779
|
+
"description": "fetch aggregated fields from the table: \"website_blacklist\"",
|
|
81142
81780
|
"args": [
|
|
81143
81781
|
{
|
|
81144
81782
|
"name": "distinct_on",
|
|
@@ -81151,7 +81789,7 @@
|
|
|
81151
81789
|
"name": null,
|
|
81152
81790
|
"ofType": {
|
|
81153
81791
|
"kind": "ENUM",
|
|
81154
|
-
"name": "
|
|
81792
|
+
"name": "website_blacklist_select_column",
|
|
81155
81793
|
"ofType": null
|
|
81156
81794
|
}
|
|
81157
81795
|
}
|
|
@@ -81195,7 +81833,7 @@
|
|
|
81195
81833
|
"name": null,
|
|
81196
81834
|
"ofType": {
|
|
81197
81835
|
"kind": "INPUT_OBJECT",
|
|
81198
|
-
"name": "
|
|
81836
|
+
"name": "website_blacklist_order_by",
|
|
81199
81837
|
"ofType": null
|
|
81200
81838
|
}
|
|
81201
81839
|
}
|
|
@@ -81209,7 +81847,7 @@
|
|
|
81209
81847
|
"description": "filter the rows returned",
|
|
81210
81848
|
"type": {
|
|
81211
81849
|
"kind": "INPUT_OBJECT",
|
|
81212
|
-
"name": "
|
|
81850
|
+
"name": "website_blacklist_bool_exp",
|
|
81213
81851
|
"ofType": null
|
|
81214
81852
|
},
|
|
81215
81853
|
"defaultValue": null,
|
|
@@ -81222,7 +81860,7 @@
|
|
|
81222
81860
|
"name": null,
|
|
81223
81861
|
"ofType": {
|
|
81224
81862
|
"kind": "OBJECT",
|
|
81225
|
-
"name": "
|
|
81863
|
+
"name": "website_blacklist_aggregate",
|
|
81226
81864
|
"ofType": null
|
|
81227
81865
|
}
|
|
81228
81866
|
},
|
|
@@ -81230,8 +81868,8 @@
|
|
|
81230
81868
|
"deprecationReason": null
|
|
81231
81869
|
},
|
|
81232
81870
|
{
|
|
81233
|
-
"name": "
|
|
81234
|
-
"description": "fetch data from the table: \"
|
|
81871
|
+
"name": "website_blacklist_by_pk",
|
|
81872
|
+
"description": "fetch data from the table: \"website_blacklist\" using primary key columns",
|
|
81235
81873
|
"args": [
|
|
81236
81874
|
{
|
|
81237
81875
|
"name": "id",
|
|
@@ -81252,15 +81890,15 @@
|
|
|
81252
81890
|
],
|
|
81253
81891
|
"type": {
|
|
81254
81892
|
"kind": "OBJECT",
|
|
81255
|
-
"name": "
|
|
81893
|
+
"name": "website_blacklist",
|
|
81256
81894
|
"ofType": null
|
|
81257
81895
|
},
|
|
81258
81896
|
"isDeprecated": false,
|
|
81259
81897
|
"deprecationReason": null
|
|
81260
81898
|
},
|
|
81261
81899
|
{
|
|
81262
|
-
"name": "
|
|
81263
|
-
"description": "fetch data from the table in a streaming manner: \"
|
|
81900
|
+
"name": "website_blacklist_stream",
|
|
81901
|
+
"description": "fetch data from the table in a streaming manner: \"website_blacklist\"",
|
|
81264
81902
|
"args": [
|
|
81265
81903
|
{
|
|
81266
81904
|
"name": "batch_size",
|
|
@@ -81289,7 +81927,7 @@
|
|
|
81289
81927
|
"name": null,
|
|
81290
81928
|
"ofType": {
|
|
81291
81929
|
"kind": "INPUT_OBJECT",
|
|
81292
|
-
"name": "
|
|
81930
|
+
"name": "website_blacklist_stream_cursor_input",
|
|
81293
81931
|
"ofType": null
|
|
81294
81932
|
}
|
|
81295
81933
|
}
|
|
@@ -81303,7 +81941,7 @@
|
|
|
81303
81941
|
"description": "filter the rows returned",
|
|
81304
81942
|
"type": {
|
|
81305
81943
|
"kind": "INPUT_OBJECT",
|
|
81306
|
-
"name": "
|
|
81944
|
+
"name": "website_blacklist_bool_exp",
|
|
81307
81945
|
"ofType": null
|
|
81308
81946
|
},
|
|
81309
81947
|
"defaultValue": null,
|
|
@@ -81322,7 +81960,7 @@
|
|
|
81322
81960
|
"name": null,
|
|
81323
81961
|
"ofType": {
|
|
81324
81962
|
"kind": "OBJECT",
|
|
81325
|
-
"name": "
|
|
81963
|
+
"name": "website_blacklist",
|
|
81326
81964
|
"ofType": null
|
|
81327
81965
|
}
|
|
81328
81966
|
}
|
|
@@ -81332,7 +81970,7 @@
|
|
|
81332
81970
|
"deprecationReason": null
|
|
81333
81971
|
},
|
|
81334
81972
|
{
|
|
81335
|
-
"name": "
|
|
81973
|
+
"name": "website_url_emails",
|
|
81336
81974
|
"description": "An array relationship",
|
|
81337
81975
|
"args": [
|
|
81338
81976
|
{
|
|
@@ -81346,7 +81984,7 @@
|
|
|
81346
81984
|
"name": null,
|
|
81347
81985
|
"ofType": {
|
|
81348
81986
|
"kind": "ENUM",
|
|
81349
|
-
"name": "
|
|
81987
|
+
"name": "website_url_emails_select_column",
|
|
81350
81988
|
"ofType": null
|
|
81351
81989
|
}
|
|
81352
81990
|
}
|
|
@@ -81390,7 +82028,7 @@
|
|
|
81390
82028
|
"name": null,
|
|
81391
82029
|
"ofType": {
|
|
81392
82030
|
"kind": "INPUT_OBJECT",
|
|
81393
|
-
"name": "
|
|
82031
|
+
"name": "website_url_emails_order_by",
|
|
81394
82032
|
"ofType": null
|
|
81395
82033
|
}
|
|
81396
82034
|
}
|
|
@@ -81404,7 +82042,7 @@
|
|
|
81404
82042
|
"description": "filter the rows returned",
|
|
81405
82043
|
"type": {
|
|
81406
82044
|
"kind": "INPUT_OBJECT",
|
|
81407
|
-
"name": "
|
|
82045
|
+
"name": "website_url_emails_bool_exp",
|
|
81408
82046
|
"ofType": null
|
|
81409
82047
|
},
|
|
81410
82048
|
"defaultValue": null,
|
|
@@ -81423,7 +82061,7 @@
|
|
|
81423
82061
|
"name": null,
|
|
81424
82062
|
"ofType": {
|
|
81425
82063
|
"kind": "OBJECT",
|
|
81426
|
-
"name": "
|
|
82064
|
+
"name": "website_url_emails",
|
|
81427
82065
|
"ofType": null
|
|
81428
82066
|
}
|
|
81429
82067
|
}
|
|
@@ -81433,7 +82071,7 @@
|
|
|
81433
82071
|
"deprecationReason": null
|
|
81434
82072
|
},
|
|
81435
82073
|
{
|
|
81436
|
-
"name": "
|
|
82074
|
+
"name": "website_url_emails_aggregate",
|
|
81437
82075
|
"description": "An aggregate relationship",
|
|
81438
82076
|
"args": [
|
|
81439
82077
|
{
|
|
@@ -81447,7 +82085,7 @@
|
|
|
81447
82085
|
"name": null,
|
|
81448
82086
|
"ofType": {
|
|
81449
82087
|
"kind": "ENUM",
|
|
81450
|
-
"name": "
|
|
82088
|
+
"name": "website_url_emails_select_column",
|
|
81451
82089
|
"ofType": null
|
|
81452
82090
|
}
|
|
81453
82091
|
}
|
|
@@ -81491,7 +82129,7 @@
|
|
|
81491
82129
|
"name": null,
|
|
81492
82130
|
"ofType": {
|
|
81493
82131
|
"kind": "INPUT_OBJECT",
|
|
81494
|
-
"name": "
|
|
82132
|
+
"name": "website_url_emails_order_by",
|
|
81495
82133
|
"ofType": null
|
|
81496
82134
|
}
|
|
81497
82135
|
}
|
|
@@ -81505,7 +82143,7 @@
|
|
|
81505
82143
|
"description": "filter the rows returned",
|
|
81506
82144
|
"type": {
|
|
81507
82145
|
"kind": "INPUT_OBJECT",
|
|
81508
|
-
"name": "
|
|
82146
|
+
"name": "website_url_emails_bool_exp",
|
|
81509
82147
|
"ofType": null
|
|
81510
82148
|
},
|
|
81511
82149
|
"defaultValue": null,
|
|
@@ -81518,7 +82156,7 @@
|
|
|
81518
82156
|
"name": null,
|
|
81519
82157
|
"ofType": {
|
|
81520
82158
|
"kind": "OBJECT",
|
|
81521
|
-
"name": "
|
|
82159
|
+
"name": "website_url_emails_aggregate",
|
|
81522
82160
|
"ofType": null
|
|
81523
82161
|
}
|
|
81524
82162
|
},
|
|
@@ -81526,8 +82164,8 @@
|
|
|
81526
82164
|
"deprecationReason": null
|
|
81527
82165
|
},
|
|
81528
82166
|
{
|
|
81529
|
-
"name": "
|
|
81530
|
-
"description": "fetch data from the table: \"
|
|
82167
|
+
"name": "website_url_emails_by_pk",
|
|
82168
|
+
"description": "fetch data from the table: \"website_url_emails\" using primary key columns",
|
|
81531
82169
|
"args": [
|
|
81532
82170
|
{
|
|
81533
82171
|
"name": "id",
|
|
@@ -81548,15 +82186,15 @@
|
|
|
81548
82186
|
],
|
|
81549
82187
|
"type": {
|
|
81550
82188
|
"kind": "OBJECT",
|
|
81551
|
-
"name": "
|
|
82189
|
+
"name": "website_url_emails",
|
|
81552
82190
|
"ofType": null
|
|
81553
82191
|
},
|
|
81554
82192
|
"isDeprecated": false,
|
|
81555
82193
|
"deprecationReason": null
|
|
81556
82194
|
},
|
|
81557
82195
|
{
|
|
81558
|
-
"name": "
|
|
81559
|
-
"description": "fetch data from the table in a streaming manner: \"
|
|
82196
|
+
"name": "website_url_emails_stream",
|
|
82197
|
+
"description": "fetch data from the table in a streaming manner: \"website_url_emails\"",
|
|
81560
82198
|
"args": [
|
|
81561
82199
|
{
|
|
81562
82200
|
"name": "batch_size",
|
|
@@ -81585,7 +82223,7 @@
|
|
|
81585
82223
|
"name": null,
|
|
81586
82224
|
"ofType": {
|
|
81587
82225
|
"kind": "INPUT_OBJECT",
|
|
81588
|
-
"name": "
|
|
82226
|
+
"name": "website_url_emails_stream_cursor_input",
|
|
81589
82227
|
"ofType": null
|
|
81590
82228
|
}
|
|
81591
82229
|
}
|
|
@@ -81599,7 +82237,7 @@
|
|
|
81599
82237
|
"description": "filter the rows returned",
|
|
81600
82238
|
"type": {
|
|
81601
82239
|
"kind": "INPUT_OBJECT",
|
|
81602
|
-
"name": "
|
|
82240
|
+
"name": "website_url_emails_bool_exp",
|
|
81603
82241
|
"ofType": null
|
|
81604
82242
|
},
|
|
81605
82243
|
"defaultValue": null,
|
|
@@ -81618,7 +82256,7 @@
|
|
|
81618
82256
|
"name": null,
|
|
81619
82257
|
"ofType": {
|
|
81620
82258
|
"kind": "OBJECT",
|
|
81621
|
-
"name": "
|
|
82259
|
+
"name": "website_url_emails",
|
|
81622
82260
|
"ofType": null
|
|
81623
82261
|
}
|
|
81624
82262
|
}
|
|
@@ -81628,7 +82266,7 @@
|
|
|
81628
82266
|
"deprecationReason": null
|
|
81629
82267
|
},
|
|
81630
82268
|
{
|
|
81631
|
-
"name": "
|
|
82269
|
+
"name": "website_url_phone_numbers",
|
|
81632
82270
|
"description": "An array relationship",
|
|
81633
82271
|
"args": [
|
|
81634
82272
|
{
|
|
@@ -81642,7 +82280,7 @@
|
|
|
81642
82280
|
"name": null,
|
|
81643
82281
|
"ofType": {
|
|
81644
82282
|
"kind": "ENUM",
|
|
81645
|
-
"name": "
|
|
82283
|
+
"name": "website_url_phone_numbers_select_column",
|
|
81646
82284
|
"ofType": null
|
|
81647
82285
|
}
|
|
81648
82286
|
}
|
|
@@ -81686,7 +82324,7 @@
|
|
|
81686
82324
|
"name": null,
|
|
81687
82325
|
"ofType": {
|
|
81688
82326
|
"kind": "INPUT_OBJECT",
|
|
81689
|
-
"name": "
|
|
82327
|
+
"name": "website_url_phone_numbers_order_by",
|
|
81690
82328
|
"ofType": null
|
|
81691
82329
|
}
|
|
81692
82330
|
}
|
|
@@ -81700,7 +82338,7 @@
|
|
|
81700
82338
|
"description": "filter the rows returned",
|
|
81701
82339
|
"type": {
|
|
81702
82340
|
"kind": "INPUT_OBJECT",
|
|
81703
|
-
"name": "
|
|
82341
|
+
"name": "website_url_phone_numbers_bool_exp",
|
|
81704
82342
|
"ofType": null
|
|
81705
82343
|
},
|
|
81706
82344
|
"defaultValue": null,
|
|
@@ -81719,7 +82357,7 @@
|
|
|
81719
82357
|
"name": null,
|
|
81720
82358
|
"ofType": {
|
|
81721
82359
|
"kind": "OBJECT",
|
|
81722
|
-
"name": "
|
|
82360
|
+
"name": "website_url_phone_numbers",
|
|
81723
82361
|
"ofType": null
|
|
81724
82362
|
}
|
|
81725
82363
|
}
|
|
@@ -81729,7 +82367,7 @@
|
|
|
81729
82367
|
"deprecationReason": null
|
|
81730
82368
|
},
|
|
81731
82369
|
{
|
|
81732
|
-
"name": "
|
|
82370
|
+
"name": "website_url_phone_numbers_aggregate",
|
|
81733
82371
|
"description": "An aggregate relationship",
|
|
81734
82372
|
"args": [
|
|
81735
82373
|
{
|
|
@@ -81743,7 +82381,7 @@
|
|
|
81743
82381
|
"name": null,
|
|
81744
82382
|
"ofType": {
|
|
81745
82383
|
"kind": "ENUM",
|
|
81746
|
-
"name": "
|
|
82384
|
+
"name": "website_url_phone_numbers_select_column",
|
|
81747
82385
|
"ofType": null
|
|
81748
82386
|
}
|
|
81749
82387
|
}
|
|
@@ -81787,7 +82425,7 @@
|
|
|
81787
82425
|
"name": null,
|
|
81788
82426
|
"ofType": {
|
|
81789
82427
|
"kind": "INPUT_OBJECT",
|
|
81790
|
-
"name": "
|
|
82428
|
+
"name": "website_url_phone_numbers_order_by",
|
|
81791
82429
|
"ofType": null
|
|
81792
82430
|
}
|
|
81793
82431
|
}
|
|
@@ -81801,7 +82439,7 @@
|
|
|
81801
82439
|
"description": "filter the rows returned",
|
|
81802
82440
|
"type": {
|
|
81803
82441
|
"kind": "INPUT_OBJECT",
|
|
81804
|
-
"name": "
|
|
82442
|
+
"name": "website_url_phone_numbers_bool_exp",
|
|
81805
82443
|
"ofType": null
|
|
81806
82444
|
},
|
|
81807
82445
|
"defaultValue": null,
|
|
@@ -81814,7 +82452,7 @@
|
|
|
81814
82452
|
"name": null,
|
|
81815
82453
|
"ofType": {
|
|
81816
82454
|
"kind": "OBJECT",
|
|
81817
|
-
"name": "
|
|
82455
|
+
"name": "website_url_phone_numbers_aggregate",
|
|
81818
82456
|
"ofType": null
|
|
81819
82457
|
}
|
|
81820
82458
|
},
|
|
@@ -81822,8 +82460,8 @@
|
|
|
81822
82460
|
"deprecationReason": null
|
|
81823
82461
|
},
|
|
81824
82462
|
{
|
|
81825
|
-
"name": "
|
|
81826
|
-
"description": "fetch data from the table: \"
|
|
82463
|
+
"name": "website_url_phone_numbers_by_pk",
|
|
82464
|
+
"description": "fetch data from the table: \"website_url_phone_numbers\" using primary key columns",
|
|
81827
82465
|
"args": [
|
|
81828
82466
|
{
|
|
81829
82467
|
"name": "id",
|
|
@@ -81844,15 +82482,15 @@
|
|
|
81844
82482
|
],
|
|
81845
82483
|
"type": {
|
|
81846
82484
|
"kind": "OBJECT",
|
|
81847
|
-
"name": "
|
|
82485
|
+
"name": "website_url_phone_numbers",
|
|
81848
82486
|
"ofType": null
|
|
81849
82487
|
},
|
|
81850
82488
|
"isDeprecated": false,
|
|
81851
82489
|
"deprecationReason": null
|
|
81852
82490
|
},
|
|
81853
82491
|
{
|
|
81854
|
-
"name": "
|
|
81855
|
-
"description": "fetch data from the table in a streaming manner: \"
|
|
82492
|
+
"name": "website_url_phone_numbers_stream",
|
|
82493
|
+
"description": "fetch data from the table in a streaming manner: \"website_url_phone_numbers\"",
|
|
81856
82494
|
"args": [
|
|
81857
82495
|
{
|
|
81858
82496
|
"name": "batch_size",
|
|
@@ -81881,7 +82519,108 @@
|
|
|
81881
82519
|
"name": null,
|
|
81882
82520
|
"ofType": {
|
|
81883
82521
|
"kind": "INPUT_OBJECT",
|
|
81884
|
-
"name": "
|
|
82522
|
+
"name": "website_url_phone_numbers_stream_cursor_input",
|
|
82523
|
+
"ofType": null
|
|
82524
|
+
}
|
|
82525
|
+
}
|
|
82526
|
+
},
|
|
82527
|
+
"defaultValue": null,
|
|
82528
|
+
"isDeprecated": false,
|
|
82529
|
+
"deprecationReason": null
|
|
82530
|
+
},
|
|
82531
|
+
{
|
|
82532
|
+
"name": "where",
|
|
82533
|
+
"description": "filter the rows returned",
|
|
82534
|
+
"type": {
|
|
82535
|
+
"kind": "INPUT_OBJECT",
|
|
82536
|
+
"name": "website_url_phone_numbers_bool_exp",
|
|
82537
|
+
"ofType": null
|
|
82538
|
+
},
|
|
82539
|
+
"defaultValue": null,
|
|
82540
|
+
"isDeprecated": false,
|
|
82541
|
+
"deprecationReason": null
|
|
82542
|
+
}
|
|
82543
|
+
],
|
|
82544
|
+
"type": {
|
|
82545
|
+
"kind": "NON_NULL",
|
|
82546
|
+
"name": null,
|
|
82547
|
+
"ofType": {
|
|
82548
|
+
"kind": "LIST",
|
|
82549
|
+
"name": null,
|
|
82550
|
+
"ofType": {
|
|
82551
|
+
"kind": "NON_NULL",
|
|
82552
|
+
"name": null,
|
|
82553
|
+
"ofType": {
|
|
82554
|
+
"kind": "OBJECT",
|
|
82555
|
+
"name": "website_url_phone_numbers",
|
|
82556
|
+
"ofType": null
|
|
82557
|
+
}
|
|
82558
|
+
}
|
|
82559
|
+
}
|
|
82560
|
+
},
|
|
82561
|
+
"isDeprecated": false,
|
|
82562
|
+
"deprecationReason": null
|
|
82563
|
+
},
|
|
82564
|
+
{
|
|
82565
|
+
"name": "website_url_social_page_handles",
|
|
82566
|
+
"description": "An array relationship",
|
|
82567
|
+
"args": [
|
|
82568
|
+
{
|
|
82569
|
+
"name": "distinct_on",
|
|
82570
|
+
"description": "distinct select on columns",
|
|
82571
|
+
"type": {
|
|
82572
|
+
"kind": "LIST",
|
|
82573
|
+
"name": null,
|
|
82574
|
+
"ofType": {
|
|
82575
|
+
"kind": "NON_NULL",
|
|
82576
|
+
"name": null,
|
|
82577
|
+
"ofType": {
|
|
82578
|
+
"kind": "ENUM",
|
|
82579
|
+
"name": "website_url_social_page_handles_select_column",
|
|
82580
|
+
"ofType": null
|
|
82581
|
+
}
|
|
82582
|
+
}
|
|
82583
|
+
},
|
|
82584
|
+
"defaultValue": null,
|
|
82585
|
+
"isDeprecated": false,
|
|
82586
|
+
"deprecationReason": null
|
|
82587
|
+
},
|
|
82588
|
+
{
|
|
82589
|
+
"name": "limit",
|
|
82590
|
+
"description": "limit the number of rows returned",
|
|
82591
|
+
"type": {
|
|
82592
|
+
"kind": "SCALAR",
|
|
82593
|
+
"name": "Int",
|
|
82594
|
+
"ofType": null
|
|
82595
|
+
},
|
|
82596
|
+
"defaultValue": null,
|
|
82597
|
+
"isDeprecated": false,
|
|
82598
|
+
"deprecationReason": null
|
|
82599
|
+
},
|
|
82600
|
+
{
|
|
82601
|
+
"name": "offset",
|
|
82602
|
+
"description": "skip the first n rows. Use only with order_by",
|
|
82603
|
+
"type": {
|
|
82604
|
+
"kind": "SCALAR",
|
|
82605
|
+
"name": "Int",
|
|
82606
|
+
"ofType": null
|
|
82607
|
+
},
|
|
82608
|
+
"defaultValue": null,
|
|
82609
|
+
"isDeprecated": false,
|
|
82610
|
+
"deprecationReason": null
|
|
82611
|
+
},
|
|
82612
|
+
{
|
|
82613
|
+
"name": "order_by",
|
|
82614
|
+
"description": "sort the rows by one or more columns",
|
|
82615
|
+
"type": {
|
|
82616
|
+
"kind": "LIST",
|
|
82617
|
+
"name": null,
|
|
82618
|
+
"ofType": {
|
|
82619
|
+
"kind": "NON_NULL",
|
|
82620
|
+
"name": null,
|
|
82621
|
+
"ofType": {
|
|
82622
|
+
"kind": "INPUT_OBJECT",
|
|
82623
|
+
"name": "website_url_social_page_handles_order_by",
|
|
81885
82624
|
"ofType": null
|
|
81886
82625
|
}
|
|
81887
82626
|
}
|
|
@@ -81924,8 +82663,8 @@
|
|
|
81924
82663
|
"deprecationReason": null
|
|
81925
82664
|
},
|
|
81926
82665
|
{
|
|
81927
|
-
"name": "
|
|
81928
|
-
"description": "
|
|
82666
|
+
"name": "website_url_social_page_handles_aggregate",
|
|
82667
|
+
"description": "An aggregate relationship",
|
|
81929
82668
|
"args": [
|
|
81930
82669
|
{
|
|
81931
82670
|
"name": "distinct_on",
|
|
@@ -81938,7 +82677,7 @@
|
|
|
81938
82677
|
"name": null,
|
|
81939
82678
|
"ofType": {
|
|
81940
82679
|
"kind": "ENUM",
|
|
81941
|
-
"name": "
|
|
82680
|
+
"name": "website_url_social_page_handles_select_column",
|
|
81942
82681
|
"ofType": null
|
|
81943
82682
|
}
|
|
81944
82683
|
}
|
|
@@ -81982,7 +82721,7 @@
|
|
|
81982
82721
|
"name": null,
|
|
81983
82722
|
"ofType": {
|
|
81984
82723
|
"kind": "INPUT_OBJECT",
|
|
81985
|
-
"name": "
|
|
82724
|
+
"name": "website_url_social_page_handles_order_by",
|
|
81986
82725
|
"ofType": null
|
|
81987
82726
|
}
|
|
81988
82727
|
}
|
|
@@ -81996,7 +82735,101 @@
|
|
|
81996
82735
|
"description": "filter the rows returned",
|
|
81997
82736
|
"type": {
|
|
81998
82737
|
"kind": "INPUT_OBJECT",
|
|
81999
|
-
"name": "
|
|
82738
|
+
"name": "website_url_social_page_handles_bool_exp",
|
|
82739
|
+
"ofType": null
|
|
82740
|
+
},
|
|
82741
|
+
"defaultValue": null,
|
|
82742
|
+
"isDeprecated": false,
|
|
82743
|
+
"deprecationReason": null
|
|
82744
|
+
}
|
|
82745
|
+
],
|
|
82746
|
+
"type": {
|
|
82747
|
+
"kind": "NON_NULL",
|
|
82748
|
+
"name": null,
|
|
82749
|
+
"ofType": {
|
|
82750
|
+
"kind": "OBJECT",
|
|
82751
|
+
"name": "website_url_social_page_handles_aggregate",
|
|
82752
|
+
"ofType": null
|
|
82753
|
+
}
|
|
82754
|
+
},
|
|
82755
|
+
"isDeprecated": false,
|
|
82756
|
+
"deprecationReason": null
|
|
82757
|
+
},
|
|
82758
|
+
{
|
|
82759
|
+
"name": "website_url_social_page_handles_by_pk",
|
|
82760
|
+
"description": "fetch data from the table: \"website_url_social_page_handles\" using primary key columns",
|
|
82761
|
+
"args": [
|
|
82762
|
+
{
|
|
82763
|
+
"name": "id",
|
|
82764
|
+
"description": null,
|
|
82765
|
+
"type": {
|
|
82766
|
+
"kind": "NON_NULL",
|
|
82767
|
+
"name": null,
|
|
82768
|
+
"ofType": {
|
|
82769
|
+
"kind": "SCALAR",
|
|
82770
|
+
"name": "uuid",
|
|
82771
|
+
"ofType": null
|
|
82772
|
+
}
|
|
82773
|
+
},
|
|
82774
|
+
"defaultValue": null,
|
|
82775
|
+
"isDeprecated": false,
|
|
82776
|
+
"deprecationReason": null
|
|
82777
|
+
}
|
|
82778
|
+
],
|
|
82779
|
+
"type": {
|
|
82780
|
+
"kind": "OBJECT",
|
|
82781
|
+
"name": "website_url_social_page_handles",
|
|
82782
|
+
"ofType": null
|
|
82783
|
+
},
|
|
82784
|
+
"isDeprecated": false,
|
|
82785
|
+
"deprecationReason": null
|
|
82786
|
+
},
|
|
82787
|
+
{
|
|
82788
|
+
"name": "website_url_social_page_handles_stream",
|
|
82789
|
+
"description": "fetch data from the table in a streaming manner: \"website_url_social_page_handles\"",
|
|
82790
|
+
"args": [
|
|
82791
|
+
{
|
|
82792
|
+
"name": "batch_size",
|
|
82793
|
+
"description": "maximum number of rows returned in a single batch",
|
|
82794
|
+
"type": {
|
|
82795
|
+
"kind": "NON_NULL",
|
|
82796
|
+
"name": null,
|
|
82797
|
+
"ofType": {
|
|
82798
|
+
"kind": "SCALAR",
|
|
82799
|
+
"name": "Int",
|
|
82800
|
+
"ofType": null
|
|
82801
|
+
}
|
|
82802
|
+
},
|
|
82803
|
+
"defaultValue": null,
|
|
82804
|
+
"isDeprecated": false,
|
|
82805
|
+
"deprecationReason": null
|
|
82806
|
+
},
|
|
82807
|
+
{
|
|
82808
|
+
"name": "cursor",
|
|
82809
|
+
"description": "cursor to stream the results returned by the query",
|
|
82810
|
+
"type": {
|
|
82811
|
+
"kind": "NON_NULL",
|
|
82812
|
+
"name": null,
|
|
82813
|
+
"ofType": {
|
|
82814
|
+
"kind": "LIST",
|
|
82815
|
+
"name": null,
|
|
82816
|
+
"ofType": {
|
|
82817
|
+
"kind": "INPUT_OBJECT",
|
|
82818
|
+
"name": "website_url_social_page_handles_stream_cursor_input",
|
|
82819
|
+
"ofType": null
|
|
82820
|
+
}
|
|
82821
|
+
}
|
|
82822
|
+
},
|
|
82823
|
+
"defaultValue": null,
|
|
82824
|
+
"isDeprecated": false,
|
|
82825
|
+
"deprecationReason": null
|
|
82826
|
+
},
|
|
82827
|
+
{
|
|
82828
|
+
"name": "where",
|
|
82829
|
+
"description": "filter the rows returned",
|
|
82830
|
+
"type": {
|
|
82831
|
+
"kind": "INPUT_OBJECT",
|
|
82832
|
+
"name": "website_url_social_page_handles_bool_exp",
|
|
82000
82833
|
"ofType": null
|
|
82001
82834
|
},
|
|
82002
82835
|
"defaultValue": null,
|
|
@@ -82015,7 +82848,7 @@
|
|
|
82015
82848
|
"name": null,
|
|
82016
82849
|
"ofType": {
|
|
82017
82850
|
"kind": "OBJECT",
|
|
82018
|
-
"name": "
|
|
82851
|
+
"name": "website_url_social_page_handles",
|
|
82019
82852
|
"ofType": null
|
|
82020
82853
|
}
|
|
82021
82854
|
}
|
|
@@ -82025,8 +82858,109 @@
|
|
|
82025
82858
|
"deprecationReason": null
|
|
82026
82859
|
},
|
|
82027
82860
|
{
|
|
82028
|
-
"name": "
|
|
82029
|
-
"description": "fetch
|
|
82861
|
+
"name": "website_urls",
|
|
82862
|
+
"description": "fetch data from the table: \"website_urls\"",
|
|
82863
|
+
"args": [
|
|
82864
|
+
{
|
|
82865
|
+
"name": "distinct_on",
|
|
82866
|
+
"description": "distinct select on columns",
|
|
82867
|
+
"type": {
|
|
82868
|
+
"kind": "LIST",
|
|
82869
|
+
"name": null,
|
|
82870
|
+
"ofType": {
|
|
82871
|
+
"kind": "NON_NULL",
|
|
82872
|
+
"name": null,
|
|
82873
|
+
"ofType": {
|
|
82874
|
+
"kind": "ENUM",
|
|
82875
|
+
"name": "website_urls_select_column",
|
|
82876
|
+
"ofType": null
|
|
82877
|
+
}
|
|
82878
|
+
}
|
|
82879
|
+
},
|
|
82880
|
+
"defaultValue": null,
|
|
82881
|
+
"isDeprecated": false,
|
|
82882
|
+
"deprecationReason": null
|
|
82883
|
+
},
|
|
82884
|
+
{
|
|
82885
|
+
"name": "limit",
|
|
82886
|
+
"description": "limit the number of rows returned",
|
|
82887
|
+
"type": {
|
|
82888
|
+
"kind": "SCALAR",
|
|
82889
|
+
"name": "Int",
|
|
82890
|
+
"ofType": null
|
|
82891
|
+
},
|
|
82892
|
+
"defaultValue": null,
|
|
82893
|
+
"isDeprecated": false,
|
|
82894
|
+
"deprecationReason": null
|
|
82895
|
+
},
|
|
82896
|
+
{
|
|
82897
|
+
"name": "offset",
|
|
82898
|
+
"description": "skip the first n rows. Use only with order_by",
|
|
82899
|
+
"type": {
|
|
82900
|
+
"kind": "SCALAR",
|
|
82901
|
+
"name": "Int",
|
|
82902
|
+
"ofType": null
|
|
82903
|
+
},
|
|
82904
|
+
"defaultValue": null,
|
|
82905
|
+
"isDeprecated": false,
|
|
82906
|
+
"deprecationReason": null
|
|
82907
|
+
},
|
|
82908
|
+
{
|
|
82909
|
+
"name": "order_by",
|
|
82910
|
+
"description": "sort the rows by one or more columns",
|
|
82911
|
+
"type": {
|
|
82912
|
+
"kind": "LIST",
|
|
82913
|
+
"name": null,
|
|
82914
|
+
"ofType": {
|
|
82915
|
+
"kind": "NON_NULL",
|
|
82916
|
+
"name": null,
|
|
82917
|
+
"ofType": {
|
|
82918
|
+
"kind": "INPUT_OBJECT",
|
|
82919
|
+
"name": "website_urls_order_by",
|
|
82920
|
+
"ofType": null
|
|
82921
|
+
}
|
|
82922
|
+
}
|
|
82923
|
+
},
|
|
82924
|
+
"defaultValue": null,
|
|
82925
|
+
"isDeprecated": false,
|
|
82926
|
+
"deprecationReason": null
|
|
82927
|
+
},
|
|
82928
|
+
{
|
|
82929
|
+
"name": "where",
|
|
82930
|
+
"description": "filter the rows returned",
|
|
82931
|
+
"type": {
|
|
82932
|
+
"kind": "INPUT_OBJECT",
|
|
82933
|
+
"name": "website_urls_bool_exp",
|
|
82934
|
+
"ofType": null
|
|
82935
|
+
},
|
|
82936
|
+
"defaultValue": null,
|
|
82937
|
+
"isDeprecated": false,
|
|
82938
|
+
"deprecationReason": null
|
|
82939
|
+
}
|
|
82940
|
+
],
|
|
82941
|
+
"type": {
|
|
82942
|
+
"kind": "NON_NULL",
|
|
82943
|
+
"name": null,
|
|
82944
|
+
"ofType": {
|
|
82945
|
+
"kind": "LIST",
|
|
82946
|
+
"name": null,
|
|
82947
|
+
"ofType": {
|
|
82948
|
+
"kind": "NON_NULL",
|
|
82949
|
+
"name": null,
|
|
82950
|
+
"ofType": {
|
|
82951
|
+
"kind": "OBJECT",
|
|
82952
|
+
"name": "website_urls",
|
|
82953
|
+
"ofType": null
|
|
82954
|
+
}
|
|
82955
|
+
}
|
|
82956
|
+
}
|
|
82957
|
+
},
|
|
82958
|
+
"isDeprecated": false,
|
|
82959
|
+
"deprecationReason": null
|
|
82960
|
+
},
|
|
82961
|
+
{
|
|
82962
|
+
"name": "website_urls_aggregate",
|
|
82963
|
+
"description": "fetch aggregated fields from the table: \"website_urls\"",
|
|
82030
82964
|
"args": [
|
|
82031
82965
|
{
|
|
82032
82966
|
"name": "distinct_on",
|
|
@@ -98225,114 +99159,259 @@
|
|
|
98225
99159
|
"possibleTypes": null
|
|
98226
99160
|
},
|
|
98227
99161
|
{
|
|
98228
|
-
"kind": "
|
|
98229
|
-
"name": "
|
|
98230
|
-
"description":
|
|
98231
|
-
"fields":
|
|
99162
|
+
"kind": "SCALAR",
|
|
99163
|
+
"name": "date",
|
|
99164
|
+
"description": null,
|
|
99165
|
+
"fields": null,
|
|
99166
|
+
"inputFields": null,
|
|
99167
|
+
"interfaces": null,
|
|
99168
|
+
"enumValues": null,
|
|
99169
|
+
"possibleTypes": null
|
|
99170
|
+
},
|
|
99171
|
+
{
|
|
99172
|
+
"kind": "INPUT_OBJECT",
|
|
99173
|
+
"name": "date_comparison_exp",
|
|
99174
|
+
"description": "Boolean expression to compare columns of type \"date\". All fields are combined with logical 'AND'.",
|
|
99175
|
+
"fields": null,
|
|
99176
|
+
"inputFields": [
|
|
98232
99177
|
{
|
|
98233
|
-
"name": "
|
|
98234
|
-
"description":
|
|
98235
|
-
"
|
|
98236
|
-
|
|
98237
|
-
|
|
98238
|
-
|
|
98239
|
-
|
|
98240
|
-
|
|
98241
|
-
|
|
98242
|
-
|
|
98243
|
-
|
|
98244
|
-
|
|
98245
|
-
|
|
98246
|
-
|
|
98247
|
-
|
|
98248
|
-
|
|
98249
|
-
|
|
98250
|
-
|
|
98251
|
-
|
|
98252
|
-
|
|
98253
|
-
|
|
98254
|
-
|
|
98255
|
-
|
|
98256
|
-
|
|
98257
|
-
|
|
98258
|
-
|
|
98259
|
-
|
|
98260
|
-
|
|
98261
|
-
|
|
98262
|
-
|
|
98263
|
-
|
|
98264
|
-
|
|
98265
|
-
|
|
98266
|
-
|
|
98267
|
-
|
|
98268
|
-
|
|
98269
|
-
|
|
98270
|
-
|
|
98271
|
-
|
|
99178
|
+
"name": "_eq",
|
|
99179
|
+
"description": null,
|
|
99180
|
+
"type": {
|
|
99181
|
+
"kind": "SCALAR",
|
|
99182
|
+
"name": "date",
|
|
99183
|
+
"ofType": null
|
|
99184
|
+
},
|
|
99185
|
+
"defaultValue": null,
|
|
99186
|
+
"isDeprecated": false,
|
|
99187
|
+
"deprecationReason": null
|
|
99188
|
+
},
|
|
99189
|
+
{
|
|
99190
|
+
"name": "_gt",
|
|
99191
|
+
"description": null,
|
|
99192
|
+
"type": {
|
|
99193
|
+
"kind": "SCALAR",
|
|
99194
|
+
"name": "date",
|
|
99195
|
+
"ofType": null
|
|
99196
|
+
},
|
|
99197
|
+
"defaultValue": null,
|
|
99198
|
+
"isDeprecated": false,
|
|
99199
|
+
"deprecationReason": null
|
|
99200
|
+
},
|
|
99201
|
+
{
|
|
99202
|
+
"name": "_gte",
|
|
99203
|
+
"description": null,
|
|
99204
|
+
"type": {
|
|
99205
|
+
"kind": "SCALAR",
|
|
99206
|
+
"name": "date",
|
|
99207
|
+
"ofType": null
|
|
99208
|
+
},
|
|
99209
|
+
"defaultValue": null,
|
|
99210
|
+
"isDeprecated": false,
|
|
99211
|
+
"deprecationReason": null
|
|
99212
|
+
},
|
|
99213
|
+
{
|
|
99214
|
+
"name": "_in",
|
|
99215
|
+
"description": null,
|
|
99216
|
+
"type": {
|
|
99217
|
+
"kind": "LIST",
|
|
99218
|
+
"name": null,
|
|
99219
|
+
"ofType": {
|
|
99220
|
+
"kind": "NON_NULL",
|
|
99221
|
+
"name": null,
|
|
99222
|
+
"ofType": {
|
|
98272
99223
|
"kind": "SCALAR",
|
|
98273
|
-
"name": "
|
|
98274
|
-
"ofType": null
|
|
98275
|
-
},
|
|
98276
|
-
"defaultValue": null,
|
|
98277
|
-
"isDeprecated": false,
|
|
98278
|
-
"deprecationReason": null
|
|
98279
|
-
},
|
|
98280
|
-
{
|
|
98281
|
-
"name": "order_by",
|
|
98282
|
-
"description": "sort the rows by one or more columns",
|
|
98283
|
-
"type": {
|
|
98284
|
-
"kind": "LIST",
|
|
98285
|
-
"name": null,
|
|
98286
|
-
"ofType": {
|
|
98287
|
-
"kind": "NON_NULL",
|
|
98288
|
-
"name": null,
|
|
98289
|
-
"ofType": {
|
|
98290
|
-
"kind": "INPUT_OBJECT",
|
|
98291
|
-
"name": "address_verification_run_results_order_by",
|
|
98292
|
-
"ofType": null
|
|
98293
|
-
}
|
|
98294
|
-
}
|
|
98295
|
-
},
|
|
98296
|
-
"defaultValue": null,
|
|
98297
|
-
"isDeprecated": false,
|
|
98298
|
-
"deprecationReason": null
|
|
98299
|
-
},
|
|
98300
|
-
{
|
|
98301
|
-
"name": "where",
|
|
98302
|
-
"description": "filter the rows returned",
|
|
98303
|
-
"type": {
|
|
98304
|
-
"kind": "INPUT_OBJECT",
|
|
98305
|
-
"name": "address_verification_run_results_bool_exp",
|
|
99224
|
+
"name": "date",
|
|
98306
99225
|
"ofType": null
|
|
98307
|
-
}
|
|
98308
|
-
"defaultValue": null,
|
|
98309
|
-
"isDeprecated": false,
|
|
98310
|
-
"deprecationReason": null
|
|
99226
|
+
}
|
|
98311
99227
|
}
|
|
98312
|
-
|
|
99228
|
+
},
|
|
99229
|
+
"defaultValue": null,
|
|
99230
|
+
"isDeprecated": false,
|
|
99231
|
+
"deprecationReason": null
|
|
99232
|
+
},
|
|
99233
|
+
{
|
|
99234
|
+
"name": "_is_null",
|
|
99235
|
+
"description": null,
|
|
98313
99236
|
"type": {
|
|
98314
|
-
"kind": "
|
|
99237
|
+
"kind": "SCALAR",
|
|
99238
|
+
"name": "Boolean",
|
|
99239
|
+
"ofType": null
|
|
99240
|
+
},
|
|
99241
|
+
"defaultValue": null,
|
|
99242
|
+
"isDeprecated": false,
|
|
99243
|
+
"deprecationReason": null
|
|
99244
|
+
},
|
|
99245
|
+
{
|
|
99246
|
+
"name": "_lt",
|
|
99247
|
+
"description": null,
|
|
99248
|
+
"type": {
|
|
99249
|
+
"kind": "SCALAR",
|
|
99250
|
+
"name": "date",
|
|
99251
|
+
"ofType": null
|
|
99252
|
+
},
|
|
99253
|
+
"defaultValue": null,
|
|
99254
|
+
"isDeprecated": false,
|
|
99255
|
+
"deprecationReason": null
|
|
99256
|
+
},
|
|
99257
|
+
{
|
|
99258
|
+
"name": "_lte",
|
|
99259
|
+
"description": null,
|
|
99260
|
+
"type": {
|
|
99261
|
+
"kind": "SCALAR",
|
|
99262
|
+
"name": "date",
|
|
99263
|
+
"ofType": null
|
|
99264
|
+
},
|
|
99265
|
+
"defaultValue": null,
|
|
99266
|
+
"isDeprecated": false,
|
|
99267
|
+
"deprecationReason": null
|
|
99268
|
+
},
|
|
99269
|
+
{
|
|
99270
|
+
"name": "_neq",
|
|
99271
|
+
"description": null,
|
|
99272
|
+
"type": {
|
|
99273
|
+
"kind": "SCALAR",
|
|
99274
|
+
"name": "date",
|
|
99275
|
+
"ofType": null
|
|
99276
|
+
},
|
|
99277
|
+
"defaultValue": null,
|
|
99278
|
+
"isDeprecated": false,
|
|
99279
|
+
"deprecationReason": null
|
|
99280
|
+
},
|
|
99281
|
+
{
|
|
99282
|
+
"name": "_nin",
|
|
99283
|
+
"description": null,
|
|
99284
|
+
"type": {
|
|
99285
|
+
"kind": "LIST",
|
|
98315
99286
|
"name": null,
|
|
98316
99287
|
"ofType": {
|
|
98317
|
-
"kind": "
|
|
99288
|
+
"kind": "NON_NULL",
|
|
98318
99289
|
"name": null,
|
|
98319
99290
|
"ofType": {
|
|
98320
|
-
"kind": "
|
|
98321
|
-
"name":
|
|
98322
|
-
"ofType":
|
|
98323
|
-
"kind": "OBJECT",
|
|
98324
|
-
"name": "address_verification_run_results",
|
|
98325
|
-
"ofType": null
|
|
98326
|
-
}
|
|
99291
|
+
"kind": "SCALAR",
|
|
99292
|
+
"name": "date",
|
|
99293
|
+
"ofType": null
|
|
98327
99294
|
}
|
|
98328
99295
|
}
|
|
98329
99296
|
},
|
|
99297
|
+
"defaultValue": null,
|
|
98330
99298
|
"isDeprecated": false,
|
|
98331
99299
|
"deprecationReason": null
|
|
98332
|
-
}
|
|
99300
|
+
}
|
|
99301
|
+
],
|
|
99302
|
+
"interfaces": null,
|
|
99303
|
+
"enumValues": null,
|
|
99304
|
+
"possibleTypes": null
|
|
99305
|
+
},
|
|
99306
|
+
{
|
|
99307
|
+
"kind": "OBJECT",
|
|
99308
|
+
"name": "enrichment_queries",
|
|
99309
|
+
"description": "columns and relationships of \"enrichment_queries\"",
|
|
99310
|
+
"fields": [
|
|
98333
99311
|
{
|
|
98334
|
-
"name": "
|
|
98335
|
-
"description": "An
|
|
99312
|
+
"name": "address_verification_run_results",
|
|
99313
|
+
"description": "An array relationship",
|
|
99314
|
+
"args": [
|
|
99315
|
+
{
|
|
99316
|
+
"name": "distinct_on",
|
|
99317
|
+
"description": "distinct select on columns",
|
|
99318
|
+
"type": {
|
|
99319
|
+
"kind": "LIST",
|
|
99320
|
+
"name": null,
|
|
99321
|
+
"ofType": {
|
|
99322
|
+
"kind": "NON_NULL",
|
|
99323
|
+
"name": null,
|
|
99324
|
+
"ofType": {
|
|
99325
|
+
"kind": "ENUM",
|
|
99326
|
+
"name": "address_verification_run_results_select_column",
|
|
99327
|
+
"ofType": null
|
|
99328
|
+
}
|
|
99329
|
+
}
|
|
99330
|
+
},
|
|
99331
|
+
"defaultValue": null,
|
|
99332
|
+
"isDeprecated": false,
|
|
99333
|
+
"deprecationReason": null
|
|
99334
|
+
},
|
|
99335
|
+
{
|
|
99336
|
+
"name": "limit",
|
|
99337
|
+
"description": "limit the number of rows returned",
|
|
99338
|
+
"type": {
|
|
99339
|
+
"kind": "SCALAR",
|
|
99340
|
+
"name": "Int",
|
|
99341
|
+
"ofType": null
|
|
99342
|
+
},
|
|
99343
|
+
"defaultValue": null,
|
|
99344
|
+
"isDeprecated": false,
|
|
99345
|
+
"deprecationReason": null
|
|
99346
|
+
},
|
|
99347
|
+
{
|
|
99348
|
+
"name": "offset",
|
|
99349
|
+
"description": "skip the first n rows. Use only with order_by",
|
|
99350
|
+
"type": {
|
|
99351
|
+
"kind": "SCALAR",
|
|
99352
|
+
"name": "Int",
|
|
99353
|
+
"ofType": null
|
|
99354
|
+
},
|
|
99355
|
+
"defaultValue": null,
|
|
99356
|
+
"isDeprecated": false,
|
|
99357
|
+
"deprecationReason": null
|
|
99358
|
+
},
|
|
99359
|
+
{
|
|
99360
|
+
"name": "order_by",
|
|
99361
|
+
"description": "sort the rows by one or more columns",
|
|
99362
|
+
"type": {
|
|
99363
|
+
"kind": "LIST",
|
|
99364
|
+
"name": null,
|
|
99365
|
+
"ofType": {
|
|
99366
|
+
"kind": "NON_NULL",
|
|
99367
|
+
"name": null,
|
|
99368
|
+
"ofType": {
|
|
99369
|
+
"kind": "INPUT_OBJECT",
|
|
99370
|
+
"name": "address_verification_run_results_order_by",
|
|
99371
|
+
"ofType": null
|
|
99372
|
+
}
|
|
99373
|
+
}
|
|
99374
|
+
},
|
|
99375
|
+
"defaultValue": null,
|
|
99376
|
+
"isDeprecated": false,
|
|
99377
|
+
"deprecationReason": null
|
|
99378
|
+
},
|
|
99379
|
+
{
|
|
99380
|
+
"name": "where",
|
|
99381
|
+
"description": "filter the rows returned",
|
|
99382
|
+
"type": {
|
|
99383
|
+
"kind": "INPUT_OBJECT",
|
|
99384
|
+
"name": "address_verification_run_results_bool_exp",
|
|
99385
|
+
"ofType": null
|
|
99386
|
+
},
|
|
99387
|
+
"defaultValue": null,
|
|
99388
|
+
"isDeprecated": false,
|
|
99389
|
+
"deprecationReason": null
|
|
99390
|
+
}
|
|
99391
|
+
],
|
|
99392
|
+
"type": {
|
|
99393
|
+
"kind": "NON_NULL",
|
|
99394
|
+
"name": null,
|
|
99395
|
+
"ofType": {
|
|
99396
|
+
"kind": "LIST",
|
|
99397
|
+
"name": null,
|
|
99398
|
+
"ofType": {
|
|
99399
|
+
"kind": "NON_NULL",
|
|
99400
|
+
"name": null,
|
|
99401
|
+
"ofType": {
|
|
99402
|
+
"kind": "OBJECT",
|
|
99403
|
+
"name": "address_verification_run_results",
|
|
99404
|
+
"ofType": null
|
|
99405
|
+
}
|
|
99406
|
+
}
|
|
99407
|
+
}
|
|
99408
|
+
},
|
|
99409
|
+
"isDeprecated": false,
|
|
99410
|
+
"deprecationReason": null
|
|
99411
|
+
},
|
|
99412
|
+
{
|
|
99413
|
+
"name": "address_verification_run_results_aggregate",
|
|
99414
|
+
"description": "An aggregate relationship",
|
|
98336
99415
|
"args": [
|
|
98337
99416
|
{
|
|
98338
99417
|
"name": "distinct_on",
|
|
@@ -111217,6 +112296,1584 @@
|
|
|
111217
112296
|
],
|
|
111218
112297
|
"possibleTypes": null
|
|
111219
112298
|
},
|
|
112299
|
+
{
|
|
112300
|
+
"kind": "OBJECT",
|
|
112301
|
+
"name": "retailer_account_schedule_recommendations",
|
|
112302
|
+
"description": "columns and relationships of \"retailer_account_schedule_recommendations\"",
|
|
112303
|
+
"fields": [
|
|
112304
|
+
{
|
|
112305
|
+
"name": "end_date",
|
|
112306
|
+
"description": null,
|
|
112307
|
+
"args": [],
|
|
112308
|
+
"type": {
|
|
112309
|
+
"kind": "NON_NULL",
|
|
112310
|
+
"name": null,
|
|
112311
|
+
"ofType": {
|
|
112312
|
+
"kind": "SCALAR",
|
|
112313
|
+
"name": "date",
|
|
112314
|
+
"ofType": null
|
|
112315
|
+
}
|
|
112316
|
+
},
|
|
112317
|
+
"isDeprecated": false,
|
|
112318
|
+
"deprecationReason": null
|
|
112319
|
+
},
|
|
112320
|
+
{
|
|
112321
|
+
"name": "id",
|
|
112322
|
+
"description": null,
|
|
112323
|
+
"args": [],
|
|
112324
|
+
"type": {
|
|
112325
|
+
"kind": "NON_NULL",
|
|
112326
|
+
"name": null,
|
|
112327
|
+
"ofType": {
|
|
112328
|
+
"kind": "SCALAR",
|
|
112329
|
+
"name": "uuid",
|
|
112330
|
+
"ofType": null
|
|
112331
|
+
}
|
|
112332
|
+
},
|
|
112333
|
+
"isDeprecated": false,
|
|
112334
|
+
"deprecationReason": null
|
|
112335
|
+
},
|
|
112336
|
+
{
|
|
112337
|
+
"name": "retailer_account_id",
|
|
112338
|
+
"description": null,
|
|
112339
|
+
"args": [],
|
|
112340
|
+
"type": {
|
|
112341
|
+
"kind": "NON_NULL",
|
|
112342
|
+
"name": null,
|
|
112343
|
+
"ofType": {
|
|
112344
|
+
"kind": "SCALAR",
|
|
112345
|
+
"name": "Int",
|
|
112346
|
+
"ofType": null
|
|
112347
|
+
}
|
|
112348
|
+
},
|
|
112349
|
+
"isDeprecated": false,
|
|
112350
|
+
"deprecationReason": null
|
|
112351
|
+
},
|
|
112352
|
+
{
|
|
112353
|
+
"name": "schedule",
|
|
112354
|
+
"description": null,
|
|
112355
|
+
"args": [
|
|
112356
|
+
{
|
|
112357
|
+
"name": "path",
|
|
112358
|
+
"description": "JSON select path",
|
|
112359
|
+
"type": {
|
|
112360
|
+
"kind": "SCALAR",
|
|
112361
|
+
"name": "String",
|
|
112362
|
+
"ofType": null
|
|
112363
|
+
},
|
|
112364
|
+
"defaultValue": null,
|
|
112365
|
+
"isDeprecated": false,
|
|
112366
|
+
"deprecationReason": null
|
|
112367
|
+
}
|
|
112368
|
+
],
|
|
112369
|
+
"type": {
|
|
112370
|
+
"kind": "SCALAR",
|
|
112371
|
+
"name": "jsonb",
|
|
112372
|
+
"ofType": null
|
|
112373
|
+
},
|
|
112374
|
+
"isDeprecated": false,
|
|
112375
|
+
"deprecationReason": null
|
|
112376
|
+
},
|
|
112377
|
+
{
|
|
112378
|
+
"name": "start_date",
|
|
112379
|
+
"description": null,
|
|
112380
|
+
"args": [],
|
|
112381
|
+
"type": {
|
|
112382
|
+
"kind": "NON_NULL",
|
|
112383
|
+
"name": null,
|
|
112384
|
+
"ofType": {
|
|
112385
|
+
"kind": "SCALAR",
|
|
112386
|
+
"name": "date",
|
|
112387
|
+
"ofType": null
|
|
112388
|
+
}
|
|
112389
|
+
},
|
|
112390
|
+
"isDeprecated": false,
|
|
112391
|
+
"deprecationReason": null
|
|
112392
|
+
}
|
|
112393
|
+
],
|
|
112394
|
+
"inputFields": null,
|
|
112395
|
+
"interfaces": [],
|
|
112396
|
+
"enumValues": null,
|
|
112397
|
+
"possibleTypes": null
|
|
112398
|
+
},
|
|
112399
|
+
{
|
|
112400
|
+
"kind": "OBJECT",
|
|
112401
|
+
"name": "retailer_account_schedule_recommendations_aggregate",
|
|
112402
|
+
"description": "aggregated selection of \"retailer_account_schedule_recommendations\"",
|
|
112403
|
+
"fields": [
|
|
112404
|
+
{
|
|
112405
|
+
"name": "aggregate",
|
|
112406
|
+
"description": null,
|
|
112407
|
+
"args": [],
|
|
112408
|
+
"type": {
|
|
112409
|
+
"kind": "OBJECT",
|
|
112410
|
+
"name": "retailer_account_schedule_recommendations_aggregate_fields",
|
|
112411
|
+
"ofType": null
|
|
112412
|
+
},
|
|
112413
|
+
"isDeprecated": false,
|
|
112414
|
+
"deprecationReason": null
|
|
112415
|
+
},
|
|
112416
|
+
{
|
|
112417
|
+
"name": "nodes",
|
|
112418
|
+
"description": null,
|
|
112419
|
+
"args": [],
|
|
112420
|
+
"type": {
|
|
112421
|
+
"kind": "NON_NULL",
|
|
112422
|
+
"name": null,
|
|
112423
|
+
"ofType": {
|
|
112424
|
+
"kind": "LIST",
|
|
112425
|
+
"name": null,
|
|
112426
|
+
"ofType": {
|
|
112427
|
+
"kind": "NON_NULL",
|
|
112428
|
+
"name": null,
|
|
112429
|
+
"ofType": {
|
|
112430
|
+
"kind": "OBJECT",
|
|
112431
|
+
"name": "retailer_account_schedule_recommendations",
|
|
112432
|
+
"ofType": null
|
|
112433
|
+
}
|
|
112434
|
+
}
|
|
112435
|
+
}
|
|
112436
|
+
},
|
|
112437
|
+
"isDeprecated": false,
|
|
112438
|
+
"deprecationReason": null
|
|
112439
|
+
}
|
|
112440
|
+
],
|
|
112441
|
+
"inputFields": null,
|
|
112442
|
+
"interfaces": [],
|
|
112443
|
+
"enumValues": null,
|
|
112444
|
+
"possibleTypes": null
|
|
112445
|
+
},
|
|
112446
|
+
{
|
|
112447
|
+
"kind": "OBJECT",
|
|
112448
|
+
"name": "retailer_account_schedule_recommendations_aggregate_fields",
|
|
112449
|
+
"description": "aggregate fields of \"retailer_account_schedule_recommendations\"",
|
|
112450
|
+
"fields": [
|
|
112451
|
+
{
|
|
112452
|
+
"name": "avg",
|
|
112453
|
+
"description": null,
|
|
112454
|
+
"args": [],
|
|
112455
|
+
"type": {
|
|
112456
|
+
"kind": "OBJECT",
|
|
112457
|
+
"name": "retailer_account_schedule_recommendations_avg_fields",
|
|
112458
|
+
"ofType": null
|
|
112459
|
+
},
|
|
112460
|
+
"isDeprecated": false,
|
|
112461
|
+
"deprecationReason": null
|
|
112462
|
+
},
|
|
112463
|
+
{
|
|
112464
|
+
"name": "count",
|
|
112465
|
+
"description": null,
|
|
112466
|
+
"args": [
|
|
112467
|
+
{
|
|
112468
|
+
"name": "columns",
|
|
112469
|
+
"description": null,
|
|
112470
|
+
"type": {
|
|
112471
|
+
"kind": "LIST",
|
|
112472
|
+
"name": null,
|
|
112473
|
+
"ofType": {
|
|
112474
|
+
"kind": "NON_NULL",
|
|
112475
|
+
"name": null,
|
|
112476
|
+
"ofType": {
|
|
112477
|
+
"kind": "ENUM",
|
|
112478
|
+
"name": "retailer_account_schedule_recommendations_select_column",
|
|
112479
|
+
"ofType": null
|
|
112480
|
+
}
|
|
112481
|
+
}
|
|
112482
|
+
},
|
|
112483
|
+
"defaultValue": null,
|
|
112484
|
+
"isDeprecated": false,
|
|
112485
|
+
"deprecationReason": null
|
|
112486
|
+
},
|
|
112487
|
+
{
|
|
112488
|
+
"name": "distinct",
|
|
112489
|
+
"description": null,
|
|
112490
|
+
"type": {
|
|
112491
|
+
"kind": "SCALAR",
|
|
112492
|
+
"name": "Boolean",
|
|
112493
|
+
"ofType": null
|
|
112494
|
+
},
|
|
112495
|
+
"defaultValue": null,
|
|
112496
|
+
"isDeprecated": false,
|
|
112497
|
+
"deprecationReason": null
|
|
112498
|
+
}
|
|
112499
|
+
],
|
|
112500
|
+
"type": {
|
|
112501
|
+
"kind": "NON_NULL",
|
|
112502
|
+
"name": null,
|
|
112503
|
+
"ofType": {
|
|
112504
|
+
"kind": "SCALAR",
|
|
112505
|
+
"name": "Int",
|
|
112506
|
+
"ofType": null
|
|
112507
|
+
}
|
|
112508
|
+
},
|
|
112509
|
+
"isDeprecated": false,
|
|
112510
|
+
"deprecationReason": null
|
|
112511
|
+
},
|
|
112512
|
+
{
|
|
112513
|
+
"name": "max",
|
|
112514
|
+
"description": null,
|
|
112515
|
+
"args": [],
|
|
112516
|
+
"type": {
|
|
112517
|
+
"kind": "OBJECT",
|
|
112518
|
+
"name": "retailer_account_schedule_recommendations_max_fields",
|
|
112519
|
+
"ofType": null
|
|
112520
|
+
},
|
|
112521
|
+
"isDeprecated": false,
|
|
112522
|
+
"deprecationReason": null
|
|
112523
|
+
},
|
|
112524
|
+
{
|
|
112525
|
+
"name": "min",
|
|
112526
|
+
"description": null,
|
|
112527
|
+
"args": [],
|
|
112528
|
+
"type": {
|
|
112529
|
+
"kind": "OBJECT",
|
|
112530
|
+
"name": "retailer_account_schedule_recommendations_min_fields",
|
|
112531
|
+
"ofType": null
|
|
112532
|
+
},
|
|
112533
|
+
"isDeprecated": false,
|
|
112534
|
+
"deprecationReason": null
|
|
112535
|
+
},
|
|
112536
|
+
{
|
|
112537
|
+
"name": "stddev",
|
|
112538
|
+
"description": null,
|
|
112539
|
+
"args": [],
|
|
112540
|
+
"type": {
|
|
112541
|
+
"kind": "OBJECT",
|
|
112542
|
+
"name": "retailer_account_schedule_recommendations_stddev_fields",
|
|
112543
|
+
"ofType": null
|
|
112544
|
+
},
|
|
112545
|
+
"isDeprecated": false,
|
|
112546
|
+
"deprecationReason": null
|
|
112547
|
+
},
|
|
112548
|
+
{
|
|
112549
|
+
"name": "stddev_pop",
|
|
112550
|
+
"description": null,
|
|
112551
|
+
"args": [],
|
|
112552
|
+
"type": {
|
|
112553
|
+
"kind": "OBJECT",
|
|
112554
|
+
"name": "retailer_account_schedule_recommendations_stddev_pop_fields",
|
|
112555
|
+
"ofType": null
|
|
112556
|
+
},
|
|
112557
|
+
"isDeprecated": false,
|
|
112558
|
+
"deprecationReason": null
|
|
112559
|
+
},
|
|
112560
|
+
{
|
|
112561
|
+
"name": "stddev_samp",
|
|
112562
|
+
"description": null,
|
|
112563
|
+
"args": [],
|
|
112564
|
+
"type": {
|
|
112565
|
+
"kind": "OBJECT",
|
|
112566
|
+
"name": "retailer_account_schedule_recommendations_stddev_samp_fields",
|
|
112567
|
+
"ofType": null
|
|
112568
|
+
},
|
|
112569
|
+
"isDeprecated": false,
|
|
112570
|
+
"deprecationReason": null
|
|
112571
|
+
},
|
|
112572
|
+
{
|
|
112573
|
+
"name": "sum",
|
|
112574
|
+
"description": null,
|
|
112575
|
+
"args": [],
|
|
112576
|
+
"type": {
|
|
112577
|
+
"kind": "OBJECT",
|
|
112578
|
+
"name": "retailer_account_schedule_recommendations_sum_fields",
|
|
112579
|
+
"ofType": null
|
|
112580
|
+
},
|
|
112581
|
+
"isDeprecated": false,
|
|
112582
|
+
"deprecationReason": null
|
|
112583
|
+
},
|
|
112584
|
+
{
|
|
112585
|
+
"name": "var_pop",
|
|
112586
|
+
"description": null,
|
|
112587
|
+
"args": [],
|
|
112588
|
+
"type": {
|
|
112589
|
+
"kind": "OBJECT",
|
|
112590
|
+
"name": "retailer_account_schedule_recommendations_var_pop_fields",
|
|
112591
|
+
"ofType": null
|
|
112592
|
+
},
|
|
112593
|
+
"isDeprecated": false,
|
|
112594
|
+
"deprecationReason": null
|
|
112595
|
+
},
|
|
112596
|
+
{
|
|
112597
|
+
"name": "var_samp",
|
|
112598
|
+
"description": null,
|
|
112599
|
+
"args": [],
|
|
112600
|
+
"type": {
|
|
112601
|
+
"kind": "OBJECT",
|
|
112602
|
+
"name": "retailer_account_schedule_recommendations_var_samp_fields",
|
|
112603
|
+
"ofType": null
|
|
112604
|
+
},
|
|
112605
|
+
"isDeprecated": false,
|
|
112606
|
+
"deprecationReason": null
|
|
112607
|
+
},
|
|
112608
|
+
{
|
|
112609
|
+
"name": "variance",
|
|
112610
|
+
"description": null,
|
|
112611
|
+
"args": [],
|
|
112612
|
+
"type": {
|
|
112613
|
+
"kind": "OBJECT",
|
|
112614
|
+
"name": "retailer_account_schedule_recommendations_variance_fields",
|
|
112615
|
+
"ofType": null
|
|
112616
|
+
},
|
|
112617
|
+
"isDeprecated": false,
|
|
112618
|
+
"deprecationReason": null
|
|
112619
|
+
}
|
|
112620
|
+
],
|
|
112621
|
+
"inputFields": null,
|
|
112622
|
+
"interfaces": [],
|
|
112623
|
+
"enumValues": null,
|
|
112624
|
+
"possibleTypes": null
|
|
112625
|
+
},
|
|
112626
|
+
{
|
|
112627
|
+
"kind": "INPUT_OBJECT",
|
|
112628
|
+
"name": "retailer_account_schedule_recommendations_append_input",
|
|
112629
|
+
"description": "append existing jsonb value of filtered columns with new jsonb value",
|
|
112630
|
+
"fields": null,
|
|
112631
|
+
"inputFields": [
|
|
112632
|
+
{
|
|
112633
|
+
"name": "schedule",
|
|
112634
|
+
"description": null,
|
|
112635
|
+
"type": {
|
|
112636
|
+
"kind": "SCALAR",
|
|
112637
|
+
"name": "jsonb",
|
|
112638
|
+
"ofType": null
|
|
112639
|
+
},
|
|
112640
|
+
"defaultValue": null,
|
|
112641
|
+
"isDeprecated": false,
|
|
112642
|
+
"deprecationReason": null
|
|
112643
|
+
}
|
|
112644
|
+
],
|
|
112645
|
+
"interfaces": null,
|
|
112646
|
+
"enumValues": null,
|
|
112647
|
+
"possibleTypes": null
|
|
112648
|
+
},
|
|
112649
|
+
{
|
|
112650
|
+
"kind": "OBJECT",
|
|
112651
|
+
"name": "retailer_account_schedule_recommendations_avg_fields",
|
|
112652
|
+
"description": "aggregate avg on columns",
|
|
112653
|
+
"fields": [
|
|
112654
|
+
{
|
|
112655
|
+
"name": "retailer_account_id",
|
|
112656
|
+
"description": null,
|
|
112657
|
+
"args": [],
|
|
112658
|
+
"type": {
|
|
112659
|
+
"kind": "SCALAR",
|
|
112660
|
+
"name": "Float",
|
|
112661
|
+
"ofType": null
|
|
112662
|
+
},
|
|
112663
|
+
"isDeprecated": false,
|
|
112664
|
+
"deprecationReason": null
|
|
112665
|
+
}
|
|
112666
|
+
],
|
|
112667
|
+
"inputFields": null,
|
|
112668
|
+
"interfaces": [],
|
|
112669
|
+
"enumValues": null,
|
|
112670
|
+
"possibleTypes": null
|
|
112671
|
+
},
|
|
112672
|
+
{
|
|
112673
|
+
"kind": "INPUT_OBJECT",
|
|
112674
|
+
"name": "retailer_account_schedule_recommendations_bool_exp",
|
|
112675
|
+
"description": "Boolean expression to filter rows from the table \"retailer_account_schedule_recommendations\". All fields are combined with a logical 'AND'.",
|
|
112676
|
+
"fields": null,
|
|
112677
|
+
"inputFields": [
|
|
112678
|
+
{
|
|
112679
|
+
"name": "_and",
|
|
112680
|
+
"description": null,
|
|
112681
|
+
"type": {
|
|
112682
|
+
"kind": "LIST",
|
|
112683
|
+
"name": null,
|
|
112684
|
+
"ofType": {
|
|
112685
|
+
"kind": "NON_NULL",
|
|
112686
|
+
"name": null,
|
|
112687
|
+
"ofType": {
|
|
112688
|
+
"kind": "INPUT_OBJECT",
|
|
112689
|
+
"name": "retailer_account_schedule_recommendations_bool_exp",
|
|
112690
|
+
"ofType": null
|
|
112691
|
+
}
|
|
112692
|
+
}
|
|
112693
|
+
},
|
|
112694
|
+
"defaultValue": null,
|
|
112695
|
+
"isDeprecated": false,
|
|
112696
|
+
"deprecationReason": null
|
|
112697
|
+
},
|
|
112698
|
+
{
|
|
112699
|
+
"name": "_not",
|
|
112700
|
+
"description": null,
|
|
112701
|
+
"type": {
|
|
112702
|
+
"kind": "INPUT_OBJECT",
|
|
112703
|
+
"name": "retailer_account_schedule_recommendations_bool_exp",
|
|
112704
|
+
"ofType": null
|
|
112705
|
+
},
|
|
112706
|
+
"defaultValue": null,
|
|
112707
|
+
"isDeprecated": false,
|
|
112708
|
+
"deprecationReason": null
|
|
112709
|
+
},
|
|
112710
|
+
{
|
|
112711
|
+
"name": "_or",
|
|
112712
|
+
"description": null,
|
|
112713
|
+
"type": {
|
|
112714
|
+
"kind": "LIST",
|
|
112715
|
+
"name": null,
|
|
112716
|
+
"ofType": {
|
|
112717
|
+
"kind": "NON_NULL",
|
|
112718
|
+
"name": null,
|
|
112719
|
+
"ofType": {
|
|
112720
|
+
"kind": "INPUT_OBJECT",
|
|
112721
|
+
"name": "retailer_account_schedule_recommendations_bool_exp",
|
|
112722
|
+
"ofType": null
|
|
112723
|
+
}
|
|
112724
|
+
}
|
|
112725
|
+
},
|
|
112726
|
+
"defaultValue": null,
|
|
112727
|
+
"isDeprecated": false,
|
|
112728
|
+
"deprecationReason": null
|
|
112729
|
+
},
|
|
112730
|
+
{
|
|
112731
|
+
"name": "end_date",
|
|
112732
|
+
"description": null,
|
|
112733
|
+
"type": {
|
|
112734
|
+
"kind": "INPUT_OBJECT",
|
|
112735
|
+
"name": "date_comparison_exp",
|
|
112736
|
+
"ofType": null
|
|
112737
|
+
},
|
|
112738
|
+
"defaultValue": null,
|
|
112739
|
+
"isDeprecated": false,
|
|
112740
|
+
"deprecationReason": null
|
|
112741
|
+
},
|
|
112742
|
+
{
|
|
112743
|
+
"name": "id",
|
|
112744
|
+
"description": null,
|
|
112745
|
+
"type": {
|
|
112746
|
+
"kind": "INPUT_OBJECT",
|
|
112747
|
+
"name": "uuid_comparison_exp",
|
|
112748
|
+
"ofType": null
|
|
112749
|
+
},
|
|
112750
|
+
"defaultValue": null,
|
|
112751
|
+
"isDeprecated": false,
|
|
112752
|
+
"deprecationReason": null
|
|
112753
|
+
},
|
|
112754
|
+
{
|
|
112755
|
+
"name": "retailer_account_id",
|
|
112756
|
+
"description": null,
|
|
112757
|
+
"type": {
|
|
112758
|
+
"kind": "INPUT_OBJECT",
|
|
112759
|
+
"name": "Int_comparison_exp",
|
|
112760
|
+
"ofType": null
|
|
112761
|
+
},
|
|
112762
|
+
"defaultValue": null,
|
|
112763
|
+
"isDeprecated": false,
|
|
112764
|
+
"deprecationReason": null
|
|
112765
|
+
},
|
|
112766
|
+
{
|
|
112767
|
+
"name": "schedule",
|
|
112768
|
+
"description": null,
|
|
112769
|
+
"type": {
|
|
112770
|
+
"kind": "INPUT_OBJECT",
|
|
112771
|
+
"name": "jsonb_comparison_exp",
|
|
112772
|
+
"ofType": null
|
|
112773
|
+
},
|
|
112774
|
+
"defaultValue": null,
|
|
112775
|
+
"isDeprecated": false,
|
|
112776
|
+
"deprecationReason": null
|
|
112777
|
+
},
|
|
112778
|
+
{
|
|
112779
|
+
"name": "start_date",
|
|
112780
|
+
"description": null,
|
|
112781
|
+
"type": {
|
|
112782
|
+
"kind": "INPUT_OBJECT",
|
|
112783
|
+
"name": "date_comparison_exp",
|
|
112784
|
+
"ofType": null
|
|
112785
|
+
},
|
|
112786
|
+
"defaultValue": null,
|
|
112787
|
+
"isDeprecated": false,
|
|
112788
|
+
"deprecationReason": null
|
|
112789
|
+
}
|
|
112790
|
+
],
|
|
112791
|
+
"interfaces": null,
|
|
112792
|
+
"enumValues": null,
|
|
112793
|
+
"possibleTypes": null
|
|
112794
|
+
},
|
|
112795
|
+
{
|
|
112796
|
+
"kind": "ENUM",
|
|
112797
|
+
"name": "retailer_account_schedule_recommendations_constraint",
|
|
112798
|
+
"description": "unique or primary key constraints on table \"retailer_account_schedule_recommendations\"",
|
|
112799
|
+
"fields": null,
|
|
112800
|
+
"inputFields": null,
|
|
112801
|
+
"interfaces": null,
|
|
112802
|
+
"enumValues": [
|
|
112803
|
+
{
|
|
112804
|
+
"name": "retailer_account_schedule_recommendations_pkey",
|
|
112805
|
+
"description": "unique or primary key constraint on columns \"id\"",
|
|
112806
|
+
"isDeprecated": false,
|
|
112807
|
+
"deprecationReason": null
|
|
112808
|
+
},
|
|
112809
|
+
{
|
|
112810
|
+
"name": "unique_retailer_account_schedule_rec",
|
|
112811
|
+
"description": "unique or primary key constraint on columns \"retailer_account_id\", \"start_date\", \"end_date\"",
|
|
112812
|
+
"isDeprecated": false,
|
|
112813
|
+
"deprecationReason": null
|
|
112814
|
+
}
|
|
112815
|
+
],
|
|
112816
|
+
"possibleTypes": null
|
|
112817
|
+
},
|
|
112818
|
+
{
|
|
112819
|
+
"kind": "INPUT_OBJECT",
|
|
112820
|
+
"name": "retailer_account_schedule_recommendations_delete_at_path_input",
|
|
112821
|
+
"description": "delete the field or element with specified path (for JSON arrays, negative integers count from the end)",
|
|
112822
|
+
"fields": null,
|
|
112823
|
+
"inputFields": [
|
|
112824
|
+
{
|
|
112825
|
+
"name": "schedule",
|
|
112826
|
+
"description": null,
|
|
112827
|
+
"type": {
|
|
112828
|
+
"kind": "LIST",
|
|
112829
|
+
"name": null,
|
|
112830
|
+
"ofType": {
|
|
112831
|
+
"kind": "NON_NULL",
|
|
112832
|
+
"name": null,
|
|
112833
|
+
"ofType": {
|
|
112834
|
+
"kind": "SCALAR",
|
|
112835
|
+
"name": "String",
|
|
112836
|
+
"ofType": null
|
|
112837
|
+
}
|
|
112838
|
+
}
|
|
112839
|
+
},
|
|
112840
|
+
"defaultValue": null,
|
|
112841
|
+
"isDeprecated": false,
|
|
112842
|
+
"deprecationReason": null
|
|
112843
|
+
}
|
|
112844
|
+
],
|
|
112845
|
+
"interfaces": null,
|
|
112846
|
+
"enumValues": null,
|
|
112847
|
+
"possibleTypes": null
|
|
112848
|
+
},
|
|
112849
|
+
{
|
|
112850
|
+
"kind": "INPUT_OBJECT",
|
|
112851
|
+
"name": "retailer_account_schedule_recommendations_delete_elem_input",
|
|
112852
|
+
"description": "delete the array element with specified index (negative integers count from the end). throws an error if top level container is not an array",
|
|
112853
|
+
"fields": null,
|
|
112854
|
+
"inputFields": [
|
|
112855
|
+
{
|
|
112856
|
+
"name": "schedule",
|
|
112857
|
+
"description": null,
|
|
112858
|
+
"type": {
|
|
112859
|
+
"kind": "SCALAR",
|
|
112860
|
+
"name": "Int",
|
|
112861
|
+
"ofType": null
|
|
112862
|
+
},
|
|
112863
|
+
"defaultValue": null,
|
|
112864
|
+
"isDeprecated": false,
|
|
112865
|
+
"deprecationReason": null
|
|
112866
|
+
}
|
|
112867
|
+
],
|
|
112868
|
+
"interfaces": null,
|
|
112869
|
+
"enumValues": null,
|
|
112870
|
+
"possibleTypes": null
|
|
112871
|
+
},
|
|
112872
|
+
{
|
|
112873
|
+
"kind": "INPUT_OBJECT",
|
|
112874
|
+
"name": "retailer_account_schedule_recommendations_delete_key_input",
|
|
112875
|
+
"description": "delete key/value pair or string element. key/value pairs are matched based on their key value",
|
|
112876
|
+
"fields": null,
|
|
112877
|
+
"inputFields": [
|
|
112878
|
+
{
|
|
112879
|
+
"name": "schedule",
|
|
112880
|
+
"description": null,
|
|
112881
|
+
"type": {
|
|
112882
|
+
"kind": "SCALAR",
|
|
112883
|
+
"name": "String",
|
|
112884
|
+
"ofType": null
|
|
112885
|
+
},
|
|
112886
|
+
"defaultValue": null,
|
|
112887
|
+
"isDeprecated": false,
|
|
112888
|
+
"deprecationReason": null
|
|
112889
|
+
}
|
|
112890
|
+
],
|
|
112891
|
+
"interfaces": null,
|
|
112892
|
+
"enumValues": null,
|
|
112893
|
+
"possibleTypes": null
|
|
112894
|
+
},
|
|
112895
|
+
{
|
|
112896
|
+
"kind": "INPUT_OBJECT",
|
|
112897
|
+
"name": "retailer_account_schedule_recommendations_inc_input",
|
|
112898
|
+
"description": "input type for incrementing numeric columns in table \"retailer_account_schedule_recommendations\"",
|
|
112899
|
+
"fields": null,
|
|
112900
|
+
"inputFields": [
|
|
112901
|
+
{
|
|
112902
|
+
"name": "retailer_account_id",
|
|
112903
|
+
"description": null,
|
|
112904
|
+
"type": {
|
|
112905
|
+
"kind": "SCALAR",
|
|
112906
|
+
"name": "Int",
|
|
112907
|
+
"ofType": null
|
|
112908
|
+
},
|
|
112909
|
+
"defaultValue": null,
|
|
112910
|
+
"isDeprecated": false,
|
|
112911
|
+
"deprecationReason": null
|
|
112912
|
+
}
|
|
112913
|
+
],
|
|
112914
|
+
"interfaces": null,
|
|
112915
|
+
"enumValues": null,
|
|
112916
|
+
"possibleTypes": null
|
|
112917
|
+
},
|
|
112918
|
+
{
|
|
112919
|
+
"kind": "INPUT_OBJECT",
|
|
112920
|
+
"name": "retailer_account_schedule_recommendations_insert_input",
|
|
112921
|
+
"description": "input type for inserting data into table \"retailer_account_schedule_recommendations\"",
|
|
112922
|
+
"fields": null,
|
|
112923
|
+
"inputFields": [
|
|
112924
|
+
{
|
|
112925
|
+
"name": "end_date",
|
|
112926
|
+
"description": null,
|
|
112927
|
+
"type": {
|
|
112928
|
+
"kind": "SCALAR",
|
|
112929
|
+
"name": "date",
|
|
112930
|
+
"ofType": null
|
|
112931
|
+
},
|
|
112932
|
+
"defaultValue": null,
|
|
112933
|
+
"isDeprecated": false,
|
|
112934
|
+
"deprecationReason": null
|
|
112935
|
+
},
|
|
112936
|
+
{
|
|
112937
|
+
"name": "id",
|
|
112938
|
+
"description": null,
|
|
112939
|
+
"type": {
|
|
112940
|
+
"kind": "SCALAR",
|
|
112941
|
+
"name": "uuid",
|
|
112942
|
+
"ofType": null
|
|
112943
|
+
},
|
|
112944
|
+
"defaultValue": null,
|
|
112945
|
+
"isDeprecated": false,
|
|
112946
|
+
"deprecationReason": null
|
|
112947
|
+
},
|
|
112948
|
+
{
|
|
112949
|
+
"name": "retailer_account_id",
|
|
112950
|
+
"description": null,
|
|
112951
|
+
"type": {
|
|
112952
|
+
"kind": "SCALAR",
|
|
112953
|
+
"name": "Int",
|
|
112954
|
+
"ofType": null
|
|
112955
|
+
},
|
|
112956
|
+
"defaultValue": null,
|
|
112957
|
+
"isDeprecated": false,
|
|
112958
|
+
"deprecationReason": null
|
|
112959
|
+
},
|
|
112960
|
+
{
|
|
112961
|
+
"name": "schedule",
|
|
112962
|
+
"description": null,
|
|
112963
|
+
"type": {
|
|
112964
|
+
"kind": "SCALAR",
|
|
112965
|
+
"name": "jsonb",
|
|
112966
|
+
"ofType": null
|
|
112967
|
+
},
|
|
112968
|
+
"defaultValue": null,
|
|
112969
|
+
"isDeprecated": false,
|
|
112970
|
+
"deprecationReason": null
|
|
112971
|
+
},
|
|
112972
|
+
{
|
|
112973
|
+
"name": "start_date",
|
|
112974
|
+
"description": null,
|
|
112975
|
+
"type": {
|
|
112976
|
+
"kind": "SCALAR",
|
|
112977
|
+
"name": "date",
|
|
112978
|
+
"ofType": null
|
|
112979
|
+
},
|
|
112980
|
+
"defaultValue": null,
|
|
112981
|
+
"isDeprecated": false,
|
|
112982
|
+
"deprecationReason": null
|
|
112983
|
+
}
|
|
112984
|
+
],
|
|
112985
|
+
"interfaces": null,
|
|
112986
|
+
"enumValues": null,
|
|
112987
|
+
"possibleTypes": null
|
|
112988
|
+
},
|
|
112989
|
+
{
|
|
112990
|
+
"kind": "OBJECT",
|
|
112991
|
+
"name": "retailer_account_schedule_recommendations_max_fields",
|
|
112992
|
+
"description": "aggregate max on columns",
|
|
112993
|
+
"fields": [
|
|
112994
|
+
{
|
|
112995
|
+
"name": "end_date",
|
|
112996
|
+
"description": null,
|
|
112997
|
+
"args": [],
|
|
112998
|
+
"type": {
|
|
112999
|
+
"kind": "SCALAR",
|
|
113000
|
+
"name": "date",
|
|
113001
|
+
"ofType": null
|
|
113002
|
+
},
|
|
113003
|
+
"isDeprecated": false,
|
|
113004
|
+
"deprecationReason": null
|
|
113005
|
+
},
|
|
113006
|
+
{
|
|
113007
|
+
"name": "id",
|
|
113008
|
+
"description": null,
|
|
113009
|
+
"args": [],
|
|
113010
|
+
"type": {
|
|
113011
|
+
"kind": "SCALAR",
|
|
113012
|
+
"name": "uuid",
|
|
113013
|
+
"ofType": null
|
|
113014
|
+
},
|
|
113015
|
+
"isDeprecated": false,
|
|
113016
|
+
"deprecationReason": null
|
|
113017
|
+
},
|
|
113018
|
+
{
|
|
113019
|
+
"name": "retailer_account_id",
|
|
113020
|
+
"description": null,
|
|
113021
|
+
"args": [],
|
|
113022
|
+
"type": {
|
|
113023
|
+
"kind": "SCALAR",
|
|
113024
|
+
"name": "Int",
|
|
113025
|
+
"ofType": null
|
|
113026
|
+
},
|
|
113027
|
+
"isDeprecated": false,
|
|
113028
|
+
"deprecationReason": null
|
|
113029
|
+
},
|
|
113030
|
+
{
|
|
113031
|
+
"name": "start_date",
|
|
113032
|
+
"description": null,
|
|
113033
|
+
"args": [],
|
|
113034
|
+
"type": {
|
|
113035
|
+
"kind": "SCALAR",
|
|
113036
|
+
"name": "date",
|
|
113037
|
+
"ofType": null
|
|
113038
|
+
},
|
|
113039
|
+
"isDeprecated": false,
|
|
113040
|
+
"deprecationReason": null
|
|
113041
|
+
}
|
|
113042
|
+
],
|
|
113043
|
+
"inputFields": null,
|
|
113044
|
+
"interfaces": [],
|
|
113045
|
+
"enumValues": null,
|
|
113046
|
+
"possibleTypes": null
|
|
113047
|
+
},
|
|
113048
|
+
{
|
|
113049
|
+
"kind": "OBJECT",
|
|
113050
|
+
"name": "retailer_account_schedule_recommendations_min_fields",
|
|
113051
|
+
"description": "aggregate min on columns",
|
|
113052
|
+
"fields": [
|
|
113053
|
+
{
|
|
113054
|
+
"name": "end_date",
|
|
113055
|
+
"description": null,
|
|
113056
|
+
"args": [],
|
|
113057
|
+
"type": {
|
|
113058
|
+
"kind": "SCALAR",
|
|
113059
|
+
"name": "date",
|
|
113060
|
+
"ofType": null
|
|
113061
|
+
},
|
|
113062
|
+
"isDeprecated": false,
|
|
113063
|
+
"deprecationReason": null
|
|
113064
|
+
},
|
|
113065
|
+
{
|
|
113066
|
+
"name": "id",
|
|
113067
|
+
"description": null,
|
|
113068
|
+
"args": [],
|
|
113069
|
+
"type": {
|
|
113070
|
+
"kind": "SCALAR",
|
|
113071
|
+
"name": "uuid",
|
|
113072
|
+
"ofType": null
|
|
113073
|
+
},
|
|
113074
|
+
"isDeprecated": false,
|
|
113075
|
+
"deprecationReason": null
|
|
113076
|
+
},
|
|
113077
|
+
{
|
|
113078
|
+
"name": "retailer_account_id",
|
|
113079
|
+
"description": null,
|
|
113080
|
+
"args": [],
|
|
113081
|
+
"type": {
|
|
113082
|
+
"kind": "SCALAR",
|
|
113083
|
+
"name": "Int",
|
|
113084
|
+
"ofType": null
|
|
113085
|
+
},
|
|
113086
|
+
"isDeprecated": false,
|
|
113087
|
+
"deprecationReason": null
|
|
113088
|
+
},
|
|
113089
|
+
{
|
|
113090
|
+
"name": "start_date",
|
|
113091
|
+
"description": null,
|
|
113092
|
+
"args": [],
|
|
113093
|
+
"type": {
|
|
113094
|
+
"kind": "SCALAR",
|
|
113095
|
+
"name": "date",
|
|
113096
|
+
"ofType": null
|
|
113097
|
+
},
|
|
113098
|
+
"isDeprecated": false,
|
|
113099
|
+
"deprecationReason": null
|
|
113100
|
+
}
|
|
113101
|
+
],
|
|
113102
|
+
"inputFields": null,
|
|
113103
|
+
"interfaces": [],
|
|
113104
|
+
"enumValues": null,
|
|
113105
|
+
"possibleTypes": null
|
|
113106
|
+
},
|
|
113107
|
+
{
|
|
113108
|
+
"kind": "OBJECT",
|
|
113109
|
+
"name": "retailer_account_schedule_recommendations_mutation_response",
|
|
113110
|
+
"description": "response of any mutation on the table \"retailer_account_schedule_recommendations\"",
|
|
113111
|
+
"fields": [
|
|
113112
|
+
{
|
|
113113
|
+
"name": "affected_rows",
|
|
113114
|
+
"description": "number of rows affected by the mutation",
|
|
113115
|
+
"args": [],
|
|
113116
|
+
"type": {
|
|
113117
|
+
"kind": "NON_NULL",
|
|
113118
|
+
"name": null,
|
|
113119
|
+
"ofType": {
|
|
113120
|
+
"kind": "SCALAR",
|
|
113121
|
+
"name": "Int",
|
|
113122
|
+
"ofType": null
|
|
113123
|
+
}
|
|
113124
|
+
},
|
|
113125
|
+
"isDeprecated": false,
|
|
113126
|
+
"deprecationReason": null
|
|
113127
|
+
},
|
|
113128
|
+
{
|
|
113129
|
+
"name": "returning",
|
|
113130
|
+
"description": "data from the rows affected by the mutation",
|
|
113131
|
+
"args": [],
|
|
113132
|
+
"type": {
|
|
113133
|
+
"kind": "NON_NULL",
|
|
113134
|
+
"name": null,
|
|
113135
|
+
"ofType": {
|
|
113136
|
+
"kind": "LIST",
|
|
113137
|
+
"name": null,
|
|
113138
|
+
"ofType": {
|
|
113139
|
+
"kind": "NON_NULL",
|
|
113140
|
+
"name": null,
|
|
113141
|
+
"ofType": {
|
|
113142
|
+
"kind": "OBJECT",
|
|
113143
|
+
"name": "retailer_account_schedule_recommendations",
|
|
113144
|
+
"ofType": null
|
|
113145
|
+
}
|
|
113146
|
+
}
|
|
113147
|
+
}
|
|
113148
|
+
},
|
|
113149
|
+
"isDeprecated": false,
|
|
113150
|
+
"deprecationReason": null
|
|
113151
|
+
}
|
|
113152
|
+
],
|
|
113153
|
+
"inputFields": null,
|
|
113154
|
+
"interfaces": [],
|
|
113155
|
+
"enumValues": null,
|
|
113156
|
+
"possibleTypes": null
|
|
113157
|
+
},
|
|
113158
|
+
{
|
|
113159
|
+
"kind": "INPUT_OBJECT",
|
|
113160
|
+
"name": "retailer_account_schedule_recommendations_on_conflict",
|
|
113161
|
+
"description": "on_conflict condition type for table \"retailer_account_schedule_recommendations\"",
|
|
113162
|
+
"fields": null,
|
|
113163
|
+
"inputFields": [
|
|
113164
|
+
{
|
|
113165
|
+
"name": "constraint",
|
|
113166
|
+
"description": null,
|
|
113167
|
+
"type": {
|
|
113168
|
+
"kind": "NON_NULL",
|
|
113169
|
+
"name": null,
|
|
113170
|
+
"ofType": {
|
|
113171
|
+
"kind": "ENUM",
|
|
113172
|
+
"name": "retailer_account_schedule_recommendations_constraint",
|
|
113173
|
+
"ofType": null
|
|
113174
|
+
}
|
|
113175
|
+
},
|
|
113176
|
+
"defaultValue": null,
|
|
113177
|
+
"isDeprecated": false,
|
|
113178
|
+
"deprecationReason": null
|
|
113179
|
+
},
|
|
113180
|
+
{
|
|
113181
|
+
"name": "update_columns",
|
|
113182
|
+
"description": null,
|
|
113183
|
+
"type": {
|
|
113184
|
+
"kind": "NON_NULL",
|
|
113185
|
+
"name": null,
|
|
113186
|
+
"ofType": {
|
|
113187
|
+
"kind": "LIST",
|
|
113188
|
+
"name": null,
|
|
113189
|
+
"ofType": {
|
|
113190
|
+
"kind": "NON_NULL",
|
|
113191
|
+
"name": null,
|
|
113192
|
+
"ofType": {
|
|
113193
|
+
"kind": "ENUM",
|
|
113194
|
+
"name": "retailer_account_schedule_recommendations_update_column",
|
|
113195
|
+
"ofType": null
|
|
113196
|
+
}
|
|
113197
|
+
}
|
|
113198
|
+
}
|
|
113199
|
+
},
|
|
113200
|
+
"defaultValue": "[]",
|
|
113201
|
+
"isDeprecated": false,
|
|
113202
|
+
"deprecationReason": null
|
|
113203
|
+
},
|
|
113204
|
+
{
|
|
113205
|
+
"name": "where",
|
|
113206
|
+
"description": null,
|
|
113207
|
+
"type": {
|
|
113208
|
+
"kind": "INPUT_OBJECT",
|
|
113209
|
+
"name": "retailer_account_schedule_recommendations_bool_exp",
|
|
113210
|
+
"ofType": null
|
|
113211
|
+
},
|
|
113212
|
+
"defaultValue": null,
|
|
113213
|
+
"isDeprecated": false,
|
|
113214
|
+
"deprecationReason": null
|
|
113215
|
+
}
|
|
113216
|
+
],
|
|
113217
|
+
"interfaces": null,
|
|
113218
|
+
"enumValues": null,
|
|
113219
|
+
"possibleTypes": null
|
|
113220
|
+
},
|
|
113221
|
+
{
|
|
113222
|
+
"kind": "INPUT_OBJECT",
|
|
113223
|
+
"name": "retailer_account_schedule_recommendations_order_by",
|
|
113224
|
+
"description": "Ordering options when selecting data from \"retailer_account_schedule_recommendations\".",
|
|
113225
|
+
"fields": null,
|
|
113226
|
+
"inputFields": [
|
|
113227
|
+
{
|
|
113228
|
+
"name": "end_date",
|
|
113229
|
+
"description": null,
|
|
113230
|
+
"type": {
|
|
113231
|
+
"kind": "ENUM",
|
|
113232
|
+
"name": "order_by",
|
|
113233
|
+
"ofType": null
|
|
113234
|
+
},
|
|
113235
|
+
"defaultValue": null,
|
|
113236
|
+
"isDeprecated": false,
|
|
113237
|
+
"deprecationReason": null
|
|
113238
|
+
},
|
|
113239
|
+
{
|
|
113240
|
+
"name": "id",
|
|
113241
|
+
"description": null,
|
|
113242
|
+
"type": {
|
|
113243
|
+
"kind": "ENUM",
|
|
113244
|
+
"name": "order_by",
|
|
113245
|
+
"ofType": null
|
|
113246
|
+
},
|
|
113247
|
+
"defaultValue": null,
|
|
113248
|
+
"isDeprecated": false,
|
|
113249
|
+
"deprecationReason": null
|
|
113250
|
+
},
|
|
113251
|
+
{
|
|
113252
|
+
"name": "retailer_account_id",
|
|
113253
|
+
"description": null,
|
|
113254
|
+
"type": {
|
|
113255
|
+
"kind": "ENUM",
|
|
113256
|
+
"name": "order_by",
|
|
113257
|
+
"ofType": null
|
|
113258
|
+
},
|
|
113259
|
+
"defaultValue": null,
|
|
113260
|
+
"isDeprecated": false,
|
|
113261
|
+
"deprecationReason": null
|
|
113262
|
+
},
|
|
113263
|
+
{
|
|
113264
|
+
"name": "schedule",
|
|
113265
|
+
"description": null,
|
|
113266
|
+
"type": {
|
|
113267
|
+
"kind": "ENUM",
|
|
113268
|
+
"name": "order_by",
|
|
113269
|
+
"ofType": null
|
|
113270
|
+
},
|
|
113271
|
+
"defaultValue": null,
|
|
113272
|
+
"isDeprecated": false,
|
|
113273
|
+
"deprecationReason": null
|
|
113274
|
+
},
|
|
113275
|
+
{
|
|
113276
|
+
"name": "start_date",
|
|
113277
|
+
"description": null,
|
|
113278
|
+
"type": {
|
|
113279
|
+
"kind": "ENUM",
|
|
113280
|
+
"name": "order_by",
|
|
113281
|
+
"ofType": null
|
|
113282
|
+
},
|
|
113283
|
+
"defaultValue": null,
|
|
113284
|
+
"isDeprecated": false,
|
|
113285
|
+
"deprecationReason": null
|
|
113286
|
+
}
|
|
113287
|
+
],
|
|
113288
|
+
"interfaces": null,
|
|
113289
|
+
"enumValues": null,
|
|
113290
|
+
"possibleTypes": null
|
|
113291
|
+
},
|
|
113292
|
+
{
|
|
113293
|
+
"kind": "INPUT_OBJECT",
|
|
113294
|
+
"name": "retailer_account_schedule_recommendations_pk_columns_input",
|
|
113295
|
+
"description": "primary key columns input for table: retailer_account_schedule_recommendations",
|
|
113296
|
+
"fields": null,
|
|
113297
|
+
"inputFields": [
|
|
113298
|
+
{
|
|
113299
|
+
"name": "id",
|
|
113300
|
+
"description": null,
|
|
113301
|
+
"type": {
|
|
113302
|
+
"kind": "NON_NULL",
|
|
113303
|
+
"name": null,
|
|
113304
|
+
"ofType": {
|
|
113305
|
+
"kind": "SCALAR",
|
|
113306
|
+
"name": "uuid",
|
|
113307
|
+
"ofType": null
|
|
113308
|
+
}
|
|
113309
|
+
},
|
|
113310
|
+
"defaultValue": null,
|
|
113311
|
+
"isDeprecated": false,
|
|
113312
|
+
"deprecationReason": null
|
|
113313
|
+
}
|
|
113314
|
+
],
|
|
113315
|
+
"interfaces": null,
|
|
113316
|
+
"enumValues": null,
|
|
113317
|
+
"possibleTypes": null
|
|
113318
|
+
},
|
|
113319
|
+
{
|
|
113320
|
+
"kind": "INPUT_OBJECT",
|
|
113321
|
+
"name": "retailer_account_schedule_recommendations_prepend_input",
|
|
113322
|
+
"description": "prepend existing jsonb value of filtered columns with new jsonb value",
|
|
113323
|
+
"fields": null,
|
|
113324
|
+
"inputFields": [
|
|
113325
|
+
{
|
|
113326
|
+
"name": "schedule",
|
|
113327
|
+
"description": null,
|
|
113328
|
+
"type": {
|
|
113329
|
+
"kind": "SCALAR",
|
|
113330
|
+
"name": "jsonb",
|
|
113331
|
+
"ofType": null
|
|
113332
|
+
},
|
|
113333
|
+
"defaultValue": null,
|
|
113334
|
+
"isDeprecated": false,
|
|
113335
|
+
"deprecationReason": null
|
|
113336
|
+
}
|
|
113337
|
+
],
|
|
113338
|
+
"interfaces": null,
|
|
113339
|
+
"enumValues": null,
|
|
113340
|
+
"possibleTypes": null
|
|
113341
|
+
},
|
|
113342
|
+
{
|
|
113343
|
+
"kind": "ENUM",
|
|
113344
|
+
"name": "retailer_account_schedule_recommendations_select_column",
|
|
113345
|
+
"description": "select columns of table \"retailer_account_schedule_recommendations\"",
|
|
113346
|
+
"fields": null,
|
|
113347
|
+
"inputFields": null,
|
|
113348
|
+
"interfaces": null,
|
|
113349
|
+
"enumValues": [
|
|
113350
|
+
{
|
|
113351
|
+
"name": "end_date",
|
|
113352
|
+
"description": "column name",
|
|
113353
|
+
"isDeprecated": false,
|
|
113354
|
+
"deprecationReason": null
|
|
113355
|
+
},
|
|
113356
|
+
{
|
|
113357
|
+
"name": "id",
|
|
113358
|
+
"description": "column name",
|
|
113359
|
+
"isDeprecated": false,
|
|
113360
|
+
"deprecationReason": null
|
|
113361
|
+
},
|
|
113362
|
+
{
|
|
113363
|
+
"name": "retailer_account_id",
|
|
113364
|
+
"description": "column name",
|
|
113365
|
+
"isDeprecated": false,
|
|
113366
|
+
"deprecationReason": null
|
|
113367
|
+
},
|
|
113368
|
+
{
|
|
113369
|
+
"name": "schedule",
|
|
113370
|
+
"description": "column name",
|
|
113371
|
+
"isDeprecated": false,
|
|
113372
|
+
"deprecationReason": null
|
|
113373
|
+
},
|
|
113374
|
+
{
|
|
113375
|
+
"name": "start_date",
|
|
113376
|
+
"description": "column name",
|
|
113377
|
+
"isDeprecated": false,
|
|
113378
|
+
"deprecationReason": null
|
|
113379
|
+
}
|
|
113380
|
+
],
|
|
113381
|
+
"possibleTypes": null
|
|
113382
|
+
},
|
|
113383
|
+
{
|
|
113384
|
+
"kind": "INPUT_OBJECT",
|
|
113385
|
+
"name": "retailer_account_schedule_recommendations_set_input",
|
|
113386
|
+
"description": "input type for updating data in table \"retailer_account_schedule_recommendations\"",
|
|
113387
|
+
"fields": null,
|
|
113388
|
+
"inputFields": [
|
|
113389
|
+
{
|
|
113390
|
+
"name": "end_date",
|
|
113391
|
+
"description": null,
|
|
113392
|
+
"type": {
|
|
113393
|
+
"kind": "SCALAR",
|
|
113394
|
+
"name": "date",
|
|
113395
|
+
"ofType": null
|
|
113396
|
+
},
|
|
113397
|
+
"defaultValue": null,
|
|
113398
|
+
"isDeprecated": false,
|
|
113399
|
+
"deprecationReason": null
|
|
113400
|
+
},
|
|
113401
|
+
{
|
|
113402
|
+
"name": "id",
|
|
113403
|
+
"description": null,
|
|
113404
|
+
"type": {
|
|
113405
|
+
"kind": "SCALAR",
|
|
113406
|
+
"name": "uuid",
|
|
113407
|
+
"ofType": null
|
|
113408
|
+
},
|
|
113409
|
+
"defaultValue": null,
|
|
113410
|
+
"isDeprecated": false,
|
|
113411
|
+
"deprecationReason": null
|
|
113412
|
+
},
|
|
113413
|
+
{
|
|
113414
|
+
"name": "retailer_account_id",
|
|
113415
|
+
"description": null,
|
|
113416
|
+
"type": {
|
|
113417
|
+
"kind": "SCALAR",
|
|
113418
|
+
"name": "Int",
|
|
113419
|
+
"ofType": null
|
|
113420
|
+
},
|
|
113421
|
+
"defaultValue": null,
|
|
113422
|
+
"isDeprecated": false,
|
|
113423
|
+
"deprecationReason": null
|
|
113424
|
+
},
|
|
113425
|
+
{
|
|
113426
|
+
"name": "schedule",
|
|
113427
|
+
"description": null,
|
|
113428
|
+
"type": {
|
|
113429
|
+
"kind": "SCALAR",
|
|
113430
|
+
"name": "jsonb",
|
|
113431
|
+
"ofType": null
|
|
113432
|
+
},
|
|
113433
|
+
"defaultValue": null,
|
|
113434
|
+
"isDeprecated": false,
|
|
113435
|
+
"deprecationReason": null
|
|
113436
|
+
},
|
|
113437
|
+
{
|
|
113438
|
+
"name": "start_date",
|
|
113439
|
+
"description": null,
|
|
113440
|
+
"type": {
|
|
113441
|
+
"kind": "SCALAR",
|
|
113442
|
+
"name": "date",
|
|
113443
|
+
"ofType": null
|
|
113444
|
+
},
|
|
113445
|
+
"defaultValue": null,
|
|
113446
|
+
"isDeprecated": false,
|
|
113447
|
+
"deprecationReason": null
|
|
113448
|
+
}
|
|
113449
|
+
],
|
|
113450
|
+
"interfaces": null,
|
|
113451
|
+
"enumValues": null,
|
|
113452
|
+
"possibleTypes": null
|
|
113453
|
+
},
|
|
113454
|
+
{
|
|
113455
|
+
"kind": "OBJECT",
|
|
113456
|
+
"name": "retailer_account_schedule_recommendations_stddev_fields",
|
|
113457
|
+
"description": "aggregate stddev on columns",
|
|
113458
|
+
"fields": [
|
|
113459
|
+
{
|
|
113460
|
+
"name": "retailer_account_id",
|
|
113461
|
+
"description": null,
|
|
113462
|
+
"args": [],
|
|
113463
|
+
"type": {
|
|
113464
|
+
"kind": "SCALAR",
|
|
113465
|
+
"name": "Float",
|
|
113466
|
+
"ofType": null
|
|
113467
|
+
},
|
|
113468
|
+
"isDeprecated": false,
|
|
113469
|
+
"deprecationReason": null
|
|
113470
|
+
}
|
|
113471
|
+
],
|
|
113472
|
+
"inputFields": null,
|
|
113473
|
+
"interfaces": [],
|
|
113474
|
+
"enumValues": null,
|
|
113475
|
+
"possibleTypes": null
|
|
113476
|
+
},
|
|
113477
|
+
{
|
|
113478
|
+
"kind": "OBJECT",
|
|
113479
|
+
"name": "retailer_account_schedule_recommendations_stddev_pop_fields",
|
|
113480
|
+
"description": "aggregate stddev_pop on columns",
|
|
113481
|
+
"fields": [
|
|
113482
|
+
{
|
|
113483
|
+
"name": "retailer_account_id",
|
|
113484
|
+
"description": null,
|
|
113485
|
+
"args": [],
|
|
113486
|
+
"type": {
|
|
113487
|
+
"kind": "SCALAR",
|
|
113488
|
+
"name": "Float",
|
|
113489
|
+
"ofType": null
|
|
113490
|
+
},
|
|
113491
|
+
"isDeprecated": false,
|
|
113492
|
+
"deprecationReason": null
|
|
113493
|
+
}
|
|
113494
|
+
],
|
|
113495
|
+
"inputFields": null,
|
|
113496
|
+
"interfaces": [],
|
|
113497
|
+
"enumValues": null,
|
|
113498
|
+
"possibleTypes": null
|
|
113499
|
+
},
|
|
113500
|
+
{
|
|
113501
|
+
"kind": "OBJECT",
|
|
113502
|
+
"name": "retailer_account_schedule_recommendations_stddev_samp_fields",
|
|
113503
|
+
"description": "aggregate stddev_samp on columns",
|
|
113504
|
+
"fields": [
|
|
113505
|
+
{
|
|
113506
|
+
"name": "retailer_account_id",
|
|
113507
|
+
"description": null,
|
|
113508
|
+
"args": [],
|
|
113509
|
+
"type": {
|
|
113510
|
+
"kind": "SCALAR",
|
|
113511
|
+
"name": "Float",
|
|
113512
|
+
"ofType": null
|
|
113513
|
+
},
|
|
113514
|
+
"isDeprecated": false,
|
|
113515
|
+
"deprecationReason": null
|
|
113516
|
+
}
|
|
113517
|
+
],
|
|
113518
|
+
"inputFields": null,
|
|
113519
|
+
"interfaces": [],
|
|
113520
|
+
"enumValues": null,
|
|
113521
|
+
"possibleTypes": null
|
|
113522
|
+
},
|
|
113523
|
+
{
|
|
113524
|
+
"kind": "INPUT_OBJECT",
|
|
113525
|
+
"name": "retailer_account_schedule_recommendations_stream_cursor_input",
|
|
113526
|
+
"description": "Streaming cursor of the table \"retailer_account_schedule_recommendations\"",
|
|
113527
|
+
"fields": null,
|
|
113528
|
+
"inputFields": [
|
|
113529
|
+
{
|
|
113530
|
+
"name": "initial_value",
|
|
113531
|
+
"description": "Stream column input with initial value",
|
|
113532
|
+
"type": {
|
|
113533
|
+
"kind": "NON_NULL",
|
|
113534
|
+
"name": null,
|
|
113535
|
+
"ofType": {
|
|
113536
|
+
"kind": "INPUT_OBJECT",
|
|
113537
|
+
"name": "retailer_account_schedule_recommendations_stream_cursor_value_input",
|
|
113538
|
+
"ofType": null
|
|
113539
|
+
}
|
|
113540
|
+
},
|
|
113541
|
+
"defaultValue": null,
|
|
113542
|
+
"isDeprecated": false,
|
|
113543
|
+
"deprecationReason": null
|
|
113544
|
+
},
|
|
113545
|
+
{
|
|
113546
|
+
"name": "ordering",
|
|
113547
|
+
"description": "cursor ordering",
|
|
113548
|
+
"type": {
|
|
113549
|
+
"kind": "ENUM",
|
|
113550
|
+
"name": "cursor_ordering",
|
|
113551
|
+
"ofType": null
|
|
113552
|
+
},
|
|
113553
|
+
"defaultValue": null,
|
|
113554
|
+
"isDeprecated": false,
|
|
113555
|
+
"deprecationReason": null
|
|
113556
|
+
}
|
|
113557
|
+
],
|
|
113558
|
+
"interfaces": null,
|
|
113559
|
+
"enumValues": null,
|
|
113560
|
+
"possibleTypes": null
|
|
113561
|
+
},
|
|
113562
|
+
{
|
|
113563
|
+
"kind": "INPUT_OBJECT",
|
|
113564
|
+
"name": "retailer_account_schedule_recommendations_stream_cursor_value_input",
|
|
113565
|
+
"description": "Initial value of the column from where the streaming should start",
|
|
113566
|
+
"fields": null,
|
|
113567
|
+
"inputFields": [
|
|
113568
|
+
{
|
|
113569
|
+
"name": "end_date",
|
|
113570
|
+
"description": null,
|
|
113571
|
+
"type": {
|
|
113572
|
+
"kind": "SCALAR",
|
|
113573
|
+
"name": "date",
|
|
113574
|
+
"ofType": null
|
|
113575
|
+
},
|
|
113576
|
+
"defaultValue": null,
|
|
113577
|
+
"isDeprecated": false,
|
|
113578
|
+
"deprecationReason": null
|
|
113579
|
+
},
|
|
113580
|
+
{
|
|
113581
|
+
"name": "id",
|
|
113582
|
+
"description": null,
|
|
113583
|
+
"type": {
|
|
113584
|
+
"kind": "SCALAR",
|
|
113585
|
+
"name": "uuid",
|
|
113586
|
+
"ofType": null
|
|
113587
|
+
},
|
|
113588
|
+
"defaultValue": null,
|
|
113589
|
+
"isDeprecated": false,
|
|
113590
|
+
"deprecationReason": null
|
|
113591
|
+
},
|
|
113592
|
+
{
|
|
113593
|
+
"name": "retailer_account_id",
|
|
113594
|
+
"description": null,
|
|
113595
|
+
"type": {
|
|
113596
|
+
"kind": "SCALAR",
|
|
113597
|
+
"name": "Int",
|
|
113598
|
+
"ofType": null
|
|
113599
|
+
},
|
|
113600
|
+
"defaultValue": null,
|
|
113601
|
+
"isDeprecated": false,
|
|
113602
|
+
"deprecationReason": null
|
|
113603
|
+
},
|
|
113604
|
+
{
|
|
113605
|
+
"name": "schedule",
|
|
113606
|
+
"description": null,
|
|
113607
|
+
"type": {
|
|
113608
|
+
"kind": "SCALAR",
|
|
113609
|
+
"name": "jsonb",
|
|
113610
|
+
"ofType": null
|
|
113611
|
+
},
|
|
113612
|
+
"defaultValue": null,
|
|
113613
|
+
"isDeprecated": false,
|
|
113614
|
+
"deprecationReason": null
|
|
113615
|
+
},
|
|
113616
|
+
{
|
|
113617
|
+
"name": "start_date",
|
|
113618
|
+
"description": null,
|
|
113619
|
+
"type": {
|
|
113620
|
+
"kind": "SCALAR",
|
|
113621
|
+
"name": "date",
|
|
113622
|
+
"ofType": null
|
|
113623
|
+
},
|
|
113624
|
+
"defaultValue": null,
|
|
113625
|
+
"isDeprecated": false,
|
|
113626
|
+
"deprecationReason": null
|
|
113627
|
+
}
|
|
113628
|
+
],
|
|
113629
|
+
"interfaces": null,
|
|
113630
|
+
"enumValues": null,
|
|
113631
|
+
"possibleTypes": null
|
|
113632
|
+
},
|
|
113633
|
+
{
|
|
113634
|
+
"kind": "OBJECT",
|
|
113635
|
+
"name": "retailer_account_schedule_recommendations_sum_fields",
|
|
113636
|
+
"description": "aggregate sum on columns",
|
|
113637
|
+
"fields": [
|
|
113638
|
+
{
|
|
113639
|
+
"name": "retailer_account_id",
|
|
113640
|
+
"description": null,
|
|
113641
|
+
"args": [],
|
|
113642
|
+
"type": {
|
|
113643
|
+
"kind": "SCALAR",
|
|
113644
|
+
"name": "Int",
|
|
113645
|
+
"ofType": null
|
|
113646
|
+
},
|
|
113647
|
+
"isDeprecated": false,
|
|
113648
|
+
"deprecationReason": null
|
|
113649
|
+
}
|
|
113650
|
+
],
|
|
113651
|
+
"inputFields": null,
|
|
113652
|
+
"interfaces": [],
|
|
113653
|
+
"enumValues": null,
|
|
113654
|
+
"possibleTypes": null
|
|
113655
|
+
},
|
|
113656
|
+
{
|
|
113657
|
+
"kind": "ENUM",
|
|
113658
|
+
"name": "retailer_account_schedule_recommendations_update_column",
|
|
113659
|
+
"description": "update columns of table \"retailer_account_schedule_recommendations\"",
|
|
113660
|
+
"fields": null,
|
|
113661
|
+
"inputFields": null,
|
|
113662
|
+
"interfaces": null,
|
|
113663
|
+
"enumValues": [
|
|
113664
|
+
{
|
|
113665
|
+
"name": "end_date",
|
|
113666
|
+
"description": "column name",
|
|
113667
|
+
"isDeprecated": false,
|
|
113668
|
+
"deprecationReason": null
|
|
113669
|
+
},
|
|
113670
|
+
{
|
|
113671
|
+
"name": "id",
|
|
113672
|
+
"description": "column name",
|
|
113673
|
+
"isDeprecated": false,
|
|
113674
|
+
"deprecationReason": null
|
|
113675
|
+
},
|
|
113676
|
+
{
|
|
113677
|
+
"name": "retailer_account_id",
|
|
113678
|
+
"description": "column name",
|
|
113679
|
+
"isDeprecated": false,
|
|
113680
|
+
"deprecationReason": null
|
|
113681
|
+
},
|
|
113682
|
+
{
|
|
113683
|
+
"name": "schedule",
|
|
113684
|
+
"description": "column name",
|
|
113685
|
+
"isDeprecated": false,
|
|
113686
|
+
"deprecationReason": null
|
|
113687
|
+
},
|
|
113688
|
+
{
|
|
113689
|
+
"name": "start_date",
|
|
113690
|
+
"description": "column name",
|
|
113691
|
+
"isDeprecated": false,
|
|
113692
|
+
"deprecationReason": null
|
|
113693
|
+
}
|
|
113694
|
+
],
|
|
113695
|
+
"possibleTypes": null
|
|
113696
|
+
},
|
|
113697
|
+
{
|
|
113698
|
+
"kind": "INPUT_OBJECT",
|
|
113699
|
+
"name": "retailer_account_schedule_recommendations_updates",
|
|
113700
|
+
"description": null,
|
|
113701
|
+
"fields": null,
|
|
113702
|
+
"inputFields": [
|
|
113703
|
+
{
|
|
113704
|
+
"name": "_append",
|
|
113705
|
+
"description": "append existing jsonb value of filtered columns with new jsonb value",
|
|
113706
|
+
"type": {
|
|
113707
|
+
"kind": "INPUT_OBJECT",
|
|
113708
|
+
"name": "retailer_account_schedule_recommendations_append_input",
|
|
113709
|
+
"ofType": null
|
|
113710
|
+
},
|
|
113711
|
+
"defaultValue": null,
|
|
113712
|
+
"isDeprecated": false,
|
|
113713
|
+
"deprecationReason": null
|
|
113714
|
+
},
|
|
113715
|
+
{
|
|
113716
|
+
"name": "_delete_at_path",
|
|
113717
|
+
"description": "delete the field or element with specified path (for JSON arrays, negative integers count from the end)",
|
|
113718
|
+
"type": {
|
|
113719
|
+
"kind": "INPUT_OBJECT",
|
|
113720
|
+
"name": "retailer_account_schedule_recommendations_delete_at_path_input",
|
|
113721
|
+
"ofType": null
|
|
113722
|
+
},
|
|
113723
|
+
"defaultValue": null,
|
|
113724
|
+
"isDeprecated": false,
|
|
113725
|
+
"deprecationReason": null
|
|
113726
|
+
},
|
|
113727
|
+
{
|
|
113728
|
+
"name": "_delete_elem",
|
|
113729
|
+
"description": "delete the array element with specified index (negative integers count from the end). throws an error if top level container is not an array",
|
|
113730
|
+
"type": {
|
|
113731
|
+
"kind": "INPUT_OBJECT",
|
|
113732
|
+
"name": "retailer_account_schedule_recommendations_delete_elem_input",
|
|
113733
|
+
"ofType": null
|
|
113734
|
+
},
|
|
113735
|
+
"defaultValue": null,
|
|
113736
|
+
"isDeprecated": false,
|
|
113737
|
+
"deprecationReason": null
|
|
113738
|
+
},
|
|
113739
|
+
{
|
|
113740
|
+
"name": "_delete_key",
|
|
113741
|
+
"description": "delete key/value pair or string element. key/value pairs are matched based on their key value",
|
|
113742
|
+
"type": {
|
|
113743
|
+
"kind": "INPUT_OBJECT",
|
|
113744
|
+
"name": "retailer_account_schedule_recommendations_delete_key_input",
|
|
113745
|
+
"ofType": null
|
|
113746
|
+
},
|
|
113747
|
+
"defaultValue": null,
|
|
113748
|
+
"isDeprecated": false,
|
|
113749
|
+
"deprecationReason": null
|
|
113750
|
+
},
|
|
113751
|
+
{
|
|
113752
|
+
"name": "_inc",
|
|
113753
|
+
"description": "increments the numeric columns with given value of the filtered values",
|
|
113754
|
+
"type": {
|
|
113755
|
+
"kind": "INPUT_OBJECT",
|
|
113756
|
+
"name": "retailer_account_schedule_recommendations_inc_input",
|
|
113757
|
+
"ofType": null
|
|
113758
|
+
},
|
|
113759
|
+
"defaultValue": null,
|
|
113760
|
+
"isDeprecated": false,
|
|
113761
|
+
"deprecationReason": null
|
|
113762
|
+
},
|
|
113763
|
+
{
|
|
113764
|
+
"name": "_prepend",
|
|
113765
|
+
"description": "prepend existing jsonb value of filtered columns with new jsonb value",
|
|
113766
|
+
"type": {
|
|
113767
|
+
"kind": "INPUT_OBJECT",
|
|
113768
|
+
"name": "retailer_account_schedule_recommendations_prepend_input",
|
|
113769
|
+
"ofType": null
|
|
113770
|
+
},
|
|
113771
|
+
"defaultValue": null,
|
|
113772
|
+
"isDeprecated": false,
|
|
113773
|
+
"deprecationReason": null
|
|
113774
|
+
},
|
|
113775
|
+
{
|
|
113776
|
+
"name": "_set",
|
|
113777
|
+
"description": "sets the columns of the filtered rows to the given values",
|
|
113778
|
+
"type": {
|
|
113779
|
+
"kind": "INPUT_OBJECT",
|
|
113780
|
+
"name": "retailer_account_schedule_recommendations_set_input",
|
|
113781
|
+
"ofType": null
|
|
113782
|
+
},
|
|
113783
|
+
"defaultValue": null,
|
|
113784
|
+
"isDeprecated": false,
|
|
113785
|
+
"deprecationReason": null
|
|
113786
|
+
},
|
|
113787
|
+
{
|
|
113788
|
+
"name": "where",
|
|
113789
|
+
"description": "filter the rows which have to be updated",
|
|
113790
|
+
"type": {
|
|
113791
|
+
"kind": "NON_NULL",
|
|
113792
|
+
"name": null,
|
|
113793
|
+
"ofType": {
|
|
113794
|
+
"kind": "INPUT_OBJECT",
|
|
113795
|
+
"name": "retailer_account_schedule_recommendations_bool_exp",
|
|
113796
|
+
"ofType": null
|
|
113797
|
+
}
|
|
113798
|
+
},
|
|
113799
|
+
"defaultValue": null,
|
|
113800
|
+
"isDeprecated": false,
|
|
113801
|
+
"deprecationReason": null
|
|
113802
|
+
}
|
|
113803
|
+
],
|
|
113804
|
+
"interfaces": null,
|
|
113805
|
+
"enumValues": null,
|
|
113806
|
+
"possibleTypes": null
|
|
113807
|
+
},
|
|
113808
|
+
{
|
|
113809
|
+
"kind": "OBJECT",
|
|
113810
|
+
"name": "retailer_account_schedule_recommendations_var_pop_fields",
|
|
113811
|
+
"description": "aggregate var_pop on columns",
|
|
113812
|
+
"fields": [
|
|
113813
|
+
{
|
|
113814
|
+
"name": "retailer_account_id",
|
|
113815
|
+
"description": null,
|
|
113816
|
+
"args": [],
|
|
113817
|
+
"type": {
|
|
113818
|
+
"kind": "SCALAR",
|
|
113819
|
+
"name": "Float",
|
|
113820
|
+
"ofType": null
|
|
113821
|
+
},
|
|
113822
|
+
"isDeprecated": false,
|
|
113823
|
+
"deprecationReason": null
|
|
113824
|
+
}
|
|
113825
|
+
],
|
|
113826
|
+
"inputFields": null,
|
|
113827
|
+
"interfaces": [],
|
|
113828
|
+
"enumValues": null,
|
|
113829
|
+
"possibleTypes": null
|
|
113830
|
+
},
|
|
113831
|
+
{
|
|
113832
|
+
"kind": "OBJECT",
|
|
113833
|
+
"name": "retailer_account_schedule_recommendations_var_samp_fields",
|
|
113834
|
+
"description": "aggregate var_samp on columns",
|
|
113835
|
+
"fields": [
|
|
113836
|
+
{
|
|
113837
|
+
"name": "retailer_account_id",
|
|
113838
|
+
"description": null,
|
|
113839
|
+
"args": [],
|
|
113840
|
+
"type": {
|
|
113841
|
+
"kind": "SCALAR",
|
|
113842
|
+
"name": "Float",
|
|
113843
|
+
"ofType": null
|
|
113844
|
+
},
|
|
113845
|
+
"isDeprecated": false,
|
|
113846
|
+
"deprecationReason": null
|
|
113847
|
+
}
|
|
113848
|
+
],
|
|
113849
|
+
"inputFields": null,
|
|
113850
|
+
"interfaces": [],
|
|
113851
|
+
"enumValues": null,
|
|
113852
|
+
"possibleTypes": null
|
|
113853
|
+
},
|
|
113854
|
+
{
|
|
113855
|
+
"kind": "OBJECT",
|
|
113856
|
+
"name": "retailer_account_schedule_recommendations_variance_fields",
|
|
113857
|
+
"description": "aggregate variance on columns",
|
|
113858
|
+
"fields": [
|
|
113859
|
+
{
|
|
113860
|
+
"name": "retailer_account_id",
|
|
113861
|
+
"description": null,
|
|
113862
|
+
"args": [],
|
|
113863
|
+
"type": {
|
|
113864
|
+
"kind": "SCALAR",
|
|
113865
|
+
"name": "Float",
|
|
113866
|
+
"ofType": null
|
|
113867
|
+
},
|
|
113868
|
+
"isDeprecated": false,
|
|
113869
|
+
"deprecationReason": null
|
|
113870
|
+
}
|
|
113871
|
+
],
|
|
113872
|
+
"inputFields": null,
|
|
113873
|
+
"interfaces": [],
|
|
113874
|
+
"enumValues": null,
|
|
113875
|
+
"possibleTypes": null
|
|
113876
|
+
},
|
|
111220
113877
|
{
|
|
111221
113878
|
"kind": "OBJECT",
|
|
111222
113879
|
"name": "social_handle_blacklist",
|