@promoboxx/graphql-gateway-types 1.310.0 → 1.312.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 +1873 -101
- package/index.d.ts +222 -8
- package/package.json +1 -1
- package/schema.graphql +292 -24
package/graphql.schema.json
CHANGED
|
@@ -58986,7 +58986,7 @@
|
|
|
58986
58986
|
},
|
|
58987
58987
|
{
|
|
58988
58988
|
"name": "enrichment_queries_social_page_handles",
|
|
58989
|
-
"description": "
|
|
58989
|
+
"description": "An array relationship",
|
|
58990
58990
|
"args": [
|
|
58991
58991
|
{
|
|
58992
58992
|
"name": "distinct_on",
|
|
@@ -59087,7 +59087,7 @@
|
|
|
59087
59087
|
},
|
|
59088
59088
|
{
|
|
59089
59089
|
"name": "enrichment_queries_social_page_handles_aggregate",
|
|
59090
|
-
"description": "
|
|
59090
|
+
"description": "An aggregate relationship",
|
|
59091
59091
|
"args": [
|
|
59092
59092
|
{
|
|
59093
59093
|
"name": "distinct_on",
|
|
@@ -59209,7 +59209,7 @@
|
|
|
59209
59209
|
},
|
|
59210
59210
|
{
|
|
59211
59211
|
"name": "enrichment_queries_website_urls",
|
|
59212
|
-
"description": "
|
|
59212
|
+
"description": "An array relationship",
|
|
59213
59213
|
"args": [
|
|
59214
59214
|
{
|
|
59215
59215
|
"name": "distinct_on",
|
|
@@ -59310,7 +59310,7 @@
|
|
|
59310
59310
|
},
|
|
59311
59311
|
{
|
|
59312
59312
|
"name": "enrichment_queries_website_urls_aggregate",
|
|
59313
|
-
"description": "
|
|
59313
|
+
"description": "An aggregate relationship",
|
|
59314
59314
|
"args": [
|
|
59315
59315
|
{
|
|
59316
59316
|
"name": "distinct_on",
|
|
@@ -79436,7 +79436,7 @@
|
|
|
79436
79436
|
},
|
|
79437
79437
|
{
|
|
79438
79438
|
"name": "enrichment_queries_social_page_handles",
|
|
79439
|
-
"description": "
|
|
79439
|
+
"description": "An array relationship",
|
|
79440
79440
|
"args": [
|
|
79441
79441
|
{
|
|
79442
79442
|
"name": "distinct_on",
|
|
@@ -79537,7 +79537,7 @@
|
|
|
79537
79537
|
},
|
|
79538
79538
|
{
|
|
79539
79539
|
"name": "enrichment_queries_social_page_handles_aggregate",
|
|
79540
|
-
"description": "
|
|
79540
|
+
"description": "An aggregate relationship",
|
|
79541
79541
|
"args": [
|
|
79542
79542
|
{
|
|
79543
79543
|
"name": "distinct_on",
|
|
@@ -79805,7 +79805,7 @@
|
|
|
79805
79805
|
},
|
|
79806
79806
|
{
|
|
79807
79807
|
"name": "enrichment_queries_website_urls",
|
|
79808
|
-
"description": "
|
|
79808
|
+
"description": "An array relationship",
|
|
79809
79809
|
"args": [
|
|
79810
79810
|
{
|
|
79811
79811
|
"name": "distinct_on",
|
|
@@ -79906,7 +79906,7 @@
|
|
|
79906
79906
|
},
|
|
79907
79907
|
{
|
|
79908
79908
|
"name": "enrichment_queries_website_urls_aggregate",
|
|
79909
|
-
"description": "
|
|
79909
|
+
"description": "An aggregate relationship",
|
|
79910
79910
|
"args": [
|
|
79911
79911
|
{
|
|
79912
79912
|
"name": "distinct_on",
|
|
@@ -101095,31 +101095,7 @@
|
|
|
101095
101095
|
"deprecationReason": null
|
|
101096
101096
|
},
|
|
101097
101097
|
{
|
|
101098
|
-
"name": "
|
|
101099
|
-
"description": null,
|
|
101100
|
-
"args": [],
|
|
101101
|
-
"type": {
|
|
101102
|
-
"kind": "SCALAR",
|
|
101103
|
-
"name": "String",
|
|
101104
|
-
"ofType": null
|
|
101105
|
-
},
|
|
101106
|
-
"isDeprecated": false,
|
|
101107
|
-
"deprecationReason": null
|
|
101108
|
-
},
|
|
101109
|
-
{
|
|
101110
|
-
"name": "external_id_type",
|
|
101111
|
-
"description": null,
|
|
101112
|
-
"args": [],
|
|
101113
|
-
"type": {
|
|
101114
|
-
"kind": "SCALAR",
|
|
101115
|
-
"name": "String",
|
|
101116
|
-
"ofType": null
|
|
101117
|
-
},
|
|
101118
|
-
"isDeprecated": false,
|
|
101119
|
-
"deprecationReason": null
|
|
101120
|
-
},
|
|
101121
|
-
{
|
|
101122
|
-
"name": "google_place_run_results",
|
|
101098
|
+
"name": "enrichment_queries_social_page_handles",
|
|
101123
101099
|
"description": "An array relationship",
|
|
101124
101100
|
"args": [
|
|
101125
101101
|
{
|
|
@@ -101133,7 +101109,7 @@
|
|
|
101133
101109
|
"name": null,
|
|
101134
101110
|
"ofType": {
|
|
101135
101111
|
"kind": "ENUM",
|
|
101136
|
-
"name": "
|
|
101112
|
+
"name": "enrichment_queries_social_page_handles_select_column",
|
|
101137
101113
|
"ofType": null
|
|
101138
101114
|
}
|
|
101139
101115
|
}
|
|
@@ -101177,7 +101153,7 @@
|
|
|
101177
101153
|
"name": null,
|
|
101178
101154
|
"ofType": {
|
|
101179
101155
|
"kind": "INPUT_OBJECT",
|
|
101180
|
-
"name": "
|
|
101156
|
+
"name": "enrichment_queries_social_page_handles_order_by",
|
|
101181
101157
|
"ofType": null
|
|
101182
101158
|
}
|
|
101183
101159
|
}
|
|
@@ -101191,7 +101167,7 @@
|
|
|
101191
101167
|
"description": "filter the rows returned",
|
|
101192
101168
|
"type": {
|
|
101193
101169
|
"kind": "INPUT_OBJECT",
|
|
101194
|
-
"name": "
|
|
101170
|
+
"name": "enrichment_queries_social_page_handles_bool_exp",
|
|
101195
101171
|
"ofType": null
|
|
101196
101172
|
},
|
|
101197
101173
|
"defaultValue": null,
|
|
@@ -101210,7 +101186,7 @@
|
|
|
101210
101186
|
"name": null,
|
|
101211
101187
|
"ofType": {
|
|
101212
101188
|
"kind": "OBJECT",
|
|
101213
|
-
"name": "
|
|
101189
|
+
"name": "enrichment_queries_social_page_handles",
|
|
101214
101190
|
"ofType": null
|
|
101215
101191
|
}
|
|
101216
101192
|
}
|
|
@@ -101220,7 +101196,7 @@
|
|
|
101220
101196
|
"deprecationReason": null
|
|
101221
101197
|
},
|
|
101222
101198
|
{
|
|
101223
|
-
"name": "
|
|
101199
|
+
"name": "enrichment_queries_social_page_handles_aggregate",
|
|
101224
101200
|
"description": "An aggregate relationship",
|
|
101225
101201
|
"args": [
|
|
101226
101202
|
{
|
|
@@ -101234,7 +101210,7 @@
|
|
|
101234
101210
|
"name": null,
|
|
101235
101211
|
"ofType": {
|
|
101236
101212
|
"kind": "ENUM",
|
|
101237
|
-
"name": "
|
|
101213
|
+
"name": "enrichment_queries_social_page_handles_select_column",
|
|
101238
101214
|
"ofType": null
|
|
101239
101215
|
}
|
|
101240
101216
|
}
|
|
@@ -101278,7 +101254,7 @@
|
|
|
101278
101254
|
"name": null,
|
|
101279
101255
|
"ofType": {
|
|
101280
101256
|
"kind": "INPUT_OBJECT",
|
|
101281
|
-
"name": "
|
|
101257
|
+
"name": "enrichment_queries_social_page_handles_order_by",
|
|
101282
101258
|
"ofType": null
|
|
101283
101259
|
}
|
|
101284
101260
|
}
|
|
@@ -101292,7 +101268,7 @@
|
|
|
101292
101268
|
"description": "filter the rows returned",
|
|
101293
101269
|
"type": {
|
|
101294
101270
|
"kind": "INPUT_OBJECT",
|
|
101295
|
-
"name": "
|
|
101271
|
+
"name": "enrichment_queries_social_page_handles_bool_exp",
|
|
101296
101272
|
"ofType": null
|
|
101297
101273
|
},
|
|
101298
101274
|
"defaultValue": null,
|
|
@@ -101305,7 +101281,7 @@
|
|
|
101305
101281
|
"name": null,
|
|
101306
101282
|
"ofType": {
|
|
101307
101283
|
"kind": "OBJECT",
|
|
101308
|
-
"name": "
|
|
101284
|
+
"name": "enrichment_queries_social_page_handles_aggregate",
|
|
101309
101285
|
"ofType": null
|
|
101310
101286
|
}
|
|
101311
101287
|
},
|
|
@@ -101313,31 +101289,180 @@
|
|
|
101313
101289
|
"deprecationReason": null
|
|
101314
101290
|
},
|
|
101315
101291
|
{
|
|
101316
|
-
"name": "
|
|
101317
|
-
"description":
|
|
101318
|
-
"args": [
|
|
101292
|
+
"name": "enrichment_queries_website_urls",
|
|
101293
|
+
"description": "An array relationship",
|
|
101294
|
+
"args": [
|
|
101295
|
+
{
|
|
101296
|
+
"name": "distinct_on",
|
|
101297
|
+
"description": "distinct select on columns",
|
|
101298
|
+
"type": {
|
|
101299
|
+
"kind": "LIST",
|
|
101300
|
+
"name": null,
|
|
101301
|
+
"ofType": {
|
|
101302
|
+
"kind": "NON_NULL",
|
|
101303
|
+
"name": null,
|
|
101304
|
+
"ofType": {
|
|
101305
|
+
"kind": "ENUM",
|
|
101306
|
+
"name": "enrichment_queries_website_urls_select_column",
|
|
101307
|
+
"ofType": null
|
|
101308
|
+
}
|
|
101309
|
+
}
|
|
101310
|
+
},
|
|
101311
|
+
"defaultValue": null,
|
|
101312
|
+
"isDeprecated": false,
|
|
101313
|
+
"deprecationReason": null
|
|
101314
|
+
},
|
|
101315
|
+
{
|
|
101316
|
+
"name": "limit",
|
|
101317
|
+
"description": "limit the number of rows returned",
|
|
101318
|
+
"type": {
|
|
101319
|
+
"kind": "SCALAR",
|
|
101320
|
+
"name": "Int",
|
|
101321
|
+
"ofType": null
|
|
101322
|
+
},
|
|
101323
|
+
"defaultValue": null,
|
|
101324
|
+
"isDeprecated": false,
|
|
101325
|
+
"deprecationReason": null
|
|
101326
|
+
},
|
|
101327
|
+
{
|
|
101328
|
+
"name": "offset",
|
|
101329
|
+
"description": "skip the first n rows. Use only with order_by",
|
|
101330
|
+
"type": {
|
|
101331
|
+
"kind": "SCALAR",
|
|
101332
|
+
"name": "Int",
|
|
101333
|
+
"ofType": null
|
|
101334
|
+
},
|
|
101335
|
+
"defaultValue": null,
|
|
101336
|
+
"isDeprecated": false,
|
|
101337
|
+
"deprecationReason": null
|
|
101338
|
+
},
|
|
101339
|
+
{
|
|
101340
|
+
"name": "order_by",
|
|
101341
|
+
"description": "sort the rows by one or more columns",
|
|
101342
|
+
"type": {
|
|
101343
|
+
"kind": "LIST",
|
|
101344
|
+
"name": null,
|
|
101345
|
+
"ofType": {
|
|
101346
|
+
"kind": "NON_NULL",
|
|
101347
|
+
"name": null,
|
|
101348
|
+
"ofType": {
|
|
101349
|
+
"kind": "INPUT_OBJECT",
|
|
101350
|
+
"name": "enrichment_queries_website_urls_order_by",
|
|
101351
|
+
"ofType": null
|
|
101352
|
+
}
|
|
101353
|
+
}
|
|
101354
|
+
},
|
|
101355
|
+
"defaultValue": null,
|
|
101356
|
+
"isDeprecated": false,
|
|
101357
|
+
"deprecationReason": null
|
|
101358
|
+
},
|
|
101359
|
+
{
|
|
101360
|
+
"name": "where",
|
|
101361
|
+
"description": "filter the rows returned",
|
|
101362
|
+
"type": {
|
|
101363
|
+
"kind": "INPUT_OBJECT",
|
|
101364
|
+
"name": "enrichment_queries_website_urls_bool_exp",
|
|
101365
|
+
"ofType": null
|
|
101366
|
+
},
|
|
101367
|
+
"defaultValue": null,
|
|
101368
|
+
"isDeprecated": false,
|
|
101369
|
+
"deprecationReason": null
|
|
101370
|
+
}
|
|
101371
|
+
],
|
|
101319
101372
|
"type": {
|
|
101320
101373
|
"kind": "NON_NULL",
|
|
101321
101374
|
"name": null,
|
|
101322
101375
|
"ofType": {
|
|
101323
|
-
"kind": "
|
|
101324
|
-
"name":
|
|
101325
|
-
"ofType":
|
|
101376
|
+
"kind": "LIST",
|
|
101377
|
+
"name": null,
|
|
101378
|
+
"ofType": {
|
|
101379
|
+
"kind": "NON_NULL",
|
|
101380
|
+
"name": null,
|
|
101381
|
+
"ofType": {
|
|
101382
|
+
"kind": "OBJECT",
|
|
101383
|
+
"name": "enrichment_queries_website_urls",
|
|
101384
|
+
"ofType": null
|
|
101385
|
+
}
|
|
101386
|
+
}
|
|
101326
101387
|
}
|
|
101327
101388
|
},
|
|
101328
101389
|
"isDeprecated": false,
|
|
101329
101390
|
"deprecationReason": null
|
|
101330
101391
|
},
|
|
101331
101392
|
{
|
|
101332
|
-
"name": "
|
|
101333
|
-
"description":
|
|
101393
|
+
"name": "enrichment_queries_website_urls_aggregate",
|
|
101394
|
+
"description": "An aggregate relationship",
|
|
101334
101395
|
"args": [
|
|
101335
101396
|
{
|
|
101336
|
-
"name": "
|
|
101337
|
-
"description": "
|
|
101397
|
+
"name": "distinct_on",
|
|
101398
|
+
"description": "distinct select on columns",
|
|
101399
|
+
"type": {
|
|
101400
|
+
"kind": "LIST",
|
|
101401
|
+
"name": null,
|
|
101402
|
+
"ofType": {
|
|
101403
|
+
"kind": "NON_NULL",
|
|
101404
|
+
"name": null,
|
|
101405
|
+
"ofType": {
|
|
101406
|
+
"kind": "ENUM",
|
|
101407
|
+
"name": "enrichment_queries_website_urls_select_column",
|
|
101408
|
+
"ofType": null
|
|
101409
|
+
}
|
|
101410
|
+
}
|
|
101411
|
+
},
|
|
101412
|
+
"defaultValue": null,
|
|
101413
|
+
"isDeprecated": false,
|
|
101414
|
+
"deprecationReason": null
|
|
101415
|
+
},
|
|
101416
|
+
{
|
|
101417
|
+
"name": "limit",
|
|
101418
|
+
"description": "limit the number of rows returned",
|
|
101338
101419
|
"type": {
|
|
101339
101420
|
"kind": "SCALAR",
|
|
101340
|
-
"name": "
|
|
101421
|
+
"name": "Int",
|
|
101422
|
+
"ofType": null
|
|
101423
|
+
},
|
|
101424
|
+
"defaultValue": null,
|
|
101425
|
+
"isDeprecated": false,
|
|
101426
|
+
"deprecationReason": null
|
|
101427
|
+
},
|
|
101428
|
+
{
|
|
101429
|
+
"name": "offset",
|
|
101430
|
+
"description": "skip the first n rows. Use only with order_by",
|
|
101431
|
+
"type": {
|
|
101432
|
+
"kind": "SCALAR",
|
|
101433
|
+
"name": "Int",
|
|
101434
|
+
"ofType": null
|
|
101435
|
+
},
|
|
101436
|
+
"defaultValue": null,
|
|
101437
|
+
"isDeprecated": false,
|
|
101438
|
+
"deprecationReason": null
|
|
101439
|
+
},
|
|
101440
|
+
{
|
|
101441
|
+
"name": "order_by",
|
|
101442
|
+
"description": "sort the rows by one or more columns",
|
|
101443
|
+
"type": {
|
|
101444
|
+
"kind": "LIST",
|
|
101445
|
+
"name": null,
|
|
101446
|
+
"ofType": {
|
|
101447
|
+
"kind": "NON_NULL",
|
|
101448
|
+
"name": null,
|
|
101449
|
+
"ofType": {
|
|
101450
|
+
"kind": "INPUT_OBJECT",
|
|
101451
|
+
"name": "enrichment_queries_website_urls_order_by",
|
|
101452
|
+
"ofType": null
|
|
101453
|
+
}
|
|
101454
|
+
}
|
|
101455
|
+
},
|
|
101456
|
+
"defaultValue": null,
|
|
101457
|
+
"isDeprecated": false,
|
|
101458
|
+
"deprecationReason": null
|
|
101459
|
+
},
|
|
101460
|
+
{
|
|
101461
|
+
"name": "where",
|
|
101462
|
+
"description": "filter the rows returned",
|
|
101463
|
+
"type": {
|
|
101464
|
+
"kind": "INPUT_OBJECT",
|
|
101465
|
+
"name": "enrichment_queries_website_urls_bool_exp",
|
|
101341
101466
|
"ofType": null
|
|
101342
101467
|
},
|
|
101343
101468
|
"defaultValue": null,
|
|
@@ -101345,17 +101470,45 @@
|
|
|
101345
101470
|
"deprecationReason": null
|
|
101346
101471
|
}
|
|
101347
101472
|
],
|
|
101473
|
+
"type": {
|
|
101474
|
+
"kind": "NON_NULL",
|
|
101475
|
+
"name": null,
|
|
101476
|
+
"ofType": {
|
|
101477
|
+
"kind": "OBJECT",
|
|
101478
|
+
"name": "enrichment_queries_website_urls_aggregate",
|
|
101479
|
+
"ofType": null
|
|
101480
|
+
}
|
|
101481
|
+
},
|
|
101482
|
+
"isDeprecated": false,
|
|
101483
|
+
"deprecationReason": null
|
|
101484
|
+
},
|
|
101485
|
+
{
|
|
101486
|
+
"name": "external_id",
|
|
101487
|
+
"description": null,
|
|
101488
|
+
"args": [],
|
|
101348
101489
|
"type": {
|
|
101349
101490
|
"kind": "SCALAR",
|
|
101350
|
-
"name": "
|
|
101491
|
+
"name": "String",
|
|
101351
101492
|
"ofType": null
|
|
101352
101493
|
},
|
|
101353
101494
|
"isDeprecated": false,
|
|
101354
101495
|
"deprecationReason": null
|
|
101355
101496
|
},
|
|
101356
101497
|
{
|
|
101357
|
-
"name": "
|
|
101358
|
-
"description":
|
|
101498
|
+
"name": "external_id_type",
|
|
101499
|
+
"description": null,
|
|
101500
|
+
"args": [],
|
|
101501
|
+
"type": {
|
|
101502
|
+
"kind": "SCALAR",
|
|
101503
|
+
"name": "String",
|
|
101504
|
+
"ofType": null
|
|
101505
|
+
},
|
|
101506
|
+
"isDeprecated": false,
|
|
101507
|
+
"deprecationReason": null
|
|
101508
|
+
},
|
|
101509
|
+
{
|
|
101510
|
+
"name": "google_place_run_results",
|
|
101511
|
+
"description": "An array relationship",
|
|
101359
101512
|
"args": [
|
|
101360
101513
|
{
|
|
101361
101514
|
"name": "distinct_on",
|
|
@@ -101368,7 +101521,242 @@
|
|
|
101368
101521
|
"name": null,
|
|
101369
101522
|
"ofType": {
|
|
101370
101523
|
"kind": "ENUM",
|
|
101371
|
-
"name": "
|
|
101524
|
+
"name": "google_place_run_results_select_column",
|
|
101525
|
+
"ofType": null
|
|
101526
|
+
}
|
|
101527
|
+
}
|
|
101528
|
+
},
|
|
101529
|
+
"defaultValue": null,
|
|
101530
|
+
"isDeprecated": false,
|
|
101531
|
+
"deprecationReason": null
|
|
101532
|
+
},
|
|
101533
|
+
{
|
|
101534
|
+
"name": "limit",
|
|
101535
|
+
"description": "limit the number of rows returned",
|
|
101536
|
+
"type": {
|
|
101537
|
+
"kind": "SCALAR",
|
|
101538
|
+
"name": "Int",
|
|
101539
|
+
"ofType": null
|
|
101540
|
+
},
|
|
101541
|
+
"defaultValue": null,
|
|
101542
|
+
"isDeprecated": false,
|
|
101543
|
+
"deprecationReason": null
|
|
101544
|
+
},
|
|
101545
|
+
{
|
|
101546
|
+
"name": "offset",
|
|
101547
|
+
"description": "skip the first n rows. Use only with order_by",
|
|
101548
|
+
"type": {
|
|
101549
|
+
"kind": "SCALAR",
|
|
101550
|
+
"name": "Int",
|
|
101551
|
+
"ofType": null
|
|
101552
|
+
},
|
|
101553
|
+
"defaultValue": null,
|
|
101554
|
+
"isDeprecated": false,
|
|
101555
|
+
"deprecationReason": null
|
|
101556
|
+
},
|
|
101557
|
+
{
|
|
101558
|
+
"name": "order_by",
|
|
101559
|
+
"description": "sort the rows by one or more columns",
|
|
101560
|
+
"type": {
|
|
101561
|
+
"kind": "LIST",
|
|
101562
|
+
"name": null,
|
|
101563
|
+
"ofType": {
|
|
101564
|
+
"kind": "NON_NULL",
|
|
101565
|
+
"name": null,
|
|
101566
|
+
"ofType": {
|
|
101567
|
+
"kind": "INPUT_OBJECT",
|
|
101568
|
+
"name": "google_place_run_results_order_by",
|
|
101569
|
+
"ofType": null
|
|
101570
|
+
}
|
|
101571
|
+
}
|
|
101572
|
+
},
|
|
101573
|
+
"defaultValue": null,
|
|
101574
|
+
"isDeprecated": false,
|
|
101575
|
+
"deprecationReason": null
|
|
101576
|
+
},
|
|
101577
|
+
{
|
|
101578
|
+
"name": "where",
|
|
101579
|
+
"description": "filter the rows returned",
|
|
101580
|
+
"type": {
|
|
101581
|
+
"kind": "INPUT_OBJECT",
|
|
101582
|
+
"name": "google_place_run_results_bool_exp",
|
|
101583
|
+
"ofType": null
|
|
101584
|
+
},
|
|
101585
|
+
"defaultValue": null,
|
|
101586
|
+
"isDeprecated": false,
|
|
101587
|
+
"deprecationReason": null
|
|
101588
|
+
}
|
|
101589
|
+
],
|
|
101590
|
+
"type": {
|
|
101591
|
+
"kind": "NON_NULL",
|
|
101592
|
+
"name": null,
|
|
101593
|
+
"ofType": {
|
|
101594
|
+
"kind": "LIST",
|
|
101595
|
+
"name": null,
|
|
101596
|
+
"ofType": {
|
|
101597
|
+
"kind": "NON_NULL",
|
|
101598
|
+
"name": null,
|
|
101599
|
+
"ofType": {
|
|
101600
|
+
"kind": "OBJECT",
|
|
101601
|
+
"name": "google_place_run_results",
|
|
101602
|
+
"ofType": null
|
|
101603
|
+
}
|
|
101604
|
+
}
|
|
101605
|
+
}
|
|
101606
|
+
},
|
|
101607
|
+
"isDeprecated": false,
|
|
101608
|
+
"deprecationReason": null
|
|
101609
|
+
},
|
|
101610
|
+
{
|
|
101611
|
+
"name": "google_place_run_results_aggregate",
|
|
101612
|
+
"description": "An aggregate relationship",
|
|
101613
|
+
"args": [
|
|
101614
|
+
{
|
|
101615
|
+
"name": "distinct_on",
|
|
101616
|
+
"description": "distinct select on columns",
|
|
101617
|
+
"type": {
|
|
101618
|
+
"kind": "LIST",
|
|
101619
|
+
"name": null,
|
|
101620
|
+
"ofType": {
|
|
101621
|
+
"kind": "NON_NULL",
|
|
101622
|
+
"name": null,
|
|
101623
|
+
"ofType": {
|
|
101624
|
+
"kind": "ENUM",
|
|
101625
|
+
"name": "google_place_run_results_select_column",
|
|
101626
|
+
"ofType": null
|
|
101627
|
+
}
|
|
101628
|
+
}
|
|
101629
|
+
},
|
|
101630
|
+
"defaultValue": null,
|
|
101631
|
+
"isDeprecated": false,
|
|
101632
|
+
"deprecationReason": null
|
|
101633
|
+
},
|
|
101634
|
+
{
|
|
101635
|
+
"name": "limit",
|
|
101636
|
+
"description": "limit the number of rows returned",
|
|
101637
|
+
"type": {
|
|
101638
|
+
"kind": "SCALAR",
|
|
101639
|
+
"name": "Int",
|
|
101640
|
+
"ofType": null
|
|
101641
|
+
},
|
|
101642
|
+
"defaultValue": null,
|
|
101643
|
+
"isDeprecated": false,
|
|
101644
|
+
"deprecationReason": null
|
|
101645
|
+
},
|
|
101646
|
+
{
|
|
101647
|
+
"name": "offset",
|
|
101648
|
+
"description": "skip the first n rows. Use only with order_by",
|
|
101649
|
+
"type": {
|
|
101650
|
+
"kind": "SCALAR",
|
|
101651
|
+
"name": "Int",
|
|
101652
|
+
"ofType": null
|
|
101653
|
+
},
|
|
101654
|
+
"defaultValue": null,
|
|
101655
|
+
"isDeprecated": false,
|
|
101656
|
+
"deprecationReason": null
|
|
101657
|
+
},
|
|
101658
|
+
{
|
|
101659
|
+
"name": "order_by",
|
|
101660
|
+
"description": "sort the rows by one or more columns",
|
|
101661
|
+
"type": {
|
|
101662
|
+
"kind": "LIST",
|
|
101663
|
+
"name": null,
|
|
101664
|
+
"ofType": {
|
|
101665
|
+
"kind": "NON_NULL",
|
|
101666
|
+
"name": null,
|
|
101667
|
+
"ofType": {
|
|
101668
|
+
"kind": "INPUT_OBJECT",
|
|
101669
|
+
"name": "google_place_run_results_order_by",
|
|
101670
|
+
"ofType": null
|
|
101671
|
+
}
|
|
101672
|
+
}
|
|
101673
|
+
},
|
|
101674
|
+
"defaultValue": null,
|
|
101675
|
+
"isDeprecated": false,
|
|
101676
|
+
"deprecationReason": null
|
|
101677
|
+
},
|
|
101678
|
+
{
|
|
101679
|
+
"name": "where",
|
|
101680
|
+
"description": "filter the rows returned",
|
|
101681
|
+
"type": {
|
|
101682
|
+
"kind": "INPUT_OBJECT",
|
|
101683
|
+
"name": "google_place_run_results_bool_exp",
|
|
101684
|
+
"ofType": null
|
|
101685
|
+
},
|
|
101686
|
+
"defaultValue": null,
|
|
101687
|
+
"isDeprecated": false,
|
|
101688
|
+
"deprecationReason": null
|
|
101689
|
+
}
|
|
101690
|
+
],
|
|
101691
|
+
"type": {
|
|
101692
|
+
"kind": "NON_NULL",
|
|
101693
|
+
"name": null,
|
|
101694
|
+
"ofType": {
|
|
101695
|
+
"kind": "OBJECT",
|
|
101696
|
+
"name": "google_place_run_results_aggregate",
|
|
101697
|
+
"ofType": null
|
|
101698
|
+
}
|
|
101699
|
+
},
|
|
101700
|
+
"isDeprecated": false,
|
|
101701
|
+
"deprecationReason": null
|
|
101702
|
+
},
|
|
101703
|
+
{
|
|
101704
|
+
"name": "id",
|
|
101705
|
+
"description": null,
|
|
101706
|
+
"args": [],
|
|
101707
|
+
"type": {
|
|
101708
|
+
"kind": "NON_NULL",
|
|
101709
|
+
"name": null,
|
|
101710
|
+
"ofType": {
|
|
101711
|
+
"kind": "SCALAR",
|
|
101712
|
+
"name": "uuid",
|
|
101713
|
+
"ofType": null
|
|
101714
|
+
}
|
|
101715
|
+
},
|
|
101716
|
+
"isDeprecated": false,
|
|
101717
|
+
"deprecationReason": null
|
|
101718
|
+
},
|
|
101719
|
+
{
|
|
101720
|
+
"name": "input_data",
|
|
101721
|
+
"description": null,
|
|
101722
|
+
"args": [
|
|
101723
|
+
{
|
|
101724
|
+
"name": "path",
|
|
101725
|
+
"description": "JSON select path",
|
|
101726
|
+
"type": {
|
|
101727
|
+
"kind": "SCALAR",
|
|
101728
|
+
"name": "String",
|
|
101729
|
+
"ofType": null
|
|
101730
|
+
},
|
|
101731
|
+
"defaultValue": null,
|
|
101732
|
+
"isDeprecated": false,
|
|
101733
|
+
"deprecationReason": null
|
|
101734
|
+
}
|
|
101735
|
+
],
|
|
101736
|
+
"type": {
|
|
101737
|
+
"kind": "SCALAR",
|
|
101738
|
+
"name": "jsonb",
|
|
101739
|
+
"ofType": null
|
|
101740
|
+
},
|
|
101741
|
+
"isDeprecated": false,
|
|
101742
|
+
"deprecationReason": null
|
|
101743
|
+
},
|
|
101744
|
+
{
|
|
101745
|
+
"name": "latest_google_place",
|
|
101746
|
+
"description": "A computed field, executes function \"enrichment_queries_google_places\"",
|
|
101747
|
+
"args": [
|
|
101748
|
+
{
|
|
101749
|
+
"name": "distinct_on",
|
|
101750
|
+
"description": "distinct select on columns",
|
|
101751
|
+
"type": {
|
|
101752
|
+
"kind": "LIST",
|
|
101753
|
+
"name": null,
|
|
101754
|
+
"ofType": {
|
|
101755
|
+
"kind": "NON_NULL",
|
|
101756
|
+
"name": null,
|
|
101757
|
+
"ofType": {
|
|
101758
|
+
"kind": "ENUM",
|
|
101759
|
+
"name": "google_places_select_column",
|
|
101372
101760
|
"ofType": null
|
|
101373
101761
|
}
|
|
101374
101762
|
}
|
|
@@ -102105,6 +102493,54 @@
|
|
|
102105
102493
|
"isDeprecated": false,
|
|
102106
102494
|
"deprecationReason": null
|
|
102107
102495
|
},
|
|
102496
|
+
{
|
|
102497
|
+
"name": "enrichment_queries_social_page_handles",
|
|
102498
|
+
"description": null,
|
|
102499
|
+
"type": {
|
|
102500
|
+
"kind": "INPUT_OBJECT",
|
|
102501
|
+
"name": "enrichment_queries_social_page_handles_bool_exp",
|
|
102502
|
+
"ofType": null
|
|
102503
|
+
},
|
|
102504
|
+
"defaultValue": null,
|
|
102505
|
+
"isDeprecated": false,
|
|
102506
|
+
"deprecationReason": null
|
|
102507
|
+
},
|
|
102508
|
+
{
|
|
102509
|
+
"name": "enrichment_queries_social_page_handles_aggregate",
|
|
102510
|
+
"description": null,
|
|
102511
|
+
"type": {
|
|
102512
|
+
"kind": "INPUT_OBJECT",
|
|
102513
|
+
"name": "enrichment_queries_social_page_handles_aggregate_bool_exp",
|
|
102514
|
+
"ofType": null
|
|
102515
|
+
},
|
|
102516
|
+
"defaultValue": null,
|
|
102517
|
+
"isDeprecated": false,
|
|
102518
|
+
"deprecationReason": null
|
|
102519
|
+
},
|
|
102520
|
+
{
|
|
102521
|
+
"name": "enrichment_queries_website_urls",
|
|
102522
|
+
"description": null,
|
|
102523
|
+
"type": {
|
|
102524
|
+
"kind": "INPUT_OBJECT",
|
|
102525
|
+
"name": "enrichment_queries_website_urls_bool_exp",
|
|
102526
|
+
"ofType": null
|
|
102527
|
+
},
|
|
102528
|
+
"defaultValue": null,
|
|
102529
|
+
"isDeprecated": false,
|
|
102530
|
+
"deprecationReason": null
|
|
102531
|
+
},
|
|
102532
|
+
{
|
|
102533
|
+
"name": "enrichment_queries_website_urls_aggregate",
|
|
102534
|
+
"description": null,
|
|
102535
|
+
"type": {
|
|
102536
|
+
"kind": "INPUT_OBJECT",
|
|
102537
|
+
"name": "enrichment_queries_website_urls_aggregate_bool_exp",
|
|
102538
|
+
"ofType": null
|
|
102539
|
+
},
|
|
102540
|
+
"defaultValue": null,
|
|
102541
|
+
"isDeprecated": false,
|
|
102542
|
+
"deprecationReason": null
|
|
102543
|
+
},
|
|
102108
102544
|
{
|
|
102109
102545
|
"name": "external_id",
|
|
102110
102546
|
"description": null,
|
|
@@ -102455,6 +102891,30 @@
|
|
|
102455
102891
|
"isDeprecated": false,
|
|
102456
102892
|
"deprecationReason": null
|
|
102457
102893
|
},
|
|
102894
|
+
{
|
|
102895
|
+
"name": "enrichment_queries_social_page_handles",
|
|
102896
|
+
"description": null,
|
|
102897
|
+
"type": {
|
|
102898
|
+
"kind": "INPUT_OBJECT",
|
|
102899
|
+
"name": "enrichment_queries_social_page_handles_arr_rel_insert_input",
|
|
102900
|
+
"ofType": null
|
|
102901
|
+
},
|
|
102902
|
+
"defaultValue": null,
|
|
102903
|
+
"isDeprecated": false,
|
|
102904
|
+
"deprecationReason": null
|
|
102905
|
+
},
|
|
102906
|
+
{
|
|
102907
|
+
"name": "enrichment_queries_website_urls",
|
|
102908
|
+
"description": null,
|
|
102909
|
+
"type": {
|
|
102910
|
+
"kind": "INPUT_OBJECT",
|
|
102911
|
+
"name": "enrichment_queries_website_urls_arr_rel_insert_input",
|
|
102912
|
+
"ofType": null
|
|
102913
|
+
},
|
|
102914
|
+
"defaultValue": null,
|
|
102915
|
+
"isDeprecated": false,
|
|
102916
|
+
"deprecationReason": null
|
|
102917
|
+
},
|
|
102458
102918
|
{
|
|
102459
102919
|
"name": "external_id",
|
|
102460
102920
|
"description": null,
|
|
@@ -103001,6 +103461,30 @@
|
|
|
103001
103461
|
"isDeprecated": false,
|
|
103002
103462
|
"deprecationReason": null
|
|
103003
103463
|
},
|
|
103464
|
+
{
|
|
103465
|
+
"name": "enrichment_queries_social_page_handles_aggregate",
|
|
103466
|
+
"description": null,
|
|
103467
|
+
"type": {
|
|
103468
|
+
"kind": "INPUT_OBJECT",
|
|
103469
|
+
"name": "enrichment_queries_social_page_handles_aggregate_order_by",
|
|
103470
|
+
"ofType": null
|
|
103471
|
+
},
|
|
103472
|
+
"defaultValue": null,
|
|
103473
|
+
"isDeprecated": false,
|
|
103474
|
+
"deprecationReason": null
|
|
103475
|
+
},
|
|
103476
|
+
{
|
|
103477
|
+
"name": "enrichment_queries_website_urls_aggregate",
|
|
103478
|
+
"description": null,
|
|
103479
|
+
"type": {
|
|
103480
|
+
"kind": "INPUT_OBJECT",
|
|
103481
|
+
"name": "enrichment_queries_website_urls_aggregate_order_by",
|
|
103482
|
+
"ofType": null
|
|
103483
|
+
},
|
|
103484
|
+
"defaultValue": null,
|
|
103485
|
+
"isDeprecated": false,
|
|
103486
|
+
"deprecationReason": null
|
|
103487
|
+
},
|
|
103004
103488
|
{
|
|
103005
103489
|
"name": "external_id",
|
|
103006
103490
|
"description": null,
|
|
@@ -103443,6 +103927,18 @@
|
|
|
103443
103927
|
"isDeprecated": false,
|
|
103444
103928
|
"deprecationReason": null
|
|
103445
103929
|
},
|
|
103930
|
+
{
|
|
103931
|
+
"name": "enrichment_query",
|
|
103932
|
+
"description": "An object relationship",
|
|
103933
|
+
"args": [],
|
|
103934
|
+
"type": {
|
|
103935
|
+
"kind": "OBJECT",
|
|
103936
|
+
"name": "enrichment_queries",
|
|
103937
|
+
"ofType": null
|
|
103938
|
+
},
|
|
103939
|
+
"isDeprecated": false,
|
|
103940
|
+
"deprecationReason": null
|
|
103941
|
+
},
|
|
103446
103942
|
{
|
|
103447
103943
|
"name": "id",
|
|
103448
103944
|
"description": null,
|
|
@@ -103459,6 +103955,18 @@
|
|
|
103459
103955
|
"isDeprecated": false,
|
|
103460
103956
|
"deprecationReason": null
|
|
103461
103957
|
},
|
|
103958
|
+
{
|
|
103959
|
+
"name": "social_page_handle",
|
|
103960
|
+
"description": "An object relationship",
|
|
103961
|
+
"args": [],
|
|
103962
|
+
"type": {
|
|
103963
|
+
"kind": "OBJECT",
|
|
103964
|
+
"name": "social_page_handles",
|
|
103965
|
+
"ofType": null
|
|
103966
|
+
},
|
|
103967
|
+
"isDeprecated": false,
|
|
103968
|
+
"deprecationReason": null
|
|
103969
|
+
},
|
|
103462
103970
|
{
|
|
103463
103971
|
"name": "social_page_handle_id",
|
|
103464
103972
|
"description": null,
|
|
@@ -103524,6 +104032,100 @@
|
|
|
103524
104032
|
"enumValues": null,
|
|
103525
104033
|
"possibleTypes": null
|
|
103526
104034
|
},
|
|
104035
|
+
{
|
|
104036
|
+
"kind": "INPUT_OBJECT",
|
|
104037
|
+
"name": "enrichment_queries_social_page_handles_aggregate_bool_exp",
|
|
104038
|
+
"description": null,
|
|
104039
|
+
"fields": null,
|
|
104040
|
+
"inputFields": [
|
|
104041
|
+
{
|
|
104042
|
+
"name": "count",
|
|
104043
|
+
"description": null,
|
|
104044
|
+
"type": {
|
|
104045
|
+
"kind": "INPUT_OBJECT",
|
|
104046
|
+
"name": "enrichment_queries_social_page_handles_aggregate_bool_exp_count",
|
|
104047
|
+
"ofType": null
|
|
104048
|
+
},
|
|
104049
|
+
"defaultValue": null,
|
|
104050
|
+
"isDeprecated": false,
|
|
104051
|
+
"deprecationReason": null
|
|
104052
|
+
}
|
|
104053
|
+
],
|
|
104054
|
+
"interfaces": null,
|
|
104055
|
+
"enumValues": null,
|
|
104056
|
+
"possibleTypes": null
|
|
104057
|
+
},
|
|
104058
|
+
{
|
|
104059
|
+
"kind": "INPUT_OBJECT",
|
|
104060
|
+
"name": "enrichment_queries_social_page_handles_aggregate_bool_exp_count",
|
|
104061
|
+
"description": null,
|
|
104062
|
+
"fields": null,
|
|
104063
|
+
"inputFields": [
|
|
104064
|
+
{
|
|
104065
|
+
"name": "arguments",
|
|
104066
|
+
"description": null,
|
|
104067
|
+
"type": {
|
|
104068
|
+
"kind": "LIST",
|
|
104069
|
+
"name": null,
|
|
104070
|
+
"ofType": {
|
|
104071
|
+
"kind": "NON_NULL",
|
|
104072
|
+
"name": null,
|
|
104073
|
+
"ofType": {
|
|
104074
|
+
"kind": "ENUM",
|
|
104075
|
+
"name": "enrichment_queries_social_page_handles_select_column",
|
|
104076
|
+
"ofType": null
|
|
104077
|
+
}
|
|
104078
|
+
}
|
|
104079
|
+
},
|
|
104080
|
+
"defaultValue": null,
|
|
104081
|
+
"isDeprecated": false,
|
|
104082
|
+
"deprecationReason": null
|
|
104083
|
+
},
|
|
104084
|
+
{
|
|
104085
|
+
"name": "distinct",
|
|
104086
|
+
"description": null,
|
|
104087
|
+
"type": {
|
|
104088
|
+
"kind": "SCALAR",
|
|
104089
|
+
"name": "Boolean",
|
|
104090
|
+
"ofType": null
|
|
104091
|
+
},
|
|
104092
|
+
"defaultValue": null,
|
|
104093
|
+
"isDeprecated": false,
|
|
104094
|
+
"deprecationReason": null
|
|
104095
|
+
},
|
|
104096
|
+
{
|
|
104097
|
+
"name": "filter",
|
|
104098
|
+
"description": null,
|
|
104099
|
+
"type": {
|
|
104100
|
+
"kind": "INPUT_OBJECT",
|
|
104101
|
+
"name": "enrichment_queries_social_page_handles_bool_exp",
|
|
104102
|
+
"ofType": null
|
|
104103
|
+
},
|
|
104104
|
+
"defaultValue": null,
|
|
104105
|
+
"isDeprecated": false,
|
|
104106
|
+
"deprecationReason": null
|
|
104107
|
+
},
|
|
104108
|
+
{
|
|
104109
|
+
"name": "predicate",
|
|
104110
|
+
"description": null,
|
|
104111
|
+
"type": {
|
|
104112
|
+
"kind": "NON_NULL",
|
|
104113
|
+
"name": null,
|
|
104114
|
+
"ofType": {
|
|
104115
|
+
"kind": "INPUT_OBJECT",
|
|
104116
|
+
"name": "Int_comparison_exp",
|
|
104117
|
+
"ofType": null
|
|
104118
|
+
}
|
|
104119
|
+
},
|
|
104120
|
+
"defaultValue": null,
|
|
104121
|
+
"isDeprecated": false,
|
|
104122
|
+
"deprecationReason": null
|
|
104123
|
+
}
|
|
104124
|
+
],
|
|
104125
|
+
"interfaces": null,
|
|
104126
|
+
"enumValues": null,
|
|
104127
|
+
"possibleTypes": null
|
|
104128
|
+
},
|
|
103527
104129
|
{
|
|
103528
104130
|
"kind": "OBJECT",
|
|
103529
104131
|
"name": "enrichment_queries_social_page_handles_aggregate_fields",
|
|
@@ -103608,6 +104210,100 @@
|
|
|
103608
104210
|
"enumValues": null,
|
|
103609
104211
|
"possibleTypes": null
|
|
103610
104212
|
},
|
|
104213
|
+
{
|
|
104214
|
+
"kind": "INPUT_OBJECT",
|
|
104215
|
+
"name": "enrichment_queries_social_page_handles_aggregate_order_by",
|
|
104216
|
+
"description": "order by aggregate values of table \"enrichment_queries_social_page_handles\"",
|
|
104217
|
+
"fields": null,
|
|
104218
|
+
"inputFields": [
|
|
104219
|
+
{
|
|
104220
|
+
"name": "count",
|
|
104221
|
+
"description": null,
|
|
104222
|
+
"type": {
|
|
104223
|
+
"kind": "ENUM",
|
|
104224
|
+
"name": "order_by",
|
|
104225
|
+
"ofType": null
|
|
104226
|
+
},
|
|
104227
|
+
"defaultValue": null,
|
|
104228
|
+
"isDeprecated": false,
|
|
104229
|
+
"deprecationReason": null
|
|
104230
|
+
},
|
|
104231
|
+
{
|
|
104232
|
+
"name": "max",
|
|
104233
|
+
"description": null,
|
|
104234
|
+
"type": {
|
|
104235
|
+
"kind": "INPUT_OBJECT",
|
|
104236
|
+
"name": "enrichment_queries_social_page_handles_max_order_by",
|
|
104237
|
+
"ofType": null
|
|
104238
|
+
},
|
|
104239
|
+
"defaultValue": null,
|
|
104240
|
+
"isDeprecated": false,
|
|
104241
|
+
"deprecationReason": null
|
|
104242
|
+
},
|
|
104243
|
+
{
|
|
104244
|
+
"name": "min",
|
|
104245
|
+
"description": null,
|
|
104246
|
+
"type": {
|
|
104247
|
+
"kind": "INPUT_OBJECT",
|
|
104248
|
+
"name": "enrichment_queries_social_page_handles_min_order_by",
|
|
104249
|
+
"ofType": null
|
|
104250
|
+
},
|
|
104251
|
+
"defaultValue": null,
|
|
104252
|
+
"isDeprecated": false,
|
|
104253
|
+
"deprecationReason": null
|
|
104254
|
+
}
|
|
104255
|
+
],
|
|
104256
|
+
"interfaces": null,
|
|
104257
|
+
"enumValues": null,
|
|
104258
|
+
"possibleTypes": null
|
|
104259
|
+
},
|
|
104260
|
+
{
|
|
104261
|
+
"kind": "INPUT_OBJECT",
|
|
104262
|
+
"name": "enrichment_queries_social_page_handles_arr_rel_insert_input",
|
|
104263
|
+
"description": "input type for inserting array relation for remote table \"enrichment_queries_social_page_handles\"",
|
|
104264
|
+
"fields": null,
|
|
104265
|
+
"inputFields": [
|
|
104266
|
+
{
|
|
104267
|
+
"name": "data",
|
|
104268
|
+
"description": null,
|
|
104269
|
+
"type": {
|
|
104270
|
+
"kind": "NON_NULL",
|
|
104271
|
+
"name": null,
|
|
104272
|
+
"ofType": {
|
|
104273
|
+
"kind": "LIST",
|
|
104274
|
+
"name": null,
|
|
104275
|
+
"ofType": {
|
|
104276
|
+
"kind": "NON_NULL",
|
|
104277
|
+
"name": null,
|
|
104278
|
+
"ofType": {
|
|
104279
|
+
"kind": "INPUT_OBJECT",
|
|
104280
|
+
"name": "enrichment_queries_social_page_handles_insert_input",
|
|
104281
|
+
"ofType": null
|
|
104282
|
+
}
|
|
104283
|
+
}
|
|
104284
|
+
}
|
|
104285
|
+
},
|
|
104286
|
+
"defaultValue": null,
|
|
104287
|
+
"isDeprecated": false,
|
|
104288
|
+
"deprecationReason": null
|
|
104289
|
+
},
|
|
104290
|
+
{
|
|
104291
|
+
"name": "on_conflict",
|
|
104292
|
+
"description": "upsert condition",
|
|
104293
|
+
"type": {
|
|
104294
|
+
"kind": "INPUT_OBJECT",
|
|
104295
|
+
"name": "enrichment_queries_social_page_handles_on_conflict",
|
|
104296
|
+
"ofType": null
|
|
104297
|
+
},
|
|
104298
|
+
"defaultValue": null,
|
|
104299
|
+
"isDeprecated": false,
|
|
104300
|
+
"deprecationReason": null
|
|
104301
|
+
}
|
|
104302
|
+
],
|
|
104303
|
+
"interfaces": null,
|
|
104304
|
+
"enumValues": null,
|
|
104305
|
+
"possibleTypes": null
|
|
104306
|
+
},
|
|
103611
104307
|
{
|
|
103612
104308
|
"kind": "INPUT_OBJECT",
|
|
103613
104309
|
"name": "enrichment_queries_social_page_handles_bool_exp",
|
|
@@ -103690,6 +104386,18 @@
|
|
|
103690
104386
|
"isDeprecated": false,
|
|
103691
104387
|
"deprecationReason": null
|
|
103692
104388
|
},
|
|
104389
|
+
{
|
|
104390
|
+
"name": "enrichment_query",
|
|
104391
|
+
"description": null,
|
|
104392
|
+
"type": {
|
|
104393
|
+
"kind": "INPUT_OBJECT",
|
|
104394
|
+
"name": "enrichment_queries_bool_exp",
|
|
104395
|
+
"ofType": null
|
|
104396
|
+
},
|
|
104397
|
+
"defaultValue": null,
|
|
104398
|
+
"isDeprecated": false,
|
|
104399
|
+
"deprecationReason": null
|
|
104400
|
+
},
|
|
103693
104401
|
{
|
|
103694
104402
|
"name": "id",
|
|
103695
104403
|
"description": null,
|
|
@@ -103702,6 +104410,18 @@
|
|
|
103702
104410
|
"isDeprecated": false,
|
|
103703
104411
|
"deprecationReason": null
|
|
103704
104412
|
},
|
|
104413
|
+
{
|
|
104414
|
+
"name": "social_page_handle",
|
|
104415
|
+
"description": null,
|
|
104416
|
+
"type": {
|
|
104417
|
+
"kind": "INPUT_OBJECT",
|
|
104418
|
+
"name": "social_page_handles_bool_exp",
|
|
104419
|
+
"ofType": null
|
|
104420
|
+
},
|
|
104421
|
+
"defaultValue": null,
|
|
104422
|
+
"isDeprecated": false,
|
|
104423
|
+
"deprecationReason": null
|
|
104424
|
+
},
|
|
103705
104425
|
{
|
|
103706
104426
|
"name": "social_page_handle_id",
|
|
103707
104427
|
"description": null,
|
|
@@ -103766,6 +104486,18 @@
|
|
|
103766
104486
|
"isDeprecated": false,
|
|
103767
104487
|
"deprecationReason": null
|
|
103768
104488
|
},
|
|
104489
|
+
{
|
|
104490
|
+
"name": "enrichment_query",
|
|
104491
|
+
"description": null,
|
|
104492
|
+
"type": {
|
|
104493
|
+
"kind": "INPUT_OBJECT",
|
|
104494
|
+
"name": "enrichment_queries_obj_rel_insert_input",
|
|
104495
|
+
"ofType": null
|
|
104496
|
+
},
|
|
104497
|
+
"defaultValue": null,
|
|
104498
|
+
"isDeprecated": false,
|
|
104499
|
+
"deprecationReason": null
|
|
104500
|
+
},
|
|
103769
104501
|
{
|
|
103770
104502
|
"name": "id",
|
|
103771
104503
|
"description": null,
|
|
@@ -103778,6 +104510,18 @@
|
|
|
103778
104510
|
"isDeprecated": false,
|
|
103779
104511
|
"deprecationReason": null
|
|
103780
104512
|
},
|
|
104513
|
+
{
|
|
104514
|
+
"name": "social_page_handle",
|
|
104515
|
+
"description": null,
|
|
104516
|
+
"type": {
|
|
104517
|
+
"kind": "INPUT_OBJECT",
|
|
104518
|
+
"name": "social_page_handles_obj_rel_insert_input",
|
|
104519
|
+
"ofType": null
|
|
104520
|
+
},
|
|
104521
|
+
"defaultValue": null,
|
|
104522
|
+
"isDeprecated": false,
|
|
104523
|
+
"deprecationReason": null
|
|
104524
|
+
},
|
|
103781
104525
|
{
|
|
103782
104526
|
"name": "social_page_handle_id",
|
|
103783
104527
|
"description": null,
|
|
@@ -103854,6 +104598,65 @@
|
|
|
103854
104598
|
"enumValues": null,
|
|
103855
104599
|
"possibleTypes": null
|
|
103856
104600
|
},
|
|
104601
|
+
{
|
|
104602
|
+
"kind": "INPUT_OBJECT",
|
|
104603
|
+
"name": "enrichment_queries_social_page_handles_max_order_by",
|
|
104604
|
+
"description": "order by max() on columns of table \"enrichment_queries_social_page_handles\"",
|
|
104605
|
+
"fields": null,
|
|
104606
|
+
"inputFields": [
|
|
104607
|
+
{
|
|
104608
|
+
"name": "created_at",
|
|
104609
|
+
"description": null,
|
|
104610
|
+
"type": {
|
|
104611
|
+
"kind": "ENUM",
|
|
104612
|
+
"name": "order_by",
|
|
104613
|
+
"ofType": null
|
|
104614
|
+
},
|
|
104615
|
+
"defaultValue": null,
|
|
104616
|
+
"isDeprecated": false,
|
|
104617
|
+
"deprecationReason": null
|
|
104618
|
+
},
|
|
104619
|
+
{
|
|
104620
|
+
"name": "enrichment_queries_id",
|
|
104621
|
+
"description": null,
|
|
104622
|
+
"type": {
|
|
104623
|
+
"kind": "ENUM",
|
|
104624
|
+
"name": "order_by",
|
|
104625
|
+
"ofType": null
|
|
104626
|
+
},
|
|
104627
|
+
"defaultValue": null,
|
|
104628
|
+
"isDeprecated": false,
|
|
104629
|
+
"deprecationReason": null
|
|
104630
|
+
},
|
|
104631
|
+
{
|
|
104632
|
+
"name": "id",
|
|
104633
|
+
"description": null,
|
|
104634
|
+
"type": {
|
|
104635
|
+
"kind": "ENUM",
|
|
104636
|
+
"name": "order_by",
|
|
104637
|
+
"ofType": null
|
|
104638
|
+
},
|
|
104639
|
+
"defaultValue": null,
|
|
104640
|
+
"isDeprecated": false,
|
|
104641
|
+
"deprecationReason": null
|
|
104642
|
+
},
|
|
104643
|
+
{
|
|
104644
|
+
"name": "social_page_handle_id",
|
|
104645
|
+
"description": null,
|
|
104646
|
+
"type": {
|
|
104647
|
+
"kind": "ENUM",
|
|
104648
|
+
"name": "order_by",
|
|
104649
|
+
"ofType": null
|
|
104650
|
+
},
|
|
104651
|
+
"defaultValue": null,
|
|
104652
|
+
"isDeprecated": false,
|
|
104653
|
+
"deprecationReason": null
|
|
104654
|
+
}
|
|
104655
|
+
],
|
|
104656
|
+
"interfaces": null,
|
|
104657
|
+
"enumValues": null,
|
|
104658
|
+
"possibleTypes": null
|
|
104659
|
+
},
|
|
103857
104660
|
{
|
|
103858
104661
|
"kind": "OBJECT",
|
|
103859
104662
|
"name": "enrichment_queries_social_page_handles_min_fields",
|
|
@@ -103913,6 +104716,65 @@
|
|
|
103913
104716
|
"enumValues": null,
|
|
103914
104717
|
"possibleTypes": null
|
|
103915
104718
|
},
|
|
104719
|
+
{
|
|
104720
|
+
"kind": "INPUT_OBJECT",
|
|
104721
|
+
"name": "enrichment_queries_social_page_handles_min_order_by",
|
|
104722
|
+
"description": "order by min() on columns of table \"enrichment_queries_social_page_handles\"",
|
|
104723
|
+
"fields": null,
|
|
104724
|
+
"inputFields": [
|
|
104725
|
+
{
|
|
104726
|
+
"name": "created_at",
|
|
104727
|
+
"description": null,
|
|
104728
|
+
"type": {
|
|
104729
|
+
"kind": "ENUM",
|
|
104730
|
+
"name": "order_by",
|
|
104731
|
+
"ofType": null
|
|
104732
|
+
},
|
|
104733
|
+
"defaultValue": null,
|
|
104734
|
+
"isDeprecated": false,
|
|
104735
|
+
"deprecationReason": null
|
|
104736
|
+
},
|
|
104737
|
+
{
|
|
104738
|
+
"name": "enrichment_queries_id",
|
|
104739
|
+
"description": null,
|
|
104740
|
+
"type": {
|
|
104741
|
+
"kind": "ENUM",
|
|
104742
|
+
"name": "order_by",
|
|
104743
|
+
"ofType": null
|
|
104744
|
+
},
|
|
104745
|
+
"defaultValue": null,
|
|
104746
|
+
"isDeprecated": false,
|
|
104747
|
+
"deprecationReason": null
|
|
104748
|
+
},
|
|
104749
|
+
{
|
|
104750
|
+
"name": "id",
|
|
104751
|
+
"description": null,
|
|
104752
|
+
"type": {
|
|
104753
|
+
"kind": "ENUM",
|
|
104754
|
+
"name": "order_by",
|
|
104755
|
+
"ofType": null
|
|
104756
|
+
},
|
|
104757
|
+
"defaultValue": null,
|
|
104758
|
+
"isDeprecated": false,
|
|
104759
|
+
"deprecationReason": null
|
|
104760
|
+
},
|
|
104761
|
+
{
|
|
104762
|
+
"name": "social_page_handle_id",
|
|
104763
|
+
"description": null,
|
|
104764
|
+
"type": {
|
|
104765
|
+
"kind": "ENUM",
|
|
104766
|
+
"name": "order_by",
|
|
104767
|
+
"ofType": null
|
|
104768
|
+
},
|
|
104769
|
+
"defaultValue": null,
|
|
104770
|
+
"isDeprecated": false,
|
|
104771
|
+
"deprecationReason": null
|
|
104772
|
+
}
|
|
104773
|
+
],
|
|
104774
|
+
"interfaces": null,
|
|
104775
|
+
"enumValues": null,
|
|
104776
|
+
"possibleTypes": null
|
|
104777
|
+
},
|
|
103916
104778
|
{
|
|
103917
104779
|
"kind": "OBJECT",
|
|
103918
104780
|
"name": "enrichment_queries_social_page_handles_mutation_response",
|
|
@@ -104057,6 +104919,18 @@
|
|
|
104057
104919
|
"isDeprecated": false,
|
|
104058
104920
|
"deprecationReason": null
|
|
104059
104921
|
},
|
|
104922
|
+
{
|
|
104923
|
+
"name": "enrichment_query",
|
|
104924
|
+
"description": null,
|
|
104925
|
+
"type": {
|
|
104926
|
+
"kind": "INPUT_OBJECT",
|
|
104927
|
+
"name": "enrichment_queries_order_by",
|
|
104928
|
+
"ofType": null
|
|
104929
|
+
},
|
|
104930
|
+
"defaultValue": null,
|
|
104931
|
+
"isDeprecated": false,
|
|
104932
|
+
"deprecationReason": null
|
|
104933
|
+
},
|
|
104060
104934
|
{
|
|
104061
104935
|
"name": "id",
|
|
104062
104936
|
"description": null,
|
|
@@ -104069,6 +104943,18 @@
|
|
|
104069
104943
|
"isDeprecated": false,
|
|
104070
104944
|
"deprecationReason": null
|
|
104071
104945
|
},
|
|
104946
|
+
{
|
|
104947
|
+
"name": "social_page_handle",
|
|
104948
|
+
"description": null,
|
|
104949
|
+
"type": {
|
|
104950
|
+
"kind": "INPUT_OBJECT",
|
|
104951
|
+
"name": "social_page_handles_order_by",
|
|
104952
|
+
"ofType": null
|
|
104953
|
+
},
|
|
104954
|
+
"defaultValue": null,
|
|
104955
|
+
"isDeprecated": false,
|
|
104956
|
+
"deprecationReason": null
|
|
104957
|
+
},
|
|
104072
104958
|
{
|
|
104073
104959
|
"name": "social_page_handle_id",
|
|
104074
104960
|
"description": null,
|
|
@@ -105089,6 +105975,18 @@
|
|
|
105089
105975
|
"isDeprecated": false,
|
|
105090
105976
|
"deprecationReason": null
|
|
105091
105977
|
},
|
|
105978
|
+
{
|
|
105979
|
+
"name": "enrichment_query",
|
|
105980
|
+
"description": "An object relationship",
|
|
105981
|
+
"args": [],
|
|
105982
|
+
"type": {
|
|
105983
|
+
"kind": "OBJECT",
|
|
105984
|
+
"name": "enrichment_queries",
|
|
105985
|
+
"ofType": null
|
|
105986
|
+
},
|
|
105987
|
+
"isDeprecated": false,
|
|
105988
|
+
"deprecationReason": null
|
|
105989
|
+
},
|
|
105092
105990
|
{
|
|
105093
105991
|
"name": "id",
|
|
105094
105992
|
"description": null,
|
|
@@ -105105,6 +106003,18 @@
|
|
|
105105
106003
|
"isDeprecated": false,
|
|
105106
106004
|
"deprecationReason": null
|
|
105107
106005
|
},
|
|
106006
|
+
{
|
|
106007
|
+
"name": "website_url",
|
|
106008
|
+
"description": "An object relationship",
|
|
106009
|
+
"args": [],
|
|
106010
|
+
"type": {
|
|
106011
|
+
"kind": "OBJECT",
|
|
106012
|
+
"name": "website_urls",
|
|
106013
|
+
"ofType": null
|
|
106014
|
+
},
|
|
106015
|
+
"isDeprecated": false,
|
|
106016
|
+
"deprecationReason": null
|
|
106017
|
+
},
|
|
105108
106018
|
{
|
|
105109
106019
|
"name": "website_url_id",
|
|
105110
106020
|
"description": null,
|
|
@@ -105170,6 +106080,100 @@
|
|
|
105170
106080
|
"enumValues": null,
|
|
105171
106081
|
"possibleTypes": null
|
|
105172
106082
|
},
|
|
106083
|
+
{
|
|
106084
|
+
"kind": "INPUT_OBJECT",
|
|
106085
|
+
"name": "enrichment_queries_website_urls_aggregate_bool_exp",
|
|
106086
|
+
"description": null,
|
|
106087
|
+
"fields": null,
|
|
106088
|
+
"inputFields": [
|
|
106089
|
+
{
|
|
106090
|
+
"name": "count",
|
|
106091
|
+
"description": null,
|
|
106092
|
+
"type": {
|
|
106093
|
+
"kind": "INPUT_OBJECT",
|
|
106094
|
+
"name": "enrichment_queries_website_urls_aggregate_bool_exp_count",
|
|
106095
|
+
"ofType": null
|
|
106096
|
+
},
|
|
106097
|
+
"defaultValue": null,
|
|
106098
|
+
"isDeprecated": false,
|
|
106099
|
+
"deprecationReason": null
|
|
106100
|
+
}
|
|
106101
|
+
],
|
|
106102
|
+
"interfaces": null,
|
|
106103
|
+
"enumValues": null,
|
|
106104
|
+
"possibleTypes": null
|
|
106105
|
+
},
|
|
106106
|
+
{
|
|
106107
|
+
"kind": "INPUT_OBJECT",
|
|
106108
|
+
"name": "enrichment_queries_website_urls_aggregate_bool_exp_count",
|
|
106109
|
+
"description": null,
|
|
106110
|
+
"fields": null,
|
|
106111
|
+
"inputFields": [
|
|
106112
|
+
{
|
|
106113
|
+
"name": "arguments",
|
|
106114
|
+
"description": null,
|
|
106115
|
+
"type": {
|
|
106116
|
+
"kind": "LIST",
|
|
106117
|
+
"name": null,
|
|
106118
|
+
"ofType": {
|
|
106119
|
+
"kind": "NON_NULL",
|
|
106120
|
+
"name": null,
|
|
106121
|
+
"ofType": {
|
|
106122
|
+
"kind": "ENUM",
|
|
106123
|
+
"name": "enrichment_queries_website_urls_select_column",
|
|
106124
|
+
"ofType": null
|
|
106125
|
+
}
|
|
106126
|
+
}
|
|
106127
|
+
},
|
|
106128
|
+
"defaultValue": null,
|
|
106129
|
+
"isDeprecated": false,
|
|
106130
|
+
"deprecationReason": null
|
|
106131
|
+
},
|
|
106132
|
+
{
|
|
106133
|
+
"name": "distinct",
|
|
106134
|
+
"description": null,
|
|
106135
|
+
"type": {
|
|
106136
|
+
"kind": "SCALAR",
|
|
106137
|
+
"name": "Boolean",
|
|
106138
|
+
"ofType": null
|
|
106139
|
+
},
|
|
106140
|
+
"defaultValue": null,
|
|
106141
|
+
"isDeprecated": false,
|
|
106142
|
+
"deprecationReason": null
|
|
106143
|
+
},
|
|
106144
|
+
{
|
|
106145
|
+
"name": "filter",
|
|
106146
|
+
"description": null,
|
|
106147
|
+
"type": {
|
|
106148
|
+
"kind": "INPUT_OBJECT",
|
|
106149
|
+
"name": "enrichment_queries_website_urls_bool_exp",
|
|
106150
|
+
"ofType": null
|
|
106151
|
+
},
|
|
106152
|
+
"defaultValue": null,
|
|
106153
|
+
"isDeprecated": false,
|
|
106154
|
+
"deprecationReason": null
|
|
106155
|
+
},
|
|
106156
|
+
{
|
|
106157
|
+
"name": "predicate",
|
|
106158
|
+
"description": null,
|
|
106159
|
+
"type": {
|
|
106160
|
+
"kind": "NON_NULL",
|
|
106161
|
+
"name": null,
|
|
106162
|
+
"ofType": {
|
|
106163
|
+
"kind": "INPUT_OBJECT",
|
|
106164
|
+
"name": "Int_comparison_exp",
|
|
106165
|
+
"ofType": null
|
|
106166
|
+
}
|
|
106167
|
+
},
|
|
106168
|
+
"defaultValue": null,
|
|
106169
|
+
"isDeprecated": false,
|
|
106170
|
+
"deprecationReason": null
|
|
106171
|
+
}
|
|
106172
|
+
],
|
|
106173
|
+
"interfaces": null,
|
|
106174
|
+
"enumValues": null,
|
|
106175
|
+
"possibleTypes": null
|
|
106176
|
+
},
|
|
105173
106177
|
{
|
|
105174
106178
|
"kind": "OBJECT",
|
|
105175
106179
|
"name": "enrichment_queries_website_urls_aggregate_fields",
|
|
@@ -105254,6 +106258,100 @@
|
|
|
105254
106258
|
"enumValues": null,
|
|
105255
106259
|
"possibleTypes": null
|
|
105256
106260
|
},
|
|
106261
|
+
{
|
|
106262
|
+
"kind": "INPUT_OBJECT",
|
|
106263
|
+
"name": "enrichment_queries_website_urls_aggregate_order_by",
|
|
106264
|
+
"description": "order by aggregate values of table \"enrichment_queries_website_urls\"",
|
|
106265
|
+
"fields": null,
|
|
106266
|
+
"inputFields": [
|
|
106267
|
+
{
|
|
106268
|
+
"name": "count",
|
|
106269
|
+
"description": null,
|
|
106270
|
+
"type": {
|
|
106271
|
+
"kind": "ENUM",
|
|
106272
|
+
"name": "order_by",
|
|
106273
|
+
"ofType": null
|
|
106274
|
+
},
|
|
106275
|
+
"defaultValue": null,
|
|
106276
|
+
"isDeprecated": false,
|
|
106277
|
+
"deprecationReason": null
|
|
106278
|
+
},
|
|
106279
|
+
{
|
|
106280
|
+
"name": "max",
|
|
106281
|
+
"description": null,
|
|
106282
|
+
"type": {
|
|
106283
|
+
"kind": "INPUT_OBJECT",
|
|
106284
|
+
"name": "enrichment_queries_website_urls_max_order_by",
|
|
106285
|
+
"ofType": null
|
|
106286
|
+
},
|
|
106287
|
+
"defaultValue": null,
|
|
106288
|
+
"isDeprecated": false,
|
|
106289
|
+
"deprecationReason": null
|
|
106290
|
+
},
|
|
106291
|
+
{
|
|
106292
|
+
"name": "min",
|
|
106293
|
+
"description": null,
|
|
106294
|
+
"type": {
|
|
106295
|
+
"kind": "INPUT_OBJECT",
|
|
106296
|
+
"name": "enrichment_queries_website_urls_min_order_by",
|
|
106297
|
+
"ofType": null
|
|
106298
|
+
},
|
|
106299
|
+
"defaultValue": null,
|
|
106300
|
+
"isDeprecated": false,
|
|
106301
|
+
"deprecationReason": null
|
|
106302
|
+
}
|
|
106303
|
+
],
|
|
106304
|
+
"interfaces": null,
|
|
106305
|
+
"enumValues": null,
|
|
106306
|
+
"possibleTypes": null
|
|
106307
|
+
},
|
|
106308
|
+
{
|
|
106309
|
+
"kind": "INPUT_OBJECT",
|
|
106310
|
+
"name": "enrichment_queries_website_urls_arr_rel_insert_input",
|
|
106311
|
+
"description": "input type for inserting array relation for remote table \"enrichment_queries_website_urls\"",
|
|
106312
|
+
"fields": null,
|
|
106313
|
+
"inputFields": [
|
|
106314
|
+
{
|
|
106315
|
+
"name": "data",
|
|
106316
|
+
"description": null,
|
|
106317
|
+
"type": {
|
|
106318
|
+
"kind": "NON_NULL",
|
|
106319
|
+
"name": null,
|
|
106320
|
+
"ofType": {
|
|
106321
|
+
"kind": "LIST",
|
|
106322
|
+
"name": null,
|
|
106323
|
+
"ofType": {
|
|
106324
|
+
"kind": "NON_NULL",
|
|
106325
|
+
"name": null,
|
|
106326
|
+
"ofType": {
|
|
106327
|
+
"kind": "INPUT_OBJECT",
|
|
106328
|
+
"name": "enrichment_queries_website_urls_insert_input",
|
|
106329
|
+
"ofType": null
|
|
106330
|
+
}
|
|
106331
|
+
}
|
|
106332
|
+
}
|
|
106333
|
+
},
|
|
106334
|
+
"defaultValue": null,
|
|
106335
|
+
"isDeprecated": false,
|
|
106336
|
+
"deprecationReason": null
|
|
106337
|
+
},
|
|
106338
|
+
{
|
|
106339
|
+
"name": "on_conflict",
|
|
106340
|
+
"description": "upsert condition",
|
|
106341
|
+
"type": {
|
|
106342
|
+
"kind": "INPUT_OBJECT",
|
|
106343
|
+
"name": "enrichment_queries_website_urls_on_conflict",
|
|
106344
|
+
"ofType": null
|
|
106345
|
+
},
|
|
106346
|
+
"defaultValue": null,
|
|
106347
|
+
"isDeprecated": false,
|
|
106348
|
+
"deprecationReason": null
|
|
106349
|
+
}
|
|
106350
|
+
],
|
|
106351
|
+
"interfaces": null,
|
|
106352
|
+
"enumValues": null,
|
|
106353
|
+
"possibleTypes": null
|
|
106354
|
+
},
|
|
105257
106355
|
{
|
|
105258
106356
|
"kind": "INPUT_OBJECT",
|
|
105259
106357
|
"name": "enrichment_queries_website_urls_bool_exp",
|
|
@@ -105336,6 +106434,18 @@
|
|
|
105336
106434
|
"isDeprecated": false,
|
|
105337
106435
|
"deprecationReason": null
|
|
105338
106436
|
},
|
|
106437
|
+
{
|
|
106438
|
+
"name": "enrichment_query",
|
|
106439
|
+
"description": null,
|
|
106440
|
+
"type": {
|
|
106441
|
+
"kind": "INPUT_OBJECT",
|
|
106442
|
+
"name": "enrichment_queries_bool_exp",
|
|
106443
|
+
"ofType": null
|
|
106444
|
+
},
|
|
106445
|
+
"defaultValue": null,
|
|
106446
|
+
"isDeprecated": false,
|
|
106447
|
+
"deprecationReason": null
|
|
106448
|
+
},
|
|
105339
106449
|
{
|
|
105340
106450
|
"name": "id",
|
|
105341
106451
|
"description": null,
|
|
@@ -105348,6 +106458,18 @@
|
|
|
105348
106458
|
"isDeprecated": false,
|
|
105349
106459
|
"deprecationReason": null
|
|
105350
106460
|
},
|
|
106461
|
+
{
|
|
106462
|
+
"name": "website_url",
|
|
106463
|
+
"description": null,
|
|
106464
|
+
"type": {
|
|
106465
|
+
"kind": "INPUT_OBJECT",
|
|
106466
|
+
"name": "website_urls_bool_exp",
|
|
106467
|
+
"ofType": null
|
|
106468
|
+
},
|
|
106469
|
+
"defaultValue": null,
|
|
106470
|
+
"isDeprecated": false,
|
|
106471
|
+
"deprecationReason": null
|
|
106472
|
+
},
|
|
105351
106473
|
{
|
|
105352
106474
|
"name": "website_url_id",
|
|
105353
106475
|
"description": null,
|
|
@@ -105412,6 +106534,18 @@
|
|
|
105412
106534
|
"isDeprecated": false,
|
|
105413
106535
|
"deprecationReason": null
|
|
105414
106536
|
},
|
|
106537
|
+
{
|
|
106538
|
+
"name": "enrichment_query",
|
|
106539
|
+
"description": null,
|
|
106540
|
+
"type": {
|
|
106541
|
+
"kind": "INPUT_OBJECT",
|
|
106542
|
+
"name": "enrichment_queries_obj_rel_insert_input",
|
|
106543
|
+
"ofType": null
|
|
106544
|
+
},
|
|
106545
|
+
"defaultValue": null,
|
|
106546
|
+
"isDeprecated": false,
|
|
106547
|
+
"deprecationReason": null
|
|
106548
|
+
},
|
|
105415
106549
|
{
|
|
105416
106550
|
"name": "id",
|
|
105417
106551
|
"description": null,
|
|
@@ -105424,6 +106558,18 @@
|
|
|
105424
106558
|
"isDeprecated": false,
|
|
105425
106559
|
"deprecationReason": null
|
|
105426
106560
|
},
|
|
106561
|
+
{
|
|
106562
|
+
"name": "website_url",
|
|
106563
|
+
"description": null,
|
|
106564
|
+
"type": {
|
|
106565
|
+
"kind": "INPUT_OBJECT",
|
|
106566
|
+
"name": "website_urls_obj_rel_insert_input",
|
|
106567
|
+
"ofType": null
|
|
106568
|
+
},
|
|
106569
|
+
"defaultValue": null,
|
|
106570
|
+
"isDeprecated": false,
|
|
106571
|
+
"deprecationReason": null
|
|
106572
|
+
},
|
|
105427
106573
|
{
|
|
105428
106574
|
"name": "website_url_id",
|
|
105429
106575
|
"description": null,
|
|
@@ -105500,6 +106646,65 @@
|
|
|
105500
106646
|
"enumValues": null,
|
|
105501
106647
|
"possibleTypes": null
|
|
105502
106648
|
},
|
|
106649
|
+
{
|
|
106650
|
+
"kind": "INPUT_OBJECT",
|
|
106651
|
+
"name": "enrichment_queries_website_urls_max_order_by",
|
|
106652
|
+
"description": "order by max() on columns of table \"enrichment_queries_website_urls\"",
|
|
106653
|
+
"fields": null,
|
|
106654
|
+
"inputFields": [
|
|
106655
|
+
{
|
|
106656
|
+
"name": "created_at",
|
|
106657
|
+
"description": null,
|
|
106658
|
+
"type": {
|
|
106659
|
+
"kind": "ENUM",
|
|
106660
|
+
"name": "order_by",
|
|
106661
|
+
"ofType": null
|
|
106662
|
+
},
|
|
106663
|
+
"defaultValue": null,
|
|
106664
|
+
"isDeprecated": false,
|
|
106665
|
+
"deprecationReason": null
|
|
106666
|
+
},
|
|
106667
|
+
{
|
|
106668
|
+
"name": "enrichment_queries_id",
|
|
106669
|
+
"description": null,
|
|
106670
|
+
"type": {
|
|
106671
|
+
"kind": "ENUM",
|
|
106672
|
+
"name": "order_by",
|
|
106673
|
+
"ofType": null
|
|
106674
|
+
},
|
|
106675
|
+
"defaultValue": null,
|
|
106676
|
+
"isDeprecated": false,
|
|
106677
|
+
"deprecationReason": null
|
|
106678
|
+
},
|
|
106679
|
+
{
|
|
106680
|
+
"name": "id",
|
|
106681
|
+
"description": null,
|
|
106682
|
+
"type": {
|
|
106683
|
+
"kind": "ENUM",
|
|
106684
|
+
"name": "order_by",
|
|
106685
|
+
"ofType": null
|
|
106686
|
+
},
|
|
106687
|
+
"defaultValue": null,
|
|
106688
|
+
"isDeprecated": false,
|
|
106689
|
+
"deprecationReason": null
|
|
106690
|
+
},
|
|
106691
|
+
{
|
|
106692
|
+
"name": "website_url_id",
|
|
106693
|
+
"description": null,
|
|
106694
|
+
"type": {
|
|
106695
|
+
"kind": "ENUM",
|
|
106696
|
+
"name": "order_by",
|
|
106697
|
+
"ofType": null
|
|
106698
|
+
},
|
|
106699
|
+
"defaultValue": null,
|
|
106700
|
+
"isDeprecated": false,
|
|
106701
|
+
"deprecationReason": null
|
|
106702
|
+
}
|
|
106703
|
+
],
|
|
106704
|
+
"interfaces": null,
|
|
106705
|
+
"enumValues": null,
|
|
106706
|
+
"possibleTypes": null
|
|
106707
|
+
},
|
|
105503
106708
|
{
|
|
105504
106709
|
"kind": "OBJECT",
|
|
105505
106710
|
"name": "enrichment_queries_website_urls_min_fields",
|
|
@@ -105559,6 +106764,65 @@
|
|
|
105559
106764
|
"enumValues": null,
|
|
105560
106765
|
"possibleTypes": null
|
|
105561
106766
|
},
|
|
106767
|
+
{
|
|
106768
|
+
"kind": "INPUT_OBJECT",
|
|
106769
|
+
"name": "enrichment_queries_website_urls_min_order_by",
|
|
106770
|
+
"description": "order by min() on columns of table \"enrichment_queries_website_urls\"",
|
|
106771
|
+
"fields": null,
|
|
106772
|
+
"inputFields": [
|
|
106773
|
+
{
|
|
106774
|
+
"name": "created_at",
|
|
106775
|
+
"description": null,
|
|
106776
|
+
"type": {
|
|
106777
|
+
"kind": "ENUM",
|
|
106778
|
+
"name": "order_by",
|
|
106779
|
+
"ofType": null
|
|
106780
|
+
},
|
|
106781
|
+
"defaultValue": null,
|
|
106782
|
+
"isDeprecated": false,
|
|
106783
|
+
"deprecationReason": null
|
|
106784
|
+
},
|
|
106785
|
+
{
|
|
106786
|
+
"name": "enrichment_queries_id",
|
|
106787
|
+
"description": null,
|
|
106788
|
+
"type": {
|
|
106789
|
+
"kind": "ENUM",
|
|
106790
|
+
"name": "order_by",
|
|
106791
|
+
"ofType": null
|
|
106792
|
+
},
|
|
106793
|
+
"defaultValue": null,
|
|
106794
|
+
"isDeprecated": false,
|
|
106795
|
+
"deprecationReason": null
|
|
106796
|
+
},
|
|
106797
|
+
{
|
|
106798
|
+
"name": "id",
|
|
106799
|
+
"description": null,
|
|
106800
|
+
"type": {
|
|
106801
|
+
"kind": "ENUM",
|
|
106802
|
+
"name": "order_by",
|
|
106803
|
+
"ofType": null
|
|
106804
|
+
},
|
|
106805
|
+
"defaultValue": null,
|
|
106806
|
+
"isDeprecated": false,
|
|
106807
|
+
"deprecationReason": null
|
|
106808
|
+
},
|
|
106809
|
+
{
|
|
106810
|
+
"name": "website_url_id",
|
|
106811
|
+
"description": null,
|
|
106812
|
+
"type": {
|
|
106813
|
+
"kind": "ENUM",
|
|
106814
|
+
"name": "order_by",
|
|
106815
|
+
"ofType": null
|
|
106816
|
+
},
|
|
106817
|
+
"defaultValue": null,
|
|
106818
|
+
"isDeprecated": false,
|
|
106819
|
+
"deprecationReason": null
|
|
106820
|
+
}
|
|
106821
|
+
],
|
|
106822
|
+
"interfaces": null,
|
|
106823
|
+
"enumValues": null,
|
|
106824
|
+
"possibleTypes": null
|
|
106825
|
+
},
|
|
105562
106826
|
{
|
|
105563
106827
|
"kind": "OBJECT",
|
|
105564
106828
|
"name": "enrichment_queries_website_urls_mutation_response",
|
|
@@ -105703,6 +106967,18 @@
|
|
|
105703
106967
|
"isDeprecated": false,
|
|
105704
106968
|
"deprecationReason": null
|
|
105705
106969
|
},
|
|
106970
|
+
{
|
|
106971
|
+
"name": "enrichment_query",
|
|
106972
|
+
"description": null,
|
|
106973
|
+
"type": {
|
|
106974
|
+
"kind": "INPUT_OBJECT",
|
|
106975
|
+
"name": "enrichment_queries_order_by",
|
|
106976
|
+
"ofType": null
|
|
106977
|
+
},
|
|
106978
|
+
"defaultValue": null,
|
|
106979
|
+
"isDeprecated": false,
|
|
106980
|
+
"deprecationReason": null
|
|
106981
|
+
},
|
|
105706
106982
|
{
|
|
105707
106983
|
"name": "id",
|
|
105708
106984
|
"description": null,
|
|
@@ -105715,6 +106991,18 @@
|
|
|
105715
106991
|
"isDeprecated": false,
|
|
105716
106992
|
"deprecationReason": null
|
|
105717
106993
|
},
|
|
106994
|
+
{
|
|
106995
|
+
"name": "website_url",
|
|
106996
|
+
"description": null,
|
|
106997
|
+
"type": {
|
|
106998
|
+
"kind": "INPUT_OBJECT",
|
|
106999
|
+
"name": "website_urls_order_by",
|
|
107000
|
+
"ofType": null
|
|
107001
|
+
},
|
|
107002
|
+
"defaultValue": null,
|
|
107003
|
+
"isDeprecated": false,
|
|
107004
|
+
"deprecationReason": null
|
|
107005
|
+
},
|
|
105718
107006
|
{
|
|
105719
107007
|
"name": "website_url_id",
|
|
105720
107008
|
"description": null,
|
|
@@ -120581,75 +121869,269 @@
|
|
|
120581
121869
|
},
|
|
120582
121870
|
{
|
|
120583
121871
|
"kind": "OBJECT",
|
|
120584
|
-
"name": "social_page_followers_variance_fields",
|
|
120585
|
-
"description": "aggregate variance on columns",
|
|
121872
|
+
"name": "social_page_followers_variance_fields",
|
|
121873
|
+
"description": "aggregate variance on columns",
|
|
121874
|
+
"fields": [
|
|
121875
|
+
{
|
|
121876
|
+
"name": "followers",
|
|
121877
|
+
"description": null,
|
|
121878
|
+
"args": [],
|
|
121879
|
+
"type": {
|
|
121880
|
+
"kind": "SCALAR",
|
|
121881
|
+
"name": "Float",
|
|
121882
|
+
"ofType": null
|
|
121883
|
+
},
|
|
121884
|
+
"isDeprecated": false,
|
|
121885
|
+
"deprecationReason": null
|
|
121886
|
+
}
|
|
121887
|
+
],
|
|
121888
|
+
"inputFields": null,
|
|
121889
|
+
"interfaces": [],
|
|
121890
|
+
"enumValues": null,
|
|
121891
|
+
"possibleTypes": null
|
|
121892
|
+
},
|
|
121893
|
+
{
|
|
121894
|
+
"kind": "INPUT_OBJECT",
|
|
121895
|
+
"name": "social_page_followers_variance_order_by",
|
|
121896
|
+
"description": "order by variance() on columns of table \"social_page_followers\"",
|
|
121897
|
+
"fields": null,
|
|
121898
|
+
"inputFields": [
|
|
121899
|
+
{
|
|
121900
|
+
"name": "followers",
|
|
121901
|
+
"description": null,
|
|
121902
|
+
"type": {
|
|
121903
|
+
"kind": "ENUM",
|
|
121904
|
+
"name": "order_by",
|
|
121905
|
+
"ofType": null
|
|
121906
|
+
},
|
|
121907
|
+
"defaultValue": null,
|
|
121908
|
+
"isDeprecated": false,
|
|
121909
|
+
"deprecationReason": null
|
|
121910
|
+
}
|
|
121911
|
+
],
|
|
121912
|
+
"interfaces": null,
|
|
121913
|
+
"enumValues": null,
|
|
121914
|
+
"possibleTypes": null
|
|
121915
|
+
},
|
|
121916
|
+
{
|
|
121917
|
+
"kind": "OBJECT",
|
|
121918
|
+
"name": "social_page_handles",
|
|
121919
|
+
"description": "columns and relationships of \"social_page_handles\"",
|
|
120586
121920
|
"fields": [
|
|
120587
121921
|
{
|
|
120588
|
-
"name": "
|
|
121922
|
+
"name": "channel",
|
|
120589
121923
|
"description": null,
|
|
120590
121924
|
"args": [],
|
|
120591
121925
|
"type": {
|
|
120592
121926
|
"kind": "SCALAR",
|
|
120593
|
-
"name": "
|
|
121927
|
+
"name": "String",
|
|
120594
121928
|
"ofType": null
|
|
120595
121929
|
},
|
|
120596
121930
|
"isDeprecated": false,
|
|
120597
121931
|
"deprecationReason": null
|
|
120598
|
-
}
|
|
120599
|
-
],
|
|
120600
|
-
"inputFields": null,
|
|
120601
|
-
"interfaces": [],
|
|
120602
|
-
"enumValues": null,
|
|
120603
|
-
"possibleTypes": null
|
|
120604
|
-
},
|
|
120605
|
-
{
|
|
120606
|
-
"kind": "INPUT_OBJECT",
|
|
120607
|
-
"name": "social_page_followers_variance_order_by",
|
|
120608
|
-
"description": "order by variance() on columns of table \"social_page_followers\"",
|
|
120609
|
-
"fields": null,
|
|
120610
|
-
"inputFields": [
|
|
121932
|
+
},
|
|
120611
121933
|
{
|
|
120612
|
-
"name": "
|
|
121934
|
+
"name": "created_at",
|
|
120613
121935
|
"description": null,
|
|
121936
|
+
"args": [],
|
|
120614
121937
|
"type": {
|
|
120615
|
-
"kind": "
|
|
120616
|
-
"name": "
|
|
121938
|
+
"kind": "SCALAR",
|
|
121939
|
+
"name": "timestamp",
|
|
120617
121940
|
"ofType": null
|
|
120618
121941
|
},
|
|
120619
|
-
"defaultValue": null,
|
|
120620
121942
|
"isDeprecated": false,
|
|
120621
121943
|
"deprecationReason": null
|
|
120622
|
-
}
|
|
120623
|
-
],
|
|
120624
|
-
"interfaces": null,
|
|
120625
|
-
"enumValues": null,
|
|
120626
|
-
"possibleTypes": null
|
|
120627
|
-
},
|
|
120628
|
-
{
|
|
120629
|
-
"kind": "OBJECT",
|
|
120630
|
-
"name": "social_page_handles",
|
|
120631
|
-
"description": "columns and relationships of \"social_page_handles\"",
|
|
120632
|
-
"fields": [
|
|
121944
|
+
},
|
|
120633
121945
|
{
|
|
120634
|
-
"name": "
|
|
120635
|
-
"description":
|
|
120636
|
-
"args": [
|
|
121946
|
+
"name": "enrichment_queries_social_page_handles",
|
|
121947
|
+
"description": "An array relationship",
|
|
121948
|
+
"args": [
|
|
121949
|
+
{
|
|
121950
|
+
"name": "distinct_on",
|
|
121951
|
+
"description": "distinct select on columns",
|
|
121952
|
+
"type": {
|
|
121953
|
+
"kind": "LIST",
|
|
121954
|
+
"name": null,
|
|
121955
|
+
"ofType": {
|
|
121956
|
+
"kind": "NON_NULL",
|
|
121957
|
+
"name": null,
|
|
121958
|
+
"ofType": {
|
|
121959
|
+
"kind": "ENUM",
|
|
121960
|
+
"name": "enrichment_queries_social_page_handles_select_column",
|
|
121961
|
+
"ofType": null
|
|
121962
|
+
}
|
|
121963
|
+
}
|
|
121964
|
+
},
|
|
121965
|
+
"defaultValue": null,
|
|
121966
|
+
"isDeprecated": false,
|
|
121967
|
+
"deprecationReason": null
|
|
121968
|
+
},
|
|
121969
|
+
{
|
|
121970
|
+
"name": "limit",
|
|
121971
|
+
"description": "limit the number of rows returned",
|
|
121972
|
+
"type": {
|
|
121973
|
+
"kind": "SCALAR",
|
|
121974
|
+
"name": "Int",
|
|
121975
|
+
"ofType": null
|
|
121976
|
+
},
|
|
121977
|
+
"defaultValue": null,
|
|
121978
|
+
"isDeprecated": false,
|
|
121979
|
+
"deprecationReason": null
|
|
121980
|
+
},
|
|
121981
|
+
{
|
|
121982
|
+
"name": "offset",
|
|
121983
|
+
"description": "skip the first n rows. Use only with order_by",
|
|
121984
|
+
"type": {
|
|
121985
|
+
"kind": "SCALAR",
|
|
121986
|
+
"name": "Int",
|
|
121987
|
+
"ofType": null
|
|
121988
|
+
},
|
|
121989
|
+
"defaultValue": null,
|
|
121990
|
+
"isDeprecated": false,
|
|
121991
|
+
"deprecationReason": null
|
|
121992
|
+
},
|
|
121993
|
+
{
|
|
121994
|
+
"name": "order_by",
|
|
121995
|
+
"description": "sort the rows by one or more columns",
|
|
121996
|
+
"type": {
|
|
121997
|
+
"kind": "LIST",
|
|
121998
|
+
"name": null,
|
|
121999
|
+
"ofType": {
|
|
122000
|
+
"kind": "NON_NULL",
|
|
122001
|
+
"name": null,
|
|
122002
|
+
"ofType": {
|
|
122003
|
+
"kind": "INPUT_OBJECT",
|
|
122004
|
+
"name": "enrichment_queries_social_page_handles_order_by",
|
|
122005
|
+
"ofType": null
|
|
122006
|
+
}
|
|
122007
|
+
}
|
|
122008
|
+
},
|
|
122009
|
+
"defaultValue": null,
|
|
122010
|
+
"isDeprecated": false,
|
|
122011
|
+
"deprecationReason": null
|
|
122012
|
+
},
|
|
122013
|
+
{
|
|
122014
|
+
"name": "where",
|
|
122015
|
+
"description": "filter the rows returned",
|
|
122016
|
+
"type": {
|
|
122017
|
+
"kind": "INPUT_OBJECT",
|
|
122018
|
+
"name": "enrichment_queries_social_page_handles_bool_exp",
|
|
122019
|
+
"ofType": null
|
|
122020
|
+
},
|
|
122021
|
+
"defaultValue": null,
|
|
122022
|
+
"isDeprecated": false,
|
|
122023
|
+
"deprecationReason": null
|
|
122024
|
+
}
|
|
122025
|
+
],
|
|
120637
122026
|
"type": {
|
|
120638
|
-
"kind": "
|
|
120639
|
-
"name":
|
|
120640
|
-
"ofType":
|
|
122027
|
+
"kind": "NON_NULL",
|
|
122028
|
+
"name": null,
|
|
122029
|
+
"ofType": {
|
|
122030
|
+
"kind": "LIST",
|
|
122031
|
+
"name": null,
|
|
122032
|
+
"ofType": {
|
|
122033
|
+
"kind": "NON_NULL",
|
|
122034
|
+
"name": null,
|
|
122035
|
+
"ofType": {
|
|
122036
|
+
"kind": "OBJECT",
|
|
122037
|
+
"name": "enrichment_queries_social_page_handles",
|
|
122038
|
+
"ofType": null
|
|
122039
|
+
}
|
|
122040
|
+
}
|
|
122041
|
+
}
|
|
120641
122042
|
},
|
|
120642
122043
|
"isDeprecated": false,
|
|
120643
122044
|
"deprecationReason": null
|
|
120644
122045
|
},
|
|
120645
122046
|
{
|
|
120646
|
-
"name": "
|
|
120647
|
-
"description":
|
|
120648
|
-
"args": [
|
|
122047
|
+
"name": "enrichment_queries_social_page_handles_aggregate",
|
|
122048
|
+
"description": "An aggregate relationship",
|
|
122049
|
+
"args": [
|
|
122050
|
+
{
|
|
122051
|
+
"name": "distinct_on",
|
|
122052
|
+
"description": "distinct select on columns",
|
|
122053
|
+
"type": {
|
|
122054
|
+
"kind": "LIST",
|
|
122055
|
+
"name": null,
|
|
122056
|
+
"ofType": {
|
|
122057
|
+
"kind": "NON_NULL",
|
|
122058
|
+
"name": null,
|
|
122059
|
+
"ofType": {
|
|
122060
|
+
"kind": "ENUM",
|
|
122061
|
+
"name": "enrichment_queries_social_page_handles_select_column",
|
|
122062
|
+
"ofType": null
|
|
122063
|
+
}
|
|
122064
|
+
}
|
|
122065
|
+
},
|
|
122066
|
+
"defaultValue": null,
|
|
122067
|
+
"isDeprecated": false,
|
|
122068
|
+
"deprecationReason": null
|
|
122069
|
+
},
|
|
122070
|
+
{
|
|
122071
|
+
"name": "limit",
|
|
122072
|
+
"description": "limit the number of rows returned",
|
|
122073
|
+
"type": {
|
|
122074
|
+
"kind": "SCALAR",
|
|
122075
|
+
"name": "Int",
|
|
122076
|
+
"ofType": null
|
|
122077
|
+
},
|
|
122078
|
+
"defaultValue": null,
|
|
122079
|
+
"isDeprecated": false,
|
|
122080
|
+
"deprecationReason": null
|
|
122081
|
+
},
|
|
122082
|
+
{
|
|
122083
|
+
"name": "offset",
|
|
122084
|
+
"description": "skip the first n rows. Use only with order_by",
|
|
122085
|
+
"type": {
|
|
122086
|
+
"kind": "SCALAR",
|
|
122087
|
+
"name": "Int",
|
|
122088
|
+
"ofType": null
|
|
122089
|
+
},
|
|
122090
|
+
"defaultValue": null,
|
|
122091
|
+
"isDeprecated": false,
|
|
122092
|
+
"deprecationReason": null
|
|
122093
|
+
},
|
|
122094
|
+
{
|
|
122095
|
+
"name": "order_by",
|
|
122096
|
+
"description": "sort the rows by one or more columns",
|
|
122097
|
+
"type": {
|
|
122098
|
+
"kind": "LIST",
|
|
122099
|
+
"name": null,
|
|
122100
|
+
"ofType": {
|
|
122101
|
+
"kind": "NON_NULL",
|
|
122102
|
+
"name": null,
|
|
122103
|
+
"ofType": {
|
|
122104
|
+
"kind": "INPUT_OBJECT",
|
|
122105
|
+
"name": "enrichment_queries_social_page_handles_order_by",
|
|
122106
|
+
"ofType": null
|
|
122107
|
+
}
|
|
122108
|
+
}
|
|
122109
|
+
},
|
|
122110
|
+
"defaultValue": null,
|
|
122111
|
+
"isDeprecated": false,
|
|
122112
|
+
"deprecationReason": null
|
|
122113
|
+
},
|
|
122114
|
+
{
|
|
122115
|
+
"name": "where",
|
|
122116
|
+
"description": "filter the rows returned",
|
|
122117
|
+
"type": {
|
|
122118
|
+
"kind": "INPUT_OBJECT",
|
|
122119
|
+
"name": "enrichment_queries_social_page_handles_bool_exp",
|
|
122120
|
+
"ofType": null
|
|
122121
|
+
},
|
|
122122
|
+
"defaultValue": null,
|
|
122123
|
+
"isDeprecated": false,
|
|
122124
|
+
"deprecationReason": null
|
|
122125
|
+
}
|
|
122126
|
+
],
|
|
120649
122127
|
"type": {
|
|
120650
|
-
"kind": "
|
|
120651
|
-
"name":
|
|
120652
|
-
"ofType":
|
|
122128
|
+
"kind": "NON_NULL",
|
|
122129
|
+
"name": null,
|
|
122130
|
+
"ofType": {
|
|
122131
|
+
"kind": "OBJECT",
|
|
122132
|
+
"name": "enrichment_queries_social_page_handles_aggregate",
|
|
122133
|
+
"ofType": null
|
|
122134
|
+
}
|
|
120653
122135
|
},
|
|
120654
122136
|
"isDeprecated": false,
|
|
120655
122137
|
"deprecationReason": null
|
|
@@ -121845,6 +123327,30 @@
|
|
|
121845
123327
|
"isDeprecated": false,
|
|
121846
123328
|
"deprecationReason": null
|
|
121847
123329
|
},
|
|
123330
|
+
{
|
|
123331
|
+
"name": "enrichment_queries_social_page_handles",
|
|
123332
|
+
"description": null,
|
|
123333
|
+
"type": {
|
|
123334
|
+
"kind": "INPUT_OBJECT",
|
|
123335
|
+
"name": "enrichment_queries_social_page_handles_bool_exp",
|
|
123336
|
+
"ofType": null
|
|
123337
|
+
},
|
|
123338
|
+
"defaultValue": null,
|
|
123339
|
+
"isDeprecated": false,
|
|
123340
|
+
"deprecationReason": null
|
|
123341
|
+
},
|
|
123342
|
+
{
|
|
123343
|
+
"name": "enrichment_queries_social_page_handles_aggregate",
|
|
123344
|
+
"description": null,
|
|
123345
|
+
"type": {
|
|
123346
|
+
"kind": "INPUT_OBJECT",
|
|
123347
|
+
"name": "enrichment_queries_social_page_handles_aggregate_bool_exp",
|
|
123348
|
+
"ofType": null
|
|
123349
|
+
},
|
|
123350
|
+
"defaultValue": null,
|
|
123351
|
+
"isDeprecated": false,
|
|
123352
|
+
"deprecationReason": null
|
|
123353
|
+
},
|
|
121848
123354
|
{
|
|
121849
123355
|
"name": "id",
|
|
121850
123356
|
"description": null,
|
|
@@ -122059,6 +123565,18 @@
|
|
|
122059
123565
|
"isDeprecated": false,
|
|
122060
123566
|
"deprecationReason": null
|
|
122061
123567
|
},
|
|
123568
|
+
{
|
|
123569
|
+
"name": "enrichment_queries_social_page_handles",
|
|
123570
|
+
"description": null,
|
|
123571
|
+
"type": {
|
|
123572
|
+
"kind": "INPUT_OBJECT",
|
|
123573
|
+
"name": "enrichment_queries_social_page_handles_arr_rel_insert_input",
|
|
123574
|
+
"ofType": null
|
|
123575
|
+
},
|
|
123576
|
+
"defaultValue": null,
|
|
123577
|
+
"isDeprecated": false,
|
|
123578
|
+
"deprecationReason": null
|
|
123579
|
+
},
|
|
122062
123580
|
{
|
|
122063
123581
|
"name": "id",
|
|
122064
123582
|
"description": null,
|
|
@@ -122675,6 +124193,18 @@
|
|
|
122675
124193
|
"isDeprecated": false,
|
|
122676
124194
|
"deprecationReason": null
|
|
122677
124195
|
},
|
|
124196
|
+
{
|
|
124197
|
+
"name": "enrichment_queries_social_page_handles_aggregate",
|
|
124198
|
+
"description": null,
|
|
124199
|
+
"type": {
|
|
124200
|
+
"kind": "INPUT_OBJECT",
|
|
124201
|
+
"name": "enrichment_queries_social_page_handles_aggregate_order_by",
|
|
124202
|
+
"ofType": null
|
|
124203
|
+
},
|
|
124204
|
+
"defaultValue": null,
|
|
124205
|
+
"isDeprecated": false,
|
|
124206
|
+
"deprecationReason": null
|
|
124207
|
+
},
|
|
122678
124208
|
{
|
|
122679
124209
|
"name": "id",
|
|
122680
124210
|
"description": null,
|
|
@@ -137040,6 +138570,200 @@
|
|
|
137040
138570
|
"isDeprecated": false,
|
|
137041
138571
|
"deprecationReason": null
|
|
137042
138572
|
},
|
|
138573
|
+
{
|
|
138574
|
+
"name": "enrichment_queries_website_urls",
|
|
138575
|
+
"description": "An array relationship",
|
|
138576
|
+
"args": [
|
|
138577
|
+
{
|
|
138578
|
+
"name": "distinct_on",
|
|
138579
|
+
"description": "distinct select on columns",
|
|
138580
|
+
"type": {
|
|
138581
|
+
"kind": "LIST",
|
|
138582
|
+
"name": null,
|
|
138583
|
+
"ofType": {
|
|
138584
|
+
"kind": "NON_NULL",
|
|
138585
|
+
"name": null,
|
|
138586
|
+
"ofType": {
|
|
138587
|
+
"kind": "ENUM",
|
|
138588
|
+
"name": "enrichment_queries_website_urls_select_column",
|
|
138589
|
+
"ofType": null
|
|
138590
|
+
}
|
|
138591
|
+
}
|
|
138592
|
+
},
|
|
138593
|
+
"defaultValue": null,
|
|
138594
|
+
"isDeprecated": false,
|
|
138595
|
+
"deprecationReason": null
|
|
138596
|
+
},
|
|
138597
|
+
{
|
|
138598
|
+
"name": "limit",
|
|
138599
|
+
"description": "limit the number of rows returned",
|
|
138600
|
+
"type": {
|
|
138601
|
+
"kind": "SCALAR",
|
|
138602
|
+
"name": "Int",
|
|
138603
|
+
"ofType": null
|
|
138604
|
+
},
|
|
138605
|
+
"defaultValue": null,
|
|
138606
|
+
"isDeprecated": false,
|
|
138607
|
+
"deprecationReason": null
|
|
138608
|
+
},
|
|
138609
|
+
{
|
|
138610
|
+
"name": "offset",
|
|
138611
|
+
"description": "skip the first n rows. Use only with order_by",
|
|
138612
|
+
"type": {
|
|
138613
|
+
"kind": "SCALAR",
|
|
138614
|
+
"name": "Int",
|
|
138615
|
+
"ofType": null
|
|
138616
|
+
},
|
|
138617
|
+
"defaultValue": null,
|
|
138618
|
+
"isDeprecated": false,
|
|
138619
|
+
"deprecationReason": null
|
|
138620
|
+
},
|
|
138621
|
+
{
|
|
138622
|
+
"name": "order_by",
|
|
138623
|
+
"description": "sort the rows by one or more columns",
|
|
138624
|
+
"type": {
|
|
138625
|
+
"kind": "LIST",
|
|
138626
|
+
"name": null,
|
|
138627
|
+
"ofType": {
|
|
138628
|
+
"kind": "NON_NULL",
|
|
138629
|
+
"name": null,
|
|
138630
|
+
"ofType": {
|
|
138631
|
+
"kind": "INPUT_OBJECT",
|
|
138632
|
+
"name": "enrichment_queries_website_urls_order_by",
|
|
138633
|
+
"ofType": null
|
|
138634
|
+
}
|
|
138635
|
+
}
|
|
138636
|
+
},
|
|
138637
|
+
"defaultValue": null,
|
|
138638
|
+
"isDeprecated": false,
|
|
138639
|
+
"deprecationReason": null
|
|
138640
|
+
},
|
|
138641
|
+
{
|
|
138642
|
+
"name": "where",
|
|
138643
|
+
"description": "filter the rows returned",
|
|
138644
|
+
"type": {
|
|
138645
|
+
"kind": "INPUT_OBJECT",
|
|
138646
|
+
"name": "enrichment_queries_website_urls_bool_exp",
|
|
138647
|
+
"ofType": null
|
|
138648
|
+
},
|
|
138649
|
+
"defaultValue": null,
|
|
138650
|
+
"isDeprecated": false,
|
|
138651
|
+
"deprecationReason": null
|
|
138652
|
+
}
|
|
138653
|
+
],
|
|
138654
|
+
"type": {
|
|
138655
|
+
"kind": "NON_NULL",
|
|
138656
|
+
"name": null,
|
|
138657
|
+
"ofType": {
|
|
138658
|
+
"kind": "LIST",
|
|
138659
|
+
"name": null,
|
|
138660
|
+
"ofType": {
|
|
138661
|
+
"kind": "NON_NULL",
|
|
138662
|
+
"name": null,
|
|
138663
|
+
"ofType": {
|
|
138664
|
+
"kind": "OBJECT",
|
|
138665
|
+
"name": "enrichment_queries_website_urls",
|
|
138666
|
+
"ofType": null
|
|
138667
|
+
}
|
|
138668
|
+
}
|
|
138669
|
+
}
|
|
138670
|
+
},
|
|
138671
|
+
"isDeprecated": false,
|
|
138672
|
+
"deprecationReason": null
|
|
138673
|
+
},
|
|
138674
|
+
{
|
|
138675
|
+
"name": "enrichment_queries_website_urls_aggregate",
|
|
138676
|
+
"description": "An aggregate relationship",
|
|
138677
|
+
"args": [
|
|
138678
|
+
{
|
|
138679
|
+
"name": "distinct_on",
|
|
138680
|
+
"description": "distinct select on columns",
|
|
138681
|
+
"type": {
|
|
138682
|
+
"kind": "LIST",
|
|
138683
|
+
"name": null,
|
|
138684
|
+
"ofType": {
|
|
138685
|
+
"kind": "NON_NULL",
|
|
138686
|
+
"name": null,
|
|
138687
|
+
"ofType": {
|
|
138688
|
+
"kind": "ENUM",
|
|
138689
|
+
"name": "enrichment_queries_website_urls_select_column",
|
|
138690
|
+
"ofType": null
|
|
138691
|
+
}
|
|
138692
|
+
}
|
|
138693
|
+
},
|
|
138694
|
+
"defaultValue": null,
|
|
138695
|
+
"isDeprecated": false,
|
|
138696
|
+
"deprecationReason": null
|
|
138697
|
+
},
|
|
138698
|
+
{
|
|
138699
|
+
"name": "limit",
|
|
138700
|
+
"description": "limit the number of rows returned",
|
|
138701
|
+
"type": {
|
|
138702
|
+
"kind": "SCALAR",
|
|
138703
|
+
"name": "Int",
|
|
138704
|
+
"ofType": null
|
|
138705
|
+
},
|
|
138706
|
+
"defaultValue": null,
|
|
138707
|
+
"isDeprecated": false,
|
|
138708
|
+
"deprecationReason": null
|
|
138709
|
+
},
|
|
138710
|
+
{
|
|
138711
|
+
"name": "offset",
|
|
138712
|
+
"description": "skip the first n rows. Use only with order_by",
|
|
138713
|
+
"type": {
|
|
138714
|
+
"kind": "SCALAR",
|
|
138715
|
+
"name": "Int",
|
|
138716
|
+
"ofType": null
|
|
138717
|
+
},
|
|
138718
|
+
"defaultValue": null,
|
|
138719
|
+
"isDeprecated": false,
|
|
138720
|
+
"deprecationReason": null
|
|
138721
|
+
},
|
|
138722
|
+
{
|
|
138723
|
+
"name": "order_by",
|
|
138724
|
+
"description": "sort the rows by one or more columns",
|
|
138725
|
+
"type": {
|
|
138726
|
+
"kind": "LIST",
|
|
138727
|
+
"name": null,
|
|
138728
|
+
"ofType": {
|
|
138729
|
+
"kind": "NON_NULL",
|
|
138730
|
+
"name": null,
|
|
138731
|
+
"ofType": {
|
|
138732
|
+
"kind": "INPUT_OBJECT",
|
|
138733
|
+
"name": "enrichment_queries_website_urls_order_by",
|
|
138734
|
+
"ofType": null
|
|
138735
|
+
}
|
|
138736
|
+
}
|
|
138737
|
+
},
|
|
138738
|
+
"defaultValue": null,
|
|
138739
|
+
"isDeprecated": false,
|
|
138740
|
+
"deprecationReason": null
|
|
138741
|
+
},
|
|
138742
|
+
{
|
|
138743
|
+
"name": "where",
|
|
138744
|
+
"description": "filter the rows returned",
|
|
138745
|
+
"type": {
|
|
138746
|
+
"kind": "INPUT_OBJECT",
|
|
138747
|
+
"name": "enrichment_queries_website_urls_bool_exp",
|
|
138748
|
+
"ofType": null
|
|
138749
|
+
},
|
|
138750
|
+
"defaultValue": null,
|
|
138751
|
+
"isDeprecated": false,
|
|
138752
|
+
"deprecationReason": null
|
|
138753
|
+
}
|
|
138754
|
+
],
|
|
138755
|
+
"type": {
|
|
138756
|
+
"kind": "NON_NULL",
|
|
138757
|
+
"name": null,
|
|
138758
|
+
"ofType": {
|
|
138759
|
+
"kind": "OBJECT",
|
|
138760
|
+
"name": "enrichment_queries_website_urls_aggregate",
|
|
138761
|
+
"ofType": null
|
|
138762
|
+
}
|
|
138763
|
+
},
|
|
138764
|
+
"isDeprecated": false,
|
|
138765
|
+
"deprecationReason": null
|
|
138766
|
+
},
|
|
137043
138767
|
{
|
|
137044
138768
|
"name": "google_places",
|
|
137045
138769
|
"description": "An array relationship",
|
|
@@ -138079,6 +139803,30 @@
|
|
|
138079
139803
|
"isDeprecated": false,
|
|
138080
139804
|
"deprecationReason": null
|
|
138081
139805
|
},
|
|
139806
|
+
{
|
|
139807
|
+
"name": "enrichment_queries_website_urls",
|
|
139808
|
+
"description": null,
|
|
139809
|
+
"type": {
|
|
139810
|
+
"kind": "INPUT_OBJECT",
|
|
139811
|
+
"name": "enrichment_queries_website_urls_bool_exp",
|
|
139812
|
+
"ofType": null
|
|
139813
|
+
},
|
|
139814
|
+
"defaultValue": null,
|
|
139815
|
+
"isDeprecated": false,
|
|
139816
|
+
"deprecationReason": null
|
|
139817
|
+
},
|
|
139818
|
+
{
|
|
139819
|
+
"name": "enrichment_queries_website_urls_aggregate",
|
|
139820
|
+
"description": null,
|
|
139821
|
+
"type": {
|
|
139822
|
+
"kind": "INPUT_OBJECT",
|
|
139823
|
+
"name": "enrichment_queries_website_urls_aggregate_bool_exp",
|
|
139824
|
+
"ofType": null
|
|
139825
|
+
},
|
|
139826
|
+
"defaultValue": null,
|
|
139827
|
+
"isDeprecated": false,
|
|
139828
|
+
"deprecationReason": null
|
|
139829
|
+
},
|
|
138082
139830
|
{
|
|
138083
139831
|
"name": "google_places",
|
|
138084
139832
|
"description": null,
|
|
@@ -138269,6 +140017,18 @@
|
|
|
138269
140017
|
"isDeprecated": false,
|
|
138270
140018
|
"deprecationReason": null
|
|
138271
140019
|
},
|
|
140020
|
+
{
|
|
140021
|
+
"name": "enrichment_queries_website_urls",
|
|
140022
|
+
"description": null,
|
|
140023
|
+
"type": {
|
|
140024
|
+
"kind": "INPUT_OBJECT",
|
|
140025
|
+
"name": "enrichment_queries_website_urls_arr_rel_insert_input",
|
|
140026
|
+
"ofType": null
|
|
140027
|
+
},
|
|
140028
|
+
"defaultValue": null,
|
|
140029
|
+
"isDeprecated": false,
|
|
140030
|
+
"deprecationReason": null
|
|
140031
|
+
},
|
|
138272
140032
|
{
|
|
138273
140033
|
"name": "google_places",
|
|
138274
140034
|
"description": null,
|
|
@@ -138683,6 +140443,18 @@
|
|
|
138683
140443
|
"isDeprecated": false,
|
|
138684
140444
|
"deprecationReason": null
|
|
138685
140445
|
},
|
|
140446
|
+
{
|
|
140447
|
+
"name": "enrichment_queries_website_urls_aggregate",
|
|
140448
|
+
"description": null,
|
|
140449
|
+
"type": {
|
|
140450
|
+
"kind": "INPUT_OBJECT",
|
|
140451
|
+
"name": "enrichment_queries_website_urls_aggregate_order_by",
|
|
140452
|
+
"ofType": null
|
|
140453
|
+
},
|
|
140454
|
+
"defaultValue": null,
|
|
140455
|
+
"isDeprecated": false,
|
|
140456
|
+
"deprecationReason": null
|
|
140457
|
+
},
|
|
138686
140458
|
{
|
|
138687
140459
|
"name": "google_places_aggregate",
|
|
138688
140460
|
"description": null,
|