@promoboxx/graphql-gateway-types 1.314.0 → 1.315.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
|
@@ -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,7 @@
|
|
|
100305
100305
|
"deprecationReason": null
|
|
100306
100306
|
},
|
|
100307
100307
|
{
|
|
100308
|
-
"name": "
|
|
100309
|
-
"description": null,
|
|
100310
|
-
"args": [],
|
|
100311
|
-
"type": {
|
|
100312
|
-
"kind": "SCALAR",
|
|
100313
|
-
"name": "String",
|
|
100314
|
-
"ofType": null
|
|
100315
|
-
},
|
|
100316
|
-
"isDeprecated": false,
|
|
100317
|
-
"deprecationReason": null
|
|
100318
|
-
},
|
|
100319
|
-
{
|
|
100320
|
-
"name": "external_id_type",
|
|
100321
|
-
"description": null,
|
|
100322
|
-
"args": [],
|
|
100323
|
-
"type": {
|
|
100324
|
-
"kind": "SCALAR",
|
|
100325
|
-
"name": "String",
|
|
100326
|
-
"ofType": null
|
|
100327
|
-
},
|
|
100328
|
-
"isDeprecated": false,
|
|
100329
|
-
"deprecationReason": null
|
|
100330
|
-
},
|
|
100331
|
-
{
|
|
100332
|
-
"name": "google_place_run_results",
|
|
100308
|
+
"name": "enrichment_queries_social_page_handles",
|
|
100333
100309
|
"description": "An array relationship",
|
|
100334
100310
|
"args": [
|
|
100335
100311
|
{
|
|
@@ -100343,7 +100319,7 @@
|
|
|
100343
100319
|
"name": null,
|
|
100344
100320
|
"ofType": {
|
|
100345
100321
|
"kind": "ENUM",
|
|
100346
|
-
"name": "
|
|
100322
|
+
"name": "enrichment_queries_social_page_handles_select_column",
|
|
100347
100323
|
"ofType": null
|
|
100348
100324
|
}
|
|
100349
100325
|
}
|
|
@@ -100387,7 +100363,7 @@
|
|
|
100387
100363
|
"name": null,
|
|
100388
100364
|
"ofType": {
|
|
100389
100365
|
"kind": "INPUT_OBJECT",
|
|
100390
|
-
"name": "
|
|
100366
|
+
"name": "enrichment_queries_social_page_handles_order_by",
|
|
100391
100367
|
"ofType": null
|
|
100392
100368
|
}
|
|
100393
100369
|
}
|
|
@@ -100401,7 +100377,7 @@
|
|
|
100401
100377
|
"description": "filter the rows returned",
|
|
100402
100378
|
"type": {
|
|
100403
100379
|
"kind": "INPUT_OBJECT",
|
|
100404
|
-
"name": "
|
|
100380
|
+
"name": "enrichment_queries_social_page_handles_bool_exp",
|
|
100405
100381
|
"ofType": null
|
|
100406
100382
|
},
|
|
100407
100383
|
"defaultValue": null,
|
|
@@ -100420,7 +100396,7 @@
|
|
|
100420
100396
|
"name": null,
|
|
100421
100397
|
"ofType": {
|
|
100422
100398
|
"kind": "OBJECT",
|
|
100423
|
-
"name": "
|
|
100399
|
+
"name": "enrichment_queries_social_page_handles",
|
|
100424
100400
|
"ofType": null
|
|
100425
100401
|
}
|
|
100426
100402
|
}
|
|
@@ -100430,7 +100406,7 @@
|
|
|
100430
100406
|
"deprecationReason": null
|
|
100431
100407
|
},
|
|
100432
100408
|
{
|
|
100433
|
-
"name": "
|
|
100409
|
+
"name": "enrichment_queries_social_page_handles_aggregate",
|
|
100434
100410
|
"description": "An aggregate relationship",
|
|
100435
100411
|
"args": [
|
|
100436
100412
|
{
|
|
@@ -100444,7 +100420,7 @@
|
|
|
100444
100420
|
"name": null,
|
|
100445
100421
|
"ofType": {
|
|
100446
100422
|
"kind": "ENUM",
|
|
100447
|
-
"name": "
|
|
100423
|
+
"name": "enrichment_queries_social_page_handles_select_column",
|
|
100448
100424
|
"ofType": null
|
|
100449
100425
|
}
|
|
100450
100426
|
}
|
|
@@ -100488,7 +100464,7 @@
|
|
|
100488
100464
|
"name": null,
|
|
100489
100465
|
"ofType": {
|
|
100490
100466
|
"kind": "INPUT_OBJECT",
|
|
100491
|
-
"name": "
|
|
100467
|
+
"name": "enrichment_queries_social_page_handles_order_by",
|
|
100492
100468
|
"ofType": null
|
|
100493
100469
|
}
|
|
100494
100470
|
}
|
|
@@ -100502,7 +100478,7 @@
|
|
|
100502
100478
|
"description": "filter the rows returned",
|
|
100503
100479
|
"type": {
|
|
100504
100480
|
"kind": "INPUT_OBJECT",
|
|
100505
|
-
"name": "
|
|
100481
|
+
"name": "enrichment_queries_social_page_handles_bool_exp",
|
|
100506
100482
|
"ofType": null
|
|
100507
100483
|
},
|
|
100508
100484
|
"defaultValue": null,
|
|
@@ -100515,7 +100491,7 @@
|
|
|
100515
100491
|
"name": null,
|
|
100516
100492
|
"ofType": {
|
|
100517
100493
|
"kind": "OBJECT",
|
|
100518
|
-
"name": "
|
|
100494
|
+
"name": "enrichment_queries_social_page_handles_aggregate",
|
|
100519
100495
|
"ofType": null
|
|
100520
100496
|
}
|
|
100521
100497
|
},
|
|
@@ -100523,31 +100499,180 @@
|
|
|
100523
100499
|
"deprecationReason": null
|
|
100524
100500
|
},
|
|
100525
100501
|
{
|
|
100526
|
-
"name": "
|
|
100527
|
-
"description":
|
|
100528
|
-
"args": [
|
|
100502
|
+
"name": "enrichment_queries_website_urls",
|
|
100503
|
+
"description": "An array relationship",
|
|
100504
|
+
"args": [
|
|
100505
|
+
{
|
|
100506
|
+
"name": "distinct_on",
|
|
100507
|
+
"description": "distinct select on columns",
|
|
100508
|
+
"type": {
|
|
100509
|
+
"kind": "LIST",
|
|
100510
|
+
"name": null,
|
|
100511
|
+
"ofType": {
|
|
100512
|
+
"kind": "NON_NULL",
|
|
100513
|
+
"name": null,
|
|
100514
|
+
"ofType": {
|
|
100515
|
+
"kind": "ENUM",
|
|
100516
|
+
"name": "enrichment_queries_website_urls_select_column",
|
|
100517
|
+
"ofType": null
|
|
100518
|
+
}
|
|
100519
|
+
}
|
|
100520
|
+
},
|
|
100521
|
+
"defaultValue": null,
|
|
100522
|
+
"isDeprecated": false,
|
|
100523
|
+
"deprecationReason": null
|
|
100524
|
+
},
|
|
100525
|
+
{
|
|
100526
|
+
"name": "limit",
|
|
100527
|
+
"description": "limit the number of rows returned",
|
|
100528
|
+
"type": {
|
|
100529
|
+
"kind": "SCALAR",
|
|
100530
|
+
"name": "Int",
|
|
100531
|
+
"ofType": null
|
|
100532
|
+
},
|
|
100533
|
+
"defaultValue": null,
|
|
100534
|
+
"isDeprecated": false,
|
|
100535
|
+
"deprecationReason": null
|
|
100536
|
+
},
|
|
100537
|
+
{
|
|
100538
|
+
"name": "offset",
|
|
100539
|
+
"description": "skip the first n rows. Use only with order_by",
|
|
100540
|
+
"type": {
|
|
100541
|
+
"kind": "SCALAR",
|
|
100542
|
+
"name": "Int",
|
|
100543
|
+
"ofType": null
|
|
100544
|
+
},
|
|
100545
|
+
"defaultValue": null,
|
|
100546
|
+
"isDeprecated": false,
|
|
100547
|
+
"deprecationReason": null
|
|
100548
|
+
},
|
|
100549
|
+
{
|
|
100550
|
+
"name": "order_by",
|
|
100551
|
+
"description": "sort the rows by one or more columns",
|
|
100552
|
+
"type": {
|
|
100553
|
+
"kind": "LIST",
|
|
100554
|
+
"name": null,
|
|
100555
|
+
"ofType": {
|
|
100556
|
+
"kind": "NON_NULL",
|
|
100557
|
+
"name": null,
|
|
100558
|
+
"ofType": {
|
|
100559
|
+
"kind": "INPUT_OBJECT",
|
|
100560
|
+
"name": "enrichment_queries_website_urls_order_by",
|
|
100561
|
+
"ofType": null
|
|
100562
|
+
}
|
|
100563
|
+
}
|
|
100564
|
+
},
|
|
100565
|
+
"defaultValue": null,
|
|
100566
|
+
"isDeprecated": false,
|
|
100567
|
+
"deprecationReason": null
|
|
100568
|
+
},
|
|
100569
|
+
{
|
|
100570
|
+
"name": "where",
|
|
100571
|
+
"description": "filter the rows returned",
|
|
100572
|
+
"type": {
|
|
100573
|
+
"kind": "INPUT_OBJECT",
|
|
100574
|
+
"name": "enrichment_queries_website_urls_bool_exp",
|
|
100575
|
+
"ofType": null
|
|
100576
|
+
},
|
|
100577
|
+
"defaultValue": null,
|
|
100578
|
+
"isDeprecated": false,
|
|
100579
|
+
"deprecationReason": null
|
|
100580
|
+
}
|
|
100581
|
+
],
|
|
100529
100582
|
"type": {
|
|
100530
100583
|
"kind": "NON_NULL",
|
|
100531
100584
|
"name": null,
|
|
100532
100585
|
"ofType": {
|
|
100533
|
-
"kind": "
|
|
100534
|
-
"name":
|
|
100535
|
-
"ofType":
|
|
100586
|
+
"kind": "LIST",
|
|
100587
|
+
"name": null,
|
|
100588
|
+
"ofType": {
|
|
100589
|
+
"kind": "NON_NULL",
|
|
100590
|
+
"name": null,
|
|
100591
|
+
"ofType": {
|
|
100592
|
+
"kind": "OBJECT",
|
|
100593
|
+
"name": "enrichment_queries_website_urls",
|
|
100594
|
+
"ofType": null
|
|
100595
|
+
}
|
|
100596
|
+
}
|
|
100536
100597
|
}
|
|
100537
100598
|
},
|
|
100538
100599
|
"isDeprecated": false,
|
|
100539
100600
|
"deprecationReason": null
|
|
100540
100601
|
},
|
|
100541
100602
|
{
|
|
100542
|
-
"name": "
|
|
100543
|
-
"description":
|
|
100603
|
+
"name": "enrichment_queries_website_urls_aggregate",
|
|
100604
|
+
"description": "An aggregate relationship",
|
|
100544
100605
|
"args": [
|
|
100545
100606
|
{
|
|
100546
|
-
"name": "
|
|
100547
|
-
"description": "
|
|
100607
|
+
"name": "distinct_on",
|
|
100608
|
+
"description": "distinct select on columns",
|
|
100609
|
+
"type": {
|
|
100610
|
+
"kind": "LIST",
|
|
100611
|
+
"name": null,
|
|
100612
|
+
"ofType": {
|
|
100613
|
+
"kind": "NON_NULL",
|
|
100614
|
+
"name": null,
|
|
100615
|
+
"ofType": {
|
|
100616
|
+
"kind": "ENUM",
|
|
100617
|
+
"name": "enrichment_queries_website_urls_select_column",
|
|
100618
|
+
"ofType": null
|
|
100619
|
+
}
|
|
100620
|
+
}
|
|
100621
|
+
},
|
|
100622
|
+
"defaultValue": null,
|
|
100623
|
+
"isDeprecated": false,
|
|
100624
|
+
"deprecationReason": null
|
|
100625
|
+
},
|
|
100626
|
+
{
|
|
100627
|
+
"name": "limit",
|
|
100628
|
+
"description": "limit the number of rows returned",
|
|
100548
100629
|
"type": {
|
|
100549
100630
|
"kind": "SCALAR",
|
|
100550
|
-
"name": "
|
|
100631
|
+
"name": "Int",
|
|
100632
|
+
"ofType": null
|
|
100633
|
+
},
|
|
100634
|
+
"defaultValue": null,
|
|
100635
|
+
"isDeprecated": false,
|
|
100636
|
+
"deprecationReason": null
|
|
100637
|
+
},
|
|
100638
|
+
{
|
|
100639
|
+
"name": "offset",
|
|
100640
|
+
"description": "skip the first n rows. Use only with order_by",
|
|
100641
|
+
"type": {
|
|
100642
|
+
"kind": "SCALAR",
|
|
100643
|
+
"name": "Int",
|
|
100644
|
+
"ofType": null
|
|
100645
|
+
},
|
|
100646
|
+
"defaultValue": null,
|
|
100647
|
+
"isDeprecated": false,
|
|
100648
|
+
"deprecationReason": null
|
|
100649
|
+
},
|
|
100650
|
+
{
|
|
100651
|
+
"name": "order_by",
|
|
100652
|
+
"description": "sort the rows by one or more columns",
|
|
100653
|
+
"type": {
|
|
100654
|
+
"kind": "LIST",
|
|
100655
|
+
"name": null,
|
|
100656
|
+
"ofType": {
|
|
100657
|
+
"kind": "NON_NULL",
|
|
100658
|
+
"name": null,
|
|
100659
|
+
"ofType": {
|
|
100660
|
+
"kind": "INPUT_OBJECT",
|
|
100661
|
+
"name": "enrichment_queries_website_urls_order_by",
|
|
100662
|
+
"ofType": null
|
|
100663
|
+
}
|
|
100664
|
+
}
|
|
100665
|
+
},
|
|
100666
|
+
"defaultValue": null,
|
|
100667
|
+
"isDeprecated": false,
|
|
100668
|
+
"deprecationReason": null
|
|
100669
|
+
},
|
|
100670
|
+
{
|
|
100671
|
+
"name": "where",
|
|
100672
|
+
"description": "filter the rows returned",
|
|
100673
|
+
"type": {
|
|
100674
|
+
"kind": "INPUT_OBJECT",
|
|
100675
|
+
"name": "enrichment_queries_website_urls_bool_exp",
|
|
100551
100676
|
"ofType": null
|
|
100552
100677
|
},
|
|
100553
100678
|
"defaultValue": null,
|
|
@@ -100555,17 +100680,45 @@
|
|
|
100555
100680
|
"deprecationReason": null
|
|
100556
100681
|
}
|
|
100557
100682
|
],
|
|
100683
|
+
"type": {
|
|
100684
|
+
"kind": "NON_NULL",
|
|
100685
|
+
"name": null,
|
|
100686
|
+
"ofType": {
|
|
100687
|
+
"kind": "OBJECT",
|
|
100688
|
+
"name": "enrichment_queries_website_urls_aggregate",
|
|
100689
|
+
"ofType": null
|
|
100690
|
+
}
|
|
100691
|
+
},
|
|
100692
|
+
"isDeprecated": false,
|
|
100693
|
+
"deprecationReason": null
|
|
100694
|
+
},
|
|
100695
|
+
{
|
|
100696
|
+
"name": "external_id",
|
|
100697
|
+
"description": null,
|
|
100698
|
+
"args": [],
|
|
100558
100699
|
"type": {
|
|
100559
100700
|
"kind": "SCALAR",
|
|
100560
|
-
"name": "
|
|
100701
|
+
"name": "String",
|
|
100561
100702
|
"ofType": null
|
|
100562
100703
|
},
|
|
100563
100704
|
"isDeprecated": false,
|
|
100564
100705
|
"deprecationReason": null
|
|
100565
100706
|
},
|
|
100566
100707
|
{
|
|
100567
|
-
"name": "
|
|
100568
|
-
"description":
|
|
100708
|
+
"name": "external_id_type",
|
|
100709
|
+
"description": null,
|
|
100710
|
+
"args": [],
|
|
100711
|
+
"type": {
|
|
100712
|
+
"kind": "SCALAR",
|
|
100713
|
+
"name": "String",
|
|
100714
|
+
"ofType": null
|
|
100715
|
+
},
|
|
100716
|
+
"isDeprecated": false,
|
|
100717
|
+
"deprecationReason": null
|
|
100718
|
+
},
|
|
100719
|
+
{
|
|
100720
|
+
"name": "google_place_run_results",
|
|
100721
|
+
"description": "An array relationship",
|
|
100569
100722
|
"args": [
|
|
100570
100723
|
{
|
|
100571
100724
|
"name": "distinct_on",
|
|
@@ -100578,7 +100731,242 @@
|
|
|
100578
100731
|
"name": null,
|
|
100579
100732
|
"ofType": {
|
|
100580
100733
|
"kind": "ENUM",
|
|
100581
|
-
"name": "
|
|
100734
|
+
"name": "google_place_run_results_select_column",
|
|
100735
|
+
"ofType": null
|
|
100736
|
+
}
|
|
100737
|
+
}
|
|
100738
|
+
},
|
|
100739
|
+
"defaultValue": null,
|
|
100740
|
+
"isDeprecated": false,
|
|
100741
|
+
"deprecationReason": null
|
|
100742
|
+
},
|
|
100743
|
+
{
|
|
100744
|
+
"name": "limit",
|
|
100745
|
+
"description": "limit the number of rows returned",
|
|
100746
|
+
"type": {
|
|
100747
|
+
"kind": "SCALAR",
|
|
100748
|
+
"name": "Int",
|
|
100749
|
+
"ofType": null
|
|
100750
|
+
},
|
|
100751
|
+
"defaultValue": null,
|
|
100752
|
+
"isDeprecated": false,
|
|
100753
|
+
"deprecationReason": null
|
|
100754
|
+
},
|
|
100755
|
+
{
|
|
100756
|
+
"name": "offset",
|
|
100757
|
+
"description": "skip the first n rows. Use only with order_by",
|
|
100758
|
+
"type": {
|
|
100759
|
+
"kind": "SCALAR",
|
|
100760
|
+
"name": "Int",
|
|
100761
|
+
"ofType": null
|
|
100762
|
+
},
|
|
100763
|
+
"defaultValue": null,
|
|
100764
|
+
"isDeprecated": false,
|
|
100765
|
+
"deprecationReason": null
|
|
100766
|
+
},
|
|
100767
|
+
{
|
|
100768
|
+
"name": "order_by",
|
|
100769
|
+
"description": "sort the rows by one or more columns",
|
|
100770
|
+
"type": {
|
|
100771
|
+
"kind": "LIST",
|
|
100772
|
+
"name": null,
|
|
100773
|
+
"ofType": {
|
|
100774
|
+
"kind": "NON_NULL",
|
|
100775
|
+
"name": null,
|
|
100776
|
+
"ofType": {
|
|
100777
|
+
"kind": "INPUT_OBJECT",
|
|
100778
|
+
"name": "google_place_run_results_order_by",
|
|
100779
|
+
"ofType": null
|
|
100780
|
+
}
|
|
100781
|
+
}
|
|
100782
|
+
},
|
|
100783
|
+
"defaultValue": null,
|
|
100784
|
+
"isDeprecated": false,
|
|
100785
|
+
"deprecationReason": null
|
|
100786
|
+
},
|
|
100787
|
+
{
|
|
100788
|
+
"name": "where",
|
|
100789
|
+
"description": "filter the rows returned",
|
|
100790
|
+
"type": {
|
|
100791
|
+
"kind": "INPUT_OBJECT",
|
|
100792
|
+
"name": "google_place_run_results_bool_exp",
|
|
100793
|
+
"ofType": null
|
|
100794
|
+
},
|
|
100795
|
+
"defaultValue": null,
|
|
100796
|
+
"isDeprecated": false,
|
|
100797
|
+
"deprecationReason": null
|
|
100798
|
+
}
|
|
100799
|
+
],
|
|
100800
|
+
"type": {
|
|
100801
|
+
"kind": "NON_NULL",
|
|
100802
|
+
"name": null,
|
|
100803
|
+
"ofType": {
|
|
100804
|
+
"kind": "LIST",
|
|
100805
|
+
"name": null,
|
|
100806
|
+
"ofType": {
|
|
100807
|
+
"kind": "NON_NULL",
|
|
100808
|
+
"name": null,
|
|
100809
|
+
"ofType": {
|
|
100810
|
+
"kind": "OBJECT",
|
|
100811
|
+
"name": "google_place_run_results",
|
|
100812
|
+
"ofType": null
|
|
100813
|
+
}
|
|
100814
|
+
}
|
|
100815
|
+
}
|
|
100816
|
+
},
|
|
100817
|
+
"isDeprecated": false,
|
|
100818
|
+
"deprecationReason": null
|
|
100819
|
+
},
|
|
100820
|
+
{
|
|
100821
|
+
"name": "google_place_run_results_aggregate",
|
|
100822
|
+
"description": "An aggregate relationship",
|
|
100823
|
+
"args": [
|
|
100824
|
+
{
|
|
100825
|
+
"name": "distinct_on",
|
|
100826
|
+
"description": "distinct select on columns",
|
|
100827
|
+
"type": {
|
|
100828
|
+
"kind": "LIST",
|
|
100829
|
+
"name": null,
|
|
100830
|
+
"ofType": {
|
|
100831
|
+
"kind": "NON_NULL",
|
|
100832
|
+
"name": null,
|
|
100833
|
+
"ofType": {
|
|
100834
|
+
"kind": "ENUM",
|
|
100835
|
+
"name": "google_place_run_results_select_column",
|
|
100836
|
+
"ofType": null
|
|
100837
|
+
}
|
|
100838
|
+
}
|
|
100839
|
+
},
|
|
100840
|
+
"defaultValue": null,
|
|
100841
|
+
"isDeprecated": false,
|
|
100842
|
+
"deprecationReason": null
|
|
100843
|
+
},
|
|
100844
|
+
{
|
|
100845
|
+
"name": "limit",
|
|
100846
|
+
"description": "limit the number of rows returned",
|
|
100847
|
+
"type": {
|
|
100848
|
+
"kind": "SCALAR",
|
|
100849
|
+
"name": "Int",
|
|
100850
|
+
"ofType": null
|
|
100851
|
+
},
|
|
100852
|
+
"defaultValue": null,
|
|
100853
|
+
"isDeprecated": false,
|
|
100854
|
+
"deprecationReason": null
|
|
100855
|
+
},
|
|
100856
|
+
{
|
|
100857
|
+
"name": "offset",
|
|
100858
|
+
"description": "skip the first n rows. Use only with order_by",
|
|
100859
|
+
"type": {
|
|
100860
|
+
"kind": "SCALAR",
|
|
100861
|
+
"name": "Int",
|
|
100862
|
+
"ofType": null
|
|
100863
|
+
},
|
|
100864
|
+
"defaultValue": null,
|
|
100865
|
+
"isDeprecated": false,
|
|
100866
|
+
"deprecationReason": null
|
|
100867
|
+
},
|
|
100868
|
+
{
|
|
100869
|
+
"name": "order_by",
|
|
100870
|
+
"description": "sort the rows by one or more columns",
|
|
100871
|
+
"type": {
|
|
100872
|
+
"kind": "LIST",
|
|
100873
|
+
"name": null,
|
|
100874
|
+
"ofType": {
|
|
100875
|
+
"kind": "NON_NULL",
|
|
100876
|
+
"name": null,
|
|
100877
|
+
"ofType": {
|
|
100878
|
+
"kind": "INPUT_OBJECT",
|
|
100879
|
+
"name": "google_place_run_results_order_by",
|
|
100880
|
+
"ofType": null
|
|
100881
|
+
}
|
|
100882
|
+
}
|
|
100883
|
+
},
|
|
100884
|
+
"defaultValue": null,
|
|
100885
|
+
"isDeprecated": false,
|
|
100886
|
+
"deprecationReason": null
|
|
100887
|
+
},
|
|
100888
|
+
{
|
|
100889
|
+
"name": "where",
|
|
100890
|
+
"description": "filter the rows returned",
|
|
100891
|
+
"type": {
|
|
100892
|
+
"kind": "INPUT_OBJECT",
|
|
100893
|
+
"name": "google_place_run_results_bool_exp",
|
|
100894
|
+
"ofType": null
|
|
100895
|
+
},
|
|
100896
|
+
"defaultValue": null,
|
|
100897
|
+
"isDeprecated": false,
|
|
100898
|
+
"deprecationReason": null
|
|
100899
|
+
}
|
|
100900
|
+
],
|
|
100901
|
+
"type": {
|
|
100902
|
+
"kind": "NON_NULL",
|
|
100903
|
+
"name": null,
|
|
100904
|
+
"ofType": {
|
|
100905
|
+
"kind": "OBJECT",
|
|
100906
|
+
"name": "google_place_run_results_aggregate",
|
|
100907
|
+
"ofType": null
|
|
100908
|
+
}
|
|
100909
|
+
},
|
|
100910
|
+
"isDeprecated": false,
|
|
100911
|
+
"deprecationReason": null
|
|
100912
|
+
},
|
|
100913
|
+
{
|
|
100914
|
+
"name": "id",
|
|
100915
|
+
"description": null,
|
|
100916
|
+
"args": [],
|
|
100917
|
+
"type": {
|
|
100918
|
+
"kind": "NON_NULL",
|
|
100919
|
+
"name": null,
|
|
100920
|
+
"ofType": {
|
|
100921
|
+
"kind": "SCALAR",
|
|
100922
|
+
"name": "uuid",
|
|
100923
|
+
"ofType": null
|
|
100924
|
+
}
|
|
100925
|
+
},
|
|
100926
|
+
"isDeprecated": false,
|
|
100927
|
+
"deprecationReason": null
|
|
100928
|
+
},
|
|
100929
|
+
{
|
|
100930
|
+
"name": "input_data",
|
|
100931
|
+
"description": null,
|
|
100932
|
+
"args": [
|
|
100933
|
+
{
|
|
100934
|
+
"name": "path",
|
|
100935
|
+
"description": "JSON select path",
|
|
100936
|
+
"type": {
|
|
100937
|
+
"kind": "SCALAR",
|
|
100938
|
+
"name": "String",
|
|
100939
|
+
"ofType": null
|
|
100940
|
+
},
|
|
100941
|
+
"defaultValue": null,
|
|
100942
|
+
"isDeprecated": false,
|
|
100943
|
+
"deprecationReason": null
|
|
100944
|
+
}
|
|
100945
|
+
],
|
|
100946
|
+
"type": {
|
|
100947
|
+
"kind": "SCALAR",
|
|
100948
|
+
"name": "jsonb",
|
|
100949
|
+
"ofType": null
|
|
100950
|
+
},
|
|
100951
|
+
"isDeprecated": false,
|
|
100952
|
+
"deprecationReason": null
|
|
100953
|
+
},
|
|
100954
|
+
{
|
|
100955
|
+
"name": "latest_google_place",
|
|
100956
|
+
"description": "A computed field, executes function \"enrichment_queries_google_places\"",
|
|
100957
|
+
"args": [
|
|
100958
|
+
{
|
|
100959
|
+
"name": "distinct_on",
|
|
100960
|
+
"description": "distinct select on columns",
|
|
100961
|
+
"type": {
|
|
100962
|
+
"kind": "LIST",
|
|
100963
|
+
"name": null,
|
|
100964
|
+
"ofType": {
|
|
100965
|
+
"kind": "NON_NULL",
|
|
100966
|
+
"name": null,
|
|
100967
|
+
"ofType": {
|
|
100968
|
+
"kind": "ENUM",
|
|
100969
|
+
"name": "google_places_select_column",
|
|
100582
100970
|
"ofType": null
|
|
100583
100971
|
}
|
|
100584
100972
|
}
|
|
@@ -101315,6 +101703,54 @@
|
|
|
101315
101703
|
"isDeprecated": false,
|
|
101316
101704
|
"deprecationReason": null
|
|
101317
101705
|
},
|
|
101706
|
+
{
|
|
101707
|
+
"name": "enrichment_queries_social_page_handles",
|
|
101708
|
+
"description": null,
|
|
101709
|
+
"type": {
|
|
101710
|
+
"kind": "INPUT_OBJECT",
|
|
101711
|
+
"name": "enrichment_queries_social_page_handles_bool_exp",
|
|
101712
|
+
"ofType": null
|
|
101713
|
+
},
|
|
101714
|
+
"defaultValue": null,
|
|
101715
|
+
"isDeprecated": false,
|
|
101716
|
+
"deprecationReason": null
|
|
101717
|
+
},
|
|
101718
|
+
{
|
|
101719
|
+
"name": "enrichment_queries_social_page_handles_aggregate",
|
|
101720
|
+
"description": null,
|
|
101721
|
+
"type": {
|
|
101722
|
+
"kind": "INPUT_OBJECT",
|
|
101723
|
+
"name": "enrichment_queries_social_page_handles_aggregate_bool_exp",
|
|
101724
|
+
"ofType": null
|
|
101725
|
+
},
|
|
101726
|
+
"defaultValue": null,
|
|
101727
|
+
"isDeprecated": false,
|
|
101728
|
+
"deprecationReason": null
|
|
101729
|
+
},
|
|
101730
|
+
{
|
|
101731
|
+
"name": "enrichment_queries_website_urls",
|
|
101732
|
+
"description": null,
|
|
101733
|
+
"type": {
|
|
101734
|
+
"kind": "INPUT_OBJECT",
|
|
101735
|
+
"name": "enrichment_queries_website_urls_bool_exp",
|
|
101736
|
+
"ofType": null
|
|
101737
|
+
},
|
|
101738
|
+
"defaultValue": null,
|
|
101739
|
+
"isDeprecated": false,
|
|
101740
|
+
"deprecationReason": null
|
|
101741
|
+
},
|
|
101742
|
+
{
|
|
101743
|
+
"name": "enrichment_queries_website_urls_aggregate",
|
|
101744
|
+
"description": null,
|
|
101745
|
+
"type": {
|
|
101746
|
+
"kind": "INPUT_OBJECT",
|
|
101747
|
+
"name": "enrichment_queries_website_urls_aggregate_bool_exp",
|
|
101748
|
+
"ofType": null
|
|
101749
|
+
},
|
|
101750
|
+
"defaultValue": null,
|
|
101751
|
+
"isDeprecated": false,
|
|
101752
|
+
"deprecationReason": null
|
|
101753
|
+
},
|
|
101318
101754
|
{
|
|
101319
101755
|
"name": "external_id",
|
|
101320
101756
|
"description": null,
|
|
@@ -101665,6 +102101,30 @@
|
|
|
101665
102101
|
"isDeprecated": false,
|
|
101666
102102
|
"deprecationReason": null
|
|
101667
102103
|
},
|
|
102104
|
+
{
|
|
102105
|
+
"name": "enrichment_queries_social_page_handles",
|
|
102106
|
+
"description": null,
|
|
102107
|
+
"type": {
|
|
102108
|
+
"kind": "INPUT_OBJECT",
|
|
102109
|
+
"name": "enrichment_queries_social_page_handles_arr_rel_insert_input",
|
|
102110
|
+
"ofType": null
|
|
102111
|
+
},
|
|
102112
|
+
"defaultValue": null,
|
|
102113
|
+
"isDeprecated": false,
|
|
102114
|
+
"deprecationReason": null
|
|
102115
|
+
},
|
|
102116
|
+
{
|
|
102117
|
+
"name": "enrichment_queries_website_urls",
|
|
102118
|
+
"description": null,
|
|
102119
|
+
"type": {
|
|
102120
|
+
"kind": "INPUT_OBJECT",
|
|
102121
|
+
"name": "enrichment_queries_website_urls_arr_rel_insert_input",
|
|
102122
|
+
"ofType": null
|
|
102123
|
+
},
|
|
102124
|
+
"defaultValue": null,
|
|
102125
|
+
"isDeprecated": false,
|
|
102126
|
+
"deprecationReason": null
|
|
102127
|
+
},
|
|
101668
102128
|
{
|
|
101669
102129
|
"name": "external_id",
|
|
101670
102130
|
"description": null,
|
|
@@ -102211,6 +102671,30 @@
|
|
|
102211
102671
|
"isDeprecated": false,
|
|
102212
102672
|
"deprecationReason": null
|
|
102213
102673
|
},
|
|
102674
|
+
{
|
|
102675
|
+
"name": "enrichment_queries_social_page_handles_aggregate",
|
|
102676
|
+
"description": null,
|
|
102677
|
+
"type": {
|
|
102678
|
+
"kind": "INPUT_OBJECT",
|
|
102679
|
+
"name": "enrichment_queries_social_page_handles_aggregate_order_by",
|
|
102680
|
+
"ofType": null
|
|
102681
|
+
},
|
|
102682
|
+
"defaultValue": null,
|
|
102683
|
+
"isDeprecated": false,
|
|
102684
|
+
"deprecationReason": null
|
|
102685
|
+
},
|
|
102686
|
+
{
|
|
102687
|
+
"name": "enrichment_queries_website_urls_aggregate",
|
|
102688
|
+
"description": null,
|
|
102689
|
+
"type": {
|
|
102690
|
+
"kind": "INPUT_OBJECT",
|
|
102691
|
+
"name": "enrichment_queries_website_urls_aggregate_order_by",
|
|
102692
|
+
"ofType": null
|
|
102693
|
+
},
|
|
102694
|
+
"defaultValue": null,
|
|
102695
|
+
"isDeprecated": false,
|
|
102696
|
+
"deprecationReason": null
|
|
102697
|
+
},
|
|
102214
102698
|
{
|
|
102215
102699
|
"name": "external_id",
|
|
102216
102700
|
"description": null,
|
|
@@ -102653,6 +103137,18 @@
|
|
|
102653
103137
|
"isDeprecated": false,
|
|
102654
103138
|
"deprecationReason": null
|
|
102655
103139
|
},
|
|
103140
|
+
{
|
|
103141
|
+
"name": "enrichment_query",
|
|
103142
|
+
"description": "An object relationship",
|
|
103143
|
+
"args": [],
|
|
103144
|
+
"type": {
|
|
103145
|
+
"kind": "OBJECT",
|
|
103146
|
+
"name": "enrichment_queries",
|
|
103147
|
+
"ofType": null
|
|
103148
|
+
},
|
|
103149
|
+
"isDeprecated": false,
|
|
103150
|
+
"deprecationReason": null
|
|
103151
|
+
},
|
|
102656
103152
|
{
|
|
102657
103153
|
"name": "id",
|
|
102658
103154
|
"description": null,
|
|
@@ -102669,6 +103165,18 @@
|
|
|
102669
103165
|
"isDeprecated": false,
|
|
102670
103166
|
"deprecationReason": null
|
|
102671
103167
|
},
|
|
103168
|
+
{
|
|
103169
|
+
"name": "social_page_handle",
|
|
103170
|
+
"description": "An object relationship",
|
|
103171
|
+
"args": [],
|
|
103172
|
+
"type": {
|
|
103173
|
+
"kind": "OBJECT",
|
|
103174
|
+
"name": "social_page_handles",
|
|
103175
|
+
"ofType": null
|
|
103176
|
+
},
|
|
103177
|
+
"isDeprecated": false,
|
|
103178
|
+
"deprecationReason": null
|
|
103179
|
+
},
|
|
102672
103180
|
{
|
|
102673
103181
|
"name": "social_page_handle_id",
|
|
102674
103182
|
"description": null,
|
|
@@ -102734,6 +103242,100 @@
|
|
|
102734
103242
|
"enumValues": null,
|
|
102735
103243
|
"possibleTypes": null
|
|
102736
103244
|
},
|
|
103245
|
+
{
|
|
103246
|
+
"kind": "INPUT_OBJECT",
|
|
103247
|
+
"name": "enrichment_queries_social_page_handles_aggregate_bool_exp",
|
|
103248
|
+
"description": null,
|
|
103249
|
+
"fields": null,
|
|
103250
|
+
"inputFields": [
|
|
103251
|
+
{
|
|
103252
|
+
"name": "count",
|
|
103253
|
+
"description": null,
|
|
103254
|
+
"type": {
|
|
103255
|
+
"kind": "INPUT_OBJECT",
|
|
103256
|
+
"name": "enrichment_queries_social_page_handles_aggregate_bool_exp_count",
|
|
103257
|
+
"ofType": null
|
|
103258
|
+
},
|
|
103259
|
+
"defaultValue": null,
|
|
103260
|
+
"isDeprecated": false,
|
|
103261
|
+
"deprecationReason": null
|
|
103262
|
+
}
|
|
103263
|
+
],
|
|
103264
|
+
"interfaces": null,
|
|
103265
|
+
"enumValues": null,
|
|
103266
|
+
"possibleTypes": null
|
|
103267
|
+
},
|
|
103268
|
+
{
|
|
103269
|
+
"kind": "INPUT_OBJECT",
|
|
103270
|
+
"name": "enrichment_queries_social_page_handles_aggregate_bool_exp_count",
|
|
103271
|
+
"description": null,
|
|
103272
|
+
"fields": null,
|
|
103273
|
+
"inputFields": [
|
|
103274
|
+
{
|
|
103275
|
+
"name": "arguments",
|
|
103276
|
+
"description": null,
|
|
103277
|
+
"type": {
|
|
103278
|
+
"kind": "LIST",
|
|
103279
|
+
"name": null,
|
|
103280
|
+
"ofType": {
|
|
103281
|
+
"kind": "NON_NULL",
|
|
103282
|
+
"name": null,
|
|
103283
|
+
"ofType": {
|
|
103284
|
+
"kind": "ENUM",
|
|
103285
|
+
"name": "enrichment_queries_social_page_handles_select_column",
|
|
103286
|
+
"ofType": null
|
|
103287
|
+
}
|
|
103288
|
+
}
|
|
103289
|
+
},
|
|
103290
|
+
"defaultValue": null,
|
|
103291
|
+
"isDeprecated": false,
|
|
103292
|
+
"deprecationReason": null
|
|
103293
|
+
},
|
|
103294
|
+
{
|
|
103295
|
+
"name": "distinct",
|
|
103296
|
+
"description": null,
|
|
103297
|
+
"type": {
|
|
103298
|
+
"kind": "SCALAR",
|
|
103299
|
+
"name": "Boolean",
|
|
103300
|
+
"ofType": null
|
|
103301
|
+
},
|
|
103302
|
+
"defaultValue": null,
|
|
103303
|
+
"isDeprecated": false,
|
|
103304
|
+
"deprecationReason": null
|
|
103305
|
+
},
|
|
103306
|
+
{
|
|
103307
|
+
"name": "filter",
|
|
103308
|
+
"description": null,
|
|
103309
|
+
"type": {
|
|
103310
|
+
"kind": "INPUT_OBJECT",
|
|
103311
|
+
"name": "enrichment_queries_social_page_handles_bool_exp",
|
|
103312
|
+
"ofType": null
|
|
103313
|
+
},
|
|
103314
|
+
"defaultValue": null,
|
|
103315
|
+
"isDeprecated": false,
|
|
103316
|
+
"deprecationReason": null
|
|
103317
|
+
},
|
|
103318
|
+
{
|
|
103319
|
+
"name": "predicate",
|
|
103320
|
+
"description": null,
|
|
103321
|
+
"type": {
|
|
103322
|
+
"kind": "NON_NULL",
|
|
103323
|
+
"name": null,
|
|
103324
|
+
"ofType": {
|
|
103325
|
+
"kind": "INPUT_OBJECT",
|
|
103326
|
+
"name": "Int_comparison_exp",
|
|
103327
|
+
"ofType": null
|
|
103328
|
+
}
|
|
103329
|
+
},
|
|
103330
|
+
"defaultValue": null,
|
|
103331
|
+
"isDeprecated": false,
|
|
103332
|
+
"deprecationReason": null
|
|
103333
|
+
}
|
|
103334
|
+
],
|
|
103335
|
+
"interfaces": null,
|
|
103336
|
+
"enumValues": null,
|
|
103337
|
+
"possibleTypes": null
|
|
103338
|
+
},
|
|
102737
103339
|
{
|
|
102738
103340
|
"kind": "OBJECT",
|
|
102739
103341
|
"name": "enrichment_queries_social_page_handles_aggregate_fields",
|
|
@@ -102818,6 +103420,100 @@
|
|
|
102818
103420
|
"enumValues": null,
|
|
102819
103421
|
"possibleTypes": null
|
|
102820
103422
|
},
|
|
103423
|
+
{
|
|
103424
|
+
"kind": "INPUT_OBJECT",
|
|
103425
|
+
"name": "enrichment_queries_social_page_handles_aggregate_order_by",
|
|
103426
|
+
"description": "order by aggregate values of table \"enrichment_queries_social_page_handles\"",
|
|
103427
|
+
"fields": null,
|
|
103428
|
+
"inputFields": [
|
|
103429
|
+
{
|
|
103430
|
+
"name": "count",
|
|
103431
|
+
"description": null,
|
|
103432
|
+
"type": {
|
|
103433
|
+
"kind": "ENUM",
|
|
103434
|
+
"name": "order_by",
|
|
103435
|
+
"ofType": null
|
|
103436
|
+
},
|
|
103437
|
+
"defaultValue": null,
|
|
103438
|
+
"isDeprecated": false,
|
|
103439
|
+
"deprecationReason": null
|
|
103440
|
+
},
|
|
103441
|
+
{
|
|
103442
|
+
"name": "max",
|
|
103443
|
+
"description": null,
|
|
103444
|
+
"type": {
|
|
103445
|
+
"kind": "INPUT_OBJECT",
|
|
103446
|
+
"name": "enrichment_queries_social_page_handles_max_order_by",
|
|
103447
|
+
"ofType": null
|
|
103448
|
+
},
|
|
103449
|
+
"defaultValue": null,
|
|
103450
|
+
"isDeprecated": false,
|
|
103451
|
+
"deprecationReason": null
|
|
103452
|
+
},
|
|
103453
|
+
{
|
|
103454
|
+
"name": "min",
|
|
103455
|
+
"description": null,
|
|
103456
|
+
"type": {
|
|
103457
|
+
"kind": "INPUT_OBJECT",
|
|
103458
|
+
"name": "enrichment_queries_social_page_handles_min_order_by",
|
|
103459
|
+
"ofType": null
|
|
103460
|
+
},
|
|
103461
|
+
"defaultValue": null,
|
|
103462
|
+
"isDeprecated": false,
|
|
103463
|
+
"deprecationReason": null
|
|
103464
|
+
}
|
|
103465
|
+
],
|
|
103466
|
+
"interfaces": null,
|
|
103467
|
+
"enumValues": null,
|
|
103468
|
+
"possibleTypes": null
|
|
103469
|
+
},
|
|
103470
|
+
{
|
|
103471
|
+
"kind": "INPUT_OBJECT",
|
|
103472
|
+
"name": "enrichment_queries_social_page_handles_arr_rel_insert_input",
|
|
103473
|
+
"description": "input type for inserting array relation for remote table \"enrichment_queries_social_page_handles\"",
|
|
103474
|
+
"fields": null,
|
|
103475
|
+
"inputFields": [
|
|
103476
|
+
{
|
|
103477
|
+
"name": "data",
|
|
103478
|
+
"description": null,
|
|
103479
|
+
"type": {
|
|
103480
|
+
"kind": "NON_NULL",
|
|
103481
|
+
"name": null,
|
|
103482
|
+
"ofType": {
|
|
103483
|
+
"kind": "LIST",
|
|
103484
|
+
"name": null,
|
|
103485
|
+
"ofType": {
|
|
103486
|
+
"kind": "NON_NULL",
|
|
103487
|
+
"name": null,
|
|
103488
|
+
"ofType": {
|
|
103489
|
+
"kind": "INPUT_OBJECT",
|
|
103490
|
+
"name": "enrichment_queries_social_page_handles_insert_input",
|
|
103491
|
+
"ofType": null
|
|
103492
|
+
}
|
|
103493
|
+
}
|
|
103494
|
+
}
|
|
103495
|
+
},
|
|
103496
|
+
"defaultValue": null,
|
|
103497
|
+
"isDeprecated": false,
|
|
103498
|
+
"deprecationReason": null
|
|
103499
|
+
},
|
|
103500
|
+
{
|
|
103501
|
+
"name": "on_conflict",
|
|
103502
|
+
"description": "upsert condition",
|
|
103503
|
+
"type": {
|
|
103504
|
+
"kind": "INPUT_OBJECT",
|
|
103505
|
+
"name": "enrichment_queries_social_page_handles_on_conflict",
|
|
103506
|
+
"ofType": null
|
|
103507
|
+
},
|
|
103508
|
+
"defaultValue": null,
|
|
103509
|
+
"isDeprecated": false,
|
|
103510
|
+
"deprecationReason": null
|
|
103511
|
+
}
|
|
103512
|
+
],
|
|
103513
|
+
"interfaces": null,
|
|
103514
|
+
"enumValues": null,
|
|
103515
|
+
"possibleTypes": null
|
|
103516
|
+
},
|
|
102821
103517
|
{
|
|
102822
103518
|
"kind": "INPUT_OBJECT",
|
|
102823
103519
|
"name": "enrichment_queries_social_page_handles_bool_exp",
|
|
@@ -102900,6 +103596,18 @@
|
|
|
102900
103596
|
"isDeprecated": false,
|
|
102901
103597
|
"deprecationReason": null
|
|
102902
103598
|
},
|
|
103599
|
+
{
|
|
103600
|
+
"name": "enrichment_query",
|
|
103601
|
+
"description": null,
|
|
103602
|
+
"type": {
|
|
103603
|
+
"kind": "INPUT_OBJECT",
|
|
103604
|
+
"name": "enrichment_queries_bool_exp",
|
|
103605
|
+
"ofType": null
|
|
103606
|
+
},
|
|
103607
|
+
"defaultValue": null,
|
|
103608
|
+
"isDeprecated": false,
|
|
103609
|
+
"deprecationReason": null
|
|
103610
|
+
},
|
|
102903
103611
|
{
|
|
102904
103612
|
"name": "id",
|
|
102905
103613
|
"description": null,
|
|
@@ -102912,6 +103620,18 @@
|
|
|
102912
103620
|
"isDeprecated": false,
|
|
102913
103621
|
"deprecationReason": null
|
|
102914
103622
|
},
|
|
103623
|
+
{
|
|
103624
|
+
"name": "social_page_handle",
|
|
103625
|
+
"description": null,
|
|
103626
|
+
"type": {
|
|
103627
|
+
"kind": "INPUT_OBJECT",
|
|
103628
|
+
"name": "social_page_handles_bool_exp",
|
|
103629
|
+
"ofType": null
|
|
103630
|
+
},
|
|
103631
|
+
"defaultValue": null,
|
|
103632
|
+
"isDeprecated": false,
|
|
103633
|
+
"deprecationReason": null
|
|
103634
|
+
},
|
|
102915
103635
|
{
|
|
102916
103636
|
"name": "social_page_handle_id",
|
|
102917
103637
|
"description": null,
|
|
@@ -102976,6 +103696,18 @@
|
|
|
102976
103696
|
"isDeprecated": false,
|
|
102977
103697
|
"deprecationReason": null
|
|
102978
103698
|
},
|
|
103699
|
+
{
|
|
103700
|
+
"name": "enrichment_query",
|
|
103701
|
+
"description": null,
|
|
103702
|
+
"type": {
|
|
103703
|
+
"kind": "INPUT_OBJECT",
|
|
103704
|
+
"name": "enrichment_queries_obj_rel_insert_input",
|
|
103705
|
+
"ofType": null
|
|
103706
|
+
},
|
|
103707
|
+
"defaultValue": null,
|
|
103708
|
+
"isDeprecated": false,
|
|
103709
|
+
"deprecationReason": null
|
|
103710
|
+
},
|
|
102979
103711
|
{
|
|
102980
103712
|
"name": "id",
|
|
102981
103713
|
"description": null,
|
|
@@ -102988,6 +103720,18 @@
|
|
|
102988
103720
|
"isDeprecated": false,
|
|
102989
103721
|
"deprecationReason": null
|
|
102990
103722
|
},
|
|
103723
|
+
{
|
|
103724
|
+
"name": "social_page_handle",
|
|
103725
|
+
"description": null,
|
|
103726
|
+
"type": {
|
|
103727
|
+
"kind": "INPUT_OBJECT",
|
|
103728
|
+
"name": "social_page_handles_obj_rel_insert_input",
|
|
103729
|
+
"ofType": null
|
|
103730
|
+
},
|
|
103731
|
+
"defaultValue": null,
|
|
103732
|
+
"isDeprecated": false,
|
|
103733
|
+
"deprecationReason": null
|
|
103734
|
+
},
|
|
102991
103735
|
{
|
|
102992
103736
|
"name": "social_page_handle_id",
|
|
102993
103737
|
"description": null,
|
|
@@ -103064,6 +103808,65 @@
|
|
|
103064
103808
|
"enumValues": null,
|
|
103065
103809
|
"possibleTypes": null
|
|
103066
103810
|
},
|
|
103811
|
+
{
|
|
103812
|
+
"kind": "INPUT_OBJECT",
|
|
103813
|
+
"name": "enrichment_queries_social_page_handles_max_order_by",
|
|
103814
|
+
"description": "order by max() on columns of table \"enrichment_queries_social_page_handles\"",
|
|
103815
|
+
"fields": null,
|
|
103816
|
+
"inputFields": [
|
|
103817
|
+
{
|
|
103818
|
+
"name": "created_at",
|
|
103819
|
+
"description": null,
|
|
103820
|
+
"type": {
|
|
103821
|
+
"kind": "ENUM",
|
|
103822
|
+
"name": "order_by",
|
|
103823
|
+
"ofType": null
|
|
103824
|
+
},
|
|
103825
|
+
"defaultValue": null,
|
|
103826
|
+
"isDeprecated": false,
|
|
103827
|
+
"deprecationReason": null
|
|
103828
|
+
},
|
|
103829
|
+
{
|
|
103830
|
+
"name": "enrichment_queries_id",
|
|
103831
|
+
"description": null,
|
|
103832
|
+
"type": {
|
|
103833
|
+
"kind": "ENUM",
|
|
103834
|
+
"name": "order_by",
|
|
103835
|
+
"ofType": null
|
|
103836
|
+
},
|
|
103837
|
+
"defaultValue": null,
|
|
103838
|
+
"isDeprecated": false,
|
|
103839
|
+
"deprecationReason": null
|
|
103840
|
+
},
|
|
103841
|
+
{
|
|
103842
|
+
"name": "id",
|
|
103843
|
+
"description": null,
|
|
103844
|
+
"type": {
|
|
103845
|
+
"kind": "ENUM",
|
|
103846
|
+
"name": "order_by",
|
|
103847
|
+
"ofType": null
|
|
103848
|
+
},
|
|
103849
|
+
"defaultValue": null,
|
|
103850
|
+
"isDeprecated": false,
|
|
103851
|
+
"deprecationReason": null
|
|
103852
|
+
},
|
|
103853
|
+
{
|
|
103854
|
+
"name": "social_page_handle_id",
|
|
103855
|
+
"description": null,
|
|
103856
|
+
"type": {
|
|
103857
|
+
"kind": "ENUM",
|
|
103858
|
+
"name": "order_by",
|
|
103859
|
+
"ofType": null
|
|
103860
|
+
},
|
|
103861
|
+
"defaultValue": null,
|
|
103862
|
+
"isDeprecated": false,
|
|
103863
|
+
"deprecationReason": null
|
|
103864
|
+
}
|
|
103865
|
+
],
|
|
103866
|
+
"interfaces": null,
|
|
103867
|
+
"enumValues": null,
|
|
103868
|
+
"possibleTypes": null
|
|
103869
|
+
},
|
|
103067
103870
|
{
|
|
103068
103871
|
"kind": "OBJECT",
|
|
103069
103872
|
"name": "enrichment_queries_social_page_handles_min_fields",
|
|
@@ -103123,6 +103926,65 @@
|
|
|
103123
103926
|
"enumValues": null,
|
|
103124
103927
|
"possibleTypes": null
|
|
103125
103928
|
},
|
|
103929
|
+
{
|
|
103930
|
+
"kind": "INPUT_OBJECT",
|
|
103931
|
+
"name": "enrichment_queries_social_page_handles_min_order_by",
|
|
103932
|
+
"description": "order by min() on columns of table \"enrichment_queries_social_page_handles\"",
|
|
103933
|
+
"fields": null,
|
|
103934
|
+
"inputFields": [
|
|
103935
|
+
{
|
|
103936
|
+
"name": "created_at",
|
|
103937
|
+
"description": null,
|
|
103938
|
+
"type": {
|
|
103939
|
+
"kind": "ENUM",
|
|
103940
|
+
"name": "order_by",
|
|
103941
|
+
"ofType": null
|
|
103942
|
+
},
|
|
103943
|
+
"defaultValue": null,
|
|
103944
|
+
"isDeprecated": false,
|
|
103945
|
+
"deprecationReason": null
|
|
103946
|
+
},
|
|
103947
|
+
{
|
|
103948
|
+
"name": "enrichment_queries_id",
|
|
103949
|
+
"description": null,
|
|
103950
|
+
"type": {
|
|
103951
|
+
"kind": "ENUM",
|
|
103952
|
+
"name": "order_by",
|
|
103953
|
+
"ofType": null
|
|
103954
|
+
},
|
|
103955
|
+
"defaultValue": null,
|
|
103956
|
+
"isDeprecated": false,
|
|
103957
|
+
"deprecationReason": null
|
|
103958
|
+
},
|
|
103959
|
+
{
|
|
103960
|
+
"name": "id",
|
|
103961
|
+
"description": null,
|
|
103962
|
+
"type": {
|
|
103963
|
+
"kind": "ENUM",
|
|
103964
|
+
"name": "order_by",
|
|
103965
|
+
"ofType": null
|
|
103966
|
+
},
|
|
103967
|
+
"defaultValue": null,
|
|
103968
|
+
"isDeprecated": false,
|
|
103969
|
+
"deprecationReason": null
|
|
103970
|
+
},
|
|
103971
|
+
{
|
|
103972
|
+
"name": "social_page_handle_id",
|
|
103973
|
+
"description": null,
|
|
103974
|
+
"type": {
|
|
103975
|
+
"kind": "ENUM",
|
|
103976
|
+
"name": "order_by",
|
|
103977
|
+
"ofType": null
|
|
103978
|
+
},
|
|
103979
|
+
"defaultValue": null,
|
|
103980
|
+
"isDeprecated": false,
|
|
103981
|
+
"deprecationReason": null
|
|
103982
|
+
}
|
|
103983
|
+
],
|
|
103984
|
+
"interfaces": null,
|
|
103985
|
+
"enumValues": null,
|
|
103986
|
+
"possibleTypes": null
|
|
103987
|
+
},
|
|
103126
103988
|
{
|
|
103127
103989
|
"kind": "OBJECT",
|
|
103128
103990
|
"name": "enrichment_queries_social_page_handles_mutation_response",
|
|
@@ -103267,6 +104129,18 @@
|
|
|
103267
104129
|
"isDeprecated": false,
|
|
103268
104130
|
"deprecationReason": null
|
|
103269
104131
|
},
|
|
104132
|
+
{
|
|
104133
|
+
"name": "enrichment_query",
|
|
104134
|
+
"description": null,
|
|
104135
|
+
"type": {
|
|
104136
|
+
"kind": "INPUT_OBJECT",
|
|
104137
|
+
"name": "enrichment_queries_order_by",
|
|
104138
|
+
"ofType": null
|
|
104139
|
+
},
|
|
104140
|
+
"defaultValue": null,
|
|
104141
|
+
"isDeprecated": false,
|
|
104142
|
+
"deprecationReason": null
|
|
104143
|
+
},
|
|
103270
104144
|
{
|
|
103271
104145
|
"name": "id",
|
|
103272
104146
|
"description": null,
|
|
@@ -103279,6 +104153,18 @@
|
|
|
103279
104153
|
"isDeprecated": false,
|
|
103280
104154
|
"deprecationReason": null
|
|
103281
104155
|
},
|
|
104156
|
+
{
|
|
104157
|
+
"name": "social_page_handle",
|
|
104158
|
+
"description": null,
|
|
104159
|
+
"type": {
|
|
104160
|
+
"kind": "INPUT_OBJECT",
|
|
104161
|
+
"name": "social_page_handles_order_by",
|
|
104162
|
+
"ofType": null
|
|
104163
|
+
},
|
|
104164
|
+
"defaultValue": null,
|
|
104165
|
+
"isDeprecated": false,
|
|
104166
|
+
"deprecationReason": null
|
|
104167
|
+
},
|
|
103282
104168
|
{
|
|
103283
104169
|
"name": "social_page_handle_id",
|
|
103284
104170
|
"description": null,
|
|
@@ -104299,6 +105185,18 @@
|
|
|
104299
105185
|
"isDeprecated": false,
|
|
104300
105186
|
"deprecationReason": null
|
|
104301
105187
|
},
|
|
105188
|
+
{
|
|
105189
|
+
"name": "enrichment_query",
|
|
105190
|
+
"description": "An object relationship",
|
|
105191
|
+
"args": [],
|
|
105192
|
+
"type": {
|
|
105193
|
+
"kind": "OBJECT",
|
|
105194
|
+
"name": "enrichment_queries",
|
|
105195
|
+
"ofType": null
|
|
105196
|
+
},
|
|
105197
|
+
"isDeprecated": false,
|
|
105198
|
+
"deprecationReason": null
|
|
105199
|
+
},
|
|
104302
105200
|
{
|
|
104303
105201
|
"name": "id",
|
|
104304
105202
|
"description": null,
|
|
@@ -104315,6 +105213,18 @@
|
|
|
104315
105213
|
"isDeprecated": false,
|
|
104316
105214
|
"deprecationReason": null
|
|
104317
105215
|
},
|
|
105216
|
+
{
|
|
105217
|
+
"name": "website_url",
|
|
105218
|
+
"description": "An object relationship",
|
|
105219
|
+
"args": [],
|
|
105220
|
+
"type": {
|
|
105221
|
+
"kind": "OBJECT",
|
|
105222
|
+
"name": "website_urls",
|
|
105223
|
+
"ofType": null
|
|
105224
|
+
},
|
|
105225
|
+
"isDeprecated": false,
|
|
105226
|
+
"deprecationReason": null
|
|
105227
|
+
},
|
|
104318
105228
|
{
|
|
104319
105229
|
"name": "website_url_id",
|
|
104320
105230
|
"description": null,
|
|
@@ -104380,6 +105290,100 @@
|
|
|
104380
105290
|
"enumValues": null,
|
|
104381
105291
|
"possibleTypes": null
|
|
104382
105292
|
},
|
|
105293
|
+
{
|
|
105294
|
+
"kind": "INPUT_OBJECT",
|
|
105295
|
+
"name": "enrichment_queries_website_urls_aggregate_bool_exp",
|
|
105296
|
+
"description": null,
|
|
105297
|
+
"fields": null,
|
|
105298
|
+
"inputFields": [
|
|
105299
|
+
{
|
|
105300
|
+
"name": "count",
|
|
105301
|
+
"description": null,
|
|
105302
|
+
"type": {
|
|
105303
|
+
"kind": "INPUT_OBJECT",
|
|
105304
|
+
"name": "enrichment_queries_website_urls_aggregate_bool_exp_count",
|
|
105305
|
+
"ofType": null
|
|
105306
|
+
},
|
|
105307
|
+
"defaultValue": null,
|
|
105308
|
+
"isDeprecated": false,
|
|
105309
|
+
"deprecationReason": null
|
|
105310
|
+
}
|
|
105311
|
+
],
|
|
105312
|
+
"interfaces": null,
|
|
105313
|
+
"enumValues": null,
|
|
105314
|
+
"possibleTypes": null
|
|
105315
|
+
},
|
|
105316
|
+
{
|
|
105317
|
+
"kind": "INPUT_OBJECT",
|
|
105318
|
+
"name": "enrichment_queries_website_urls_aggregate_bool_exp_count",
|
|
105319
|
+
"description": null,
|
|
105320
|
+
"fields": null,
|
|
105321
|
+
"inputFields": [
|
|
105322
|
+
{
|
|
105323
|
+
"name": "arguments",
|
|
105324
|
+
"description": null,
|
|
105325
|
+
"type": {
|
|
105326
|
+
"kind": "LIST",
|
|
105327
|
+
"name": null,
|
|
105328
|
+
"ofType": {
|
|
105329
|
+
"kind": "NON_NULL",
|
|
105330
|
+
"name": null,
|
|
105331
|
+
"ofType": {
|
|
105332
|
+
"kind": "ENUM",
|
|
105333
|
+
"name": "enrichment_queries_website_urls_select_column",
|
|
105334
|
+
"ofType": null
|
|
105335
|
+
}
|
|
105336
|
+
}
|
|
105337
|
+
},
|
|
105338
|
+
"defaultValue": null,
|
|
105339
|
+
"isDeprecated": false,
|
|
105340
|
+
"deprecationReason": null
|
|
105341
|
+
},
|
|
105342
|
+
{
|
|
105343
|
+
"name": "distinct",
|
|
105344
|
+
"description": null,
|
|
105345
|
+
"type": {
|
|
105346
|
+
"kind": "SCALAR",
|
|
105347
|
+
"name": "Boolean",
|
|
105348
|
+
"ofType": null
|
|
105349
|
+
},
|
|
105350
|
+
"defaultValue": null,
|
|
105351
|
+
"isDeprecated": false,
|
|
105352
|
+
"deprecationReason": null
|
|
105353
|
+
},
|
|
105354
|
+
{
|
|
105355
|
+
"name": "filter",
|
|
105356
|
+
"description": null,
|
|
105357
|
+
"type": {
|
|
105358
|
+
"kind": "INPUT_OBJECT",
|
|
105359
|
+
"name": "enrichment_queries_website_urls_bool_exp",
|
|
105360
|
+
"ofType": null
|
|
105361
|
+
},
|
|
105362
|
+
"defaultValue": null,
|
|
105363
|
+
"isDeprecated": false,
|
|
105364
|
+
"deprecationReason": null
|
|
105365
|
+
},
|
|
105366
|
+
{
|
|
105367
|
+
"name": "predicate",
|
|
105368
|
+
"description": null,
|
|
105369
|
+
"type": {
|
|
105370
|
+
"kind": "NON_NULL",
|
|
105371
|
+
"name": null,
|
|
105372
|
+
"ofType": {
|
|
105373
|
+
"kind": "INPUT_OBJECT",
|
|
105374
|
+
"name": "Int_comparison_exp",
|
|
105375
|
+
"ofType": null
|
|
105376
|
+
}
|
|
105377
|
+
},
|
|
105378
|
+
"defaultValue": null,
|
|
105379
|
+
"isDeprecated": false,
|
|
105380
|
+
"deprecationReason": null
|
|
105381
|
+
}
|
|
105382
|
+
],
|
|
105383
|
+
"interfaces": null,
|
|
105384
|
+
"enumValues": null,
|
|
105385
|
+
"possibleTypes": null
|
|
105386
|
+
},
|
|
104383
105387
|
{
|
|
104384
105388
|
"kind": "OBJECT",
|
|
104385
105389
|
"name": "enrichment_queries_website_urls_aggregate_fields",
|
|
@@ -104464,6 +105468,100 @@
|
|
|
104464
105468
|
"enumValues": null,
|
|
104465
105469
|
"possibleTypes": null
|
|
104466
105470
|
},
|
|
105471
|
+
{
|
|
105472
|
+
"kind": "INPUT_OBJECT",
|
|
105473
|
+
"name": "enrichment_queries_website_urls_aggregate_order_by",
|
|
105474
|
+
"description": "order by aggregate values of table \"enrichment_queries_website_urls\"",
|
|
105475
|
+
"fields": null,
|
|
105476
|
+
"inputFields": [
|
|
105477
|
+
{
|
|
105478
|
+
"name": "count",
|
|
105479
|
+
"description": null,
|
|
105480
|
+
"type": {
|
|
105481
|
+
"kind": "ENUM",
|
|
105482
|
+
"name": "order_by",
|
|
105483
|
+
"ofType": null
|
|
105484
|
+
},
|
|
105485
|
+
"defaultValue": null,
|
|
105486
|
+
"isDeprecated": false,
|
|
105487
|
+
"deprecationReason": null
|
|
105488
|
+
},
|
|
105489
|
+
{
|
|
105490
|
+
"name": "max",
|
|
105491
|
+
"description": null,
|
|
105492
|
+
"type": {
|
|
105493
|
+
"kind": "INPUT_OBJECT",
|
|
105494
|
+
"name": "enrichment_queries_website_urls_max_order_by",
|
|
105495
|
+
"ofType": null
|
|
105496
|
+
},
|
|
105497
|
+
"defaultValue": null,
|
|
105498
|
+
"isDeprecated": false,
|
|
105499
|
+
"deprecationReason": null
|
|
105500
|
+
},
|
|
105501
|
+
{
|
|
105502
|
+
"name": "min",
|
|
105503
|
+
"description": null,
|
|
105504
|
+
"type": {
|
|
105505
|
+
"kind": "INPUT_OBJECT",
|
|
105506
|
+
"name": "enrichment_queries_website_urls_min_order_by",
|
|
105507
|
+
"ofType": null
|
|
105508
|
+
},
|
|
105509
|
+
"defaultValue": null,
|
|
105510
|
+
"isDeprecated": false,
|
|
105511
|
+
"deprecationReason": null
|
|
105512
|
+
}
|
|
105513
|
+
],
|
|
105514
|
+
"interfaces": null,
|
|
105515
|
+
"enumValues": null,
|
|
105516
|
+
"possibleTypes": null
|
|
105517
|
+
},
|
|
105518
|
+
{
|
|
105519
|
+
"kind": "INPUT_OBJECT",
|
|
105520
|
+
"name": "enrichment_queries_website_urls_arr_rel_insert_input",
|
|
105521
|
+
"description": "input type for inserting array relation for remote table \"enrichment_queries_website_urls\"",
|
|
105522
|
+
"fields": null,
|
|
105523
|
+
"inputFields": [
|
|
105524
|
+
{
|
|
105525
|
+
"name": "data",
|
|
105526
|
+
"description": null,
|
|
105527
|
+
"type": {
|
|
105528
|
+
"kind": "NON_NULL",
|
|
105529
|
+
"name": null,
|
|
105530
|
+
"ofType": {
|
|
105531
|
+
"kind": "LIST",
|
|
105532
|
+
"name": null,
|
|
105533
|
+
"ofType": {
|
|
105534
|
+
"kind": "NON_NULL",
|
|
105535
|
+
"name": null,
|
|
105536
|
+
"ofType": {
|
|
105537
|
+
"kind": "INPUT_OBJECT",
|
|
105538
|
+
"name": "enrichment_queries_website_urls_insert_input",
|
|
105539
|
+
"ofType": null
|
|
105540
|
+
}
|
|
105541
|
+
}
|
|
105542
|
+
}
|
|
105543
|
+
},
|
|
105544
|
+
"defaultValue": null,
|
|
105545
|
+
"isDeprecated": false,
|
|
105546
|
+
"deprecationReason": null
|
|
105547
|
+
},
|
|
105548
|
+
{
|
|
105549
|
+
"name": "on_conflict",
|
|
105550
|
+
"description": "upsert condition",
|
|
105551
|
+
"type": {
|
|
105552
|
+
"kind": "INPUT_OBJECT",
|
|
105553
|
+
"name": "enrichment_queries_website_urls_on_conflict",
|
|
105554
|
+
"ofType": null
|
|
105555
|
+
},
|
|
105556
|
+
"defaultValue": null,
|
|
105557
|
+
"isDeprecated": false,
|
|
105558
|
+
"deprecationReason": null
|
|
105559
|
+
}
|
|
105560
|
+
],
|
|
105561
|
+
"interfaces": null,
|
|
105562
|
+
"enumValues": null,
|
|
105563
|
+
"possibleTypes": null
|
|
105564
|
+
},
|
|
104467
105565
|
{
|
|
104468
105566
|
"kind": "INPUT_OBJECT",
|
|
104469
105567
|
"name": "enrichment_queries_website_urls_bool_exp",
|
|
@@ -104546,6 +105644,18 @@
|
|
|
104546
105644
|
"isDeprecated": false,
|
|
104547
105645
|
"deprecationReason": null
|
|
104548
105646
|
},
|
|
105647
|
+
{
|
|
105648
|
+
"name": "enrichment_query",
|
|
105649
|
+
"description": null,
|
|
105650
|
+
"type": {
|
|
105651
|
+
"kind": "INPUT_OBJECT",
|
|
105652
|
+
"name": "enrichment_queries_bool_exp",
|
|
105653
|
+
"ofType": null
|
|
105654
|
+
},
|
|
105655
|
+
"defaultValue": null,
|
|
105656
|
+
"isDeprecated": false,
|
|
105657
|
+
"deprecationReason": null
|
|
105658
|
+
},
|
|
104549
105659
|
{
|
|
104550
105660
|
"name": "id",
|
|
104551
105661
|
"description": null,
|
|
@@ -104558,6 +105668,18 @@
|
|
|
104558
105668
|
"isDeprecated": false,
|
|
104559
105669
|
"deprecationReason": null
|
|
104560
105670
|
},
|
|
105671
|
+
{
|
|
105672
|
+
"name": "website_url",
|
|
105673
|
+
"description": null,
|
|
105674
|
+
"type": {
|
|
105675
|
+
"kind": "INPUT_OBJECT",
|
|
105676
|
+
"name": "website_urls_bool_exp",
|
|
105677
|
+
"ofType": null
|
|
105678
|
+
},
|
|
105679
|
+
"defaultValue": null,
|
|
105680
|
+
"isDeprecated": false,
|
|
105681
|
+
"deprecationReason": null
|
|
105682
|
+
},
|
|
104561
105683
|
{
|
|
104562
105684
|
"name": "website_url_id",
|
|
104563
105685
|
"description": null,
|
|
@@ -104622,6 +105744,18 @@
|
|
|
104622
105744
|
"isDeprecated": false,
|
|
104623
105745
|
"deprecationReason": null
|
|
104624
105746
|
},
|
|
105747
|
+
{
|
|
105748
|
+
"name": "enrichment_query",
|
|
105749
|
+
"description": null,
|
|
105750
|
+
"type": {
|
|
105751
|
+
"kind": "INPUT_OBJECT",
|
|
105752
|
+
"name": "enrichment_queries_obj_rel_insert_input",
|
|
105753
|
+
"ofType": null
|
|
105754
|
+
},
|
|
105755
|
+
"defaultValue": null,
|
|
105756
|
+
"isDeprecated": false,
|
|
105757
|
+
"deprecationReason": null
|
|
105758
|
+
},
|
|
104625
105759
|
{
|
|
104626
105760
|
"name": "id",
|
|
104627
105761
|
"description": null,
|
|
@@ -104634,6 +105768,18 @@
|
|
|
104634
105768
|
"isDeprecated": false,
|
|
104635
105769
|
"deprecationReason": null
|
|
104636
105770
|
},
|
|
105771
|
+
{
|
|
105772
|
+
"name": "website_url",
|
|
105773
|
+
"description": null,
|
|
105774
|
+
"type": {
|
|
105775
|
+
"kind": "INPUT_OBJECT",
|
|
105776
|
+
"name": "website_urls_obj_rel_insert_input",
|
|
105777
|
+
"ofType": null
|
|
105778
|
+
},
|
|
105779
|
+
"defaultValue": null,
|
|
105780
|
+
"isDeprecated": false,
|
|
105781
|
+
"deprecationReason": null
|
|
105782
|
+
},
|
|
104637
105783
|
{
|
|
104638
105784
|
"name": "website_url_id",
|
|
104639
105785
|
"description": null,
|
|
@@ -104710,6 +105856,65 @@
|
|
|
104710
105856
|
"enumValues": null,
|
|
104711
105857
|
"possibleTypes": null
|
|
104712
105858
|
},
|
|
105859
|
+
{
|
|
105860
|
+
"kind": "INPUT_OBJECT",
|
|
105861
|
+
"name": "enrichment_queries_website_urls_max_order_by",
|
|
105862
|
+
"description": "order by max() on columns of table \"enrichment_queries_website_urls\"",
|
|
105863
|
+
"fields": null,
|
|
105864
|
+
"inputFields": [
|
|
105865
|
+
{
|
|
105866
|
+
"name": "created_at",
|
|
105867
|
+
"description": null,
|
|
105868
|
+
"type": {
|
|
105869
|
+
"kind": "ENUM",
|
|
105870
|
+
"name": "order_by",
|
|
105871
|
+
"ofType": null
|
|
105872
|
+
},
|
|
105873
|
+
"defaultValue": null,
|
|
105874
|
+
"isDeprecated": false,
|
|
105875
|
+
"deprecationReason": null
|
|
105876
|
+
},
|
|
105877
|
+
{
|
|
105878
|
+
"name": "enrichment_queries_id",
|
|
105879
|
+
"description": null,
|
|
105880
|
+
"type": {
|
|
105881
|
+
"kind": "ENUM",
|
|
105882
|
+
"name": "order_by",
|
|
105883
|
+
"ofType": null
|
|
105884
|
+
},
|
|
105885
|
+
"defaultValue": null,
|
|
105886
|
+
"isDeprecated": false,
|
|
105887
|
+
"deprecationReason": null
|
|
105888
|
+
},
|
|
105889
|
+
{
|
|
105890
|
+
"name": "id",
|
|
105891
|
+
"description": null,
|
|
105892
|
+
"type": {
|
|
105893
|
+
"kind": "ENUM",
|
|
105894
|
+
"name": "order_by",
|
|
105895
|
+
"ofType": null
|
|
105896
|
+
},
|
|
105897
|
+
"defaultValue": null,
|
|
105898
|
+
"isDeprecated": false,
|
|
105899
|
+
"deprecationReason": null
|
|
105900
|
+
},
|
|
105901
|
+
{
|
|
105902
|
+
"name": "website_url_id",
|
|
105903
|
+
"description": null,
|
|
105904
|
+
"type": {
|
|
105905
|
+
"kind": "ENUM",
|
|
105906
|
+
"name": "order_by",
|
|
105907
|
+
"ofType": null
|
|
105908
|
+
},
|
|
105909
|
+
"defaultValue": null,
|
|
105910
|
+
"isDeprecated": false,
|
|
105911
|
+
"deprecationReason": null
|
|
105912
|
+
}
|
|
105913
|
+
],
|
|
105914
|
+
"interfaces": null,
|
|
105915
|
+
"enumValues": null,
|
|
105916
|
+
"possibleTypes": null
|
|
105917
|
+
},
|
|
104713
105918
|
{
|
|
104714
105919
|
"kind": "OBJECT",
|
|
104715
105920
|
"name": "enrichment_queries_website_urls_min_fields",
|
|
@@ -104769,6 +105974,65 @@
|
|
|
104769
105974
|
"enumValues": null,
|
|
104770
105975
|
"possibleTypes": null
|
|
104771
105976
|
},
|
|
105977
|
+
{
|
|
105978
|
+
"kind": "INPUT_OBJECT",
|
|
105979
|
+
"name": "enrichment_queries_website_urls_min_order_by",
|
|
105980
|
+
"description": "order by min() on columns of table \"enrichment_queries_website_urls\"",
|
|
105981
|
+
"fields": null,
|
|
105982
|
+
"inputFields": [
|
|
105983
|
+
{
|
|
105984
|
+
"name": "created_at",
|
|
105985
|
+
"description": null,
|
|
105986
|
+
"type": {
|
|
105987
|
+
"kind": "ENUM",
|
|
105988
|
+
"name": "order_by",
|
|
105989
|
+
"ofType": null
|
|
105990
|
+
},
|
|
105991
|
+
"defaultValue": null,
|
|
105992
|
+
"isDeprecated": false,
|
|
105993
|
+
"deprecationReason": null
|
|
105994
|
+
},
|
|
105995
|
+
{
|
|
105996
|
+
"name": "enrichment_queries_id",
|
|
105997
|
+
"description": null,
|
|
105998
|
+
"type": {
|
|
105999
|
+
"kind": "ENUM",
|
|
106000
|
+
"name": "order_by",
|
|
106001
|
+
"ofType": null
|
|
106002
|
+
},
|
|
106003
|
+
"defaultValue": null,
|
|
106004
|
+
"isDeprecated": false,
|
|
106005
|
+
"deprecationReason": null
|
|
106006
|
+
},
|
|
106007
|
+
{
|
|
106008
|
+
"name": "id",
|
|
106009
|
+
"description": null,
|
|
106010
|
+
"type": {
|
|
106011
|
+
"kind": "ENUM",
|
|
106012
|
+
"name": "order_by",
|
|
106013
|
+
"ofType": null
|
|
106014
|
+
},
|
|
106015
|
+
"defaultValue": null,
|
|
106016
|
+
"isDeprecated": false,
|
|
106017
|
+
"deprecationReason": null
|
|
106018
|
+
},
|
|
106019
|
+
{
|
|
106020
|
+
"name": "website_url_id",
|
|
106021
|
+
"description": null,
|
|
106022
|
+
"type": {
|
|
106023
|
+
"kind": "ENUM",
|
|
106024
|
+
"name": "order_by",
|
|
106025
|
+
"ofType": null
|
|
106026
|
+
},
|
|
106027
|
+
"defaultValue": null,
|
|
106028
|
+
"isDeprecated": false,
|
|
106029
|
+
"deprecationReason": null
|
|
106030
|
+
}
|
|
106031
|
+
],
|
|
106032
|
+
"interfaces": null,
|
|
106033
|
+
"enumValues": null,
|
|
106034
|
+
"possibleTypes": null
|
|
106035
|
+
},
|
|
104772
106036
|
{
|
|
104773
106037
|
"kind": "OBJECT",
|
|
104774
106038
|
"name": "enrichment_queries_website_urls_mutation_response",
|
|
@@ -104913,6 +106177,18 @@
|
|
|
104913
106177
|
"isDeprecated": false,
|
|
104914
106178
|
"deprecationReason": null
|
|
104915
106179
|
},
|
|
106180
|
+
{
|
|
106181
|
+
"name": "enrichment_query",
|
|
106182
|
+
"description": null,
|
|
106183
|
+
"type": {
|
|
106184
|
+
"kind": "INPUT_OBJECT",
|
|
106185
|
+
"name": "enrichment_queries_order_by",
|
|
106186
|
+
"ofType": null
|
|
106187
|
+
},
|
|
106188
|
+
"defaultValue": null,
|
|
106189
|
+
"isDeprecated": false,
|
|
106190
|
+
"deprecationReason": null
|
|
106191
|
+
},
|
|
104916
106192
|
{
|
|
104917
106193
|
"name": "id",
|
|
104918
106194
|
"description": null,
|
|
@@ -104925,6 +106201,18 @@
|
|
|
104925
106201
|
"isDeprecated": false,
|
|
104926
106202
|
"deprecationReason": null
|
|
104927
106203
|
},
|
|
106204
|
+
{
|
|
106205
|
+
"name": "website_url",
|
|
106206
|
+
"description": null,
|
|
106207
|
+
"type": {
|
|
106208
|
+
"kind": "INPUT_OBJECT",
|
|
106209
|
+
"name": "website_urls_order_by",
|
|
106210
|
+
"ofType": null
|
|
106211
|
+
},
|
|
106212
|
+
"defaultValue": null,
|
|
106213
|
+
"isDeprecated": false,
|
|
106214
|
+
"deprecationReason": null
|
|
106215
|
+
},
|
|
104928
106216
|
{
|
|
104929
106217
|
"name": "website_url_id",
|
|
104930
106218
|
"description": null,
|
|
@@ -118596,75 +119884,269 @@
|
|
|
118596
119884
|
},
|
|
118597
119885
|
{
|
|
118598
119886
|
"kind": "OBJECT",
|
|
118599
|
-
"name": "social_page_followers_variance_fields",
|
|
118600
|
-
"description": "aggregate variance on columns",
|
|
119887
|
+
"name": "social_page_followers_variance_fields",
|
|
119888
|
+
"description": "aggregate variance on columns",
|
|
119889
|
+
"fields": [
|
|
119890
|
+
{
|
|
119891
|
+
"name": "followers",
|
|
119892
|
+
"description": null,
|
|
119893
|
+
"args": [],
|
|
119894
|
+
"type": {
|
|
119895
|
+
"kind": "SCALAR",
|
|
119896
|
+
"name": "Float",
|
|
119897
|
+
"ofType": null
|
|
119898
|
+
},
|
|
119899
|
+
"isDeprecated": false,
|
|
119900
|
+
"deprecationReason": null
|
|
119901
|
+
}
|
|
119902
|
+
],
|
|
119903
|
+
"inputFields": null,
|
|
119904
|
+
"interfaces": [],
|
|
119905
|
+
"enumValues": null,
|
|
119906
|
+
"possibleTypes": null
|
|
119907
|
+
},
|
|
119908
|
+
{
|
|
119909
|
+
"kind": "INPUT_OBJECT",
|
|
119910
|
+
"name": "social_page_followers_variance_order_by",
|
|
119911
|
+
"description": "order by variance() on columns of table \"social_page_followers\"",
|
|
119912
|
+
"fields": null,
|
|
119913
|
+
"inputFields": [
|
|
119914
|
+
{
|
|
119915
|
+
"name": "followers",
|
|
119916
|
+
"description": null,
|
|
119917
|
+
"type": {
|
|
119918
|
+
"kind": "ENUM",
|
|
119919
|
+
"name": "order_by",
|
|
119920
|
+
"ofType": null
|
|
119921
|
+
},
|
|
119922
|
+
"defaultValue": null,
|
|
119923
|
+
"isDeprecated": false,
|
|
119924
|
+
"deprecationReason": null
|
|
119925
|
+
}
|
|
119926
|
+
],
|
|
119927
|
+
"interfaces": null,
|
|
119928
|
+
"enumValues": null,
|
|
119929
|
+
"possibleTypes": null
|
|
119930
|
+
},
|
|
119931
|
+
{
|
|
119932
|
+
"kind": "OBJECT",
|
|
119933
|
+
"name": "social_page_handles",
|
|
119934
|
+
"description": "columns and relationships of \"social_page_handles\"",
|
|
118601
119935
|
"fields": [
|
|
118602
119936
|
{
|
|
118603
|
-
"name": "
|
|
119937
|
+
"name": "channel",
|
|
118604
119938
|
"description": null,
|
|
118605
119939
|
"args": [],
|
|
118606
119940
|
"type": {
|
|
118607
119941
|
"kind": "SCALAR",
|
|
118608
|
-
"name": "
|
|
119942
|
+
"name": "String",
|
|
118609
119943
|
"ofType": null
|
|
118610
119944
|
},
|
|
118611
119945
|
"isDeprecated": false,
|
|
118612
119946
|
"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": [
|
|
119947
|
+
},
|
|
118626
119948
|
{
|
|
118627
|
-
"name": "
|
|
119949
|
+
"name": "created_at",
|
|
118628
119950
|
"description": null,
|
|
119951
|
+
"args": [],
|
|
118629
119952
|
"type": {
|
|
118630
|
-
"kind": "
|
|
118631
|
-
"name": "
|
|
119953
|
+
"kind": "SCALAR",
|
|
119954
|
+
"name": "timestamp",
|
|
118632
119955
|
"ofType": null
|
|
118633
119956
|
},
|
|
118634
|
-
"defaultValue": null,
|
|
118635
119957
|
"isDeprecated": false,
|
|
118636
119958
|
"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": [
|
|
119959
|
+
},
|
|
118648
119960
|
{
|
|
118649
|
-
"name": "
|
|
118650
|
-
"description":
|
|
118651
|
-
"args": [
|
|
119961
|
+
"name": "enrichment_queries_social_page_handles",
|
|
119962
|
+
"description": "An array relationship",
|
|
119963
|
+
"args": [
|
|
119964
|
+
{
|
|
119965
|
+
"name": "distinct_on",
|
|
119966
|
+
"description": "distinct select on columns",
|
|
119967
|
+
"type": {
|
|
119968
|
+
"kind": "LIST",
|
|
119969
|
+
"name": null,
|
|
119970
|
+
"ofType": {
|
|
119971
|
+
"kind": "NON_NULL",
|
|
119972
|
+
"name": null,
|
|
119973
|
+
"ofType": {
|
|
119974
|
+
"kind": "ENUM",
|
|
119975
|
+
"name": "enrichment_queries_social_page_handles_select_column",
|
|
119976
|
+
"ofType": null
|
|
119977
|
+
}
|
|
119978
|
+
}
|
|
119979
|
+
},
|
|
119980
|
+
"defaultValue": null,
|
|
119981
|
+
"isDeprecated": false,
|
|
119982
|
+
"deprecationReason": null
|
|
119983
|
+
},
|
|
119984
|
+
{
|
|
119985
|
+
"name": "limit",
|
|
119986
|
+
"description": "limit the number of rows returned",
|
|
119987
|
+
"type": {
|
|
119988
|
+
"kind": "SCALAR",
|
|
119989
|
+
"name": "Int",
|
|
119990
|
+
"ofType": null
|
|
119991
|
+
},
|
|
119992
|
+
"defaultValue": null,
|
|
119993
|
+
"isDeprecated": false,
|
|
119994
|
+
"deprecationReason": null
|
|
119995
|
+
},
|
|
119996
|
+
{
|
|
119997
|
+
"name": "offset",
|
|
119998
|
+
"description": "skip the first n rows. Use only with order_by",
|
|
119999
|
+
"type": {
|
|
120000
|
+
"kind": "SCALAR",
|
|
120001
|
+
"name": "Int",
|
|
120002
|
+
"ofType": null
|
|
120003
|
+
},
|
|
120004
|
+
"defaultValue": null,
|
|
120005
|
+
"isDeprecated": false,
|
|
120006
|
+
"deprecationReason": null
|
|
120007
|
+
},
|
|
120008
|
+
{
|
|
120009
|
+
"name": "order_by",
|
|
120010
|
+
"description": "sort the rows by one or more columns",
|
|
120011
|
+
"type": {
|
|
120012
|
+
"kind": "LIST",
|
|
120013
|
+
"name": null,
|
|
120014
|
+
"ofType": {
|
|
120015
|
+
"kind": "NON_NULL",
|
|
120016
|
+
"name": null,
|
|
120017
|
+
"ofType": {
|
|
120018
|
+
"kind": "INPUT_OBJECT",
|
|
120019
|
+
"name": "enrichment_queries_social_page_handles_order_by",
|
|
120020
|
+
"ofType": null
|
|
120021
|
+
}
|
|
120022
|
+
}
|
|
120023
|
+
},
|
|
120024
|
+
"defaultValue": null,
|
|
120025
|
+
"isDeprecated": false,
|
|
120026
|
+
"deprecationReason": null
|
|
120027
|
+
},
|
|
120028
|
+
{
|
|
120029
|
+
"name": "where",
|
|
120030
|
+
"description": "filter the rows returned",
|
|
120031
|
+
"type": {
|
|
120032
|
+
"kind": "INPUT_OBJECT",
|
|
120033
|
+
"name": "enrichment_queries_social_page_handles_bool_exp",
|
|
120034
|
+
"ofType": null
|
|
120035
|
+
},
|
|
120036
|
+
"defaultValue": null,
|
|
120037
|
+
"isDeprecated": false,
|
|
120038
|
+
"deprecationReason": null
|
|
120039
|
+
}
|
|
120040
|
+
],
|
|
118652
120041
|
"type": {
|
|
118653
|
-
"kind": "
|
|
118654
|
-
"name":
|
|
118655
|
-
"ofType":
|
|
120042
|
+
"kind": "NON_NULL",
|
|
120043
|
+
"name": null,
|
|
120044
|
+
"ofType": {
|
|
120045
|
+
"kind": "LIST",
|
|
120046
|
+
"name": null,
|
|
120047
|
+
"ofType": {
|
|
120048
|
+
"kind": "NON_NULL",
|
|
120049
|
+
"name": null,
|
|
120050
|
+
"ofType": {
|
|
120051
|
+
"kind": "OBJECT",
|
|
120052
|
+
"name": "enrichment_queries_social_page_handles",
|
|
120053
|
+
"ofType": null
|
|
120054
|
+
}
|
|
120055
|
+
}
|
|
120056
|
+
}
|
|
118656
120057
|
},
|
|
118657
120058
|
"isDeprecated": false,
|
|
118658
120059
|
"deprecationReason": null
|
|
118659
120060
|
},
|
|
118660
120061
|
{
|
|
118661
|
-
"name": "
|
|
118662
|
-
"description":
|
|
118663
|
-
"args": [
|
|
120062
|
+
"name": "enrichment_queries_social_page_handles_aggregate",
|
|
120063
|
+
"description": "An aggregate relationship",
|
|
120064
|
+
"args": [
|
|
120065
|
+
{
|
|
120066
|
+
"name": "distinct_on",
|
|
120067
|
+
"description": "distinct select on columns",
|
|
120068
|
+
"type": {
|
|
120069
|
+
"kind": "LIST",
|
|
120070
|
+
"name": null,
|
|
120071
|
+
"ofType": {
|
|
120072
|
+
"kind": "NON_NULL",
|
|
120073
|
+
"name": null,
|
|
120074
|
+
"ofType": {
|
|
120075
|
+
"kind": "ENUM",
|
|
120076
|
+
"name": "enrichment_queries_social_page_handles_select_column",
|
|
120077
|
+
"ofType": null
|
|
120078
|
+
}
|
|
120079
|
+
}
|
|
120080
|
+
},
|
|
120081
|
+
"defaultValue": null,
|
|
120082
|
+
"isDeprecated": false,
|
|
120083
|
+
"deprecationReason": null
|
|
120084
|
+
},
|
|
120085
|
+
{
|
|
120086
|
+
"name": "limit",
|
|
120087
|
+
"description": "limit the number of rows returned",
|
|
120088
|
+
"type": {
|
|
120089
|
+
"kind": "SCALAR",
|
|
120090
|
+
"name": "Int",
|
|
120091
|
+
"ofType": null
|
|
120092
|
+
},
|
|
120093
|
+
"defaultValue": null,
|
|
120094
|
+
"isDeprecated": false,
|
|
120095
|
+
"deprecationReason": null
|
|
120096
|
+
},
|
|
120097
|
+
{
|
|
120098
|
+
"name": "offset",
|
|
120099
|
+
"description": "skip the first n rows. Use only with order_by",
|
|
120100
|
+
"type": {
|
|
120101
|
+
"kind": "SCALAR",
|
|
120102
|
+
"name": "Int",
|
|
120103
|
+
"ofType": null
|
|
120104
|
+
},
|
|
120105
|
+
"defaultValue": null,
|
|
120106
|
+
"isDeprecated": false,
|
|
120107
|
+
"deprecationReason": null
|
|
120108
|
+
},
|
|
120109
|
+
{
|
|
120110
|
+
"name": "order_by",
|
|
120111
|
+
"description": "sort the rows by one or more columns",
|
|
120112
|
+
"type": {
|
|
120113
|
+
"kind": "LIST",
|
|
120114
|
+
"name": null,
|
|
120115
|
+
"ofType": {
|
|
120116
|
+
"kind": "NON_NULL",
|
|
120117
|
+
"name": null,
|
|
120118
|
+
"ofType": {
|
|
120119
|
+
"kind": "INPUT_OBJECT",
|
|
120120
|
+
"name": "enrichment_queries_social_page_handles_order_by",
|
|
120121
|
+
"ofType": null
|
|
120122
|
+
}
|
|
120123
|
+
}
|
|
120124
|
+
},
|
|
120125
|
+
"defaultValue": null,
|
|
120126
|
+
"isDeprecated": false,
|
|
120127
|
+
"deprecationReason": null
|
|
120128
|
+
},
|
|
120129
|
+
{
|
|
120130
|
+
"name": "where",
|
|
120131
|
+
"description": "filter the rows returned",
|
|
120132
|
+
"type": {
|
|
120133
|
+
"kind": "INPUT_OBJECT",
|
|
120134
|
+
"name": "enrichment_queries_social_page_handles_bool_exp",
|
|
120135
|
+
"ofType": null
|
|
120136
|
+
},
|
|
120137
|
+
"defaultValue": null,
|
|
120138
|
+
"isDeprecated": false,
|
|
120139
|
+
"deprecationReason": null
|
|
120140
|
+
}
|
|
120141
|
+
],
|
|
118664
120142
|
"type": {
|
|
118665
|
-
"kind": "
|
|
118666
|
-
"name":
|
|
118667
|
-
"ofType":
|
|
120143
|
+
"kind": "NON_NULL",
|
|
120144
|
+
"name": null,
|
|
120145
|
+
"ofType": {
|
|
120146
|
+
"kind": "OBJECT",
|
|
120147
|
+
"name": "enrichment_queries_social_page_handles_aggregate",
|
|
120148
|
+
"ofType": null
|
|
120149
|
+
}
|
|
118668
120150
|
},
|
|
118669
120151
|
"isDeprecated": false,
|
|
118670
120152
|
"deprecationReason": null
|
|
@@ -119860,6 +121342,30 @@
|
|
|
119860
121342
|
"isDeprecated": false,
|
|
119861
121343
|
"deprecationReason": null
|
|
119862
121344
|
},
|
|
121345
|
+
{
|
|
121346
|
+
"name": "enrichment_queries_social_page_handles",
|
|
121347
|
+
"description": null,
|
|
121348
|
+
"type": {
|
|
121349
|
+
"kind": "INPUT_OBJECT",
|
|
121350
|
+
"name": "enrichment_queries_social_page_handles_bool_exp",
|
|
121351
|
+
"ofType": null
|
|
121352
|
+
},
|
|
121353
|
+
"defaultValue": null,
|
|
121354
|
+
"isDeprecated": false,
|
|
121355
|
+
"deprecationReason": null
|
|
121356
|
+
},
|
|
121357
|
+
{
|
|
121358
|
+
"name": "enrichment_queries_social_page_handles_aggregate",
|
|
121359
|
+
"description": null,
|
|
121360
|
+
"type": {
|
|
121361
|
+
"kind": "INPUT_OBJECT",
|
|
121362
|
+
"name": "enrichment_queries_social_page_handles_aggregate_bool_exp",
|
|
121363
|
+
"ofType": null
|
|
121364
|
+
},
|
|
121365
|
+
"defaultValue": null,
|
|
121366
|
+
"isDeprecated": false,
|
|
121367
|
+
"deprecationReason": null
|
|
121368
|
+
},
|
|
119863
121369
|
{
|
|
119864
121370
|
"name": "id",
|
|
119865
121371
|
"description": null,
|
|
@@ -120074,6 +121580,18 @@
|
|
|
120074
121580
|
"isDeprecated": false,
|
|
120075
121581
|
"deprecationReason": null
|
|
120076
121582
|
},
|
|
121583
|
+
{
|
|
121584
|
+
"name": "enrichment_queries_social_page_handles",
|
|
121585
|
+
"description": null,
|
|
121586
|
+
"type": {
|
|
121587
|
+
"kind": "INPUT_OBJECT",
|
|
121588
|
+
"name": "enrichment_queries_social_page_handles_arr_rel_insert_input",
|
|
121589
|
+
"ofType": null
|
|
121590
|
+
},
|
|
121591
|
+
"defaultValue": null,
|
|
121592
|
+
"isDeprecated": false,
|
|
121593
|
+
"deprecationReason": null
|
|
121594
|
+
},
|
|
120077
121595
|
{
|
|
120078
121596
|
"name": "id",
|
|
120079
121597
|
"description": null,
|
|
@@ -120690,6 +122208,18 @@
|
|
|
120690
122208
|
"isDeprecated": false,
|
|
120691
122209
|
"deprecationReason": null
|
|
120692
122210
|
},
|
|
122211
|
+
{
|
|
122212
|
+
"name": "enrichment_queries_social_page_handles_aggregate",
|
|
122213
|
+
"description": null,
|
|
122214
|
+
"type": {
|
|
122215
|
+
"kind": "INPUT_OBJECT",
|
|
122216
|
+
"name": "enrichment_queries_social_page_handles_aggregate_order_by",
|
|
122217
|
+
"ofType": null
|
|
122218
|
+
},
|
|
122219
|
+
"defaultValue": null,
|
|
122220
|
+
"isDeprecated": false,
|
|
122221
|
+
"deprecationReason": null
|
|
122222
|
+
},
|
|
120693
122223
|
{
|
|
120694
122224
|
"name": "id",
|
|
120695
122225
|
"description": null,
|
|
@@ -135055,6 +136585,200 @@
|
|
|
135055
136585
|
"isDeprecated": false,
|
|
135056
136586
|
"deprecationReason": null
|
|
135057
136587
|
},
|
|
136588
|
+
{
|
|
136589
|
+
"name": "enrichment_queries_website_urls",
|
|
136590
|
+
"description": "An array relationship",
|
|
136591
|
+
"args": [
|
|
136592
|
+
{
|
|
136593
|
+
"name": "distinct_on",
|
|
136594
|
+
"description": "distinct select on columns",
|
|
136595
|
+
"type": {
|
|
136596
|
+
"kind": "LIST",
|
|
136597
|
+
"name": null,
|
|
136598
|
+
"ofType": {
|
|
136599
|
+
"kind": "NON_NULL",
|
|
136600
|
+
"name": null,
|
|
136601
|
+
"ofType": {
|
|
136602
|
+
"kind": "ENUM",
|
|
136603
|
+
"name": "enrichment_queries_website_urls_select_column",
|
|
136604
|
+
"ofType": null
|
|
136605
|
+
}
|
|
136606
|
+
}
|
|
136607
|
+
},
|
|
136608
|
+
"defaultValue": null,
|
|
136609
|
+
"isDeprecated": false,
|
|
136610
|
+
"deprecationReason": null
|
|
136611
|
+
},
|
|
136612
|
+
{
|
|
136613
|
+
"name": "limit",
|
|
136614
|
+
"description": "limit the number of rows returned",
|
|
136615
|
+
"type": {
|
|
136616
|
+
"kind": "SCALAR",
|
|
136617
|
+
"name": "Int",
|
|
136618
|
+
"ofType": null
|
|
136619
|
+
},
|
|
136620
|
+
"defaultValue": null,
|
|
136621
|
+
"isDeprecated": false,
|
|
136622
|
+
"deprecationReason": null
|
|
136623
|
+
},
|
|
136624
|
+
{
|
|
136625
|
+
"name": "offset",
|
|
136626
|
+
"description": "skip the first n rows. Use only with order_by",
|
|
136627
|
+
"type": {
|
|
136628
|
+
"kind": "SCALAR",
|
|
136629
|
+
"name": "Int",
|
|
136630
|
+
"ofType": null
|
|
136631
|
+
},
|
|
136632
|
+
"defaultValue": null,
|
|
136633
|
+
"isDeprecated": false,
|
|
136634
|
+
"deprecationReason": null
|
|
136635
|
+
},
|
|
136636
|
+
{
|
|
136637
|
+
"name": "order_by",
|
|
136638
|
+
"description": "sort the rows by one or more columns",
|
|
136639
|
+
"type": {
|
|
136640
|
+
"kind": "LIST",
|
|
136641
|
+
"name": null,
|
|
136642
|
+
"ofType": {
|
|
136643
|
+
"kind": "NON_NULL",
|
|
136644
|
+
"name": null,
|
|
136645
|
+
"ofType": {
|
|
136646
|
+
"kind": "INPUT_OBJECT",
|
|
136647
|
+
"name": "enrichment_queries_website_urls_order_by",
|
|
136648
|
+
"ofType": null
|
|
136649
|
+
}
|
|
136650
|
+
}
|
|
136651
|
+
},
|
|
136652
|
+
"defaultValue": null,
|
|
136653
|
+
"isDeprecated": false,
|
|
136654
|
+
"deprecationReason": null
|
|
136655
|
+
},
|
|
136656
|
+
{
|
|
136657
|
+
"name": "where",
|
|
136658
|
+
"description": "filter the rows returned",
|
|
136659
|
+
"type": {
|
|
136660
|
+
"kind": "INPUT_OBJECT",
|
|
136661
|
+
"name": "enrichment_queries_website_urls_bool_exp",
|
|
136662
|
+
"ofType": null
|
|
136663
|
+
},
|
|
136664
|
+
"defaultValue": null,
|
|
136665
|
+
"isDeprecated": false,
|
|
136666
|
+
"deprecationReason": null
|
|
136667
|
+
}
|
|
136668
|
+
],
|
|
136669
|
+
"type": {
|
|
136670
|
+
"kind": "NON_NULL",
|
|
136671
|
+
"name": null,
|
|
136672
|
+
"ofType": {
|
|
136673
|
+
"kind": "LIST",
|
|
136674
|
+
"name": null,
|
|
136675
|
+
"ofType": {
|
|
136676
|
+
"kind": "NON_NULL",
|
|
136677
|
+
"name": null,
|
|
136678
|
+
"ofType": {
|
|
136679
|
+
"kind": "OBJECT",
|
|
136680
|
+
"name": "enrichment_queries_website_urls",
|
|
136681
|
+
"ofType": null
|
|
136682
|
+
}
|
|
136683
|
+
}
|
|
136684
|
+
}
|
|
136685
|
+
},
|
|
136686
|
+
"isDeprecated": false,
|
|
136687
|
+
"deprecationReason": null
|
|
136688
|
+
},
|
|
136689
|
+
{
|
|
136690
|
+
"name": "enrichment_queries_website_urls_aggregate",
|
|
136691
|
+
"description": "An aggregate relationship",
|
|
136692
|
+
"args": [
|
|
136693
|
+
{
|
|
136694
|
+
"name": "distinct_on",
|
|
136695
|
+
"description": "distinct select on columns",
|
|
136696
|
+
"type": {
|
|
136697
|
+
"kind": "LIST",
|
|
136698
|
+
"name": null,
|
|
136699
|
+
"ofType": {
|
|
136700
|
+
"kind": "NON_NULL",
|
|
136701
|
+
"name": null,
|
|
136702
|
+
"ofType": {
|
|
136703
|
+
"kind": "ENUM",
|
|
136704
|
+
"name": "enrichment_queries_website_urls_select_column",
|
|
136705
|
+
"ofType": null
|
|
136706
|
+
}
|
|
136707
|
+
}
|
|
136708
|
+
},
|
|
136709
|
+
"defaultValue": null,
|
|
136710
|
+
"isDeprecated": false,
|
|
136711
|
+
"deprecationReason": null
|
|
136712
|
+
},
|
|
136713
|
+
{
|
|
136714
|
+
"name": "limit",
|
|
136715
|
+
"description": "limit the number of rows returned",
|
|
136716
|
+
"type": {
|
|
136717
|
+
"kind": "SCALAR",
|
|
136718
|
+
"name": "Int",
|
|
136719
|
+
"ofType": null
|
|
136720
|
+
},
|
|
136721
|
+
"defaultValue": null,
|
|
136722
|
+
"isDeprecated": false,
|
|
136723
|
+
"deprecationReason": null
|
|
136724
|
+
},
|
|
136725
|
+
{
|
|
136726
|
+
"name": "offset",
|
|
136727
|
+
"description": "skip the first n rows. Use only with order_by",
|
|
136728
|
+
"type": {
|
|
136729
|
+
"kind": "SCALAR",
|
|
136730
|
+
"name": "Int",
|
|
136731
|
+
"ofType": null
|
|
136732
|
+
},
|
|
136733
|
+
"defaultValue": null,
|
|
136734
|
+
"isDeprecated": false,
|
|
136735
|
+
"deprecationReason": null
|
|
136736
|
+
},
|
|
136737
|
+
{
|
|
136738
|
+
"name": "order_by",
|
|
136739
|
+
"description": "sort the rows by one or more columns",
|
|
136740
|
+
"type": {
|
|
136741
|
+
"kind": "LIST",
|
|
136742
|
+
"name": null,
|
|
136743
|
+
"ofType": {
|
|
136744
|
+
"kind": "NON_NULL",
|
|
136745
|
+
"name": null,
|
|
136746
|
+
"ofType": {
|
|
136747
|
+
"kind": "INPUT_OBJECT",
|
|
136748
|
+
"name": "enrichment_queries_website_urls_order_by",
|
|
136749
|
+
"ofType": null
|
|
136750
|
+
}
|
|
136751
|
+
}
|
|
136752
|
+
},
|
|
136753
|
+
"defaultValue": null,
|
|
136754
|
+
"isDeprecated": false,
|
|
136755
|
+
"deprecationReason": null
|
|
136756
|
+
},
|
|
136757
|
+
{
|
|
136758
|
+
"name": "where",
|
|
136759
|
+
"description": "filter the rows returned",
|
|
136760
|
+
"type": {
|
|
136761
|
+
"kind": "INPUT_OBJECT",
|
|
136762
|
+
"name": "enrichment_queries_website_urls_bool_exp",
|
|
136763
|
+
"ofType": null
|
|
136764
|
+
},
|
|
136765
|
+
"defaultValue": null,
|
|
136766
|
+
"isDeprecated": false,
|
|
136767
|
+
"deprecationReason": null
|
|
136768
|
+
}
|
|
136769
|
+
],
|
|
136770
|
+
"type": {
|
|
136771
|
+
"kind": "NON_NULL",
|
|
136772
|
+
"name": null,
|
|
136773
|
+
"ofType": {
|
|
136774
|
+
"kind": "OBJECT",
|
|
136775
|
+
"name": "enrichment_queries_website_urls_aggregate",
|
|
136776
|
+
"ofType": null
|
|
136777
|
+
}
|
|
136778
|
+
},
|
|
136779
|
+
"isDeprecated": false,
|
|
136780
|
+
"deprecationReason": null
|
|
136781
|
+
},
|
|
135058
136782
|
{
|
|
135059
136783
|
"name": "google_places",
|
|
135060
136784
|
"description": "An array relationship",
|
|
@@ -136094,6 +137818,30 @@
|
|
|
136094
137818
|
"isDeprecated": false,
|
|
136095
137819
|
"deprecationReason": null
|
|
136096
137820
|
},
|
|
137821
|
+
{
|
|
137822
|
+
"name": "enrichment_queries_website_urls",
|
|
137823
|
+
"description": null,
|
|
137824
|
+
"type": {
|
|
137825
|
+
"kind": "INPUT_OBJECT",
|
|
137826
|
+
"name": "enrichment_queries_website_urls_bool_exp",
|
|
137827
|
+
"ofType": null
|
|
137828
|
+
},
|
|
137829
|
+
"defaultValue": null,
|
|
137830
|
+
"isDeprecated": false,
|
|
137831
|
+
"deprecationReason": null
|
|
137832
|
+
},
|
|
137833
|
+
{
|
|
137834
|
+
"name": "enrichment_queries_website_urls_aggregate",
|
|
137835
|
+
"description": null,
|
|
137836
|
+
"type": {
|
|
137837
|
+
"kind": "INPUT_OBJECT",
|
|
137838
|
+
"name": "enrichment_queries_website_urls_aggregate_bool_exp",
|
|
137839
|
+
"ofType": null
|
|
137840
|
+
},
|
|
137841
|
+
"defaultValue": null,
|
|
137842
|
+
"isDeprecated": false,
|
|
137843
|
+
"deprecationReason": null
|
|
137844
|
+
},
|
|
136097
137845
|
{
|
|
136098
137846
|
"name": "google_places",
|
|
136099
137847
|
"description": null,
|
|
@@ -136284,6 +138032,18 @@
|
|
|
136284
138032
|
"isDeprecated": false,
|
|
136285
138033
|
"deprecationReason": null
|
|
136286
138034
|
},
|
|
138035
|
+
{
|
|
138036
|
+
"name": "enrichment_queries_website_urls",
|
|
138037
|
+
"description": null,
|
|
138038
|
+
"type": {
|
|
138039
|
+
"kind": "INPUT_OBJECT",
|
|
138040
|
+
"name": "enrichment_queries_website_urls_arr_rel_insert_input",
|
|
138041
|
+
"ofType": null
|
|
138042
|
+
},
|
|
138043
|
+
"defaultValue": null,
|
|
138044
|
+
"isDeprecated": false,
|
|
138045
|
+
"deprecationReason": null
|
|
138046
|
+
},
|
|
136287
138047
|
{
|
|
136288
138048
|
"name": "google_places",
|
|
136289
138049
|
"description": null,
|
|
@@ -136698,6 +138458,18 @@
|
|
|
136698
138458
|
"isDeprecated": false,
|
|
136699
138459
|
"deprecationReason": null
|
|
136700
138460
|
},
|
|
138461
|
+
{
|
|
138462
|
+
"name": "enrichment_queries_website_urls_aggregate",
|
|
138463
|
+
"description": null,
|
|
138464
|
+
"type": {
|
|
138465
|
+
"kind": "INPUT_OBJECT",
|
|
138466
|
+
"name": "enrichment_queries_website_urls_aggregate_order_by",
|
|
138467
|
+
"ofType": null
|
|
138468
|
+
},
|
|
138469
|
+
"defaultValue": null,
|
|
138470
|
+
"isDeprecated": false,
|
|
138471
|
+
"deprecationReason": null
|
|
138472
|
+
},
|
|
136701
138473
|
{
|
|
136702
138474
|
"name": "google_places_aggregate",
|
|
136703
138475
|
"description": null,
|