@promoboxx/graphql-gateway-types 1.277.0 → 1.279.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 +475 -0
- package/index.d.ts +52 -0
- package/package.json +1 -1
- package/schema.graphql +104 -0
package/graphql.schema.json
CHANGED
|
@@ -65990,6 +65990,232 @@
|
|
|
65990
65990
|
"isDeprecated": false,
|
|
65991
65991
|
"deprecationReason": null
|
|
65992
65992
|
},
|
|
65993
|
+
{
|
|
65994
|
+
"name": "social_place_handles_not_in_website_blacklist",
|
|
65995
|
+
"description": "execute function \"social_place_handles_not_in_website_blacklist\" which returns \"social_page_handles\"",
|
|
65996
|
+
"args": [
|
|
65997
|
+
{
|
|
65998
|
+
"name": "args",
|
|
65999
|
+
"description": "input parameters for function \"social_place_handles_not_in_website_blacklist\"",
|
|
66000
|
+
"type": {
|
|
66001
|
+
"kind": "NON_NULL",
|
|
66002
|
+
"name": null,
|
|
66003
|
+
"ofType": {
|
|
66004
|
+
"kind": "INPUT_OBJECT",
|
|
66005
|
+
"name": "social_place_handles_not_in_website_blacklist_args",
|
|
66006
|
+
"ofType": null
|
|
66007
|
+
}
|
|
66008
|
+
},
|
|
66009
|
+
"defaultValue": null,
|
|
66010
|
+
"isDeprecated": false,
|
|
66011
|
+
"deprecationReason": null
|
|
66012
|
+
},
|
|
66013
|
+
{
|
|
66014
|
+
"name": "distinct_on",
|
|
66015
|
+
"description": "distinct select on columns",
|
|
66016
|
+
"type": {
|
|
66017
|
+
"kind": "LIST",
|
|
66018
|
+
"name": null,
|
|
66019
|
+
"ofType": {
|
|
66020
|
+
"kind": "NON_NULL",
|
|
66021
|
+
"name": null,
|
|
66022
|
+
"ofType": {
|
|
66023
|
+
"kind": "ENUM",
|
|
66024
|
+
"name": "social_page_handles_select_column",
|
|
66025
|
+
"ofType": null
|
|
66026
|
+
}
|
|
66027
|
+
}
|
|
66028
|
+
},
|
|
66029
|
+
"defaultValue": null,
|
|
66030
|
+
"isDeprecated": false,
|
|
66031
|
+
"deprecationReason": null
|
|
66032
|
+
},
|
|
66033
|
+
{
|
|
66034
|
+
"name": "limit",
|
|
66035
|
+
"description": "limit the number of rows returned",
|
|
66036
|
+
"type": {
|
|
66037
|
+
"kind": "SCALAR",
|
|
66038
|
+
"name": "Int",
|
|
66039
|
+
"ofType": null
|
|
66040
|
+
},
|
|
66041
|
+
"defaultValue": null,
|
|
66042
|
+
"isDeprecated": false,
|
|
66043
|
+
"deprecationReason": null
|
|
66044
|
+
},
|
|
66045
|
+
{
|
|
66046
|
+
"name": "offset",
|
|
66047
|
+
"description": "skip the first n rows. Use only with order_by",
|
|
66048
|
+
"type": {
|
|
66049
|
+
"kind": "SCALAR",
|
|
66050
|
+
"name": "Int",
|
|
66051
|
+
"ofType": null
|
|
66052
|
+
},
|
|
66053
|
+
"defaultValue": null,
|
|
66054
|
+
"isDeprecated": false,
|
|
66055
|
+
"deprecationReason": null
|
|
66056
|
+
},
|
|
66057
|
+
{
|
|
66058
|
+
"name": "order_by",
|
|
66059
|
+
"description": "sort the rows by one or more columns",
|
|
66060
|
+
"type": {
|
|
66061
|
+
"kind": "LIST",
|
|
66062
|
+
"name": null,
|
|
66063
|
+
"ofType": {
|
|
66064
|
+
"kind": "NON_NULL",
|
|
66065
|
+
"name": null,
|
|
66066
|
+
"ofType": {
|
|
66067
|
+
"kind": "INPUT_OBJECT",
|
|
66068
|
+
"name": "social_page_handles_order_by",
|
|
66069
|
+
"ofType": null
|
|
66070
|
+
}
|
|
66071
|
+
}
|
|
66072
|
+
},
|
|
66073
|
+
"defaultValue": null,
|
|
66074
|
+
"isDeprecated": false,
|
|
66075
|
+
"deprecationReason": null
|
|
66076
|
+
},
|
|
66077
|
+
{
|
|
66078
|
+
"name": "where",
|
|
66079
|
+
"description": "filter the rows returned",
|
|
66080
|
+
"type": {
|
|
66081
|
+
"kind": "INPUT_OBJECT",
|
|
66082
|
+
"name": "social_page_handles_bool_exp",
|
|
66083
|
+
"ofType": null
|
|
66084
|
+
},
|
|
66085
|
+
"defaultValue": null,
|
|
66086
|
+
"isDeprecated": false,
|
|
66087
|
+
"deprecationReason": null
|
|
66088
|
+
}
|
|
66089
|
+
],
|
|
66090
|
+
"type": {
|
|
66091
|
+
"kind": "NON_NULL",
|
|
66092
|
+
"name": null,
|
|
66093
|
+
"ofType": {
|
|
66094
|
+
"kind": "LIST",
|
|
66095
|
+
"name": null,
|
|
66096
|
+
"ofType": {
|
|
66097
|
+
"kind": "NON_NULL",
|
|
66098
|
+
"name": null,
|
|
66099
|
+
"ofType": {
|
|
66100
|
+
"kind": "OBJECT",
|
|
66101
|
+
"name": "social_page_handles",
|
|
66102
|
+
"ofType": null
|
|
66103
|
+
}
|
|
66104
|
+
}
|
|
66105
|
+
}
|
|
66106
|
+
},
|
|
66107
|
+
"isDeprecated": false,
|
|
66108
|
+
"deprecationReason": null
|
|
66109
|
+
},
|
|
66110
|
+
{
|
|
66111
|
+
"name": "social_place_handles_not_in_website_blacklist_aggregate",
|
|
66112
|
+
"description": "execute function \"social_place_handles_not_in_website_blacklist\" and query aggregates on result of table type \"social_page_handles\"",
|
|
66113
|
+
"args": [
|
|
66114
|
+
{
|
|
66115
|
+
"name": "args",
|
|
66116
|
+
"description": "input parameters for function \"social_place_handles_not_in_website_blacklist_aggregate\"",
|
|
66117
|
+
"type": {
|
|
66118
|
+
"kind": "NON_NULL",
|
|
66119
|
+
"name": null,
|
|
66120
|
+
"ofType": {
|
|
66121
|
+
"kind": "INPUT_OBJECT",
|
|
66122
|
+
"name": "social_place_handles_not_in_website_blacklist_args",
|
|
66123
|
+
"ofType": null
|
|
66124
|
+
}
|
|
66125
|
+
},
|
|
66126
|
+
"defaultValue": null,
|
|
66127
|
+
"isDeprecated": false,
|
|
66128
|
+
"deprecationReason": null
|
|
66129
|
+
},
|
|
66130
|
+
{
|
|
66131
|
+
"name": "distinct_on",
|
|
66132
|
+
"description": "distinct select on columns",
|
|
66133
|
+
"type": {
|
|
66134
|
+
"kind": "LIST",
|
|
66135
|
+
"name": null,
|
|
66136
|
+
"ofType": {
|
|
66137
|
+
"kind": "NON_NULL",
|
|
66138
|
+
"name": null,
|
|
66139
|
+
"ofType": {
|
|
66140
|
+
"kind": "ENUM",
|
|
66141
|
+
"name": "social_page_handles_select_column",
|
|
66142
|
+
"ofType": null
|
|
66143
|
+
}
|
|
66144
|
+
}
|
|
66145
|
+
},
|
|
66146
|
+
"defaultValue": null,
|
|
66147
|
+
"isDeprecated": false,
|
|
66148
|
+
"deprecationReason": null
|
|
66149
|
+
},
|
|
66150
|
+
{
|
|
66151
|
+
"name": "limit",
|
|
66152
|
+
"description": "limit the number of rows returned",
|
|
66153
|
+
"type": {
|
|
66154
|
+
"kind": "SCALAR",
|
|
66155
|
+
"name": "Int",
|
|
66156
|
+
"ofType": null
|
|
66157
|
+
},
|
|
66158
|
+
"defaultValue": null,
|
|
66159
|
+
"isDeprecated": false,
|
|
66160
|
+
"deprecationReason": null
|
|
66161
|
+
},
|
|
66162
|
+
{
|
|
66163
|
+
"name": "offset",
|
|
66164
|
+
"description": "skip the first n rows. Use only with order_by",
|
|
66165
|
+
"type": {
|
|
66166
|
+
"kind": "SCALAR",
|
|
66167
|
+
"name": "Int",
|
|
66168
|
+
"ofType": null
|
|
66169
|
+
},
|
|
66170
|
+
"defaultValue": null,
|
|
66171
|
+
"isDeprecated": false,
|
|
66172
|
+
"deprecationReason": null
|
|
66173
|
+
},
|
|
66174
|
+
{
|
|
66175
|
+
"name": "order_by",
|
|
66176
|
+
"description": "sort the rows by one or more columns",
|
|
66177
|
+
"type": {
|
|
66178
|
+
"kind": "LIST",
|
|
66179
|
+
"name": null,
|
|
66180
|
+
"ofType": {
|
|
66181
|
+
"kind": "NON_NULL",
|
|
66182
|
+
"name": null,
|
|
66183
|
+
"ofType": {
|
|
66184
|
+
"kind": "INPUT_OBJECT",
|
|
66185
|
+
"name": "social_page_handles_order_by",
|
|
66186
|
+
"ofType": null
|
|
66187
|
+
}
|
|
66188
|
+
}
|
|
66189
|
+
},
|
|
66190
|
+
"defaultValue": null,
|
|
66191
|
+
"isDeprecated": false,
|
|
66192
|
+
"deprecationReason": null
|
|
66193
|
+
},
|
|
66194
|
+
{
|
|
66195
|
+
"name": "where",
|
|
66196
|
+
"description": "filter the rows returned",
|
|
66197
|
+
"type": {
|
|
66198
|
+
"kind": "INPUT_OBJECT",
|
|
66199
|
+
"name": "social_page_handles_bool_exp",
|
|
66200
|
+
"ofType": null
|
|
66201
|
+
},
|
|
66202
|
+
"defaultValue": null,
|
|
66203
|
+
"isDeprecated": false,
|
|
66204
|
+
"deprecationReason": null
|
|
66205
|
+
}
|
|
66206
|
+
],
|
|
66207
|
+
"type": {
|
|
66208
|
+
"kind": "NON_NULL",
|
|
66209
|
+
"name": null,
|
|
66210
|
+
"ofType": {
|
|
66211
|
+
"kind": "OBJECT",
|
|
66212
|
+
"name": "social_page_handles_aggregate",
|
|
66213
|
+
"ofType": null
|
|
66214
|
+
}
|
|
66215
|
+
},
|
|
66216
|
+
"isDeprecated": false,
|
|
66217
|
+
"deprecationReason": null
|
|
66218
|
+
},
|
|
65993
66219
|
{
|
|
65994
66220
|
"name": "validateToken",
|
|
65995
66221
|
"description": null,
|
|
@@ -79197,6 +79423,232 @@
|
|
|
79197
79423
|
"isDeprecated": false,
|
|
79198
79424
|
"deprecationReason": null
|
|
79199
79425
|
},
|
|
79426
|
+
{
|
|
79427
|
+
"name": "social_place_handles_not_in_website_blacklist",
|
|
79428
|
+
"description": "execute function \"social_place_handles_not_in_website_blacklist\" which returns \"social_page_handles\"",
|
|
79429
|
+
"args": [
|
|
79430
|
+
{
|
|
79431
|
+
"name": "args",
|
|
79432
|
+
"description": "input parameters for function \"social_place_handles_not_in_website_blacklist\"",
|
|
79433
|
+
"type": {
|
|
79434
|
+
"kind": "NON_NULL",
|
|
79435
|
+
"name": null,
|
|
79436
|
+
"ofType": {
|
|
79437
|
+
"kind": "INPUT_OBJECT",
|
|
79438
|
+
"name": "social_place_handles_not_in_website_blacklist_args",
|
|
79439
|
+
"ofType": null
|
|
79440
|
+
}
|
|
79441
|
+
},
|
|
79442
|
+
"defaultValue": null,
|
|
79443
|
+
"isDeprecated": false,
|
|
79444
|
+
"deprecationReason": null
|
|
79445
|
+
},
|
|
79446
|
+
{
|
|
79447
|
+
"name": "distinct_on",
|
|
79448
|
+
"description": "distinct select on columns",
|
|
79449
|
+
"type": {
|
|
79450
|
+
"kind": "LIST",
|
|
79451
|
+
"name": null,
|
|
79452
|
+
"ofType": {
|
|
79453
|
+
"kind": "NON_NULL",
|
|
79454
|
+
"name": null,
|
|
79455
|
+
"ofType": {
|
|
79456
|
+
"kind": "ENUM",
|
|
79457
|
+
"name": "social_page_handles_select_column",
|
|
79458
|
+
"ofType": null
|
|
79459
|
+
}
|
|
79460
|
+
}
|
|
79461
|
+
},
|
|
79462
|
+
"defaultValue": null,
|
|
79463
|
+
"isDeprecated": false,
|
|
79464
|
+
"deprecationReason": null
|
|
79465
|
+
},
|
|
79466
|
+
{
|
|
79467
|
+
"name": "limit",
|
|
79468
|
+
"description": "limit the number of rows returned",
|
|
79469
|
+
"type": {
|
|
79470
|
+
"kind": "SCALAR",
|
|
79471
|
+
"name": "Int",
|
|
79472
|
+
"ofType": null
|
|
79473
|
+
},
|
|
79474
|
+
"defaultValue": null,
|
|
79475
|
+
"isDeprecated": false,
|
|
79476
|
+
"deprecationReason": null
|
|
79477
|
+
},
|
|
79478
|
+
{
|
|
79479
|
+
"name": "offset",
|
|
79480
|
+
"description": "skip the first n rows. Use only with order_by",
|
|
79481
|
+
"type": {
|
|
79482
|
+
"kind": "SCALAR",
|
|
79483
|
+
"name": "Int",
|
|
79484
|
+
"ofType": null
|
|
79485
|
+
},
|
|
79486
|
+
"defaultValue": null,
|
|
79487
|
+
"isDeprecated": false,
|
|
79488
|
+
"deprecationReason": null
|
|
79489
|
+
},
|
|
79490
|
+
{
|
|
79491
|
+
"name": "order_by",
|
|
79492
|
+
"description": "sort the rows by one or more columns",
|
|
79493
|
+
"type": {
|
|
79494
|
+
"kind": "LIST",
|
|
79495
|
+
"name": null,
|
|
79496
|
+
"ofType": {
|
|
79497
|
+
"kind": "NON_NULL",
|
|
79498
|
+
"name": null,
|
|
79499
|
+
"ofType": {
|
|
79500
|
+
"kind": "INPUT_OBJECT",
|
|
79501
|
+
"name": "social_page_handles_order_by",
|
|
79502
|
+
"ofType": null
|
|
79503
|
+
}
|
|
79504
|
+
}
|
|
79505
|
+
},
|
|
79506
|
+
"defaultValue": null,
|
|
79507
|
+
"isDeprecated": false,
|
|
79508
|
+
"deprecationReason": null
|
|
79509
|
+
},
|
|
79510
|
+
{
|
|
79511
|
+
"name": "where",
|
|
79512
|
+
"description": "filter the rows returned",
|
|
79513
|
+
"type": {
|
|
79514
|
+
"kind": "INPUT_OBJECT",
|
|
79515
|
+
"name": "social_page_handles_bool_exp",
|
|
79516
|
+
"ofType": null
|
|
79517
|
+
},
|
|
79518
|
+
"defaultValue": null,
|
|
79519
|
+
"isDeprecated": false,
|
|
79520
|
+
"deprecationReason": null
|
|
79521
|
+
}
|
|
79522
|
+
],
|
|
79523
|
+
"type": {
|
|
79524
|
+
"kind": "NON_NULL",
|
|
79525
|
+
"name": null,
|
|
79526
|
+
"ofType": {
|
|
79527
|
+
"kind": "LIST",
|
|
79528
|
+
"name": null,
|
|
79529
|
+
"ofType": {
|
|
79530
|
+
"kind": "NON_NULL",
|
|
79531
|
+
"name": null,
|
|
79532
|
+
"ofType": {
|
|
79533
|
+
"kind": "OBJECT",
|
|
79534
|
+
"name": "social_page_handles",
|
|
79535
|
+
"ofType": null
|
|
79536
|
+
}
|
|
79537
|
+
}
|
|
79538
|
+
}
|
|
79539
|
+
},
|
|
79540
|
+
"isDeprecated": false,
|
|
79541
|
+
"deprecationReason": null
|
|
79542
|
+
},
|
|
79543
|
+
{
|
|
79544
|
+
"name": "social_place_handles_not_in_website_blacklist_aggregate",
|
|
79545
|
+
"description": "execute function \"social_place_handles_not_in_website_blacklist\" and query aggregates on result of table type \"social_page_handles\"",
|
|
79546
|
+
"args": [
|
|
79547
|
+
{
|
|
79548
|
+
"name": "args",
|
|
79549
|
+
"description": "input parameters for function \"social_place_handles_not_in_website_blacklist_aggregate\"",
|
|
79550
|
+
"type": {
|
|
79551
|
+
"kind": "NON_NULL",
|
|
79552
|
+
"name": null,
|
|
79553
|
+
"ofType": {
|
|
79554
|
+
"kind": "INPUT_OBJECT",
|
|
79555
|
+
"name": "social_place_handles_not_in_website_blacklist_args",
|
|
79556
|
+
"ofType": null
|
|
79557
|
+
}
|
|
79558
|
+
},
|
|
79559
|
+
"defaultValue": null,
|
|
79560
|
+
"isDeprecated": false,
|
|
79561
|
+
"deprecationReason": null
|
|
79562
|
+
},
|
|
79563
|
+
{
|
|
79564
|
+
"name": "distinct_on",
|
|
79565
|
+
"description": "distinct select on columns",
|
|
79566
|
+
"type": {
|
|
79567
|
+
"kind": "LIST",
|
|
79568
|
+
"name": null,
|
|
79569
|
+
"ofType": {
|
|
79570
|
+
"kind": "NON_NULL",
|
|
79571
|
+
"name": null,
|
|
79572
|
+
"ofType": {
|
|
79573
|
+
"kind": "ENUM",
|
|
79574
|
+
"name": "social_page_handles_select_column",
|
|
79575
|
+
"ofType": null
|
|
79576
|
+
}
|
|
79577
|
+
}
|
|
79578
|
+
},
|
|
79579
|
+
"defaultValue": null,
|
|
79580
|
+
"isDeprecated": false,
|
|
79581
|
+
"deprecationReason": null
|
|
79582
|
+
},
|
|
79583
|
+
{
|
|
79584
|
+
"name": "limit",
|
|
79585
|
+
"description": "limit the number of rows returned",
|
|
79586
|
+
"type": {
|
|
79587
|
+
"kind": "SCALAR",
|
|
79588
|
+
"name": "Int",
|
|
79589
|
+
"ofType": null
|
|
79590
|
+
},
|
|
79591
|
+
"defaultValue": null,
|
|
79592
|
+
"isDeprecated": false,
|
|
79593
|
+
"deprecationReason": null
|
|
79594
|
+
},
|
|
79595
|
+
{
|
|
79596
|
+
"name": "offset",
|
|
79597
|
+
"description": "skip the first n rows. Use only with order_by",
|
|
79598
|
+
"type": {
|
|
79599
|
+
"kind": "SCALAR",
|
|
79600
|
+
"name": "Int",
|
|
79601
|
+
"ofType": null
|
|
79602
|
+
},
|
|
79603
|
+
"defaultValue": null,
|
|
79604
|
+
"isDeprecated": false,
|
|
79605
|
+
"deprecationReason": null
|
|
79606
|
+
},
|
|
79607
|
+
{
|
|
79608
|
+
"name": "order_by",
|
|
79609
|
+
"description": "sort the rows by one or more columns",
|
|
79610
|
+
"type": {
|
|
79611
|
+
"kind": "LIST",
|
|
79612
|
+
"name": null,
|
|
79613
|
+
"ofType": {
|
|
79614
|
+
"kind": "NON_NULL",
|
|
79615
|
+
"name": null,
|
|
79616
|
+
"ofType": {
|
|
79617
|
+
"kind": "INPUT_OBJECT",
|
|
79618
|
+
"name": "social_page_handles_order_by",
|
|
79619
|
+
"ofType": null
|
|
79620
|
+
}
|
|
79621
|
+
}
|
|
79622
|
+
},
|
|
79623
|
+
"defaultValue": null,
|
|
79624
|
+
"isDeprecated": false,
|
|
79625
|
+
"deprecationReason": null
|
|
79626
|
+
},
|
|
79627
|
+
{
|
|
79628
|
+
"name": "where",
|
|
79629
|
+
"description": "filter the rows returned",
|
|
79630
|
+
"type": {
|
|
79631
|
+
"kind": "INPUT_OBJECT",
|
|
79632
|
+
"name": "social_page_handles_bool_exp",
|
|
79633
|
+
"ofType": null
|
|
79634
|
+
},
|
|
79635
|
+
"defaultValue": null,
|
|
79636
|
+
"isDeprecated": false,
|
|
79637
|
+
"deprecationReason": null
|
|
79638
|
+
}
|
|
79639
|
+
],
|
|
79640
|
+
"type": {
|
|
79641
|
+
"kind": "NON_NULL",
|
|
79642
|
+
"name": null,
|
|
79643
|
+
"ofType": {
|
|
79644
|
+
"kind": "OBJECT",
|
|
79645
|
+
"name": "social_page_handles_aggregate",
|
|
79646
|
+
"ofType": null
|
|
79647
|
+
}
|
|
79648
|
+
},
|
|
79649
|
+
"isDeprecated": false,
|
|
79650
|
+
"deprecationReason": null
|
|
79651
|
+
},
|
|
79200
79652
|
{
|
|
79201
79653
|
"name": "verified_addresses",
|
|
79202
79654
|
"description": "fetch data from the table: \"verified_addresses\"",
|
|
@@ -117069,6 +117521,29 @@
|
|
|
117069
117521
|
"enumValues": null,
|
|
117070
117522
|
"possibleTypes": null
|
|
117071
117523
|
},
|
|
117524
|
+
{
|
|
117525
|
+
"kind": "INPUT_OBJECT",
|
|
117526
|
+
"name": "social_place_handles_not_in_website_blacklist_args",
|
|
117527
|
+
"description": null,
|
|
117528
|
+
"fields": null,
|
|
117529
|
+
"inputFields": [
|
|
117530
|
+
{
|
|
117531
|
+
"name": "channel",
|
|
117532
|
+
"description": null,
|
|
117533
|
+
"type": {
|
|
117534
|
+
"kind": "SCALAR",
|
|
117535
|
+
"name": "String",
|
|
117536
|
+
"ofType": null
|
|
117537
|
+
},
|
|
117538
|
+
"defaultValue": null,
|
|
117539
|
+
"isDeprecated": false,
|
|
117540
|
+
"deprecationReason": null
|
|
117541
|
+
}
|
|
117542
|
+
],
|
|
117543
|
+
"interfaces": null,
|
|
117544
|
+
"enumValues": null,
|
|
117545
|
+
"possibleTypes": null
|
|
117546
|
+
},
|
|
117072
117547
|
{
|
|
117073
117548
|
"kind": "SCALAR",
|
|
117074
117549
|
"name": "timestamp",
|
package/index.d.ts
CHANGED
|
@@ -7528,6 +7528,10 @@ export type Query = {
|
|
|
7528
7528
|
social_page_posts_aggregate: Social_Page_Posts_Aggregate;
|
|
7529
7529
|
/** fetch data from the table: "social_page_posts" using primary key columns */
|
|
7530
7530
|
social_page_posts_by_pk?: Maybe<Social_Page_Posts>;
|
|
7531
|
+
/** execute function "social_place_handles_not_in_website_blacklist" which returns "social_page_handles" */
|
|
7532
|
+
social_place_handles_not_in_website_blacklist: Array<Social_Page_Handles>;
|
|
7533
|
+
/** execute function "social_place_handles_not_in_website_blacklist" and query aggregates on result of table type "social_page_handles" */
|
|
7534
|
+
social_place_handles_not_in_website_blacklist_aggregate: Social_Page_Handles_Aggregate;
|
|
7531
7535
|
validateToken?: Maybe<ValidateTokenResponse>;
|
|
7532
7536
|
/** fetch data from the table: "verified_addresses" */
|
|
7533
7537
|
verified_addresses: Array<Verified_Addresses>;
|
|
@@ -8665,6 +8669,26 @@ export type QuerySocial_Page_Posts_By_PkArgs = {
|
|
|
8665
8669
|
};
|
|
8666
8670
|
|
|
8667
8671
|
|
|
8672
|
+
export type QuerySocial_Place_Handles_Not_In_Website_BlacklistArgs = {
|
|
8673
|
+
args: Social_Place_Handles_Not_In_Website_Blacklist_Args;
|
|
8674
|
+
distinct_on?: InputMaybe<Array<Social_Page_Handles_Select_Column>>;
|
|
8675
|
+
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
8676
|
+
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
8677
|
+
order_by?: InputMaybe<Array<Social_Page_Handles_Order_By>>;
|
|
8678
|
+
where?: InputMaybe<Social_Page_Handles_Bool_Exp>;
|
|
8679
|
+
};
|
|
8680
|
+
|
|
8681
|
+
|
|
8682
|
+
export type QuerySocial_Place_Handles_Not_In_Website_Blacklist_AggregateArgs = {
|
|
8683
|
+
args: Social_Place_Handles_Not_In_Website_Blacklist_Args;
|
|
8684
|
+
distinct_on?: InputMaybe<Array<Social_Page_Handles_Select_Column>>;
|
|
8685
|
+
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
8686
|
+
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
8687
|
+
order_by?: InputMaybe<Array<Social_Page_Handles_Order_By>>;
|
|
8688
|
+
where?: InputMaybe<Social_Page_Handles_Bool_Exp>;
|
|
8689
|
+
};
|
|
8690
|
+
|
|
8691
|
+
|
|
8668
8692
|
export type QueryVerified_AddressesArgs = {
|
|
8669
8693
|
distinct_on?: InputMaybe<Array<Verified_Addresses_Select_Column>>;
|
|
8670
8694
|
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
@@ -9788,6 +9812,10 @@ export type Subscription = {
|
|
|
9788
9812
|
social_page_posts_by_pk?: Maybe<Social_Page_Posts>;
|
|
9789
9813
|
/** fetch data from the table in a streaming manner: "social_page_posts" */
|
|
9790
9814
|
social_page_posts_stream: Array<Social_Page_Posts>;
|
|
9815
|
+
/** execute function "social_place_handles_not_in_website_blacklist" which returns "social_page_handles" */
|
|
9816
|
+
social_place_handles_not_in_website_blacklist: Array<Social_Page_Handles>;
|
|
9817
|
+
/** execute function "social_place_handles_not_in_website_blacklist" and query aggregates on result of table type "social_page_handles" */
|
|
9818
|
+
social_place_handles_not_in_website_blacklist_aggregate: Social_Page_Handles_Aggregate;
|
|
9791
9819
|
/** fetch data from the table: "verified_addresses" */
|
|
9792
9820
|
verified_addresses: Array<Verified_Addresses>;
|
|
9793
9821
|
/** fetch aggregated fields from the table: "verified_addresses" */
|
|
@@ -10217,6 +10245,26 @@ export type SubscriptionSocial_Page_Posts_StreamArgs = {
|
|
|
10217
10245
|
};
|
|
10218
10246
|
|
|
10219
10247
|
|
|
10248
|
+
export type SubscriptionSocial_Place_Handles_Not_In_Website_BlacklistArgs = {
|
|
10249
|
+
args: Social_Place_Handles_Not_In_Website_Blacklist_Args;
|
|
10250
|
+
distinct_on?: InputMaybe<Array<Social_Page_Handles_Select_Column>>;
|
|
10251
|
+
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
10252
|
+
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
10253
|
+
order_by?: InputMaybe<Array<Social_Page_Handles_Order_By>>;
|
|
10254
|
+
where?: InputMaybe<Social_Page_Handles_Bool_Exp>;
|
|
10255
|
+
};
|
|
10256
|
+
|
|
10257
|
+
|
|
10258
|
+
export type SubscriptionSocial_Place_Handles_Not_In_Website_Blacklist_AggregateArgs = {
|
|
10259
|
+
args: Social_Place_Handles_Not_In_Website_Blacklist_Args;
|
|
10260
|
+
distinct_on?: InputMaybe<Array<Social_Page_Handles_Select_Column>>;
|
|
10261
|
+
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
10262
|
+
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
10263
|
+
order_by?: InputMaybe<Array<Social_Page_Handles_Order_By>>;
|
|
10264
|
+
where?: InputMaybe<Social_Page_Handles_Bool_Exp>;
|
|
10265
|
+
};
|
|
10266
|
+
|
|
10267
|
+
|
|
10220
10268
|
export type SubscriptionVerified_AddressesArgs = {
|
|
10221
10269
|
distinct_on?: InputMaybe<Array<Verified_Addresses_Select_Column>>;
|
|
10222
10270
|
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
@@ -15262,6 +15310,10 @@ export type Social_Page_Posts_Updates = {
|
|
|
15262
15310
|
where: Social_Page_Posts_Bool_Exp;
|
|
15263
15311
|
};
|
|
15264
15312
|
|
|
15313
|
+
export type Social_Place_Handles_Not_In_Website_Blacklist_Args = {
|
|
15314
|
+
channel?: InputMaybe<Scalars['String']['input']>;
|
|
15315
|
+
};
|
|
15316
|
+
|
|
15265
15317
|
/** Boolean expression to compare columns of type "timestamp". All fields are combined with logical 'AND'. */
|
|
15266
15318
|
export type Timestamp_Comparison_Exp = {
|
|
15267
15319
|
_eq?: InputMaybe<Scalars['timestamp']['input']>;
|
package/package.json
CHANGED
package/schema.graphql
CHANGED
|
@@ -7109,6 +7109,56 @@ type Query {
|
|
|
7109
7109
|
fetch data from the table: "social_page_posts" using primary key columns
|
|
7110
7110
|
"""
|
|
7111
7111
|
social_page_posts_by_pk(id: uuid!): social_page_posts
|
|
7112
|
+
|
|
7113
|
+
"""
|
|
7114
|
+
execute function "social_place_handles_not_in_website_blacklist" which returns "social_page_handles"
|
|
7115
|
+
"""
|
|
7116
|
+
social_place_handles_not_in_website_blacklist(
|
|
7117
|
+
"""
|
|
7118
|
+
input parameters for function "social_place_handles_not_in_website_blacklist"
|
|
7119
|
+
"""
|
|
7120
|
+
args: social_place_handles_not_in_website_blacklist_args!
|
|
7121
|
+
|
|
7122
|
+
"""distinct select on columns"""
|
|
7123
|
+
distinct_on: [social_page_handles_select_column!]
|
|
7124
|
+
|
|
7125
|
+
"""limit the number of rows returned"""
|
|
7126
|
+
limit: Int
|
|
7127
|
+
|
|
7128
|
+
"""skip the first n rows. Use only with order_by"""
|
|
7129
|
+
offset: Int
|
|
7130
|
+
|
|
7131
|
+
"""sort the rows by one or more columns"""
|
|
7132
|
+
order_by: [social_page_handles_order_by!]
|
|
7133
|
+
|
|
7134
|
+
"""filter the rows returned"""
|
|
7135
|
+
where: social_page_handles_bool_exp
|
|
7136
|
+
): [social_page_handles!]!
|
|
7137
|
+
|
|
7138
|
+
"""
|
|
7139
|
+
execute function "social_place_handles_not_in_website_blacklist" and query aggregates on result of table type "social_page_handles"
|
|
7140
|
+
"""
|
|
7141
|
+
social_place_handles_not_in_website_blacklist_aggregate(
|
|
7142
|
+
"""
|
|
7143
|
+
input parameters for function "social_place_handles_not_in_website_blacklist_aggregate"
|
|
7144
|
+
"""
|
|
7145
|
+
args: social_place_handles_not_in_website_blacklist_args!
|
|
7146
|
+
|
|
7147
|
+
"""distinct select on columns"""
|
|
7148
|
+
distinct_on: [social_page_handles_select_column!]
|
|
7149
|
+
|
|
7150
|
+
"""limit the number of rows returned"""
|
|
7151
|
+
limit: Int
|
|
7152
|
+
|
|
7153
|
+
"""skip the first n rows. Use only with order_by"""
|
|
7154
|
+
offset: Int
|
|
7155
|
+
|
|
7156
|
+
"""sort the rows by one or more columns"""
|
|
7157
|
+
order_by: [social_page_handles_order_by!]
|
|
7158
|
+
|
|
7159
|
+
"""filter the rows returned"""
|
|
7160
|
+
where: social_page_handles_bool_exp
|
|
7161
|
+
): social_page_handles_aggregate!
|
|
7112
7162
|
validateToken: ValidateTokenResponse
|
|
7113
7163
|
|
|
7114
7164
|
"""
|
|
@@ -8961,6 +9011,56 @@ type Subscription {
|
|
|
8961
9011
|
where: social_page_posts_bool_exp
|
|
8962
9012
|
): [social_page_posts!]!
|
|
8963
9013
|
|
|
9014
|
+
"""
|
|
9015
|
+
execute function "social_place_handles_not_in_website_blacklist" which returns "social_page_handles"
|
|
9016
|
+
"""
|
|
9017
|
+
social_place_handles_not_in_website_blacklist(
|
|
9018
|
+
"""
|
|
9019
|
+
input parameters for function "social_place_handles_not_in_website_blacklist"
|
|
9020
|
+
"""
|
|
9021
|
+
args: social_place_handles_not_in_website_blacklist_args!
|
|
9022
|
+
|
|
9023
|
+
"""distinct select on columns"""
|
|
9024
|
+
distinct_on: [social_page_handles_select_column!]
|
|
9025
|
+
|
|
9026
|
+
"""limit the number of rows returned"""
|
|
9027
|
+
limit: Int
|
|
9028
|
+
|
|
9029
|
+
"""skip the first n rows. Use only with order_by"""
|
|
9030
|
+
offset: Int
|
|
9031
|
+
|
|
9032
|
+
"""sort the rows by one or more columns"""
|
|
9033
|
+
order_by: [social_page_handles_order_by!]
|
|
9034
|
+
|
|
9035
|
+
"""filter the rows returned"""
|
|
9036
|
+
where: social_page_handles_bool_exp
|
|
9037
|
+
): [social_page_handles!]!
|
|
9038
|
+
|
|
9039
|
+
"""
|
|
9040
|
+
execute function "social_place_handles_not_in_website_blacklist" and query aggregates on result of table type "social_page_handles"
|
|
9041
|
+
"""
|
|
9042
|
+
social_place_handles_not_in_website_blacklist_aggregate(
|
|
9043
|
+
"""
|
|
9044
|
+
input parameters for function "social_place_handles_not_in_website_blacklist_aggregate"
|
|
9045
|
+
"""
|
|
9046
|
+
args: social_place_handles_not_in_website_blacklist_args!
|
|
9047
|
+
|
|
9048
|
+
"""distinct select on columns"""
|
|
9049
|
+
distinct_on: [social_page_handles_select_column!]
|
|
9050
|
+
|
|
9051
|
+
"""limit the number of rows returned"""
|
|
9052
|
+
limit: Int
|
|
9053
|
+
|
|
9054
|
+
"""skip the first n rows. Use only with order_by"""
|
|
9055
|
+
offset: Int
|
|
9056
|
+
|
|
9057
|
+
"""sort the rows by one or more columns"""
|
|
9058
|
+
order_by: [social_page_handles_order_by!]
|
|
9059
|
+
|
|
9060
|
+
"""filter the rows returned"""
|
|
9061
|
+
where: social_page_handles_bool_exp
|
|
9062
|
+
): social_page_handles_aggregate!
|
|
9063
|
+
|
|
8964
9064
|
"""
|
|
8965
9065
|
fetch data from the table: "verified_addresses"
|
|
8966
9066
|
"""
|
|
@@ -14935,6 +15035,10 @@ input social_page_posts_updates {
|
|
|
14935
15035
|
where: social_page_posts_bool_exp!
|
|
14936
15036
|
}
|
|
14937
15037
|
|
|
15038
|
+
input social_place_handles_not_in_website_blacklist_args {
|
|
15039
|
+
channel: String
|
|
15040
|
+
}
|
|
15041
|
+
|
|
14938
15042
|
scalar timestamp
|
|
14939
15043
|
|
|
14940
15044
|
"""
|