@promoboxx/graphql-gateway-types 1.314.0 → 1.316.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 +1889 -97
- package/index.d.ts +228 -10
- package/package.json +1 -1
- package/schema.graphql +304 -26
package/graphql.schema.json
CHANGED
|
@@ -58715,7 +58715,7 @@
|
|
|
58715
58715
|
},
|
|
58716
58716
|
{
|
|
58717
58717
|
"name": "enrichment_queries_social_page_handles",
|
|
58718
|
-
"description": "
|
|
58718
|
+
"description": "An array relationship",
|
|
58719
58719
|
"args": [
|
|
58720
58720
|
{
|
|
58721
58721
|
"name": "distinct_on",
|
|
@@ -58816,7 +58816,7 @@
|
|
|
58816
58816
|
},
|
|
58817
58817
|
{
|
|
58818
58818
|
"name": "enrichment_queries_social_page_handles_aggregate",
|
|
58819
|
-
"description": "
|
|
58819
|
+
"description": "An aggregate relationship",
|
|
58820
58820
|
"args": [
|
|
58821
58821
|
{
|
|
58822
58822
|
"name": "distinct_on",
|
|
@@ -58938,7 +58938,7 @@
|
|
|
58938
58938
|
},
|
|
58939
58939
|
{
|
|
58940
58940
|
"name": "enrichment_queries_website_urls",
|
|
58941
|
-
"description": "
|
|
58941
|
+
"description": "An array relationship",
|
|
58942
58942
|
"args": [
|
|
58943
58943
|
{
|
|
58944
58944
|
"name": "distinct_on",
|
|
@@ -59039,7 +59039,7 @@
|
|
|
59039
59039
|
},
|
|
59040
59040
|
{
|
|
59041
59041
|
"name": "enrichment_queries_website_urls_aggregate",
|
|
59042
|
-
"description": "
|
|
59042
|
+
"description": "An aggregate relationship",
|
|
59043
59043
|
"args": [
|
|
59044
59044
|
{
|
|
59045
59045
|
"name": "distinct_on",
|
|
@@ -78942,7 +78942,7 @@
|
|
|
78942
78942
|
},
|
|
78943
78943
|
{
|
|
78944
78944
|
"name": "enrichment_queries_social_page_handles",
|
|
78945
|
-
"description": "
|
|
78945
|
+
"description": "An array relationship",
|
|
78946
78946
|
"args": [
|
|
78947
78947
|
{
|
|
78948
78948
|
"name": "distinct_on",
|
|
@@ -79043,7 +79043,7 @@
|
|
|
79043
79043
|
},
|
|
79044
79044
|
{
|
|
79045
79045
|
"name": "enrichment_queries_social_page_handles_aggregate",
|
|
79046
|
-
"description": "
|
|
79046
|
+
"description": "An aggregate relationship",
|
|
79047
79047
|
"args": [
|
|
79048
79048
|
{
|
|
79049
79049
|
"name": "distinct_on",
|
|
@@ -79311,7 +79311,7 @@
|
|
|
79311
79311
|
},
|
|
79312
79312
|
{
|
|
79313
79313
|
"name": "enrichment_queries_website_urls",
|
|
79314
|
-
"description": "
|
|
79314
|
+
"description": "An array relationship",
|
|
79315
79315
|
"args": [
|
|
79316
79316
|
{
|
|
79317
79317
|
"name": "distinct_on",
|
|
@@ -79412,7 +79412,7 @@
|
|
|
79412
79412
|
},
|
|
79413
79413
|
{
|
|
79414
79414
|
"name": "enrichment_queries_website_urls_aggregate",
|
|
79415
|
-
"description": "
|
|
79415
|
+
"description": "An aggregate relationship",
|
|
79416
79416
|
"args": [
|
|
79417
79417
|
{
|
|
79418
79418
|
"name": "distinct_on",
|
|
@@ -100305,31 +100305,201 @@
|
|
|
100305
100305
|
"deprecationReason": null
|
|
100306
100306
|
},
|
|
100307
100307
|
{
|
|
100308
|
-
"name": "
|
|
100309
|
-
"description":
|
|
100310
|
-
"args": [
|
|
100308
|
+
"name": "enrichment_queries_social_page_handles",
|
|
100309
|
+
"description": "An array relationship",
|
|
100310
|
+
"args": [
|
|
100311
|
+
{
|
|
100312
|
+
"name": "distinct_on",
|
|
100313
|
+
"description": "distinct select on columns",
|
|
100314
|
+
"type": {
|
|
100315
|
+
"kind": "LIST",
|
|
100316
|
+
"name": null,
|
|
100317
|
+
"ofType": {
|
|
100318
|
+
"kind": "NON_NULL",
|
|
100319
|
+
"name": null,
|
|
100320
|
+
"ofType": {
|
|
100321
|
+
"kind": "ENUM",
|
|
100322
|
+
"name": "enrichment_queries_social_page_handles_select_column",
|
|
100323
|
+
"ofType": null
|
|
100324
|
+
}
|
|
100325
|
+
}
|
|
100326
|
+
},
|
|
100327
|
+
"defaultValue": null,
|
|
100328
|
+
"isDeprecated": false,
|
|
100329
|
+
"deprecationReason": null
|
|
100330
|
+
},
|
|
100331
|
+
{
|
|
100332
|
+
"name": "limit",
|
|
100333
|
+
"description": "limit the number of rows returned",
|
|
100334
|
+
"type": {
|
|
100335
|
+
"kind": "SCALAR",
|
|
100336
|
+
"name": "Int",
|
|
100337
|
+
"ofType": null
|
|
100338
|
+
},
|
|
100339
|
+
"defaultValue": null,
|
|
100340
|
+
"isDeprecated": false,
|
|
100341
|
+
"deprecationReason": null
|
|
100342
|
+
},
|
|
100343
|
+
{
|
|
100344
|
+
"name": "offset",
|
|
100345
|
+
"description": "skip the first n rows. Use only with order_by",
|
|
100346
|
+
"type": {
|
|
100347
|
+
"kind": "SCALAR",
|
|
100348
|
+
"name": "Int",
|
|
100349
|
+
"ofType": null
|
|
100350
|
+
},
|
|
100351
|
+
"defaultValue": null,
|
|
100352
|
+
"isDeprecated": false,
|
|
100353
|
+
"deprecationReason": null
|
|
100354
|
+
},
|
|
100355
|
+
{
|
|
100356
|
+
"name": "order_by",
|
|
100357
|
+
"description": "sort the rows by one or more columns",
|
|
100358
|
+
"type": {
|
|
100359
|
+
"kind": "LIST",
|
|
100360
|
+
"name": null,
|
|
100361
|
+
"ofType": {
|
|
100362
|
+
"kind": "NON_NULL",
|
|
100363
|
+
"name": null,
|
|
100364
|
+
"ofType": {
|
|
100365
|
+
"kind": "INPUT_OBJECT",
|
|
100366
|
+
"name": "enrichment_queries_social_page_handles_order_by",
|
|
100367
|
+
"ofType": null
|
|
100368
|
+
}
|
|
100369
|
+
}
|
|
100370
|
+
},
|
|
100371
|
+
"defaultValue": null,
|
|
100372
|
+
"isDeprecated": false,
|
|
100373
|
+
"deprecationReason": null
|
|
100374
|
+
},
|
|
100375
|
+
{
|
|
100376
|
+
"name": "where",
|
|
100377
|
+
"description": "filter the rows returned",
|
|
100378
|
+
"type": {
|
|
100379
|
+
"kind": "INPUT_OBJECT",
|
|
100380
|
+
"name": "enrichment_queries_social_page_handles_bool_exp",
|
|
100381
|
+
"ofType": null
|
|
100382
|
+
},
|
|
100383
|
+
"defaultValue": null,
|
|
100384
|
+
"isDeprecated": false,
|
|
100385
|
+
"deprecationReason": null
|
|
100386
|
+
}
|
|
100387
|
+
],
|
|
100311
100388
|
"type": {
|
|
100312
|
-
"kind": "
|
|
100313
|
-
"name":
|
|
100314
|
-
"ofType":
|
|
100389
|
+
"kind": "NON_NULL",
|
|
100390
|
+
"name": null,
|
|
100391
|
+
"ofType": {
|
|
100392
|
+
"kind": "LIST",
|
|
100393
|
+
"name": null,
|
|
100394
|
+
"ofType": {
|
|
100395
|
+
"kind": "NON_NULL",
|
|
100396
|
+
"name": null,
|
|
100397
|
+
"ofType": {
|
|
100398
|
+
"kind": "OBJECT",
|
|
100399
|
+
"name": "enrichment_queries_social_page_handles",
|
|
100400
|
+
"ofType": null
|
|
100401
|
+
}
|
|
100402
|
+
}
|
|
100403
|
+
}
|
|
100315
100404
|
},
|
|
100316
100405
|
"isDeprecated": false,
|
|
100317
100406
|
"deprecationReason": null
|
|
100318
100407
|
},
|
|
100319
100408
|
{
|
|
100320
|
-
"name": "
|
|
100321
|
-
"description":
|
|
100322
|
-
"args": [
|
|
100409
|
+
"name": "enrichment_queries_social_page_handles_aggregate",
|
|
100410
|
+
"description": "An aggregate relationship",
|
|
100411
|
+
"args": [
|
|
100412
|
+
{
|
|
100413
|
+
"name": "distinct_on",
|
|
100414
|
+
"description": "distinct select on columns",
|
|
100415
|
+
"type": {
|
|
100416
|
+
"kind": "LIST",
|
|
100417
|
+
"name": null,
|
|
100418
|
+
"ofType": {
|
|
100419
|
+
"kind": "NON_NULL",
|
|
100420
|
+
"name": null,
|
|
100421
|
+
"ofType": {
|
|
100422
|
+
"kind": "ENUM",
|
|
100423
|
+
"name": "enrichment_queries_social_page_handles_select_column",
|
|
100424
|
+
"ofType": null
|
|
100425
|
+
}
|
|
100426
|
+
}
|
|
100427
|
+
},
|
|
100428
|
+
"defaultValue": null,
|
|
100429
|
+
"isDeprecated": false,
|
|
100430
|
+
"deprecationReason": null
|
|
100431
|
+
},
|
|
100432
|
+
{
|
|
100433
|
+
"name": "limit",
|
|
100434
|
+
"description": "limit the number of rows returned",
|
|
100435
|
+
"type": {
|
|
100436
|
+
"kind": "SCALAR",
|
|
100437
|
+
"name": "Int",
|
|
100438
|
+
"ofType": null
|
|
100439
|
+
},
|
|
100440
|
+
"defaultValue": null,
|
|
100441
|
+
"isDeprecated": false,
|
|
100442
|
+
"deprecationReason": null
|
|
100443
|
+
},
|
|
100444
|
+
{
|
|
100445
|
+
"name": "offset",
|
|
100446
|
+
"description": "skip the first n rows. Use only with order_by",
|
|
100447
|
+
"type": {
|
|
100448
|
+
"kind": "SCALAR",
|
|
100449
|
+
"name": "Int",
|
|
100450
|
+
"ofType": null
|
|
100451
|
+
},
|
|
100452
|
+
"defaultValue": null,
|
|
100453
|
+
"isDeprecated": false,
|
|
100454
|
+
"deprecationReason": null
|
|
100455
|
+
},
|
|
100456
|
+
{
|
|
100457
|
+
"name": "order_by",
|
|
100458
|
+
"description": "sort the rows by one or more columns",
|
|
100459
|
+
"type": {
|
|
100460
|
+
"kind": "LIST",
|
|
100461
|
+
"name": null,
|
|
100462
|
+
"ofType": {
|
|
100463
|
+
"kind": "NON_NULL",
|
|
100464
|
+
"name": null,
|
|
100465
|
+
"ofType": {
|
|
100466
|
+
"kind": "INPUT_OBJECT",
|
|
100467
|
+
"name": "enrichment_queries_social_page_handles_order_by",
|
|
100468
|
+
"ofType": null
|
|
100469
|
+
}
|
|
100470
|
+
}
|
|
100471
|
+
},
|
|
100472
|
+
"defaultValue": null,
|
|
100473
|
+
"isDeprecated": false,
|
|
100474
|
+
"deprecationReason": null
|
|
100475
|
+
},
|
|
100476
|
+
{
|
|
100477
|
+
"name": "where",
|
|
100478
|
+
"description": "filter the rows returned",
|
|
100479
|
+
"type": {
|
|
100480
|
+
"kind": "INPUT_OBJECT",
|
|
100481
|
+
"name": "enrichment_queries_social_page_handles_bool_exp",
|
|
100482
|
+
"ofType": null
|
|
100483
|
+
},
|
|
100484
|
+
"defaultValue": null,
|
|
100485
|
+
"isDeprecated": false,
|
|
100486
|
+
"deprecationReason": null
|
|
100487
|
+
}
|
|
100488
|
+
],
|
|
100323
100489
|
"type": {
|
|
100324
|
-
"kind": "
|
|
100325
|
-
"name":
|
|
100326
|
-
"ofType":
|
|
100490
|
+
"kind": "NON_NULL",
|
|
100491
|
+
"name": null,
|
|
100492
|
+
"ofType": {
|
|
100493
|
+
"kind": "OBJECT",
|
|
100494
|
+
"name": "enrichment_queries_social_page_handles_aggregate",
|
|
100495
|
+
"ofType": null
|
|
100496
|
+
}
|
|
100327
100497
|
},
|
|
100328
100498
|
"isDeprecated": false,
|
|
100329
100499
|
"deprecationReason": null
|
|
100330
100500
|
},
|
|
100331
100501
|
{
|
|
100332
|
-
"name": "
|
|
100502
|
+
"name": "enrichment_queries_website_urls",
|
|
100333
100503
|
"description": "An array relationship",
|
|
100334
100504
|
"args": [
|
|
100335
100505
|
{
|
|
@@ -100343,7 +100513,7 @@
|
|
|
100343
100513
|
"name": null,
|
|
100344
100514
|
"ofType": {
|
|
100345
100515
|
"kind": "ENUM",
|
|
100346
|
-
"name": "
|
|
100516
|
+
"name": "enrichment_queries_website_urls_select_column",
|
|
100347
100517
|
"ofType": null
|
|
100348
100518
|
}
|
|
100349
100519
|
}
|
|
@@ -100387,7 +100557,7 @@
|
|
|
100387
100557
|
"name": null,
|
|
100388
100558
|
"ofType": {
|
|
100389
100559
|
"kind": "INPUT_OBJECT",
|
|
100390
|
-
"name": "
|
|
100560
|
+
"name": "enrichment_queries_website_urls_order_by",
|
|
100391
100561
|
"ofType": null
|
|
100392
100562
|
}
|
|
100393
100563
|
}
|
|
@@ -100401,7 +100571,7 @@
|
|
|
100401
100571
|
"description": "filter the rows returned",
|
|
100402
100572
|
"type": {
|
|
100403
100573
|
"kind": "INPUT_OBJECT",
|
|
100404
|
-
"name": "
|
|
100574
|
+
"name": "enrichment_queries_website_urls_bool_exp",
|
|
100405
100575
|
"ofType": null
|
|
100406
100576
|
},
|
|
100407
100577
|
"defaultValue": null,
|
|
@@ -100420,7 +100590,7 @@
|
|
|
100420
100590
|
"name": null,
|
|
100421
100591
|
"ofType": {
|
|
100422
100592
|
"kind": "OBJECT",
|
|
100423
|
-
"name": "
|
|
100593
|
+
"name": "enrichment_queries_website_urls",
|
|
100424
100594
|
"ofType": null
|
|
100425
100595
|
}
|
|
100426
100596
|
}
|
|
@@ -100430,7 +100600,7 @@
|
|
|
100430
100600
|
"deprecationReason": null
|
|
100431
100601
|
},
|
|
100432
100602
|
{
|
|
100433
|
-
"name": "
|
|
100603
|
+
"name": "enrichment_queries_website_urls_aggregate",
|
|
100434
100604
|
"description": "An aggregate relationship",
|
|
100435
100605
|
"args": [
|
|
100436
100606
|
{
|
|
@@ -100444,7 +100614,7 @@
|
|
|
100444
100614
|
"name": null,
|
|
100445
100615
|
"ofType": {
|
|
100446
100616
|
"kind": "ENUM",
|
|
100447
|
-
"name": "
|
|
100617
|
+
"name": "enrichment_queries_website_urls_select_column",
|
|
100448
100618
|
"ofType": null
|
|
100449
100619
|
}
|
|
100450
100620
|
}
|
|
@@ -100488,7 +100658,7 @@
|
|
|
100488
100658
|
"name": null,
|
|
100489
100659
|
"ofType": {
|
|
100490
100660
|
"kind": "INPUT_OBJECT",
|
|
100491
|
-
"name": "
|
|
100661
|
+
"name": "enrichment_queries_website_urls_order_by",
|
|
100492
100662
|
"ofType": null
|
|
100493
100663
|
}
|
|
100494
100664
|
}
|
|
@@ -100502,7 +100672,7 @@
|
|
|
100502
100672
|
"description": "filter the rows returned",
|
|
100503
100673
|
"type": {
|
|
100504
100674
|
"kind": "INPUT_OBJECT",
|
|
100505
|
-
"name": "
|
|
100675
|
+
"name": "enrichment_queries_website_urls_bool_exp",
|
|
100506
100676
|
"ofType": null
|
|
100507
100677
|
},
|
|
100508
100678
|
"defaultValue": null,
|
|
@@ -100515,7 +100685,7 @@
|
|
|
100515
100685
|
"name": null,
|
|
100516
100686
|
"ofType": {
|
|
100517
100687
|
"kind": "OBJECT",
|
|
100518
|
-
"name": "
|
|
100688
|
+
"name": "enrichment_queries_website_urls_aggregate",
|
|
100519
100689
|
"ofType": null
|
|
100520
100690
|
}
|
|
100521
100691
|
},
|
|
@@ -100523,7 +100693,7 @@
|
|
|
100523
100693
|
"deprecationReason": null
|
|
100524
100694
|
},
|
|
100525
100695
|
{
|
|
100526
|
-
"name": "
|
|
100696
|
+
"name": "external_id",
|
|
100527
100697
|
"description": null,
|
|
100528
100698
|
"args": [],
|
|
100529
100699
|
"type": {
|
|
@@ -100531,7 +100701,7 @@
|
|
|
100531
100701
|
"name": null,
|
|
100532
100702
|
"ofType": {
|
|
100533
100703
|
"kind": "SCALAR",
|
|
100534
|
-
"name": "
|
|
100704
|
+
"name": "String",
|
|
100535
100705
|
"ofType": null
|
|
100536
100706
|
}
|
|
100537
100707
|
},
|
|
@@ -100539,33 +100709,24 @@
|
|
|
100539
100709
|
"deprecationReason": null
|
|
100540
100710
|
},
|
|
100541
100711
|
{
|
|
100542
|
-
"name": "
|
|
100712
|
+
"name": "external_id_type",
|
|
100543
100713
|
"description": null,
|
|
100544
|
-
"args": [
|
|
100545
|
-
{
|
|
100546
|
-
"name": "path",
|
|
100547
|
-
"description": "JSON select path",
|
|
100548
|
-
"type": {
|
|
100549
|
-
"kind": "SCALAR",
|
|
100550
|
-
"name": "String",
|
|
100551
|
-
"ofType": null
|
|
100552
|
-
},
|
|
100553
|
-
"defaultValue": null,
|
|
100554
|
-
"isDeprecated": false,
|
|
100555
|
-
"deprecationReason": null
|
|
100556
|
-
}
|
|
100557
|
-
],
|
|
100714
|
+
"args": [],
|
|
100558
100715
|
"type": {
|
|
100559
|
-
"kind": "
|
|
100560
|
-
"name":
|
|
100561
|
-
"ofType":
|
|
100716
|
+
"kind": "NON_NULL",
|
|
100717
|
+
"name": null,
|
|
100718
|
+
"ofType": {
|
|
100719
|
+
"kind": "SCALAR",
|
|
100720
|
+
"name": "String",
|
|
100721
|
+
"ofType": null
|
|
100722
|
+
}
|
|
100562
100723
|
},
|
|
100563
100724
|
"isDeprecated": false,
|
|
100564
100725
|
"deprecationReason": null
|
|
100565
100726
|
},
|
|
100566
100727
|
{
|
|
100567
|
-
"name": "
|
|
100568
|
-
"description": "
|
|
100728
|
+
"name": "google_place_run_results",
|
|
100729
|
+
"description": "An array relationship",
|
|
100569
100730
|
"args": [
|
|
100570
100731
|
{
|
|
100571
100732
|
"name": "distinct_on",
|
|
@@ -100578,7 +100739,242 @@
|
|
|
100578
100739
|
"name": null,
|
|
100579
100740
|
"ofType": {
|
|
100580
100741
|
"kind": "ENUM",
|
|
100581
|
-
"name": "
|
|
100742
|
+
"name": "google_place_run_results_select_column",
|
|
100743
|
+
"ofType": null
|
|
100744
|
+
}
|
|
100745
|
+
}
|
|
100746
|
+
},
|
|
100747
|
+
"defaultValue": null,
|
|
100748
|
+
"isDeprecated": false,
|
|
100749
|
+
"deprecationReason": null
|
|
100750
|
+
},
|
|
100751
|
+
{
|
|
100752
|
+
"name": "limit",
|
|
100753
|
+
"description": "limit the number of rows returned",
|
|
100754
|
+
"type": {
|
|
100755
|
+
"kind": "SCALAR",
|
|
100756
|
+
"name": "Int",
|
|
100757
|
+
"ofType": null
|
|
100758
|
+
},
|
|
100759
|
+
"defaultValue": null,
|
|
100760
|
+
"isDeprecated": false,
|
|
100761
|
+
"deprecationReason": null
|
|
100762
|
+
},
|
|
100763
|
+
{
|
|
100764
|
+
"name": "offset",
|
|
100765
|
+
"description": "skip the first n rows. Use only with order_by",
|
|
100766
|
+
"type": {
|
|
100767
|
+
"kind": "SCALAR",
|
|
100768
|
+
"name": "Int",
|
|
100769
|
+
"ofType": null
|
|
100770
|
+
},
|
|
100771
|
+
"defaultValue": null,
|
|
100772
|
+
"isDeprecated": false,
|
|
100773
|
+
"deprecationReason": null
|
|
100774
|
+
},
|
|
100775
|
+
{
|
|
100776
|
+
"name": "order_by",
|
|
100777
|
+
"description": "sort the rows by one or more columns",
|
|
100778
|
+
"type": {
|
|
100779
|
+
"kind": "LIST",
|
|
100780
|
+
"name": null,
|
|
100781
|
+
"ofType": {
|
|
100782
|
+
"kind": "NON_NULL",
|
|
100783
|
+
"name": null,
|
|
100784
|
+
"ofType": {
|
|
100785
|
+
"kind": "INPUT_OBJECT",
|
|
100786
|
+
"name": "google_place_run_results_order_by",
|
|
100787
|
+
"ofType": null
|
|
100788
|
+
}
|
|
100789
|
+
}
|
|
100790
|
+
},
|
|
100791
|
+
"defaultValue": null,
|
|
100792
|
+
"isDeprecated": false,
|
|
100793
|
+
"deprecationReason": null
|
|
100794
|
+
},
|
|
100795
|
+
{
|
|
100796
|
+
"name": "where",
|
|
100797
|
+
"description": "filter the rows returned",
|
|
100798
|
+
"type": {
|
|
100799
|
+
"kind": "INPUT_OBJECT",
|
|
100800
|
+
"name": "google_place_run_results_bool_exp",
|
|
100801
|
+
"ofType": null
|
|
100802
|
+
},
|
|
100803
|
+
"defaultValue": null,
|
|
100804
|
+
"isDeprecated": false,
|
|
100805
|
+
"deprecationReason": null
|
|
100806
|
+
}
|
|
100807
|
+
],
|
|
100808
|
+
"type": {
|
|
100809
|
+
"kind": "NON_NULL",
|
|
100810
|
+
"name": null,
|
|
100811
|
+
"ofType": {
|
|
100812
|
+
"kind": "LIST",
|
|
100813
|
+
"name": null,
|
|
100814
|
+
"ofType": {
|
|
100815
|
+
"kind": "NON_NULL",
|
|
100816
|
+
"name": null,
|
|
100817
|
+
"ofType": {
|
|
100818
|
+
"kind": "OBJECT",
|
|
100819
|
+
"name": "google_place_run_results",
|
|
100820
|
+
"ofType": null
|
|
100821
|
+
}
|
|
100822
|
+
}
|
|
100823
|
+
}
|
|
100824
|
+
},
|
|
100825
|
+
"isDeprecated": false,
|
|
100826
|
+
"deprecationReason": null
|
|
100827
|
+
},
|
|
100828
|
+
{
|
|
100829
|
+
"name": "google_place_run_results_aggregate",
|
|
100830
|
+
"description": "An aggregate relationship",
|
|
100831
|
+
"args": [
|
|
100832
|
+
{
|
|
100833
|
+
"name": "distinct_on",
|
|
100834
|
+
"description": "distinct select on columns",
|
|
100835
|
+
"type": {
|
|
100836
|
+
"kind": "LIST",
|
|
100837
|
+
"name": null,
|
|
100838
|
+
"ofType": {
|
|
100839
|
+
"kind": "NON_NULL",
|
|
100840
|
+
"name": null,
|
|
100841
|
+
"ofType": {
|
|
100842
|
+
"kind": "ENUM",
|
|
100843
|
+
"name": "google_place_run_results_select_column",
|
|
100844
|
+
"ofType": null
|
|
100845
|
+
}
|
|
100846
|
+
}
|
|
100847
|
+
},
|
|
100848
|
+
"defaultValue": null,
|
|
100849
|
+
"isDeprecated": false,
|
|
100850
|
+
"deprecationReason": null
|
|
100851
|
+
},
|
|
100852
|
+
{
|
|
100853
|
+
"name": "limit",
|
|
100854
|
+
"description": "limit the number of rows returned",
|
|
100855
|
+
"type": {
|
|
100856
|
+
"kind": "SCALAR",
|
|
100857
|
+
"name": "Int",
|
|
100858
|
+
"ofType": null
|
|
100859
|
+
},
|
|
100860
|
+
"defaultValue": null,
|
|
100861
|
+
"isDeprecated": false,
|
|
100862
|
+
"deprecationReason": null
|
|
100863
|
+
},
|
|
100864
|
+
{
|
|
100865
|
+
"name": "offset",
|
|
100866
|
+
"description": "skip the first n rows. Use only with order_by",
|
|
100867
|
+
"type": {
|
|
100868
|
+
"kind": "SCALAR",
|
|
100869
|
+
"name": "Int",
|
|
100870
|
+
"ofType": null
|
|
100871
|
+
},
|
|
100872
|
+
"defaultValue": null,
|
|
100873
|
+
"isDeprecated": false,
|
|
100874
|
+
"deprecationReason": null
|
|
100875
|
+
},
|
|
100876
|
+
{
|
|
100877
|
+
"name": "order_by",
|
|
100878
|
+
"description": "sort the rows by one or more columns",
|
|
100879
|
+
"type": {
|
|
100880
|
+
"kind": "LIST",
|
|
100881
|
+
"name": null,
|
|
100882
|
+
"ofType": {
|
|
100883
|
+
"kind": "NON_NULL",
|
|
100884
|
+
"name": null,
|
|
100885
|
+
"ofType": {
|
|
100886
|
+
"kind": "INPUT_OBJECT",
|
|
100887
|
+
"name": "google_place_run_results_order_by",
|
|
100888
|
+
"ofType": null
|
|
100889
|
+
}
|
|
100890
|
+
}
|
|
100891
|
+
},
|
|
100892
|
+
"defaultValue": null,
|
|
100893
|
+
"isDeprecated": false,
|
|
100894
|
+
"deprecationReason": null
|
|
100895
|
+
},
|
|
100896
|
+
{
|
|
100897
|
+
"name": "where",
|
|
100898
|
+
"description": "filter the rows returned",
|
|
100899
|
+
"type": {
|
|
100900
|
+
"kind": "INPUT_OBJECT",
|
|
100901
|
+
"name": "google_place_run_results_bool_exp",
|
|
100902
|
+
"ofType": null
|
|
100903
|
+
},
|
|
100904
|
+
"defaultValue": null,
|
|
100905
|
+
"isDeprecated": false,
|
|
100906
|
+
"deprecationReason": null
|
|
100907
|
+
}
|
|
100908
|
+
],
|
|
100909
|
+
"type": {
|
|
100910
|
+
"kind": "NON_NULL",
|
|
100911
|
+
"name": null,
|
|
100912
|
+
"ofType": {
|
|
100913
|
+
"kind": "OBJECT",
|
|
100914
|
+
"name": "google_place_run_results_aggregate",
|
|
100915
|
+
"ofType": null
|
|
100916
|
+
}
|
|
100917
|
+
},
|
|
100918
|
+
"isDeprecated": false,
|
|
100919
|
+
"deprecationReason": null
|
|
100920
|
+
},
|
|
100921
|
+
{
|
|
100922
|
+
"name": "id",
|
|
100923
|
+
"description": null,
|
|
100924
|
+
"args": [],
|
|
100925
|
+
"type": {
|
|
100926
|
+
"kind": "NON_NULL",
|
|
100927
|
+
"name": null,
|
|
100928
|
+
"ofType": {
|
|
100929
|
+
"kind": "SCALAR",
|
|
100930
|
+
"name": "uuid",
|
|
100931
|
+
"ofType": null
|
|
100932
|
+
}
|
|
100933
|
+
},
|
|
100934
|
+
"isDeprecated": false,
|
|
100935
|
+
"deprecationReason": null
|
|
100936
|
+
},
|
|
100937
|
+
{
|
|
100938
|
+
"name": "input_data",
|
|
100939
|
+
"description": null,
|
|
100940
|
+
"args": [
|
|
100941
|
+
{
|
|
100942
|
+
"name": "path",
|
|
100943
|
+
"description": "JSON select path",
|
|
100944
|
+
"type": {
|
|
100945
|
+
"kind": "SCALAR",
|
|
100946
|
+
"name": "String",
|
|
100947
|
+
"ofType": null
|
|
100948
|
+
},
|
|
100949
|
+
"defaultValue": null,
|
|
100950
|
+
"isDeprecated": false,
|
|
100951
|
+
"deprecationReason": null
|
|
100952
|
+
}
|
|
100953
|
+
],
|
|
100954
|
+
"type": {
|
|
100955
|
+
"kind": "SCALAR",
|
|
100956
|
+
"name": "jsonb",
|
|
100957
|
+
"ofType": null
|
|
100958
|
+
},
|
|
100959
|
+
"isDeprecated": false,
|
|
100960
|
+
"deprecationReason": null
|
|
100961
|
+
},
|
|
100962
|
+
{
|
|
100963
|
+
"name": "latest_google_place",
|
|
100964
|
+
"description": "A computed field, executes function \"enrichment_queries_google_places\"",
|
|
100965
|
+
"args": [
|
|
100966
|
+
{
|
|
100967
|
+
"name": "distinct_on",
|
|
100968
|
+
"description": "distinct select on columns",
|
|
100969
|
+
"type": {
|
|
100970
|
+
"kind": "LIST",
|
|
100971
|
+
"name": null,
|
|
100972
|
+
"ofType": {
|
|
100973
|
+
"kind": "NON_NULL",
|
|
100974
|
+
"name": null,
|
|
100975
|
+
"ofType": {
|
|
100976
|
+
"kind": "ENUM",
|
|
100977
|
+
"name": "google_places_select_column",
|
|
100582
100978
|
"ofType": null
|
|
100583
100979
|
}
|
|
100584
100980
|
}
|
|
@@ -101315,6 +101711,54 @@
|
|
|
101315
101711
|
"isDeprecated": false,
|
|
101316
101712
|
"deprecationReason": null
|
|
101317
101713
|
},
|
|
101714
|
+
{
|
|
101715
|
+
"name": "enrichment_queries_social_page_handles",
|
|
101716
|
+
"description": null,
|
|
101717
|
+
"type": {
|
|
101718
|
+
"kind": "INPUT_OBJECT",
|
|
101719
|
+
"name": "enrichment_queries_social_page_handles_bool_exp",
|
|
101720
|
+
"ofType": null
|
|
101721
|
+
},
|
|
101722
|
+
"defaultValue": null,
|
|
101723
|
+
"isDeprecated": false,
|
|
101724
|
+
"deprecationReason": null
|
|
101725
|
+
},
|
|
101726
|
+
{
|
|
101727
|
+
"name": "enrichment_queries_social_page_handles_aggregate",
|
|
101728
|
+
"description": null,
|
|
101729
|
+
"type": {
|
|
101730
|
+
"kind": "INPUT_OBJECT",
|
|
101731
|
+
"name": "enrichment_queries_social_page_handles_aggregate_bool_exp",
|
|
101732
|
+
"ofType": null
|
|
101733
|
+
},
|
|
101734
|
+
"defaultValue": null,
|
|
101735
|
+
"isDeprecated": false,
|
|
101736
|
+
"deprecationReason": null
|
|
101737
|
+
},
|
|
101738
|
+
{
|
|
101739
|
+
"name": "enrichment_queries_website_urls",
|
|
101740
|
+
"description": null,
|
|
101741
|
+
"type": {
|
|
101742
|
+
"kind": "INPUT_OBJECT",
|
|
101743
|
+
"name": "enrichment_queries_website_urls_bool_exp",
|
|
101744
|
+
"ofType": null
|
|
101745
|
+
},
|
|
101746
|
+
"defaultValue": null,
|
|
101747
|
+
"isDeprecated": false,
|
|
101748
|
+
"deprecationReason": null
|
|
101749
|
+
},
|
|
101750
|
+
{
|
|
101751
|
+
"name": "enrichment_queries_website_urls_aggregate",
|
|
101752
|
+
"description": null,
|
|
101753
|
+
"type": {
|
|
101754
|
+
"kind": "INPUT_OBJECT",
|
|
101755
|
+
"name": "enrichment_queries_website_urls_aggregate_bool_exp",
|
|
101756
|
+
"ofType": null
|
|
101757
|
+
},
|
|
101758
|
+
"defaultValue": null,
|
|
101759
|
+
"isDeprecated": false,
|
|
101760
|
+
"deprecationReason": null
|
|
101761
|
+
},
|
|
101318
101762
|
{
|
|
101319
101763
|
"name": "external_id",
|
|
101320
101764
|
"description": null,
|
|
@@ -101665,6 +102109,30 @@
|
|
|
101665
102109
|
"isDeprecated": false,
|
|
101666
102110
|
"deprecationReason": null
|
|
101667
102111
|
},
|
|
102112
|
+
{
|
|
102113
|
+
"name": "enrichment_queries_social_page_handles",
|
|
102114
|
+
"description": null,
|
|
102115
|
+
"type": {
|
|
102116
|
+
"kind": "INPUT_OBJECT",
|
|
102117
|
+
"name": "enrichment_queries_social_page_handles_arr_rel_insert_input",
|
|
102118
|
+
"ofType": null
|
|
102119
|
+
},
|
|
102120
|
+
"defaultValue": null,
|
|
102121
|
+
"isDeprecated": false,
|
|
102122
|
+
"deprecationReason": null
|
|
102123
|
+
},
|
|
102124
|
+
{
|
|
102125
|
+
"name": "enrichment_queries_website_urls",
|
|
102126
|
+
"description": null,
|
|
102127
|
+
"type": {
|
|
102128
|
+
"kind": "INPUT_OBJECT",
|
|
102129
|
+
"name": "enrichment_queries_website_urls_arr_rel_insert_input",
|
|
102130
|
+
"ofType": null
|
|
102131
|
+
},
|
|
102132
|
+
"defaultValue": null,
|
|
102133
|
+
"isDeprecated": false,
|
|
102134
|
+
"deprecationReason": null
|
|
102135
|
+
},
|
|
101668
102136
|
{
|
|
101669
102137
|
"name": "external_id",
|
|
101670
102138
|
"description": null,
|
|
@@ -102211,6 +102679,30 @@
|
|
|
102211
102679
|
"isDeprecated": false,
|
|
102212
102680
|
"deprecationReason": null
|
|
102213
102681
|
},
|
|
102682
|
+
{
|
|
102683
|
+
"name": "enrichment_queries_social_page_handles_aggregate",
|
|
102684
|
+
"description": null,
|
|
102685
|
+
"type": {
|
|
102686
|
+
"kind": "INPUT_OBJECT",
|
|
102687
|
+
"name": "enrichment_queries_social_page_handles_aggregate_order_by",
|
|
102688
|
+
"ofType": null
|
|
102689
|
+
},
|
|
102690
|
+
"defaultValue": null,
|
|
102691
|
+
"isDeprecated": false,
|
|
102692
|
+
"deprecationReason": null
|
|
102693
|
+
},
|
|
102694
|
+
{
|
|
102695
|
+
"name": "enrichment_queries_website_urls_aggregate",
|
|
102696
|
+
"description": null,
|
|
102697
|
+
"type": {
|
|
102698
|
+
"kind": "INPUT_OBJECT",
|
|
102699
|
+
"name": "enrichment_queries_website_urls_aggregate_order_by",
|
|
102700
|
+
"ofType": null
|
|
102701
|
+
},
|
|
102702
|
+
"defaultValue": null,
|
|
102703
|
+
"isDeprecated": false,
|
|
102704
|
+
"deprecationReason": null
|
|
102705
|
+
},
|
|
102214
102706
|
{
|
|
102215
102707
|
"name": "external_id",
|
|
102216
102708
|
"description": null,
|
|
@@ -102653,6 +103145,18 @@
|
|
|
102653
103145
|
"isDeprecated": false,
|
|
102654
103146
|
"deprecationReason": null
|
|
102655
103147
|
},
|
|
103148
|
+
{
|
|
103149
|
+
"name": "enrichment_query",
|
|
103150
|
+
"description": "An object relationship",
|
|
103151
|
+
"args": [],
|
|
103152
|
+
"type": {
|
|
103153
|
+
"kind": "OBJECT",
|
|
103154
|
+
"name": "enrichment_queries",
|
|
103155
|
+
"ofType": null
|
|
103156
|
+
},
|
|
103157
|
+
"isDeprecated": false,
|
|
103158
|
+
"deprecationReason": null
|
|
103159
|
+
},
|
|
102656
103160
|
{
|
|
102657
103161
|
"name": "id",
|
|
102658
103162
|
"description": null,
|
|
@@ -102669,6 +103173,18 @@
|
|
|
102669
103173
|
"isDeprecated": false,
|
|
102670
103174
|
"deprecationReason": null
|
|
102671
103175
|
},
|
|
103176
|
+
{
|
|
103177
|
+
"name": "social_page_handle",
|
|
103178
|
+
"description": "An object relationship",
|
|
103179
|
+
"args": [],
|
|
103180
|
+
"type": {
|
|
103181
|
+
"kind": "OBJECT",
|
|
103182
|
+
"name": "social_page_handles",
|
|
103183
|
+
"ofType": null
|
|
103184
|
+
},
|
|
103185
|
+
"isDeprecated": false,
|
|
103186
|
+
"deprecationReason": null
|
|
103187
|
+
},
|
|
102672
103188
|
{
|
|
102673
103189
|
"name": "social_page_handle_id",
|
|
102674
103190
|
"description": null,
|
|
@@ -102734,6 +103250,100 @@
|
|
|
102734
103250
|
"enumValues": null,
|
|
102735
103251
|
"possibleTypes": null
|
|
102736
103252
|
},
|
|
103253
|
+
{
|
|
103254
|
+
"kind": "INPUT_OBJECT",
|
|
103255
|
+
"name": "enrichment_queries_social_page_handles_aggregate_bool_exp",
|
|
103256
|
+
"description": null,
|
|
103257
|
+
"fields": null,
|
|
103258
|
+
"inputFields": [
|
|
103259
|
+
{
|
|
103260
|
+
"name": "count",
|
|
103261
|
+
"description": null,
|
|
103262
|
+
"type": {
|
|
103263
|
+
"kind": "INPUT_OBJECT",
|
|
103264
|
+
"name": "enrichment_queries_social_page_handles_aggregate_bool_exp_count",
|
|
103265
|
+
"ofType": null
|
|
103266
|
+
},
|
|
103267
|
+
"defaultValue": null,
|
|
103268
|
+
"isDeprecated": false,
|
|
103269
|
+
"deprecationReason": null
|
|
103270
|
+
}
|
|
103271
|
+
],
|
|
103272
|
+
"interfaces": null,
|
|
103273
|
+
"enumValues": null,
|
|
103274
|
+
"possibleTypes": null
|
|
103275
|
+
},
|
|
103276
|
+
{
|
|
103277
|
+
"kind": "INPUT_OBJECT",
|
|
103278
|
+
"name": "enrichment_queries_social_page_handles_aggregate_bool_exp_count",
|
|
103279
|
+
"description": null,
|
|
103280
|
+
"fields": null,
|
|
103281
|
+
"inputFields": [
|
|
103282
|
+
{
|
|
103283
|
+
"name": "arguments",
|
|
103284
|
+
"description": null,
|
|
103285
|
+
"type": {
|
|
103286
|
+
"kind": "LIST",
|
|
103287
|
+
"name": null,
|
|
103288
|
+
"ofType": {
|
|
103289
|
+
"kind": "NON_NULL",
|
|
103290
|
+
"name": null,
|
|
103291
|
+
"ofType": {
|
|
103292
|
+
"kind": "ENUM",
|
|
103293
|
+
"name": "enrichment_queries_social_page_handles_select_column",
|
|
103294
|
+
"ofType": null
|
|
103295
|
+
}
|
|
103296
|
+
}
|
|
103297
|
+
},
|
|
103298
|
+
"defaultValue": null,
|
|
103299
|
+
"isDeprecated": false,
|
|
103300
|
+
"deprecationReason": null
|
|
103301
|
+
},
|
|
103302
|
+
{
|
|
103303
|
+
"name": "distinct",
|
|
103304
|
+
"description": null,
|
|
103305
|
+
"type": {
|
|
103306
|
+
"kind": "SCALAR",
|
|
103307
|
+
"name": "Boolean",
|
|
103308
|
+
"ofType": null
|
|
103309
|
+
},
|
|
103310
|
+
"defaultValue": null,
|
|
103311
|
+
"isDeprecated": false,
|
|
103312
|
+
"deprecationReason": null
|
|
103313
|
+
},
|
|
103314
|
+
{
|
|
103315
|
+
"name": "filter",
|
|
103316
|
+
"description": null,
|
|
103317
|
+
"type": {
|
|
103318
|
+
"kind": "INPUT_OBJECT",
|
|
103319
|
+
"name": "enrichment_queries_social_page_handles_bool_exp",
|
|
103320
|
+
"ofType": null
|
|
103321
|
+
},
|
|
103322
|
+
"defaultValue": null,
|
|
103323
|
+
"isDeprecated": false,
|
|
103324
|
+
"deprecationReason": null
|
|
103325
|
+
},
|
|
103326
|
+
{
|
|
103327
|
+
"name": "predicate",
|
|
103328
|
+
"description": null,
|
|
103329
|
+
"type": {
|
|
103330
|
+
"kind": "NON_NULL",
|
|
103331
|
+
"name": null,
|
|
103332
|
+
"ofType": {
|
|
103333
|
+
"kind": "INPUT_OBJECT",
|
|
103334
|
+
"name": "Int_comparison_exp",
|
|
103335
|
+
"ofType": null
|
|
103336
|
+
}
|
|
103337
|
+
},
|
|
103338
|
+
"defaultValue": null,
|
|
103339
|
+
"isDeprecated": false,
|
|
103340
|
+
"deprecationReason": null
|
|
103341
|
+
}
|
|
103342
|
+
],
|
|
103343
|
+
"interfaces": null,
|
|
103344
|
+
"enumValues": null,
|
|
103345
|
+
"possibleTypes": null
|
|
103346
|
+
},
|
|
102737
103347
|
{
|
|
102738
103348
|
"kind": "OBJECT",
|
|
102739
103349
|
"name": "enrichment_queries_social_page_handles_aggregate_fields",
|
|
@@ -102818,6 +103428,100 @@
|
|
|
102818
103428
|
"enumValues": null,
|
|
102819
103429
|
"possibleTypes": null
|
|
102820
103430
|
},
|
|
103431
|
+
{
|
|
103432
|
+
"kind": "INPUT_OBJECT",
|
|
103433
|
+
"name": "enrichment_queries_social_page_handles_aggregate_order_by",
|
|
103434
|
+
"description": "order by aggregate values of table \"enrichment_queries_social_page_handles\"",
|
|
103435
|
+
"fields": null,
|
|
103436
|
+
"inputFields": [
|
|
103437
|
+
{
|
|
103438
|
+
"name": "count",
|
|
103439
|
+
"description": null,
|
|
103440
|
+
"type": {
|
|
103441
|
+
"kind": "ENUM",
|
|
103442
|
+
"name": "order_by",
|
|
103443
|
+
"ofType": null
|
|
103444
|
+
},
|
|
103445
|
+
"defaultValue": null,
|
|
103446
|
+
"isDeprecated": false,
|
|
103447
|
+
"deprecationReason": null
|
|
103448
|
+
},
|
|
103449
|
+
{
|
|
103450
|
+
"name": "max",
|
|
103451
|
+
"description": null,
|
|
103452
|
+
"type": {
|
|
103453
|
+
"kind": "INPUT_OBJECT",
|
|
103454
|
+
"name": "enrichment_queries_social_page_handles_max_order_by",
|
|
103455
|
+
"ofType": null
|
|
103456
|
+
},
|
|
103457
|
+
"defaultValue": null,
|
|
103458
|
+
"isDeprecated": false,
|
|
103459
|
+
"deprecationReason": null
|
|
103460
|
+
},
|
|
103461
|
+
{
|
|
103462
|
+
"name": "min",
|
|
103463
|
+
"description": null,
|
|
103464
|
+
"type": {
|
|
103465
|
+
"kind": "INPUT_OBJECT",
|
|
103466
|
+
"name": "enrichment_queries_social_page_handles_min_order_by",
|
|
103467
|
+
"ofType": null
|
|
103468
|
+
},
|
|
103469
|
+
"defaultValue": null,
|
|
103470
|
+
"isDeprecated": false,
|
|
103471
|
+
"deprecationReason": null
|
|
103472
|
+
}
|
|
103473
|
+
],
|
|
103474
|
+
"interfaces": null,
|
|
103475
|
+
"enumValues": null,
|
|
103476
|
+
"possibleTypes": null
|
|
103477
|
+
},
|
|
103478
|
+
{
|
|
103479
|
+
"kind": "INPUT_OBJECT",
|
|
103480
|
+
"name": "enrichment_queries_social_page_handles_arr_rel_insert_input",
|
|
103481
|
+
"description": "input type for inserting array relation for remote table \"enrichment_queries_social_page_handles\"",
|
|
103482
|
+
"fields": null,
|
|
103483
|
+
"inputFields": [
|
|
103484
|
+
{
|
|
103485
|
+
"name": "data",
|
|
103486
|
+
"description": null,
|
|
103487
|
+
"type": {
|
|
103488
|
+
"kind": "NON_NULL",
|
|
103489
|
+
"name": null,
|
|
103490
|
+
"ofType": {
|
|
103491
|
+
"kind": "LIST",
|
|
103492
|
+
"name": null,
|
|
103493
|
+
"ofType": {
|
|
103494
|
+
"kind": "NON_NULL",
|
|
103495
|
+
"name": null,
|
|
103496
|
+
"ofType": {
|
|
103497
|
+
"kind": "INPUT_OBJECT",
|
|
103498
|
+
"name": "enrichment_queries_social_page_handles_insert_input",
|
|
103499
|
+
"ofType": null
|
|
103500
|
+
}
|
|
103501
|
+
}
|
|
103502
|
+
}
|
|
103503
|
+
},
|
|
103504
|
+
"defaultValue": null,
|
|
103505
|
+
"isDeprecated": false,
|
|
103506
|
+
"deprecationReason": null
|
|
103507
|
+
},
|
|
103508
|
+
{
|
|
103509
|
+
"name": "on_conflict",
|
|
103510
|
+
"description": "upsert condition",
|
|
103511
|
+
"type": {
|
|
103512
|
+
"kind": "INPUT_OBJECT",
|
|
103513
|
+
"name": "enrichment_queries_social_page_handles_on_conflict",
|
|
103514
|
+
"ofType": null
|
|
103515
|
+
},
|
|
103516
|
+
"defaultValue": null,
|
|
103517
|
+
"isDeprecated": false,
|
|
103518
|
+
"deprecationReason": null
|
|
103519
|
+
}
|
|
103520
|
+
],
|
|
103521
|
+
"interfaces": null,
|
|
103522
|
+
"enumValues": null,
|
|
103523
|
+
"possibleTypes": null
|
|
103524
|
+
},
|
|
102821
103525
|
{
|
|
102822
103526
|
"kind": "INPUT_OBJECT",
|
|
102823
103527
|
"name": "enrichment_queries_social_page_handles_bool_exp",
|
|
@@ -102900,6 +103604,18 @@
|
|
|
102900
103604
|
"isDeprecated": false,
|
|
102901
103605
|
"deprecationReason": null
|
|
102902
103606
|
},
|
|
103607
|
+
{
|
|
103608
|
+
"name": "enrichment_query",
|
|
103609
|
+
"description": null,
|
|
103610
|
+
"type": {
|
|
103611
|
+
"kind": "INPUT_OBJECT",
|
|
103612
|
+
"name": "enrichment_queries_bool_exp",
|
|
103613
|
+
"ofType": null
|
|
103614
|
+
},
|
|
103615
|
+
"defaultValue": null,
|
|
103616
|
+
"isDeprecated": false,
|
|
103617
|
+
"deprecationReason": null
|
|
103618
|
+
},
|
|
102903
103619
|
{
|
|
102904
103620
|
"name": "id",
|
|
102905
103621
|
"description": null,
|
|
@@ -102912,6 +103628,18 @@
|
|
|
102912
103628
|
"isDeprecated": false,
|
|
102913
103629
|
"deprecationReason": null
|
|
102914
103630
|
},
|
|
103631
|
+
{
|
|
103632
|
+
"name": "social_page_handle",
|
|
103633
|
+
"description": null,
|
|
103634
|
+
"type": {
|
|
103635
|
+
"kind": "INPUT_OBJECT",
|
|
103636
|
+
"name": "social_page_handles_bool_exp",
|
|
103637
|
+
"ofType": null
|
|
103638
|
+
},
|
|
103639
|
+
"defaultValue": null,
|
|
103640
|
+
"isDeprecated": false,
|
|
103641
|
+
"deprecationReason": null
|
|
103642
|
+
},
|
|
102915
103643
|
{
|
|
102916
103644
|
"name": "social_page_handle_id",
|
|
102917
103645
|
"description": null,
|
|
@@ -102937,6 +103665,12 @@
|
|
|
102937
103665
|
"inputFields": null,
|
|
102938
103666
|
"interfaces": null,
|
|
102939
103667
|
"enumValues": [
|
|
103668
|
+
{
|
|
103669
|
+
"name": "enrichment_queries_social_page_handles_enrichment_queries_id_so",
|
|
103670
|
+
"description": "unique or primary key constraint on columns \"social_page_handle_id\", \"enrichment_queries_id\"",
|
|
103671
|
+
"isDeprecated": false,
|
|
103672
|
+
"deprecationReason": null
|
|
103673
|
+
},
|
|
102940
103674
|
{
|
|
102941
103675
|
"name": "enrichment_queries_social_page_handles_pkey",
|
|
102942
103676
|
"description": "unique or primary key constraint on columns \"id\"",
|
|
@@ -102976,6 +103710,18 @@
|
|
|
102976
103710
|
"isDeprecated": false,
|
|
102977
103711
|
"deprecationReason": null
|
|
102978
103712
|
},
|
|
103713
|
+
{
|
|
103714
|
+
"name": "enrichment_query",
|
|
103715
|
+
"description": null,
|
|
103716
|
+
"type": {
|
|
103717
|
+
"kind": "INPUT_OBJECT",
|
|
103718
|
+
"name": "enrichment_queries_obj_rel_insert_input",
|
|
103719
|
+
"ofType": null
|
|
103720
|
+
},
|
|
103721
|
+
"defaultValue": null,
|
|
103722
|
+
"isDeprecated": false,
|
|
103723
|
+
"deprecationReason": null
|
|
103724
|
+
},
|
|
102979
103725
|
{
|
|
102980
103726
|
"name": "id",
|
|
102981
103727
|
"description": null,
|
|
@@ -102988,6 +103734,18 @@
|
|
|
102988
103734
|
"isDeprecated": false,
|
|
102989
103735
|
"deprecationReason": null
|
|
102990
103736
|
},
|
|
103737
|
+
{
|
|
103738
|
+
"name": "social_page_handle",
|
|
103739
|
+
"description": null,
|
|
103740
|
+
"type": {
|
|
103741
|
+
"kind": "INPUT_OBJECT",
|
|
103742
|
+
"name": "social_page_handles_obj_rel_insert_input",
|
|
103743
|
+
"ofType": null
|
|
103744
|
+
},
|
|
103745
|
+
"defaultValue": null,
|
|
103746
|
+
"isDeprecated": false,
|
|
103747
|
+
"deprecationReason": null
|
|
103748
|
+
},
|
|
102991
103749
|
{
|
|
102992
103750
|
"name": "social_page_handle_id",
|
|
102993
103751
|
"description": null,
|
|
@@ -103064,6 +103822,65 @@
|
|
|
103064
103822
|
"enumValues": null,
|
|
103065
103823
|
"possibleTypes": null
|
|
103066
103824
|
},
|
|
103825
|
+
{
|
|
103826
|
+
"kind": "INPUT_OBJECT",
|
|
103827
|
+
"name": "enrichment_queries_social_page_handles_max_order_by",
|
|
103828
|
+
"description": "order by max() on columns of table \"enrichment_queries_social_page_handles\"",
|
|
103829
|
+
"fields": null,
|
|
103830
|
+
"inputFields": [
|
|
103831
|
+
{
|
|
103832
|
+
"name": "created_at",
|
|
103833
|
+
"description": null,
|
|
103834
|
+
"type": {
|
|
103835
|
+
"kind": "ENUM",
|
|
103836
|
+
"name": "order_by",
|
|
103837
|
+
"ofType": null
|
|
103838
|
+
},
|
|
103839
|
+
"defaultValue": null,
|
|
103840
|
+
"isDeprecated": false,
|
|
103841
|
+
"deprecationReason": null
|
|
103842
|
+
},
|
|
103843
|
+
{
|
|
103844
|
+
"name": "enrichment_queries_id",
|
|
103845
|
+
"description": null,
|
|
103846
|
+
"type": {
|
|
103847
|
+
"kind": "ENUM",
|
|
103848
|
+
"name": "order_by",
|
|
103849
|
+
"ofType": null
|
|
103850
|
+
},
|
|
103851
|
+
"defaultValue": null,
|
|
103852
|
+
"isDeprecated": false,
|
|
103853
|
+
"deprecationReason": null
|
|
103854
|
+
},
|
|
103855
|
+
{
|
|
103856
|
+
"name": "id",
|
|
103857
|
+
"description": null,
|
|
103858
|
+
"type": {
|
|
103859
|
+
"kind": "ENUM",
|
|
103860
|
+
"name": "order_by",
|
|
103861
|
+
"ofType": null
|
|
103862
|
+
},
|
|
103863
|
+
"defaultValue": null,
|
|
103864
|
+
"isDeprecated": false,
|
|
103865
|
+
"deprecationReason": null
|
|
103866
|
+
},
|
|
103867
|
+
{
|
|
103868
|
+
"name": "social_page_handle_id",
|
|
103869
|
+
"description": null,
|
|
103870
|
+
"type": {
|
|
103871
|
+
"kind": "ENUM",
|
|
103872
|
+
"name": "order_by",
|
|
103873
|
+
"ofType": null
|
|
103874
|
+
},
|
|
103875
|
+
"defaultValue": null,
|
|
103876
|
+
"isDeprecated": false,
|
|
103877
|
+
"deprecationReason": null
|
|
103878
|
+
}
|
|
103879
|
+
],
|
|
103880
|
+
"interfaces": null,
|
|
103881
|
+
"enumValues": null,
|
|
103882
|
+
"possibleTypes": null
|
|
103883
|
+
},
|
|
103067
103884
|
{
|
|
103068
103885
|
"kind": "OBJECT",
|
|
103069
103886
|
"name": "enrichment_queries_social_page_handles_min_fields",
|
|
@@ -103123,6 +103940,65 @@
|
|
|
103123
103940
|
"enumValues": null,
|
|
103124
103941
|
"possibleTypes": null
|
|
103125
103942
|
},
|
|
103943
|
+
{
|
|
103944
|
+
"kind": "INPUT_OBJECT",
|
|
103945
|
+
"name": "enrichment_queries_social_page_handles_min_order_by",
|
|
103946
|
+
"description": "order by min() on columns of table \"enrichment_queries_social_page_handles\"",
|
|
103947
|
+
"fields": null,
|
|
103948
|
+
"inputFields": [
|
|
103949
|
+
{
|
|
103950
|
+
"name": "created_at",
|
|
103951
|
+
"description": null,
|
|
103952
|
+
"type": {
|
|
103953
|
+
"kind": "ENUM",
|
|
103954
|
+
"name": "order_by",
|
|
103955
|
+
"ofType": null
|
|
103956
|
+
},
|
|
103957
|
+
"defaultValue": null,
|
|
103958
|
+
"isDeprecated": false,
|
|
103959
|
+
"deprecationReason": null
|
|
103960
|
+
},
|
|
103961
|
+
{
|
|
103962
|
+
"name": "enrichment_queries_id",
|
|
103963
|
+
"description": null,
|
|
103964
|
+
"type": {
|
|
103965
|
+
"kind": "ENUM",
|
|
103966
|
+
"name": "order_by",
|
|
103967
|
+
"ofType": null
|
|
103968
|
+
},
|
|
103969
|
+
"defaultValue": null,
|
|
103970
|
+
"isDeprecated": false,
|
|
103971
|
+
"deprecationReason": null
|
|
103972
|
+
},
|
|
103973
|
+
{
|
|
103974
|
+
"name": "id",
|
|
103975
|
+
"description": null,
|
|
103976
|
+
"type": {
|
|
103977
|
+
"kind": "ENUM",
|
|
103978
|
+
"name": "order_by",
|
|
103979
|
+
"ofType": null
|
|
103980
|
+
},
|
|
103981
|
+
"defaultValue": null,
|
|
103982
|
+
"isDeprecated": false,
|
|
103983
|
+
"deprecationReason": null
|
|
103984
|
+
},
|
|
103985
|
+
{
|
|
103986
|
+
"name": "social_page_handle_id",
|
|
103987
|
+
"description": null,
|
|
103988
|
+
"type": {
|
|
103989
|
+
"kind": "ENUM",
|
|
103990
|
+
"name": "order_by",
|
|
103991
|
+
"ofType": null
|
|
103992
|
+
},
|
|
103993
|
+
"defaultValue": null,
|
|
103994
|
+
"isDeprecated": false,
|
|
103995
|
+
"deprecationReason": null
|
|
103996
|
+
}
|
|
103997
|
+
],
|
|
103998
|
+
"interfaces": null,
|
|
103999
|
+
"enumValues": null,
|
|
104000
|
+
"possibleTypes": null
|
|
104001
|
+
},
|
|
103126
104002
|
{
|
|
103127
104003
|
"kind": "OBJECT",
|
|
103128
104004
|
"name": "enrichment_queries_social_page_handles_mutation_response",
|
|
@@ -103267,6 +104143,18 @@
|
|
|
103267
104143
|
"isDeprecated": false,
|
|
103268
104144
|
"deprecationReason": null
|
|
103269
104145
|
},
|
|
104146
|
+
{
|
|
104147
|
+
"name": "enrichment_query",
|
|
104148
|
+
"description": null,
|
|
104149
|
+
"type": {
|
|
104150
|
+
"kind": "INPUT_OBJECT",
|
|
104151
|
+
"name": "enrichment_queries_order_by",
|
|
104152
|
+
"ofType": null
|
|
104153
|
+
},
|
|
104154
|
+
"defaultValue": null,
|
|
104155
|
+
"isDeprecated": false,
|
|
104156
|
+
"deprecationReason": null
|
|
104157
|
+
},
|
|
103270
104158
|
{
|
|
103271
104159
|
"name": "id",
|
|
103272
104160
|
"description": null,
|
|
@@ -103279,6 +104167,18 @@
|
|
|
103279
104167
|
"isDeprecated": false,
|
|
103280
104168
|
"deprecationReason": null
|
|
103281
104169
|
},
|
|
104170
|
+
{
|
|
104171
|
+
"name": "social_page_handle",
|
|
104172
|
+
"description": null,
|
|
104173
|
+
"type": {
|
|
104174
|
+
"kind": "INPUT_OBJECT",
|
|
104175
|
+
"name": "social_page_handles_order_by",
|
|
104176
|
+
"ofType": null
|
|
104177
|
+
},
|
|
104178
|
+
"defaultValue": null,
|
|
104179
|
+
"isDeprecated": false,
|
|
104180
|
+
"deprecationReason": null
|
|
104181
|
+
},
|
|
103282
104182
|
{
|
|
103283
104183
|
"name": "social_page_handle_id",
|
|
103284
104184
|
"description": null,
|
|
@@ -104299,6 +105199,18 @@
|
|
|
104299
105199
|
"isDeprecated": false,
|
|
104300
105200
|
"deprecationReason": null
|
|
104301
105201
|
},
|
|
105202
|
+
{
|
|
105203
|
+
"name": "enrichment_query",
|
|
105204
|
+
"description": "An object relationship",
|
|
105205
|
+
"args": [],
|
|
105206
|
+
"type": {
|
|
105207
|
+
"kind": "OBJECT",
|
|
105208
|
+
"name": "enrichment_queries",
|
|
105209
|
+
"ofType": null
|
|
105210
|
+
},
|
|
105211
|
+
"isDeprecated": false,
|
|
105212
|
+
"deprecationReason": null
|
|
105213
|
+
},
|
|
104302
105214
|
{
|
|
104303
105215
|
"name": "id",
|
|
104304
105216
|
"description": null,
|
|
@@ -104315,6 +105227,18 @@
|
|
|
104315
105227
|
"isDeprecated": false,
|
|
104316
105228
|
"deprecationReason": null
|
|
104317
105229
|
},
|
|
105230
|
+
{
|
|
105231
|
+
"name": "website_url",
|
|
105232
|
+
"description": "An object relationship",
|
|
105233
|
+
"args": [],
|
|
105234
|
+
"type": {
|
|
105235
|
+
"kind": "OBJECT",
|
|
105236
|
+
"name": "website_urls",
|
|
105237
|
+
"ofType": null
|
|
105238
|
+
},
|
|
105239
|
+
"isDeprecated": false,
|
|
105240
|
+
"deprecationReason": null
|
|
105241
|
+
},
|
|
104318
105242
|
{
|
|
104319
105243
|
"name": "website_url_id",
|
|
104320
105244
|
"description": null,
|
|
@@ -104380,6 +105304,100 @@
|
|
|
104380
105304
|
"enumValues": null,
|
|
104381
105305
|
"possibleTypes": null
|
|
104382
105306
|
},
|
|
105307
|
+
{
|
|
105308
|
+
"kind": "INPUT_OBJECT",
|
|
105309
|
+
"name": "enrichment_queries_website_urls_aggregate_bool_exp",
|
|
105310
|
+
"description": null,
|
|
105311
|
+
"fields": null,
|
|
105312
|
+
"inputFields": [
|
|
105313
|
+
{
|
|
105314
|
+
"name": "count",
|
|
105315
|
+
"description": null,
|
|
105316
|
+
"type": {
|
|
105317
|
+
"kind": "INPUT_OBJECT",
|
|
105318
|
+
"name": "enrichment_queries_website_urls_aggregate_bool_exp_count",
|
|
105319
|
+
"ofType": null
|
|
105320
|
+
},
|
|
105321
|
+
"defaultValue": null,
|
|
105322
|
+
"isDeprecated": false,
|
|
105323
|
+
"deprecationReason": null
|
|
105324
|
+
}
|
|
105325
|
+
],
|
|
105326
|
+
"interfaces": null,
|
|
105327
|
+
"enumValues": null,
|
|
105328
|
+
"possibleTypes": null
|
|
105329
|
+
},
|
|
105330
|
+
{
|
|
105331
|
+
"kind": "INPUT_OBJECT",
|
|
105332
|
+
"name": "enrichment_queries_website_urls_aggregate_bool_exp_count",
|
|
105333
|
+
"description": null,
|
|
105334
|
+
"fields": null,
|
|
105335
|
+
"inputFields": [
|
|
105336
|
+
{
|
|
105337
|
+
"name": "arguments",
|
|
105338
|
+
"description": null,
|
|
105339
|
+
"type": {
|
|
105340
|
+
"kind": "LIST",
|
|
105341
|
+
"name": null,
|
|
105342
|
+
"ofType": {
|
|
105343
|
+
"kind": "NON_NULL",
|
|
105344
|
+
"name": null,
|
|
105345
|
+
"ofType": {
|
|
105346
|
+
"kind": "ENUM",
|
|
105347
|
+
"name": "enrichment_queries_website_urls_select_column",
|
|
105348
|
+
"ofType": null
|
|
105349
|
+
}
|
|
105350
|
+
}
|
|
105351
|
+
},
|
|
105352
|
+
"defaultValue": null,
|
|
105353
|
+
"isDeprecated": false,
|
|
105354
|
+
"deprecationReason": null
|
|
105355
|
+
},
|
|
105356
|
+
{
|
|
105357
|
+
"name": "distinct",
|
|
105358
|
+
"description": null,
|
|
105359
|
+
"type": {
|
|
105360
|
+
"kind": "SCALAR",
|
|
105361
|
+
"name": "Boolean",
|
|
105362
|
+
"ofType": null
|
|
105363
|
+
},
|
|
105364
|
+
"defaultValue": null,
|
|
105365
|
+
"isDeprecated": false,
|
|
105366
|
+
"deprecationReason": null
|
|
105367
|
+
},
|
|
105368
|
+
{
|
|
105369
|
+
"name": "filter",
|
|
105370
|
+
"description": null,
|
|
105371
|
+
"type": {
|
|
105372
|
+
"kind": "INPUT_OBJECT",
|
|
105373
|
+
"name": "enrichment_queries_website_urls_bool_exp",
|
|
105374
|
+
"ofType": null
|
|
105375
|
+
},
|
|
105376
|
+
"defaultValue": null,
|
|
105377
|
+
"isDeprecated": false,
|
|
105378
|
+
"deprecationReason": null
|
|
105379
|
+
},
|
|
105380
|
+
{
|
|
105381
|
+
"name": "predicate",
|
|
105382
|
+
"description": null,
|
|
105383
|
+
"type": {
|
|
105384
|
+
"kind": "NON_NULL",
|
|
105385
|
+
"name": null,
|
|
105386
|
+
"ofType": {
|
|
105387
|
+
"kind": "INPUT_OBJECT",
|
|
105388
|
+
"name": "Int_comparison_exp",
|
|
105389
|
+
"ofType": null
|
|
105390
|
+
}
|
|
105391
|
+
},
|
|
105392
|
+
"defaultValue": null,
|
|
105393
|
+
"isDeprecated": false,
|
|
105394
|
+
"deprecationReason": null
|
|
105395
|
+
}
|
|
105396
|
+
],
|
|
105397
|
+
"interfaces": null,
|
|
105398
|
+
"enumValues": null,
|
|
105399
|
+
"possibleTypes": null
|
|
105400
|
+
},
|
|
104383
105401
|
{
|
|
104384
105402
|
"kind": "OBJECT",
|
|
104385
105403
|
"name": "enrichment_queries_website_urls_aggregate_fields",
|
|
@@ -104464,6 +105482,100 @@
|
|
|
104464
105482
|
"enumValues": null,
|
|
104465
105483
|
"possibleTypes": null
|
|
104466
105484
|
},
|
|
105485
|
+
{
|
|
105486
|
+
"kind": "INPUT_OBJECT",
|
|
105487
|
+
"name": "enrichment_queries_website_urls_aggregate_order_by",
|
|
105488
|
+
"description": "order by aggregate values of table \"enrichment_queries_website_urls\"",
|
|
105489
|
+
"fields": null,
|
|
105490
|
+
"inputFields": [
|
|
105491
|
+
{
|
|
105492
|
+
"name": "count",
|
|
105493
|
+
"description": null,
|
|
105494
|
+
"type": {
|
|
105495
|
+
"kind": "ENUM",
|
|
105496
|
+
"name": "order_by",
|
|
105497
|
+
"ofType": null
|
|
105498
|
+
},
|
|
105499
|
+
"defaultValue": null,
|
|
105500
|
+
"isDeprecated": false,
|
|
105501
|
+
"deprecationReason": null
|
|
105502
|
+
},
|
|
105503
|
+
{
|
|
105504
|
+
"name": "max",
|
|
105505
|
+
"description": null,
|
|
105506
|
+
"type": {
|
|
105507
|
+
"kind": "INPUT_OBJECT",
|
|
105508
|
+
"name": "enrichment_queries_website_urls_max_order_by",
|
|
105509
|
+
"ofType": null
|
|
105510
|
+
},
|
|
105511
|
+
"defaultValue": null,
|
|
105512
|
+
"isDeprecated": false,
|
|
105513
|
+
"deprecationReason": null
|
|
105514
|
+
},
|
|
105515
|
+
{
|
|
105516
|
+
"name": "min",
|
|
105517
|
+
"description": null,
|
|
105518
|
+
"type": {
|
|
105519
|
+
"kind": "INPUT_OBJECT",
|
|
105520
|
+
"name": "enrichment_queries_website_urls_min_order_by",
|
|
105521
|
+
"ofType": null
|
|
105522
|
+
},
|
|
105523
|
+
"defaultValue": null,
|
|
105524
|
+
"isDeprecated": false,
|
|
105525
|
+
"deprecationReason": null
|
|
105526
|
+
}
|
|
105527
|
+
],
|
|
105528
|
+
"interfaces": null,
|
|
105529
|
+
"enumValues": null,
|
|
105530
|
+
"possibleTypes": null
|
|
105531
|
+
},
|
|
105532
|
+
{
|
|
105533
|
+
"kind": "INPUT_OBJECT",
|
|
105534
|
+
"name": "enrichment_queries_website_urls_arr_rel_insert_input",
|
|
105535
|
+
"description": "input type for inserting array relation for remote table \"enrichment_queries_website_urls\"",
|
|
105536
|
+
"fields": null,
|
|
105537
|
+
"inputFields": [
|
|
105538
|
+
{
|
|
105539
|
+
"name": "data",
|
|
105540
|
+
"description": null,
|
|
105541
|
+
"type": {
|
|
105542
|
+
"kind": "NON_NULL",
|
|
105543
|
+
"name": null,
|
|
105544
|
+
"ofType": {
|
|
105545
|
+
"kind": "LIST",
|
|
105546
|
+
"name": null,
|
|
105547
|
+
"ofType": {
|
|
105548
|
+
"kind": "NON_NULL",
|
|
105549
|
+
"name": null,
|
|
105550
|
+
"ofType": {
|
|
105551
|
+
"kind": "INPUT_OBJECT",
|
|
105552
|
+
"name": "enrichment_queries_website_urls_insert_input",
|
|
105553
|
+
"ofType": null
|
|
105554
|
+
}
|
|
105555
|
+
}
|
|
105556
|
+
}
|
|
105557
|
+
},
|
|
105558
|
+
"defaultValue": null,
|
|
105559
|
+
"isDeprecated": false,
|
|
105560
|
+
"deprecationReason": null
|
|
105561
|
+
},
|
|
105562
|
+
{
|
|
105563
|
+
"name": "on_conflict",
|
|
105564
|
+
"description": "upsert condition",
|
|
105565
|
+
"type": {
|
|
105566
|
+
"kind": "INPUT_OBJECT",
|
|
105567
|
+
"name": "enrichment_queries_website_urls_on_conflict",
|
|
105568
|
+
"ofType": null
|
|
105569
|
+
},
|
|
105570
|
+
"defaultValue": null,
|
|
105571
|
+
"isDeprecated": false,
|
|
105572
|
+
"deprecationReason": null
|
|
105573
|
+
}
|
|
105574
|
+
],
|
|
105575
|
+
"interfaces": null,
|
|
105576
|
+
"enumValues": null,
|
|
105577
|
+
"possibleTypes": null
|
|
105578
|
+
},
|
|
104467
105579
|
{
|
|
104468
105580
|
"kind": "INPUT_OBJECT",
|
|
104469
105581
|
"name": "enrichment_queries_website_urls_bool_exp",
|
|
@@ -104546,6 +105658,18 @@
|
|
|
104546
105658
|
"isDeprecated": false,
|
|
104547
105659
|
"deprecationReason": null
|
|
104548
105660
|
},
|
|
105661
|
+
{
|
|
105662
|
+
"name": "enrichment_query",
|
|
105663
|
+
"description": null,
|
|
105664
|
+
"type": {
|
|
105665
|
+
"kind": "INPUT_OBJECT",
|
|
105666
|
+
"name": "enrichment_queries_bool_exp",
|
|
105667
|
+
"ofType": null
|
|
105668
|
+
},
|
|
105669
|
+
"defaultValue": null,
|
|
105670
|
+
"isDeprecated": false,
|
|
105671
|
+
"deprecationReason": null
|
|
105672
|
+
},
|
|
104549
105673
|
{
|
|
104550
105674
|
"name": "id",
|
|
104551
105675
|
"description": null,
|
|
@@ -104558,6 +105682,18 @@
|
|
|
104558
105682
|
"isDeprecated": false,
|
|
104559
105683
|
"deprecationReason": null
|
|
104560
105684
|
},
|
|
105685
|
+
{
|
|
105686
|
+
"name": "website_url",
|
|
105687
|
+
"description": null,
|
|
105688
|
+
"type": {
|
|
105689
|
+
"kind": "INPUT_OBJECT",
|
|
105690
|
+
"name": "website_urls_bool_exp",
|
|
105691
|
+
"ofType": null
|
|
105692
|
+
},
|
|
105693
|
+
"defaultValue": null,
|
|
105694
|
+
"isDeprecated": false,
|
|
105695
|
+
"deprecationReason": null
|
|
105696
|
+
},
|
|
104561
105697
|
{
|
|
104562
105698
|
"name": "website_url_id",
|
|
104563
105699
|
"description": null,
|
|
@@ -104583,6 +105719,12 @@
|
|
|
104583
105719
|
"inputFields": null,
|
|
104584
105720
|
"interfaces": null,
|
|
104585
105721
|
"enumValues": [
|
|
105722
|
+
{
|
|
105723
|
+
"name": "enrichment_queries_website_urls_enrichment_queries_id_website_u",
|
|
105724
|
+
"description": "unique or primary key constraint on columns \"enrichment_queries_id\", \"website_url_id\"",
|
|
105725
|
+
"isDeprecated": false,
|
|
105726
|
+
"deprecationReason": null
|
|
105727
|
+
},
|
|
104586
105728
|
{
|
|
104587
105729
|
"name": "enrichment_queries_website_urls_pkey",
|
|
104588
105730
|
"description": "unique or primary key constraint on columns \"id\"",
|
|
@@ -104622,6 +105764,18 @@
|
|
|
104622
105764
|
"isDeprecated": false,
|
|
104623
105765
|
"deprecationReason": null
|
|
104624
105766
|
},
|
|
105767
|
+
{
|
|
105768
|
+
"name": "enrichment_query",
|
|
105769
|
+
"description": null,
|
|
105770
|
+
"type": {
|
|
105771
|
+
"kind": "INPUT_OBJECT",
|
|
105772
|
+
"name": "enrichment_queries_obj_rel_insert_input",
|
|
105773
|
+
"ofType": null
|
|
105774
|
+
},
|
|
105775
|
+
"defaultValue": null,
|
|
105776
|
+
"isDeprecated": false,
|
|
105777
|
+
"deprecationReason": null
|
|
105778
|
+
},
|
|
104625
105779
|
{
|
|
104626
105780
|
"name": "id",
|
|
104627
105781
|
"description": null,
|
|
@@ -104634,6 +105788,18 @@
|
|
|
104634
105788
|
"isDeprecated": false,
|
|
104635
105789
|
"deprecationReason": null
|
|
104636
105790
|
},
|
|
105791
|
+
{
|
|
105792
|
+
"name": "website_url",
|
|
105793
|
+
"description": null,
|
|
105794
|
+
"type": {
|
|
105795
|
+
"kind": "INPUT_OBJECT",
|
|
105796
|
+
"name": "website_urls_obj_rel_insert_input",
|
|
105797
|
+
"ofType": null
|
|
105798
|
+
},
|
|
105799
|
+
"defaultValue": null,
|
|
105800
|
+
"isDeprecated": false,
|
|
105801
|
+
"deprecationReason": null
|
|
105802
|
+
},
|
|
104637
105803
|
{
|
|
104638
105804
|
"name": "website_url_id",
|
|
104639
105805
|
"description": null,
|
|
@@ -104710,6 +105876,65 @@
|
|
|
104710
105876
|
"enumValues": null,
|
|
104711
105877
|
"possibleTypes": null
|
|
104712
105878
|
},
|
|
105879
|
+
{
|
|
105880
|
+
"kind": "INPUT_OBJECT",
|
|
105881
|
+
"name": "enrichment_queries_website_urls_max_order_by",
|
|
105882
|
+
"description": "order by max() on columns of table \"enrichment_queries_website_urls\"",
|
|
105883
|
+
"fields": null,
|
|
105884
|
+
"inputFields": [
|
|
105885
|
+
{
|
|
105886
|
+
"name": "created_at",
|
|
105887
|
+
"description": null,
|
|
105888
|
+
"type": {
|
|
105889
|
+
"kind": "ENUM",
|
|
105890
|
+
"name": "order_by",
|
|
105891
|
+
"ofType": null
|
|
105892
|
+
},
|
|
105893
|
+
"defaultValue": null,
|
|
105894
|
+
"isDeprecated": false,
|
|
105895
|
+
"deprecationReason": null
|
|
105896
|
+
},
|
|
105897
|
+
{
|
|
105898
|
+
"name": "enrichment_queries_id",
|
|
105899
|
+
"description": null,
|
|
105900
|
+
"type": {
|
|
105901
|
+
"kind": "ENUM",
|
|
105902
|
+
"name": "order_by",
|
|
105903
|
+
"ofType": null
|
|
105904
|
+
},
|
|
105905
|
+
"defaultValue": null,
|
|
105906
|
+
"isDeprecated": false,
|
|
105907
|
+
"deprecationReason": null
|
|
105908
|
+
},
|
|
105909
|
+
{
|
|
105910
|
+
"name": "id",
|
|
105911
|
+
"description": null,
|
|
105912
|
+
"type": {
|
|
105913
|
+
"kind": "ENUM",
|
|
105914
|
+
"name": "order_by",
|
|
105915
|
+
"ofType": null
|
|
105916
|
+
},
|
|
105917
|
+
"defaultValue": null,
|
|
105918
|
+
"isDeprecated": false,
|
|
105919
|
+
"deprecationReason": null
|
|
105920
|
+
},
|
|
105921
|
+
{
|
|
105922
|
+
"name": "website_url_id",
|
|
105923
|
+
"description": null,
|
|
105924
|
+
"type": {
|
|
105925
|
+
"kind": "ENUM",
|
|
105926
|
+
"name": "order_by",
|
|
105927
|
+
"ofType": null
|
|
105928
|
+
},
|
|
105929
|
+
"defaultValue": null,
|
|
105930
|
+
"isDeprecated": false,
|
|
105931
|
+
"deprecationReason": null
|
|
105932
|
+
}
|
|
105933
|
+
],
|
|
105934
|
+
"interfaces": null,
|
|
105935
|
+
"enumValues": null,
|
|
105936
|
+
"possibleTypes": null
|
|
105937
|
+
},
|
|
104713
105938
|
{
|
|
104714
105939
|
"kind": "OBJECT",
|
|
104715
105940
|
"name": "enrichment_queries_website_urls_min_fields",
|
|
@@ -104769,6 +105994,65 @@
|
|
|
104769
105994
|
"enumValues": null,
|
|
104770
105995
|
"possibleTypes": null
|
|
104771
105996
|
},
|
|
105997
|
+
{
|
|
105998
|
+
"kind": "INPUT_OBJECT",
|
|
105999
|
+
"name": "enrichment_queries_website_urls_min_order_by",
|
|
106000
|
+
"description": "order by min() on columns of table \"enrichment_queries_website_urls\"",
|
|
106001
|
+
"fields": null,
|
|
106002
|
+
"inputFields": [
|
|
106003
|
+
{
|
|
106004
|
+
"name": "created_at",
|
|
106005
|
+
"description": null,
|
|
106006
|
+
"type": {
|
|
106007
|
+
"kind": "ENUM",
|
|
106008
|
+
"name": "order_by",
|
|
106009
|
+
"ofType": null
|
|
106010
|
+
},
|
|
106011
|
+
"defaultValue": null,
|
|
106012
|
+
"isDeprecated": false,
|
|
106013
|
+
"deprecationReason": null
|
|
106014
|
+
},
|
|
106015
|
+
{
|
|
106016
|
+
"name": "enrichment_queries_id",
|
|
106017
|
+
"description": null,
|
|
106018
|
+
"type": {
|
|
106019
|
+
"kind": "ENUM",
|
|
106020
|
+
"name": "order_by",
|
|
106021
|
+
"ofType": null
|
|
106022
|
+
},
|
|
106023
|
+
"defaultValue": null,
|
|
106024
|
+
"isDeprecated": false,
|
|
106025
|
+
"deprecationReason": null
|
|
106026
|
+
},
|
|
106027
|
+
{
|
|
106028
|
+
"name": "id",
|
|
106029
|
+
"description": null,
|
|
106030
|
+
"type": {
|
|
106031
|
+
"kind": "ENUM",
|
|
106032
|
+
"name": "order_by",
|
|
106033
|
+
"ofType": null
|
|
106034
|
+
},
|
|
106035
|
+
"defaultValue": null,
|
|
106036
|
+
"isDeprecated": false,
|
|
106037
|
+
"deprecationReason": null
|
|
106038
|
+
},
|
|
106039
|
+
{
|
|
106040
|
+
"name": "website_url_id",
|
|
106041
|
+
"description": null,
|
|
106042
|
+
"type": {
|
|
106043
|
+
"kind": "ENUM",
|
|
106044
|
+
"name": "order_by",
|
|
106045
|
+
"ofType": null
|
|
106046
|
+
},
|
|
106047
|
+
"defaultValue": null,
|
|
106048
|
+
"isDeprecated": false,
|
|
106049
|
+
"deprecationReason": null
|
|
106050
|
+
}
|
|
106051
|
+
],
|
|
106052
|
+
"interfaces": null,
|
|
106053
|
+
"enumValues": null,
|
|
106054
|
+
"possibleTypes": null
|
|
106055
|
+
},
|
|
104772
106056
|
{
|
|
104773
106057
|
"kind": "OBJECT",
|
|
104774
106058
|
"name": "enrichment_queries_website_urls_mutation_response",
|
|
@@ -104913,6 +106197,18 @@
|
|
|
104913
106197
|
"isDeprecated": false,
|
|
104914
106198
|
"deprecationReason": null
|
|
104915
106199
|
},
|
|
106200
|
+
{
|
|
106201
|
+
"name": "enrichment_query",
|
|
106202
|
+
"description": null,
|
|
106203
|
+
"type": {
|
|
106204
|
+
"kind": "INPUT_OBJECT",
|
|
106205
|
+
"name": "enrichment_queries_order_by",
|
|
106206
|
+
"ofType": null
|
|
106207
|
+
},
|
|
106208
|
+
"defaultValue": null,
|
|
106209
|
+
"isDeprecated": false,
|
|
106210
|
+
"deprecationReason": null
|
|
106211
|
+
},
|
|
104916
106212
|
{
|
|
104917
106213
|
"name": "id",
|
|
104918
106214
|
"description": null,
|
|
@@ -104925,6 +106221,18 @@
|
|
|
104925
106221
|
"isDeprecated": false,
|
|
104926
106222
|
"deprecationReason": null
|
|
104927
106223
|
},
|
|
106224
|
+
{
|
|
106225
|
+
"name": "website_url",
|
|
106226
|
+
"description": null,
|
|
106227
|
+
"type": {
|
|
106228
|
+
"kind": "INPUT_OBJECT",
|
|
106229
|
+
"name": "website_urls_order_by",
|
|
106230
|
+
"ofType": null
|
|
106231
|
+
},
|
|
106232
|
+
"defaultValue": null,
|
|
106233
|
+
"isDeprecated": false,
|
|
106234
|
+
"deprecationReason": null
|
|
106235
|
+
},
|
|
104928
106236
|
{
|
|
104929
106237
|
"name": "website_url_id",
|
|
104930
106238
|
"description": null,
|
|
@@ -118596,75 +119904,269 @@
|
|
|
118596
119904
|
},
|
|
118597
119905
|
{
|
|
118598
119906
|
"kind": "OBJECT",
|
|
118599
|
-
"name": "social_page_followers_variance_fields",
|
|
118600
|
-
"description": "aggregate variance on columns",
|
|
119907
|
+
"name": "social_page_followers_variance_fields",
|
|
119908
|
+
"description": "aggregate variance on columns",
|
|
119909
|
+
"fields": [
|
|
119910
|
+
{
|
|
119911
|
+
"name": "followers",
|
|
119912
|
+
"description": null,
|
|
119913
|
+
"args": [],
|
|
119914
|
+
"type": {
|
|
119915
|
+
"kind": "SCALAR",
|
|
119916
|
+
"name": "Float",
|
|
119917
|
+
"ofType": null
|
|
119918
|
+
},
|
|
119919
|
+
"isDeprecated": false,
|
|
119920
|
+
"deprecationReason": null
|
|
119921
|
+
}
|
|
119922
|
+
],
|
|
119923
|
+
"inputFields": null,
|
|
119924
|
+
"interfaces": [],
|
|
119925
|
+
"enumValues": null,
|
|
119926
|
+
"possibleTypes": null
|
|
119927
|
+
},
|
|
119928
|
+
{
|
|
119929
|
+
"kind": "INPUT_OBJECT",
|
|
119930
|
+
"name": "social_page_followers_variance_order_by",
|
|
119931
|
+
"description": "order by variance() on columns of table \"social_page_followers\"",
|
|
119932
|
+
"fields": null,
|
|
119933
|
+
"inputFields": [
|
|
119934
|
+
{
|
|
119935
|
+
"name": "followers",
|
|
119936
|
+
"description": null,
|
|
119937
|
+
"type": {
|
|
119938
|
+
"kind": "ENUM",
|
|
119939
|
+
"name": "order_by",
|
|
119940
|
+
"ofType": null
|
|
119941
|
+
},
|
|
119942
|
+
"defaultValue": null,
|
|
119943
|
+
"isDeprecated": false,
|
|
119944
|
+
"deprecationReason": null
|
|
119945
|
+
}
|
|
119946
|
+
],
|
|
119947
|
+
"interfaces": null,
|
|
119948
|
+
"enumValues": null,
|
|
119949
|
+
"possibleTypes": null
|
|
119950
|
+
},
|
|
119951
|
+
{
|
|
119952
|
+
"kind": "OBJECT",
|
|
119953
|
+
"name": "social_page_handles",
|
|
119954
|
+
"description": "columns and relationships of \"social_page_handles\"",
|
|
118601
119955
|
"fields": [
|
|
118602
119956
|
{
|
|
118603
|
-
"name": "
|
|
119957
|
+
"name": "channel",
|
|
118604
119958
|
"description": null,
|
|
118605
119959
|
"args": [],
|
|
118606
119960
|
"type": {
|
|
118607
119961
|
"kind": "SCALAR",
|
|
118608
|
-
"name": "
|
|
119962
|
+
"name": "String",
|
|
118609
119963
|
"ofType": null
|
|
118610
119964
|
},
|
|
118611
119965
|
"isDeprecated": false,
|
|
118612
119966
|
"deprecationReason": null
|
|
118613
|
-
}
|
|
118614
|
-
],
|
|
118615
|
-
"inputFields": null,
|
|
118616
|
-
"interfaces": [],
|
|
118617
|
-
"enumValues": null,
|
|
118618
|
-
"possibleTypes": null
|
|
118619
|
-
},
|
|
118620
|
-
{
|
|
118621
|
-
"kind": "INPUT_OBJECT",
|
|
118622
|
-
"name": "social_page_followers_variance_order_by",
|
|
118623
|
-
"description": "order by variance() on columns of table \"social_page_followers\"",
|
|
118624
|
-
"fields": null,
|
|
118625
|
-
"inputFields": [
|
|
119967
|
+
},
|
|
118626
119968
|
{
|
|
118627
|
-
"name": "
|
|
119969
|
+
"name": "created_at",
|
|
118628
119970
|
"description": null,
|
|
119971
|
+
"args": [],
|
|
118629
119972
|
"type": {
|
|
118630
|
-
"kind": "
|
|
118631
|
-
"name": "
|
|
119973
|
+
"kind": "SCALAR",
|
|
119974
|
+
"name": "timestamp",
|
|
118632
119975
|
"ofType": null
|
|
118633
119976
|
},
|
|
118634
|
-
"defaultValue": null,
|
|
118635
119977
|
"isDeprecated": false,
|
|
118636
119978
|
"deprecationReason": null
|
|
118637
|
-
}
|
|
118638
|
-
],
|
|
118639
|
-
"interfaces": null,
|
|
118640
|
-
"enumValues": null,
|
|
118641
|
-
"possibleTypes": null
|
|
118642
|
-
},
|
|
118643
|
-
{
|
|
118644
|
-
"kind": "OBJECT",
|
|
118645
|
-
"name": "social_page_handles",
|
|
118646
|
-
"description": "columns and relationships of \"social_page_handles\"",
|
|
118647
|
-
"fields": [
|
|
119979
|
+
},
|
|
118648
119980
|
{
|
|
118649
|
-
"name": "
|
|
118650
|
-
"description":
|
|
118651
|
-
"args": [
|
|
119981
|
+
"name": "enrichment_queries_social_page_handles",
|
|
119982
|
+
"description": "An array relationship",
|
|
119983
|
+
"args": [
|
|
119984
|
+
{
|
|
119985
|
+
"name": "distinct_on",
|
|
119986
|
+
"description": "distinct select on columns",
|
|
119987
|
+
"type": {
|
|
119988
|
+
"kind": "LIST",
|
|
119989
|
+
"name": null,
|
|
119990
|
+
"ofType": {
|
|
119991
|
+
"kind": "NON_NULL",
|
|
119992
|
+
"name": null,
|
|
119993
|
+
"ofType": {
|
|
119994
|
+
"kind": "ENUM",
|
|
119995
|
+
"name": "enrichment_queries_social_page_handles_select_column",
|
|
119996
|
+
"ofType": null
|
|
119997
|
+
}
|
|
119998
|
+
}
|
|
119999
|
+
},
|
|
120000
|
+
"defaultValue": null,
|
|
120001
|
+
"isDeprecated": false,
|
|
120002
|
+
"deprecationReason": null
|
|
120003
|
+
},
|
|
120004
|
+
{
|
|
120005
|
+
"name": "limit",
|
|
120006
|
+
"description": "limit the number of rows returned",
|
|
120007
|
+
"type": {
|
|
120008
|
+
"kind": "SCALAR",
|
|
120009
|
+
"name": "Int",
|
|
120010
|
+
"ofType": null
|
|
120011
|
+
},
|
|
120012
|
+
"defaultValue": null,
|
|
120013
|
+
"isDeprecated": false,
|
|
120014
|
+
"deprecationReason": null
|
|
120015
|
+
},
|
|
120016
|
+
{
|
|
120017
|
+
"name": "offset",
|
|
120018
|
+
"description": "skip the first n rows. Use only with order_by",
|
|
120019
|
+
"type": {
|
|
120020
|
+
"kind": "SCALAR",
|
|
120021
|
+
"name": "Int",
|
|
120022
|
+
"ofType": null
|
|
120023
|
+
},
|
|
120024
|
+
"defaultValue": null,
|
|
120025
|
+
"isDeprecated": false,
|
|
120026
|
+
"deprecationReason": null
|
|
120027
|
+
},
|
|
120028
|
+
{
|
|
120029
|
+
"name": "order_by",
|
|
120030
|
+
"description": "sort the rows by one or more columns",
|
|
120031
|
+
"type": {
|
|
120032
|
+
"kind": "LIST",
|
|
120033
|
+
"name": null,
|
|
120034
|
+
"ofType": {
|
|
120035
|
+
"kind": "NON_NULL",
|
|
120036
|
+
"name": null,
|
|
120037
|
+
"ofType": {
|
|
120038
|
+
"kind": "INPUT_OBJECT",
|
|
120039
|
+
"name": "enrichment_queries_social_page_handles_order_by",
|
|
120040
|
+
"ofType": null
|
|
120041
|
+
}
|
|
120042
|
+
}
|
|
120043
|
+
},
|
|
120044
|
+
"defaultValue": null,
|
|
120045
|
+
"isDeprecated": false,
|
|
120046
|
+
"deprecationReason": null
|
|
120047
|
+
},
|
|
120048
|
+
{
|
|
120049
|
+
"name": "where",
|
|
120050
|
+
"description": "filter the rows returned",
|
|
120051
|
+
"type": {
|
|
120052
|
+
"kind": "INPUT_OBJECT",
|
|
120053
|
+
"name": "enrichment_queries_social_page_handles_bool_exp",
|
|
120054
|
+
"ofType": null
|
|
120055
|
+
},
|
|
120056
|
+
"defaultValue": null,
|
|
120057
|
+
"isDeprecated": false,
|
|
120058
|
+
"deprecationReason": null
|
|
120059
|
+
}
|
|
120060
|
+
],
|
|
118652
120061
|
"type": {
|
|
118653
|
-
"kind": "
|
|
118654
|
-
"name":
|
|
118655
|
-
"ofType":
|
|
120062
|
+
"kind": "NON_NULL",
|
|
120063
|
+
"name": null,
|
|
120064
|
+
"ofType": {
|
|
120065
|
+
"kind": "LIST",
|
|
120066
|
+
"name": null,
|
|
120067
|
+
"ofType": {
|
|
120068
|
+
"kind": "NON_NULL",
|
|
120069
|
+
"name": null,
|
|
120070
|
+
"ofType": {
|
|
120071
|
+
"kind": "OBJECT",
|
|
120072
|
+
"name": "enrichment_queries_social_page_handles",
|
|
120073
|
+
"ofType": null
|
|
120074
|
+
}
|
|
120075
|
+
}
|
|
120076
|
+
}
|
|
118656
120077
|
},
|
|
118657
120078
|
"isDeprecated": false,
|
|
118658
120079
|
"deprecationReason": null
|
|
118659
120080
|
},
|
|
118660
120081
|
{
|
|
118661
|
-
"name": "
|
|
118662
|
-
"description":
|
|
118663
|
-
"args": [
|
|
120082
|
+
"name": "enrichment_queries_social_page_handles_aggregate",
|
|
120083
|
+
"description": "An aggregate relationship",
|
|
120084
|
+
"args": [
|
|
120085
|
+
{
|
|
120086
|
+
"name": "distinct_on",
|
|
120087
|
+
"description": "distinct select on columns",
|
|
120088
|
+
"type": {
|
|
120089
|
+
"kind": "LIST",
|
|
120090
|
+
"name": null,
|
|
120091
|
+
"ofType": {
|
|
120092
|
+
"kind": "NON_NULL",
|
|
120093
|
+
"name": null,
|
|
120094
|
+
"ofType": {
|
|
120095
|
+
"kind": "ENUM",
|
|
120096
|
+
"name": "enrichment_queries_social_page_handles_select_column",
|
|
120097
|
+
"ofType": null
|
|
120098
|
+
}
|
|
120099
|
+
}
|
|
120100
|
+
},
|
|
120101
|
+
"defaultValue": null,
|
|
120102
|
+
"isDeprecated": false,
|
|
120103
|
+
"deprecationReason": null
|
|
120104
|
+
},
|
|
120105
|
+
{
|
|
120106
|
+
"name": "limit",
|
|
120107
|
+
"description": "limit the number of rows returned",
|
|
120108
|
+
"type": {
|
|
120109
|
+
"kind": "SCALAR",
|
|
120110
|
+
"name": "Int",
|
|
120111
|
+
"ofType": null
|
|
120112
|
+
},
|
|
120113
|
+
"defaultValue": null,
|
|
120114
|
+
"isDeprecated": false,
|
|
120115
|
+
"deprecationReason": null
|
|
120116
|
+
},
|
|
120117
|
+
{
|
|
120118
|
+
"name": "offset",
|
|
120119
|
+
"description": "skip the first n rows. Use only with order_by",
|
|
120120
|
+
"type": {
|
|
120121
|
+
"kind": "SCALAR",
|
|
120122
|
+
"name": "Int",
|
|
120123
|
+
"ofType": null
|
|
120124
|
+
},
|
|
120125
|
+
"defaultValue": null,
|
|
120126
|
+
"isDeprecated": false,
|
|
120127
|
+
"deprecationReason": null
|
|
120128
|
+
},
|
|
120129
|
+
{
|
|
120130
|
+
"name": "order_by",
|
|
120131
|
+
"description": "sort the rows by one or more columns",
|
|
120132
|
+
"type": {
|
|
120133
|
+
"kind": "LIST",
|
|
120134
|
+
"name": null,
|
|
120135
|
+
"ofType": {
|
|
120136
|
+
"kind": "NON_NULL",
|
|
120137
|
+
"name": null,
|
|
120138
|
+
"ofType": {
|
|
120139
|
+
"kind": "INPUT_OBJECT",
|
|
120140
|
+
"name": "enrichment_queries_social_page_handles_order_by",
|
|
120141
|
+
"ofType": null
|
|
120142
|
+
}
|
|
120143
|
+
}
|
|
120144
|
+
},
|
|
120145
|
+
"defaultValue": null,
|
|
120146
|
+
"isDeprecated": false,
|
|
120147
|
+
"deprecationReason": null
|
|
120148
|
+
},
|
|
120149
|
+
{
|
|
120150
|
+
"name": "where",
|
|
120151
|
+
"description": "filter the rows returned",
|
|
120152
|
+
"type": {
|
|
120153
|
+
"kind": "INPUT_OBJECT",
|
|
120154
|
+
"name": "enrichment_queries_social_page_handles_bool_exp",
|
|
120155
|
+
"ofType": null
|
|
120156
|
+
},
|
|
120157
|
+
"defaultValue": null,
|
|
120158
|
+
"isDeprecated": false,
|
|
120159
|
+
"deprecationReason": null
|
|
120160
|
+
}
|
|
120161
|
+
],
|
|
118664
120162
|
"type": {
|
|
118665
|
-
"kind": "
|
|
118666
|
-
"name":
|
|
118667
|
-
"ofType":
|
|
120163
|
+
"kind": "NON_NULL",
|
|
120164
|
+
"name": null,
|
|
120165
|
+
"ofType": {
|
|
120166
|
+
"kind": "OBJECT",
|
|
120167
|
+
"name": "enrichment_queries_social_page_handles_aggregate",
|
|
120168
|
+
"ofType": null
|
|
120169
|
+
}
|
|
118668
120170
|
},
|
|
118669
120171
|
"isDeprecated": false,
|
|
118670
120172
|
"deprecationReason": null
|
|
@@ -119860,6 +121362,30 @@
|
|
|
119860
121362
|
"isDeprecated": false,
|
|
119861
121363
|
"deprecationReason": null
|
|
119862
121364
|
},
|
|
121365
|
+
{
|
|
121366
|
+
"name": "enrichment_queries_social_page_handles",
|
|
121367
|
+
"description": null,
|
|
121368
|
+
"type": {
|
|
121369
|
+
"kind": "INPUT_OBJECT",
|
|
121370
|
+
"name": "enrichment_queries_social_page_handles_bool_exp",
|
|
121371
|
+
"ofType": null
|
|
121372
|
+
},
|
|
121373
|
+
"defaultValue": null,
|
|
121374
|
+
"isDeprecated": false,
|
|
121375
|
+
"deprecationReason": null
|
|
121376
|
+
},
|
|
121377
|
+
{
|
|
121378
|
+
"name": "enrichment_queries_social_page_handles_aggregate",
|
|
121379
|
+
"description": null,
|
|
121380
|
+
"type": {
|
|
121381
|
+
"kind": "INPUT_OBJECT",
|
|
121382
|
+
"name": "enrichment_queries_social_page_handles_aggregate_bool_exp",
|
|
121383
|
+
"ofType": null
|
|
121384
|
+
},
|
|
121385
|
+
"defaultValue": null,
|
|
121386
|
+
"isDeprecated": false,
|
|
121387
|
+
"deprecationReason": null
|
|
121388
|
+
},
|
|
119863
121389
|
{
|
|
119864
121390
|
"name": "id",
|
|
119865
121391
|
"description": null,
|
|
@@ -120074,6 +121600,18 @@
|
|
|
120074
121600
|
"isDeprecated": false,
|
|
120075
121601
|
"deprecationReason": null
|
|
120076
121602
|
},
|
|
121603
|
+
{
|
|
121604
|
+
"name": "enrichment_queries_social_page_handles",
|
|
121605
|
+
"description": null,
|
|
121606
|
+
"type": {
|
|
121607
|
+
"kind": "INPUT_OBJECT",
|
|
121608
|
+
"name": "enrichment_queries_social_page_handles_arr_rel_insert_input",
|
|
121609
|
+
"ofType": null
|
|
121610
|
+
},
|
|
121611
|
+
"defaultValue": null,
|
|
121612
|
+
"isDeprecated": false,
|
|
121613
|
+
"deprecationReason": null
|
|
121614
|
+
},
|
|
120077
121615
|
{
|
|
120078
121616
|
"name": "id",
|
|
120079
121617
|
"description": null,
|
|
@@ -120690,6 +122228,18 @@
|
|
|
120690
122228
|
"isDeprecated": false,
|
|
120691
122229
|
"deprecationReason": null
|
|
120692
122230
|
},
|
|
122231
|
+
{
|
|
122232
|
+
"name": "enrichment_queries_social_page_handles_aggregate",
|
|
122233
|
+
"description": null,
|
|
122234
|
+
"type": {
|
|
122235
|
+
"kind": "INPUT_OBJECT",
|
|
122236
|
+
"name": "enrichment_queries_social_page_handles_aggregate_order_by",
|
|
122237
|
+
"ofType": null
|
|
122238
|
+
},
|
|
122239
|
+
"defaultValue": null,
|
|
122240
|
+
"isDeprecated": false,
|
|
122241
|
+
"deprecationReason": null
|
|
122242
|
+
},
|
|
120693
122243
|
{
|
|
120694
122244
|
"name": "id",
|
|
120695
122245
|
"description": null,
|
|
@@ -135055,6 +136605,200 @@
|
|
|
135055
136605
|
"isDeprecated": false,
|
|
135056
136606
|
"deprecationReason": null
|
|
135057
136607
|
},
|
|
136608
|
+
{
|
|
136609
|
+
"name": "enrichment_queries_website_urls",
|
|
136610
|
+
"description": "An array relationship",
|
|
136611
|
+
"args": [
|
|
136612
|
+
{
|
|
136613
|
+
"name": "distinct_on",
|
|
136614
|
+
"description": "distinct select on columns",
|
|
136615
|
+
"type": {
|
|
136616
|
+
"kind": "LIST",
|
|
136617
|
+
"name": null,
|
|
136618
|
+
"ofType": {
|
|
136619
|
+
"kind": "NON_NULL",
|
|
136620
|
+
"name": null,
|
|
136621
|
+
"ofType": {
|
|
136622
|
+
"kind": "ENUM",
|
|
136623
|
+
"name": "enrichment_queries_website_urls_select_column",
|
|
136624
|
+
"ofType": null
|
|
136625
|
+
}
|
|
136626
|
+
}
|
|
136627
|
+
},
|
|
136628
|
+
"defaultValue": null,
|
|
136629
|
+
"isDeprecated": false,
|
|
136630
|
+
"deprecationReason": null
|
|
136631
|
+
},
|
|
136632
|
+
{
|
|
136633
|
+
"name": "limit",
|
|
136634
|
+
"description": "limit the number of rows returned",
|
|
136635
|
+
"type": {
|
|
136636
|
+
"kind": "SCALAR",
|
|
136637
|
+
"name": "Int",
|
|
136638
|
+
"ofType": null
|
|
136639
|
+
},
|
|
136640
|
+
"defaultValue": null,
|
|
136641
|
+
"isDeprecated": false,
|
|
136642
|
+
"deprecationReason": null
|
|
136643
|
+
},
|
|
136644
|
+
{
|
|
136645
|
+
"name": "offset",
|
|
136646
|
+
"description": "skip the first n rows. Use only with order_by",
|
|
136647
|
+
"type": {
|
|
136648
|
+
"kind": "SCALAR",
|
|
136649
|
+
"name": "Int",
|
|
136650
|
+
"ofType": null
|
|
136651
|
+
},
|
|
136652
|
+
"defaultValue": null,
|
|
136653
|
+
"isDeprecated": false,
|
|
136654
|
+
"deprecationReason": null
|
|
136655
|
+
},
|
|
136656
|
+
{
|
|
136657
|
+
"name": "order_by",
|
|
136658
|
+
"description": "sort the rows by one or more columns",
|
|
136659
|
+
"type": {
|
|
136660
|
+
"kind": "LIST",
|
|
136661
|
+
"name": null,
|
|
136662
|
+
"ofType": {
|
|
136663
|
+
"kind": "NON_NULL",
|
|
136664
|
+
"name": null,
|
|
136665
|
+
"ofType": {
|
|
136666
|
+
"kind": "INPUT_OBJECT",
|
|
136667
|
+
"name": "enrichment_queries_website_urls_order_by",
|
|
136668
|
+
"ofType": null
|
|
136669
|
+
}
|
|
136670
|
+
}
|
|
136671
|
+
},
|
|
136672
|
+
"defaultValue": null,
|
|
136673
|
+
"isDeprecated": false,
|
|
136674
|
+
"deprecationReason": null
|
|
136675
|
+
},
|
|
136676
|
+
{
|
|
136677
|
+
"name": "where",
|
|
136678
|
+
"description": "filter the rows returned",
|
|
136679
|
+
"type": {
|
|
136680
|
+
"kind": "INPUT_OBJECT",
|
|
136681
|
+
"name": "enrichment_queries_website_urls_bool_exp",
|
|
136682
|
+
"ofType": null
|
|
136683
|
+
},
|
|
136684
|
+
"defaultValue": null,
|
|
136685
|
+
"isDeprecated": false,
|
|
136686
|
+
"deprecationReason": null
|
|
136687
|
+
}
|
|
136688
|
+
],
|
|
136689
|
+
"type": {
|
|
136690
|
+
"kind": "NON_NULL",
|
|
136691
|
+
"name": null,
|
|
136692
|
+
"ofType": {
|
|
136693
|
+
"kind": "LIST",
|
|
136694
|
+
"name": null,
|
|
136695
|
+
"ofType": {
|
|
136696
|
+
"kind": "NON_NULL",
|
|
136697
|
+
"name": null,
|
|
136698
|
+
"ofType": {
|
|
136699
|
+
"kind": "OBJECT",
|
|
136700
|
+
"name": "enrichment_queries_website_urls",
|
|
136701
|
+
"ofType": null
|
|
136702
|
+
}
|
|
136703
|
+
}
|
|
136704
|
+
}
|
|
136705
|
+
},
|
|
136706
|
+
"isDeprecated": false,
|
|
136707
|
+
"deprecationReason": null
|
|
136708
|
+
},
|
|
136709
|
+
{
|
|
136710
|
+
"name": "enrichment_queries_website_urls_aggregate",
|
|
136711
|
+
"description": "An aggregate relationship",
|
|
136712
|
+
"args": [
|
|
136713
|
+
{
|
|
136714
|
+
"name": "distinct_on",
|
|
136715
|
+
"description": "distinct select on columns",
|
|
136716
|
+
"type": {
|
|
136717
|
+
"kind": "LIST",
|
|
136718
|
+
"name": null,
|
|
136719
|
+
"ofType": {
|
|
136720
|
+
"kind": "NON_NULL",
|
|
136721
|
+
"name": null,
|
|
136722
|
+
"ofType": {
|
|
136723
|
+
"kind": "ENUM",
|
|
136724
|
+
"name": "enrichment_queries_website_urls_select_column",
|
|
136725
|
+
"ofType": null
|
|
136726
|
+
}
|
|
136727
|
+
}
|
|
136728
|
+
},
|
|
136729
|
+
"defaultValue": null,
|
|
136730
|
+
"isDeprecated": false,
|
|
136731
|
+
"deprecationReason": null
|
|
136732
|
+
},
|
|
136733
|
+
{
|
|
136734
|
+
"name": "limit",
|
|
136735
|
+
"description": "limit the number of rows returned",
|
|
136736
|
+
"type": {
|
|
136737
|
+
"kind": "SCALAR",
|
|
136738
|
+
"name": "Int",
|
|
136739
|
+
"ofType": null
|
|
136740
|
+
},
|
|
136741
|
+
"defaultValue": null,
|
|
136742
|
+
"isDeprecated": false,
|
|
136743
|
+
"deprecationReason": null
|
|
136744
|
+
},
|
|
136745
|
+
{
|
|
136746
|
+
"name": "offset",
|
|
136747
|
+
"description": "skip the first n rows. Use only with order_by",
|
|
136748
|
+
"type": {
|
|
136749
|
+
"kind": "SCALAR",
|
|
136750
|
+
"name": "Int",
|
|
136751
|
+
"ofType": null
|
|
136752
|
+
},
|
|
136753
|
+
"defaultValue": null,
|
|
136754
|
+
"isDeprecated": false,
|
|
136755
|
+
"deprecationReason": null
|
|
136756
|
+
},
|
|
136757
|
+
{
|
|
136758
|
+
"name": "order_by",
|
|
136759
|
+
"description": "sort the rows by one or more columns",
|
|
136760
|
+
"type": {
|
|
136761
|
+
"kind": "LIST",
|
|
136762
|
+
"name": null,
|
|
136763
|
+
"ofType": {
|
|
136764
|
+
"kind": "NON_NULL",
|
|
136765
|
+
"name": null,
|
|
136766
|
+
"ofType": {
|
|
136767
|
+
"kind": "INPUT_OBJECT",
|
|
136768
|
+
"name": "enrichment_queries_website_urls_order_by",
|
|
136769
|
+
"ofType": null
|
|
136770
|
+
}
|
|
136771
|
+
}
|
|
136772
|
+
},
|
|
136773
|
+
"defaultValue": null,
|
|
136774
|
+
"isDeprecated": false,
|
|
136775
|
+
"deprecationReason": null
|
|
136776
|
+
},
|
|
136777
|
+
{
|
|
136778
|
+
"name": "where",
|
|
136779
|
+
"description": "filter the rows returned",
|
|
136780
|
+
"type": {
|
|
136781
|
+
"kind": "INPUT_OBJECT",
|
|
136782
|
+
"name": "enrichment_queries_website_urls_bool_exp",
|
|
136783
|
+
"ofType": null
|
|
136784
|
+
},
|
|
136785
|
+
"defaultValue": null,
|
|
136786
|
+
"isDeprecated": false,
|
|
136787
|
+
"deprecationReason": null
|
|
136788
|
+
}
|
|
136789
|
+
],
|
|
136790
|
+
"type": {
|
|
136791
|
+
"kind": "NON_NULL",
|
|
136792
|
+
"name": null,
|
|
136793
|
+
"ofType": {
|
|
136794
|
+
"kind": "OBJECT",
|
|
136795
|
+
"name": "enrichment_queries_website_urls_aggregate",
|
|
136796
|
+
"ofType": null
|
|
136797
|
+
}
|
|
136798
|
+
},
|
|
136799
|
+
"isDeprecated": false,
|
|
136800
|
+
"deprecationReason": null
|
|
136801
|
+
},
|
|
135058
136802
|
{
|
|
135059
136803
|
"name": "google_places",
|
|
135060
136804
|
"description": "An array relationship",
|
|
@@ -136094,6 +137838,30 @@
|
|
|
136094
137838
|
"isDeprecated": false,
|
|
136095
137839
|
"deprecationReason": null
|
|
136096
137840
|
},
|
|
137841
|
+
{
|
|
137842
|
+
"name": "enrichment_queries_website_urls",
|
|
137843
|
+
"description": null,
|
|
137844
|
+
"type": {
|
|
137845
|
+
"kind": "INPUT_OBJECT",
|
|
137846
|
+
"name": "enrichment_queries_website_urls_bool_exp",
|
|
137847
|
+
"ofType": null
|
|
137848
|
+
},
|
|
137849
|
+
"defaultValue": null,
|
|
137850
|
+
"isDeprecated": false,
|
|
137851
|
+
"deprecationReason": null
|
|
137852
|
+
},
|
|
137853
|
+
{
|
|
137854
|
+
"name": "enrichment_queries_website_urls_aggregate",
|
|
137855
|
+
"description": null,
|
|
137856
|
+
"type": {
|
|
137857
|
+
"kind": "INPUT_OBJECT",
|
|
137858
|
+
"name": "enrichment_queries_website_urls_aggregate_bool_exp",
|
|
137859
|
+
"ofType": null
|
|
137860
|
+
},
|
|
137861
|
+
"defaultValue": null,
|
|
137862
|
+
"isDeprecated": false,
|
|
137863
|
+
"deprecationReason": null
|
|
137864
|
+
},
|
|
136097
137865
|
{
|
|
136098
137866
|
"name": "google_places",
|
|
136099
137867
|
"description": null,
|
|
@@ -136284,6 +138052,18 @@
|
|
|
136284
138052
|
"isDeprecated": false,
|
|
136285
138053
|
"deprecationReason": null
|
|
136286
138054
|
},
|
|
138055
|
+
{
|
|
138056
|
+
"name": "enrichment_queries_website_urls",
|
|
138057
|
+
"description": null,
|
|
138058
|
+
"type": {
|
|
138059
|
+
"kind": "INPUT_OBJECT",
|
|
138060
|
+
"name": "enrichment_queries_website_urls_arr_rel_insert_input",
|
|
138061
|
+
"ofType": null
|
|
138062
|
+
},
|
|
138063
|
+
"defaultValue": null,
|
|
138064
|
+
"isDeprecated": false,
|
|
138065
|
+
"deprecationReason": null
|
|
138066
|
+
},
|
|
136287
138067
|
{
|
|
136288
138068
|
"name": "google_places",
|
|
136289
138069
|
"description": null,
|
|
@@ -136698,6 +138478,18 @@
|
|
|
136698
138478
|
"isDeprecated": false,
|
|
136699
138479
|
"deprecationReason": null
|
|
136700
138480
|
},
|
|
138481
|
+
{
|
|
138482
|
+
"name": "enrichment_queries_website_urls_aggregate",
|
|
138483
|
+
"description": null,
|
|
138484
|
+
"type": {
|
|
138485
|
+
"kind": "INPUT_OBJECT",
|
|
138486
|
+
"name": "enrichment_queries_website_urls_aggregate_order_by",
|
|
138487
|
+
"ofType": null
|
|
138488
|
+
},
|
|
138489
|
+
"defaultValue": null,
|
|
138490
|
+
"isDeprecated": false,
|
|
138491
|
+
"deprecationReason": null
|
|
138492
|
+
},
|
|
136701
138493
|
{
|
|
136702
138494
|
"name": "google_places_aggregate",
|
|
136703
138495
|
"description": null,
|