@promoboxx/graphql-gateway-types 1.333.0 → 1.335.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 +1189 -195
- package/index.d.ts +140 -0
- package/package.json +1 -1
- package/schema.graphql +187 -0
package/graphql.schema.json
CHANGED
|
@@ -68368,8 +68368,8 @@
|
|
|
68368
68368
|
"deprecationReason": null
|
|
68369
68369
|
},
|
|
68370
68370
|
{
|
|
68371
|
-
"name": "
|
|
68372
|
-
"description": "fetch data from the table: \"
|
|
68371
|
+
"name": "view_facebook_page_ad_library_id",
|
|
68372
|
+
"description": "fetch data from the table: \"view_facebook_page_ad_library_id\"",
|
|
68373
68373
|
"args": [
|
|
68374
68374
|
{
|
|
68375
68375
|
"name": "distinct_on",
|
|
@@ -68382,7 +68382,7 @@
|
|
|
68382
68382
|
"name": null,
|
|
68383
68383
|
"ofType": {
|
|
68384
68384
|
"kind": "ENUM",
|
|
68385
|
-
"name": "
|
|
68385
|
+
"name": "view_facebook_page_ad_library_id_select_column",
|
|
68386
68386
|
"ofType": null
|
|
68387
68387
|
}
|
|
68388
68388
|
}
|
|
@@ -68426,7 +68426,7 @@
|
|
|
68426
68426
|
"name": null,
|
|
68427
68427
|
"ofType": {
|
|
68428
68428
|
"kind": "INPUT_OBJECT",
|
|
68429
|
-
"name": "
|
|
68429
|
+
"name": "view_facebook_page_ad_library_id_order_by",
|
|
68430
68430
|
"ofType": null
|
|
68431
68431
|
}
|
|
68432
68432
|
}
|
|
@@ -68440,7 +68440,7 @@
|
|
|
68440
68440
|
"description": "filter the rows returned",
|
|
68441
68441
|
"type": {
|
|
68442
68442
|
"kind": "INPUT_OBJECT",
|
|
68443
|
-
"name": "
|
|
68443
|
+
"name": "view_facebook_page_ad_library_id_bool_exp",
|
|
68444
68444
|
"ofType": null
|
|
68445
68445
|
},
|
|
68446
68446
|
"defaultValue": null,
|
|
@@ -68459,7 +68459,7 @@
|
|
|
68459
68459
|
"name": null,
|
|
68460
68460
|
"ofType": {
|
|
68461
68461
|
"kind": "OBJECT",
|
|
68462
|
-
"name": "
|
|
68462
|
+
"name": "view_facebook_page_ad_library_id",
|
|
68463
68463
|
"ofType": null
|
|
68464
68464
|
}
|
|
68465
68465
|
}
|
|
@@ -68469,8 +68469,8 @@
|
|
|
68469
68469
|
"deprecationReason": null
|
|
68470
68470
|
},
|
|
68471
68471
|
{
|
|
68472
|
-
"name": "
|
|
68473
|
-
"description": "fetch aggregated fields from the table: \"
|
|
68472
|
+
"name": "view_facebook_page_ad_library_id_aggregate",
|
|
68473
|
+
"description": "fetch aggregated fields from the table: \"view_facebook_page_ad_library_id\"",
|
|
68474
68474
|
"args": [
|
|
68475
68475
|
{
|
|
68476
68476
|
"name": "distinct_on",
|
|
@@ -68483,7 +68483,7 @@
|
|
|
68483
68483
|
"name": null,
|
|
68484
68484
|
"ofType": {
|
|
68485
68485
|
"kind": "ENUM",
|
|
68486
|
-
"name": "
|
|
68486
|
+
"name": "view_facebook_page_ad_library_id_select_column",
|
|
68487
68487
|
"ofType": null
|
|
68488
68488
|
}
|
|
68489
68489
|
}
|
|
@@ -68527,7 +68527,7 @@
|
|
|
68527
68527
|
"name": null,
|
|
68528
68528
|
"ofType": {
|
|
68529
68529
|
"kind": "INPUT_OBJECT",
|
|
68530
|
-
"name": "
|
|
68530
|
+
"name": "view_facebook_page_ad_library_id_order_by",
|
|
68531
68531
|
"ofType": null
|
|
68532
68532
|
}
|
|
68533
68533
|
}
|
|
@@ -68541,7 +68541,7 @@
|
|
|
68541
68541
|
"description": "filter the rows returned",
|
|
68542
68542
|
"type": {
|
|
68543
68543
|
"kind": "INPUT_OBJECT",
|
|
68544
|
-
"name": "
|
|
68544
|
+
"name": "view_facebook_page_ad_library_id_bool_exp",
|
|
68545
68545
|
"ofType": null
|
|
68546
68546
|
},
|
|
68547
68547
|
"defaultValue": null,
|
|
@@ -68554,7 +68554,7 @@
|
|
|
68554
68554
|
"name": null,
|
|
68555
68555
|
"ofType": {
|
|
68556
68556
|
"kind": "OBJECT",
|
|
68557
|
-
"name": "
|
|
68557
|
+
"name": "view_facebook_page_ad_library_id_aggregate",
|
|
68558
68558
|
"ofType": null
|
|
68559
68559
|
}
|
|
68560
68560
|
},
|
|
@@ -68562,37 +68562,8 @@
|
|
|
68562
68562
|
"deprecationReason": null
|
|
68563
68563
|
},
|
|
68564
68564
|
{
|
|
68565
|
-
"name": "
|
|
68566
|
-
"description": "fetch data from the table: \"website_blacklist\"
|
|
68567
|
-
"args": [
|
|
68568
|
-
{
|
|
68569
|
-
"name": "id",
|
|
68570
|
-
"description": null,
|
|
68571
|
-
"type": {
|
|
68572
|
-
"kind": "NON_NULL",
|
|
68573
|
-
"name": null,
|
|
68574
|
-
"ofType": {
|
|
68575
|
-
"kind": "SCALAR",
|
|
68576
|
-
"name": "uuid",
|
|
68577
|
-
"ofType": null
|
|
68578
|
-
}
|
|
68579
|
-
},
|
|
68580
|
-
"defaultValue": null,
|
|
68581
|
-
"isDeprecated": false,
|
|
68582
|
-
"deprecationReason": null
|
|
68583
|
-
}
|
|
68584
|
-
],
|
|
68585
|
-
"type": {
|
|
68586
|
-
"kind": "OBJECT",
|
|
68587
|
-
"name": "website_blacklist",
|
|
68588
|
-
"ofType": null
|
|
68589
|
-
},
|
|
68590
|
-
"isDeprecated": false,
|
|
68591
|
-
"deprecationReason": null
|
|
68592
|
-
},
|
|
68593
|
-
{
|
|
68594
|
-
"name": "website_url_emails",
|
|
68595
|
-
"description": "An array relationship",
|
|
68565
|
+
"name": "website_blacklist",
|
|
68566
|
+
"description": "fetch data from the table: \"website_blacklist\"",
|
|
68596
68567
|
"args": [
|
|
68597
68568
|
{
|
|
68598
68569
|
"name": "distinct_on",
|
|
@@ -68605,7 +68576,7 @@
|
|
|
68605
68576
|
"name": null,
|
|
68606
68577
|
"ofType": {
|
|
68607
68578
|
"kind": "ENUM",
|
|
68608
|
-
"name": "
|
|
68579
|
+
"name": "website_blacklist_select_column",
|
|
68609
68580
|
"ofType": null
|
|
68610
68581
|
}
|
|
68611
68582
|
}
|
|
@@ -68649,7 +68620,7 @@
|
|
|
68649
68620
|
"name": null,
|
|
68650
68621
|
"ofType": {
|
|
68651
68622
|
"kind": "INPUT_OBJECT",
|
|
68652
|
-
"name": "
|
|
68623
|
+
"name": "website_blacklist_order_by",
|
|
68653
68624
|
"ofType": null
|
|
68654
68625
|
}
|
|
68655
68626
|
}
|
|
@@ -68663,7 +68634,7 @@
|
|
|
68663
68634
|
"description": "filter the rows returned",
|
|
68664
68635
|
"type": {
|
|
68665
68636
|
"kind": "INPUT_OBJECT",
|
|
68666
|
-
"name": "
|
|
68637
|
+
"name": "website_blacklist_bool_exp",
|
|
68667
68638
|
"ofType": null
|
|
68668
68639
|
},
|
|
68669
68640
|
"defaultValue": null,
|
|
@@ -68682,7 +68653,7 @@
|
|
|
68682
68653
|
"name": null,
|
|
68683
68654
|
"ofType": {
|
|
68684
68655
|
"kind": "OBJECT",
|
|
68685
|
-
"name": "
|
|
68656
|
+
"name": "website_blacklist",
|
|
68686
68657
|
"ofType": null
|
|
68687
68658
|
}
|
|
68688
68659
|
}
|
|
@@ -68692,8 +68663,8 @@
|
|
|
68692
68663
|
"deprecationReason": null
|
|
68693
68664
|
},
|
|
68694
68665
|
{
|
|
68695
|
-
"name": "
|
|
68696
|
-
"description": "
|
|
68666
|
+
"name": "website_blacklist_aggregate",
|
|
68667
|
+
"description": "fetch aggregated fields from the table: \"website_blacklist\"",
|
|
68697
68668
|
"args": [
|
|
68698
68669
|
{
|
|
68699
68670
|
"name": "distinct_on",
|
|
@@ -68706,7 +68677,7 @@
|
|
|
68706
68677
|
"name": null,
|
|
68707
68678
|
"ofType": {
|
|
68708
68679
|
"kind": "ENUM",
|
|
68709
|
-
"name": "
|
|
68680
|
+
"name": "website_blacklist_select_column",
|
|
68710
68681
|
"ofType": null
|
|
68711
68682
|
}
|
|
68712
68683
|
}
|
|
@@ -68750,7 +68721,7 @@
|
|
|
68750
68721
|
"name": null,
|
|
68751
68722
|
"ofType": {
|
|
68752
68723
|
"kind": "INPUT_OBJECT",
|
|
68753
|
-
"name": "
|
|
68724
|
+
"name": "website_blacklist_order_by",
|
|
68754
68725
|
"ofType": null
|
|
68755
68726
|
}
|
|
68756
68727
|
}
|
|
@@ -68764,7 +68735,7 @@
|
|
|
68764
68735
|
"description": "filter the rows returned",
|
|
68765
68736
|
"type": {
|
|
68766
68737
|
"kind": "INPUT_OBJECT",
|
|
68767
|
-
"name": "
|
|
68738
|
+
"name": "website_blacklist_bool_exp",
|
|
68768
68739
|
"ofType": null
|
|
68769
68740
|
},
|
|
68770
68741
|
"defaultValue": null,
|
|
@@ -68777,7 +68748,7 @@
|
|
|
68777
68748
|
"name": null,
|
|
68778
68749
|
"ofType": {
|
|
68779
68750
|
"kind": "OBJECT",
|
|
68780
|
-
"name": "
|
|
68751
|
+
"name": "website_blacklist_aggregate",
|
|
68781
68752
|
"ofType": null
|
|
68782
68753
|
}
|
|
68783
68754
|
},
|
|
@@ -68785,8 +68756,8 @@
|
|
|
68785
68756
|
"deprecationReason": null
|
|
68786
68757
|
},
|
|
68787
68758
|
{
|
|
68788
|
-
"name": "
|
|
68789
|
-
"description": "fetch data from the table: \"
|
|
68759
|
+
"name": "website_blacklist_by_pk",
|
|
68760
|
+
"description": "fetch data from the table: \"website_blacklist\" using primary key columns",
|
|
68790
68761
|
"args": [
|
|
68791
68762
|
{
|
|
68792
68763
|
"name": "id",
|
|
@@ -68807,14 +68778,14 @@
|
|
|
68807
68778
|
],
|
|
68808
68779
|
"type": {
|
|
68809
68780
|
"kind": "OBJECT",
|
|
68810
|
-
"name": "
|
|
68781
|
+
"name": "website_blacklist",
|
|
68811
68782
|
"ofType": null
|
|
68812
68783
|
},
|
|
68813
68784
|
"isDeprecated": false,
|
|
68814
68785
|
"deprecationReason": null
|
|
68815
68786
|
},
|
|
68816
68787
|
{
|
|
68817
|
-
"name": "
|
|
68788
|
+
"name": "website_url_emails",
|
|
68818
68789
|
"description": "An array relationship",
|
|
68819
68790
|
"args": [
|
|
68820
68791
|
{
|
|
@@ -68828,7 +68799,7 @@
|
|
|
68828
68799
|
"name": null,
|
|
68829
68800
|
"ofType": {
|
|
68830
68801
|
"kind": "ENUM",
|
|
68831
|
-
"name": "
|
|
68802
|
+
"name": "website_url_emails_select_column",
|
|
68832
68803
|
"ofType": null
|
|
68833
68804
|
}
|
|
68834
68805
|
}
|
|
@@ -68872,7 +68843,7 @@
|
|
|
68872
68843
|
"name": null,
|
|
68873
68844
|
"ofType": {
|
|
68874
68845
|
"kind": "INPUT_OBJECT",
|
|
68875
|
-
"name": "
|
|
68846
|
+
"name": "website_url_emails_order_by",
|
|
68876
68847
|
"ofType": null
|
|
68877
68848
|
}
|
|
68878
68849
|
}
|
|
@@ -68886,7 +68857,7 @@
|
|
|
68886
68857
|
"description": "filter the rows returned",
|
|
68887
68858
|
"type": {
|
|
68888
68859
|
"kind": "INPUT_OBJECT",
|
|
68889
|
-
"name": "
|
|
68860
|
+
"name": "website_url_emails_bool_exp",
|
|
68890
68861
|
"ofType": null
|
|
68891
68862
|
},
|
|
68892
68863
|
"defaultValue": null,
|
|
@@ -68905,7 +68876,7 @@
|
|
|
68905
68876
|
"name": null,
|
|
68906
68877
|
"ofType": {
|
|
68907
68878
|
"kind": "OBJECT",
|
|
68908
|
-
"name": "
|
|
68879
|
+
"name": "website_url_emails",
|
|
68909
68880
|
"ofType": null
|
|
68910
68881
|
}
|
|
68911
68882
|
}
|
|
@@ -68915,7 +68886,7 @@
|
|
|
68915
68886
|
"deprecationReason": null
|
|
68916
68887
|
},
|
|
68917
68888
|
{
|
|
68918
|
-
"name": "
|
|
68889
|
+
"name": "website_url_emails_aggregate",
|
|
68919
68890
|
"description": "An aggregate relationship",
|
|
68920
68891
|
"args": [
|
|
68921
68892
|
{
|
|
@@ -68929,7 +68900,7 @@
|
|
|
68929
68900
|
"name": null,
|
|
68930
68901
|
"ofType": {
|
|
68931
68902
|
"kind": "ENUM",
|
|
68932
|
-
"name": "
|
|
68903
|
+
"name": "website_url_emails_select_column",
|
|
68933
68904
|
"ofType": null
|
|
68934
68905
|
}
|
|
68935
68906
|
}
|
|
@@ -68973,7 +68944,7 @@
|
|
|
68973
68944
|
"name": null,
|
|
68974
68945
|
"ofType": {
|
|
68975
68946
|
"kind": "INPUT_OBJECT",
|
|
68976
|
-
"name": "
|
|
68947
|
+
"name": "website_url_emails_order_by",
|
|
68977
68948
|
"ofType": null
|
|
68978
68949
|
}
|
|
68979
68950
|
}
|
|
@@ -68987,7 +68958,7 @@
|
|
|
68987
68958
|
"description": "filter the rows returned",
|
|
68988
68959
|
"type": {
|
|
68989
68960
|
"kind": "INPUT_OBJECT",
|
|
68990
|
-
"name": "
|
|
68961
|
+
"name": "website_url_emails_bool_exp",
|
|
68991
68962
|
"ofType": null
|
|
68992
68963
|
},
|
|
68993
68964
|
"defaultValue": null,
|
|
@@ -69000,7 +68971,7 @@
|
|
|
69000
68971
|
"name": null,
|
|
69001
68972
|
"ofType": {
|
|
69002
68973
|
"kind": "OBJECT",
|
|
69003
|
-
"name": "
|
|
68974
|
+
"name": "website_url_emails_aggregate",
|
|
69004
68975
|
"ofType": null
|
|
69005
68976
|
}
|
|
69006
68977
|
},
|
|
@@ -69008,8 +68979,8 @@
|
|
|
69008
68979
|
"deprecationReason": null
|
|
69009
68980
|
},
|
|
69010
68981
|
{
|
|
69011
|
-
"name": "
|
|
69012
|
-
"description": "fetch data from the table: \"
|
|
68982
|
+
"name": "website_url_emails_by_pk",
|
|
68983
|
+
"description": "fetch data from the table: \"website_url_emails\" using primary key columns",
|
|
69013
68984
|
"args": [
|
|
69014
68985
|
{
|
|
69015
68986
|
"name": "id",
|
|
@@ -69030,14 +69001,14 @@
|
|
|
69030
69001
|
],
|
|
69031
69002
|
"type": {
|
|
69032
69003
|
"kind": "OBJECT",
|
|
69033
|
-
"name": "
|
|
69004
|
+
"name": "website_url_emails",
|
|
69034
69005
|
"ofType": null
|
|
69035
69006
|
},
|
|
69036
69007
|
"isDeprecated": false,
|
|
69037
69008
|
"deprecationReason": null
|
|
69038
69009
|
},
|
|
69039
69010
|
{
|
|
69040
|
-
"name": "
|
|
69011
|
+
"name": "website_url_phone_numbers",
|
|
69041
69012
|
"description": "An array relationship",
|
|
69042
69013
|
"args": [
|
|
69043
69014
|
{
|
|
@@ -69051,7 +69022,7 @@
|
|
|
69051
69022
|
"name": null,
|
|
69052
69023
|
"ofType": {
|
|
69053
69024
|
"kind": "ENUM",
|
|
69054
|
-
"name": "
|
|
69025
|
+
"name": "website_url_phone_numbers_select_column",
|
|
69055
69026
|
"ofType": null
|
|
69056
69027
|
}
|
|
69057
69028
|
}
|
|
@@ -69095,7 +69066,7 @@
|
|
|
69095
69066
|
"name": null,
|
|
69096
69067
|
"ofType": {
|
|
69097
69068
|
"kind": "INPUT_OBJECT",
|
|
69098
|
-
"name": "
|
|
69069
|
+
"name": "website_url_phone_numbers_order_by",
|
|
69099
69070
|
"ofType": null
|
|
69100
69071
|
}
|
|
69101
69072
|
}
|
|
@@ -69109,7 +69080,7 @@
|
|
|
69109
69080
|
"description": "filter the rows returned",
|
|
69110
69081
|
"type": {
|
|
69111
69082
|
"kind": "INPUT_OBJECT",
|
|
69112
|
-
"name": "
|
|
69083
|
+
"name": "website_url_phone_numbers_bool_exp",
|
|
69113
69084
|
"ofType": null
|
|
69114
69085
|
},
|
|
69115
69086
|
"defaultValue": null,
|
|
@@ -69128,7 +69099,7 @@
|
|
|
69128
69099
|
"name": null,
|
|
69129
69100
|
"ofType": {
|
|
69130
69101
|
"kind": "OBJECT",
|
|
69131
|
-
"name": "
|
|
69102
|
+
"name": "website_url_phone_numbers",
|
|
69132
69103
|
"ofType": null
|
|
69133
69104
|
}
|
|
69134
69105
|
}
|
|
@@ -69138,7 +69109,7 @@
|
|
|
69138
69109
|
"deprecationReason": null
|
|
69139
69110
|
},
|
|
69140
69111
|
{
|
|
69141
|
-
"name": "
|
|
69112
|
+
"name": "website_url_phone_numbers_aggregate",
|
|
69142
69113
|
"description": "An aggregate relationship",
|
|
69143
69114
|
"args": [
|
|
69144
69115
|
{
|
|
@@ -69152,7 +69123,7 @@
|
|
|
69152
69123
|
"name": null,
|
|
69153
69124
|
"ofType": {
|
|
69154
69125
|
"kind": "ENUM",
|
|
69155
|
-
"name": "
|
|
69126
|
+
"name": "website_url_phone_numbers_select_column",
|
|
69156
69127
|
"ofType": null
|
|
69157
69128
|
}
|
|
69158
69129
|
}
|
|
@@ -69196,7 +69167,7 @@
|
|
|
69196
69167
|
"name": null,
|
|
69197
69168
|
"ofType": {
|
|
69198
69169
|
"kind": "INPUT_OBJECT",
|
|
69199
|
-
"name": "
|
|
69170
|
+
"name": "website_url_phone_numbers_order_by",
|
|
69200
69171
|
"ofType": null
|
|
69201
69172
|
}
|
|
69202
69173
|
}
|
|
@@ -69210,7 +69181,7 @@
|
|
|
69210
69181
|
"description": "filter the rows returned",
|
|
69211
69182
|
"type": {
|
|
69212
69183
|
"kind": "INPUT_OBJECT",
|
|
69213
|
-
"name": "
|
|
69184
|
+
"name": "website_url_phone_numbers_bool_exp",
|
|
69214
69185
|
"ofType": null
|
|
69215
69186
|
},
|
|
69216
69187
|
"defaultValue": null,
|
|
@@ -69223,7 +69194,7 @@
|
|
|
69223
69194
|
"name": null,
|
|
69224
69195
|
"ofType": {
|
|
69225
69196
|
"kind": "OBJECT",
|
|
69226
|
-
"name": "
|
|
69197
|
+
"name": "website_url_phone_numbers_aggregate",
|
|
69227
69198
|
"ofType": null
|
|
69228
69199
|
}
|
|
69229
69200
|
},
|
|
@@ -69231,8 +69202,8 @@
|
|
|
69231
69202
|
"deprecationReason": null
|
|
69232
69203
|
},
|
|
69233
69204
|
{
|
|
69234
|
-
"name": "
|
|
69235
|
-
"description": "fetch data from the table: \"
|
|
69205
|
+
"name": "website_url_phone_numbers_by_pk",
|
|
69206
|
+
"description": "fetch data from the table: \"website_url_phone_numbers\" using primary key columns",
|
|
69236
69207
|
"args": [
|
|
69237
69208
|
{
|
|
69238
69209
|
"name": "id",
|
|
@@ -69253,15 +69224,15 @@
|
|
|
69253
69224
|
],
|
|
69254
69225
|
"type": {
|
|
69255
69226
|
"kind": "OBJECT",
|
|
69256
|
-
"name": "
|
|
69227
|
+
"name": "website_url_phone_numbers",
|
|
69257
69228
|
"ofType": null
|
|
69258
69229
|
},
|
|
69259
69230
|
"isDeprecated": false,
|
|
69260
69231
|
"deprecationReason": null
|
|
69261
69232
|
},
|
|
69262
69233
|
{
|
|
69263
|
-
"name": "
|
|
69264
|
-
"description": "
|
|
69234
|
+
"name": "website_url_social_page_handles",
|
|
69235
|
+
"description": "An array relationship",
|
|
69265
69236
|
"args": [
|
|
69266
69237
|
{
|
|
69267
69238
|
"name": "distinct_on",
|
|
@@ -69274,7 +69245,7 @@
|
|
|
69274
69245
|
"name": null,
|
|
69275
69246
|
"ofType": {
|
|
69276
69247
|
"kind": "ENUM",
|
|
69277
|
-
"name": "
|
|
69248
|
+
"name": "website_url_social_page_handles_select_column",
|
|
69278
69249
|
"ofType": null
|
|
69279
69250
|
}
|
|
69280
69251
|
}
|
|
@@ -69318,7 +69289,7 @@
|
|
|
69318
69289
|
"name": null,
|
|
69319
69290
|
"ofType": {
|
|
69320
69291
|
"kind": "INPUT_OBJECT",
|
|
69321
|
-
"name": "
|
|
69292
|
+
"name": "website_url_social_page_handles_order_by",
|
|
69322
69293
|
"ofType": null
|
|
69323
69294
|
}
|
|
69324
69295
|
}
|
|
@@ -69332,7 +69303,7 @@
|
|
|
69332
69303
|
"description": "filter the rows returned",
|
|
69333
69304
|
"type": {
|
|
69334
69305
|
"kind": "INPUT_OBJECT",
|
|
69335
|
-
"name": "
|
|
69306
|
+
"name": "website_url_social_page_handles_bool_exp",
|
|
69336
69307
|
"ofType": null
|
|
69337
69308
|
},
|
|
69338
69309
|
"defaultValue": null,
|
|
@@ -69351,7 +69322,7 @@
|
|
|
69351
69322
|
"name": null,
|
|
69352
69323
|
"ofType": {
|
|
69353
69324
|
"kind": "OBJECT",
|
|
69354
|
-
"name": "
|
|
69325
|
+
"name": "website_url_social_page_handles",
|
|
69355
69326
|
"ofType": null
|
|
69356
69327
|
}
|
|
69357
69328
|
}
|
|
@@ -69361,8 +69332,231 @@
|
|
|
69361
69332
|
"deprecationReason": null
|
|
69362
69333
|
},
|
|
69363
69334
|
{
|
|
69364
|
-
"name": "
|
|
69365
|
-
"description": "
|
|
69335
|
+
"name": "website_url_social_page_handles_aggregate",
|
|
69336
|
+
"description": "An aggregate relationship",
|
|
69337
|
+
"args": [
|
|
69338
|
+
{
|
|
69339
|
+
"name": "distinct_on",
|
|
69340
|
+
"description": "distinct select on columns",
|
|
69341
|
+
"type": {
|
|
69342
|
+
"kind": "LIST",
|
|
69343
|
+
"name": null,
|
|
69344
|
+
"ofType": {
|
|
69345
|
+
"kind": "NON_NULL",
|
|
69346
|
+
"name": null,
|
|
69347
|
+
"ofType": {
|
|
69348
|
+
"kind": "ENUM",
|
|
69349
|
+
"name": "website_url_social_page_handles_select_column",
|
|
69350
|
+
"ofType": null
|
|
69351
|
+
}
|
|
69352
|
+
}
|
|
69353
|
+
},
|
|
69354
|
+
"defaultValue": null,
|
|
69355
|
+
"isDeprecated": false,
|
|
69356
|
+
"deprecationReason": null
|
|
69357
|
+
},
|
|
69358
|
+
{
|
|
69359
|
+
"name": "limit",
|
|
69360
|
+
"description": "limit the number of rows returned",
|
|
69361
|
+
"type": {
|
|
69362
|
+
"kind": "SCALAR",
|
|
69363
|
+
"name": "Int",
|
|
69364
|
+
"ofType": null
|
|
69365
|
+
},
|
|
69366
|
+
"defaultValue": null,
|
|
69367
|
+
"isDeprecated": false,
|
|
69368
|
+
"deprecationReason": null
|
|
69369
|
+
},
|
|
69370
|
+
{
|
|
69371
|
+
"name": "offset",
|
|
69372
|
+
"description": "skip the first n rows. Use only with order_by",
|
|
69373
|
+
"type": {
|
|
69374
|
+
"kind": "SCALAR",
|
|
69375
|
+
"name": "Int",
|
|
69376
|
+
"ofType": null
|
|
69377
|
+
},
|
|
69378
|
+
"defaultValue": null,
|
|
69379
|
+
"isDeprecated": false,
|
|
69380
|
+
"deprecationReason": null
|
|
69381
|
+
},
|
|
69382
|
+
{
|
|
69383
|
+
"name": "order_by",
|
|
69384
|
+
"description": "sort the rows by one or more columns",
|
|
69385
|
+
"type": {
|
|
69386
|
+
"kind": "LIST",
|
|
69387
|
+
"name": null,
|
|
69388
|
+
"ofType": {
|
|
69389
|
+
"kind": "NON_NULL",
|
|
69390
|
+
"name": null,
|
|
69391
|
+
"ofType": {
|
|
69392
|
+
"kind": "INPUT_OBJECT",
|
|
69393
|
+
"name": "website_url_social_page_handles_order_by",
|
|
69394
|
+
"ofType": null
|
|
69395
|
+
}
|
|
69396
|
+
}
|
|
69397
|
+
},
|
|
69398
|
+
"defaultValue": null,
|
|
69399
|
+
"isDeprecated": false,
|
|
69400
|
+
"deprecationReason": null
|
|
69401
|
+
},
|
|
69402
|
+
{
|
|
69403
|
+
"name": "where",
|
|
69404
|
+
"description": "filter the rows returned",
|
|
69405
|
+
"type": {
|
|
69406
|
+
"kind": "INPUT_OBJECT",
|
|
69407
|
+
"name": "website_url_social_page_handles_bool_exp",
|
|
69408
|
+
"ofType": null
|
|
69409
|
+
},
|
|
69410
|
+
"defaultValue": null,
|
|
69411
|
+
"isDeprecated": false,
|
|
69412
|
+
"deprecationReason": null
|
|
69413
|
+
}
|
|
69414
|
+
],
|
|
69415
|
+
"type": {
|
|
69416
|
+
"kind": "NON_NULL",
|
|
69417
|
+
"name": null,
|
|
69418
|
+
"ofType": {
|
|
69419
|
+
"kind": "OBJECT",
|
|
69420
|
+
"name": "website_url_social_page_handles_aggregate",
|
|
69421
|
+
"ofType": null
|
|
69422
|
+
}
|
|
69423
|
+
},
|
|
69424
|
+
"isDeprecated": false,
|
|
69425
|
+
"deprecationReason": null
|
|
69426
|
+
},
|
|
69427
|
+
{
|
|
69428
|
+
"name": "website_url_social_page_handles_by_pk",
|
|
69429
|
+
"description": "fetch data from the table: \"website_url_social_page_handles\" using primary key columns",
|
|
69430
|
+
"args": [
|
|
69431
|
+
{
|
|
69432
|
+
"name": "id",
|
|
69433
|
+
"description": null,
|
|
69434
|
+
"type": {
|
|
69435
|
+
"kind": "NON_NULL",
|
|
69436
|
+
"name": null,
|
|
69437
|
+
"ofType": {
|
|
69438
|
+
"kind": "SCALAR",
|
|
69439
|
+
"name": "uuid",
|
|
69440
|
+
"ofType": null
|
|
69441
|
+
}
|
|
69442
|
+
},
|
|
69443
|
+
"defaultValue": null,
|
|
69444
|
+
"isDeprecated": false,
|
|
69445
|
+
"deprecationReason": null
|
|
69446
|
+
}
|
|
69447
|
+
],
|
|
69448
|
+
"type": {
|
|
69449
|
+
"kind": "OBJECT",
|
|
69450
|
+
"name": "website_url_social_page_handles",
|
|
69451
|
+
"ofType": null
|
|
69452
|
+
},
|
|
69453
|
+
"isDeprecated": false,
|
|
69454
|
+
"deprecationReason": null
|
|
69455
|
+
},
|
|
69456
|
+
{
|
|
69457
|
+
"name": "website_urls",
|
|
69458
|
+
"description": "fetch data from the table: \"website_urls\"",
|
|
69459
|
+
"args": [
|
|
69460
|
+
{
|
|
69461
|
+
"name": "distinct_on",
|
|
69462
|
+
"description": "distinct select on columns",
|
|
69463
|
+
"type": {
|
|
69464
|
+
"kind": "LIST",
|
|
69465
|
+
"name": null,
|
|
69466
|
+
"ofType": {
|
|
69467
|
+
"kind": "NON_NULL",
|
|
69468
|
+
"name": null,
|
|
69469
|
+
"ofType": {
|
|
69470
|
+
"kind": "ENUM",
|
|
69471
|
+
"name": "website_urls_select_column",
|
|
69472
|
+
"ofType": null
|
|
69473
|
+
}
|
|
69474
|
+
}
|
|
69475
|
+
},
|
|
69476
|
+
"defaultValue": null,
|
|
69477
|
+
"isDeprecated": false,
|
|
69478
|
+
"deprecationReason": null
|
|
69479
|
+
},
|
|
69480
|
+
{
|
|
69481
|
+
"name": "limit",
|
|
69482
|
+
"description": "limit the number of rows returned",
|
|
69483
|
+
"type": {
|
|
69484
|
+
"kind": "SCALAR",
|
|
69485
|
+
"name": "Int",
|
|
69486
|
+
"ofType": null
|
|
69487
|
+
},
|
|
69488
|
+
"defaultValue": null,
|
|
69489
|
+
"isDeprecated": false,
|
|
69490
|
+
"deprecationReason": null
|
|
69491
|
+
},
|
|
69492
|
+
{
|
|
69493
|
+
"name": "offset",
|
|
69494
|
+
"description": "skip the first n rows. Use only with order_by",
|
|
69495
|
+
"type": {
|
|
69496
|
+
"kind": "SCALAR",
|
|
69497
|
+
"name": "Int",
|
|
69498
|
+
"ofType": null
|
|
69499
|
+
},
|
|
69500
|
+
"defaultValue": null,
|
|
69501
|
+
"isDeprecated": false,
|
|
69502
|
+
"deprecationReason": null
|
|
69503
|
+
},
|
|
69504
|
+
{
|
|
69505
|
+
"name": "order_by",
|
|
69506
|
+
"description": "sort the rows by one or more columns",
|
|
69507
|
+
"type": {
|
|
69508
|
+
"kind": "LIST",
|
|
69509
|
+
"name": null,
|
|
69510
|
+
"ofType": {
|
|
69511
|
+
"kind": "NON_NULL",
|
|
69512
|
+
"name": null,
|
|
69513
|
+
"ofType": {
|
|
69514
|
+
"kind": "INPUT_OBJECT",
|
|
69515
|
+
"name": "website_urls_order_by",
|
|
69516
|
+
"ofType": null
|
|
69517
|
+
}
|
|
69518
|
+
}
|
|
69519
|
+
},
|
|
69520
|
+
"defaultValue": null,
|
|
69521
|
+
"isDeprecated": false,
|
|
69522
|
+
"deprecationReason": null
|
|
69523
|
+
},
|
|
69524
|
+
{
|
|
69525
|
+
"name": "where",
|
|
69526
|
+
"description": "filter the rows returned",
|
|
69527
|
+
"type": {
|
|
69528
|
+
"kind": "INPUT_OBJECT",
|
|
69529
|
+
"name": "website_urls_bool_exp",
|
|
69530
|
+
"ofType": null
|
|
69531
|
+
},
|
|
69532
|
+
"defaultValue": null,
|
|
69533
|
+
"isDeprecated": false,
|
|
69534
|
+
"deprecationReason": null
|
|
69535
|
+
}
|
|
69536
|
+
],
|
|
69537
|
+
"type": {
|
|
69538
|
+
"kind": "NON_NULL",
|
|
69539
|
+
"name": null,
|
|
69540
|
+
"ofType": {
|
|
69541
|
+
"kind": "LIST",
|
|
69542
|
+
"name": null,
|
|
69543
|
+
"ofType": {
|
|
69544
|
+
"kind": "NON_NULL",
|
|
69545
|
+
"name": null,
|
|
69546
|
+
"ofType": {
|
|
69547
|
+
"kind": "OBJECT",
|
|
69548
|
+
"name": "website_urls",
|
|
69549
|
+
"ofType": null
|
|
69550
|
+
}
|
|
69551
|
+
}
|
|
69552
|
+
}
|
|
69553
|
+
},
|
|
69554
|
+
"isDeprecated": false,
|
|
69555
|
+
"deprecationReason": null
|
|
69556
|
+
},
|
|
69557
|
+
{
|
|
69558
|
+
"name": "website_urls_aggregate",
|
|
69559
|
+
"description": "fetch aggregated fields from the table: \"website_urls\"",
|
|
69366
69560
|
"args": [
|
|
69367
69561
|
{
|
|
69368
69562
|
"name": "distinct_on",
|
|
@@ -82798,8 +82992,8 @@
|
|
|
82798
82992
|
"deprecationReason": null
|
|
82799
82993
|
},
|
|
82800
82994
|
{
|
|
82801
|
-
"name": "
|
|
82802
|
-
"description": "fetch data from the table: \"
|
|
82995
|
+
"name": "view_facebook_page_ad_library_id",
|
|
82996
|
+
"description": "fetch data from the table: \"view_facebook_page_ad_library_id\"",
|
|
82803
82997
|
"args": [
|
|
82804
82998
|
{
|
|
82805
82999
|
"name": "distinct_on",
|
|
@@ -82812,7 +83006,7 @@
|
|
|
82812
83006
|
"name": null,
|
|
82813
83007
|
"ofType": {
|
|
82814
83008
|
"kind": "ENUM",
|
|
82815
|
-
"name": "
|
|
83009
|
+
"name": "view_facebook_page_ad_library_id_select_column",
|
|
82816
83010
|
"ofType": null
|
|
82817
83011
|
}
|
|
82818
83012
|
}
|
|
@@ -82856,7 +83050,7 @@
|
|
|
82856
83050
|
"name": null,
|
|
82857
83051
|
"ofType": {
|
|
82858
83052
|
"kind": "INPUT_OBJECT",
|
|
82859
|
-
"name": "
|
|
83053
|
+
"name": "view_facebook_page_ad_library_id_order_by",
|
|
82860
83054
|
"ofType": null
|
|
82861
83055
|
}
|
|
82862
83056
|
}
|
|
@@ -82870,7 +83064,7 @@
|
|
|
82870
83064
|
"description": "filter the rows returned",
|
|
82871
83065
|
"type": {
|
|
82872
83066
|
"kind": "INPUT_OBJECT",
|
|
82873
|
-
"name": "
|
|
83067
|
+
"name": "view_facebook_page_ad_library_id_bool_exp",
|
|
82874
83068
|
"ofType": null
|
|
82875
83069
|
},
|
|
82876
83070
|
"defaultValue": null,
|
|
@@ -82889,7 +83083,7 @@
|
|
|
82889
83083
|
"name": null,
|
|
82890
83084
|
"ofType": {
|
|
82891
83085
|
"kind": "OBJECT",
|
|
82892
|
-
"name": "
|
|
83086
|
+
"name": "view_facebook_page_ad_library_id",
|
|
82893
83087
|
"ofType": null
|
|
82894
83088
|
}
|
|
82895
83089
|
}
|
|
@@ -82899,8 +83093,8 @@
|
|
|
82899
83093
|
"deprecationReason": null
|
|
82900
83094
|
},
|
|
82901
83095
|
{
|
|
82902
|
-
"name": "
|
|
82903
|
-
"description": "fetch aggregated fields from the table: \"
|
|
83096
|
+
"name": "view_facebook_page_ad_library_id_aggregate",
|
|
83097
|
+
"description": "fetch aggregated fields from the table: \"view_facebook_page_ad_library_id\"",
|
|
82904
83098
|
"args": [
|
|
82905
83099
|
{
|
|
82906
83100
|
"name": "distinct_on",
|
|
@@ -82913,7 +83107,7 @@
|
|
|
82913
83107
|
"name": null,
|
|
82914
83108
|
"ofType": {
|
|
82915
83109
|
"kind": "ENUM",
|
|
82916
|
-
"name": "
|
|
83110
|
+
"name": "view_facebook_page_ad_library_id_select_column",
|
|
82917
83111
|
"ofType": null
|
|
82918
83112
|
}
|
|
82919
83113
|
}
|
|
@@ -82957,7 +83151,7 @@
|
|
|
82957
83151
|
"name": null,
|
|
82958
83152
|
"ofType": {
|
|
82959
83153
|
"kind": "INPUT_OBJECT",
|
|
82960
|
-
"name": "
|
|
83154
|
+
"name": "view_facebook_page_ad_library_id_order_by",
|
|
82961
83155
|
"ofType": null
|
|
82962
83156
|
}
|
|
82963
83157
|
}
|
|
@@ -82971,7 +83165,7 @@
|
|
|
82971
83165
|
"description": "filter the rows returned",
|
|
82972
83166
|
"type": {
|
|
82973
83167
|
"kind": "INPUT_OBJECT",
|
|
82974
|
-
"name": "
|
|
83168
|
+
"name": "view_facebook_page_ad_library_id_bool_exp",
|
|
82975
83169
|
"ofType": null
|
|
82976
83170
|
},
|
|
82977
83171
|
"defaultValue": null,
|
|
@@ -82984,7 +83178,7 @@
|
|
|
82984
83178
|
"name": null,
|
|
82985
83179
|
"ofType": {
|
|
82986
83180
|
"kind": "OBJECT",
|
|
82987
|
-
"name": "
|
|
83181
|
+
"name": "view_facebook_page_ad_library_id_aggregate",
|
|
82988
83182
|
"ofType": null
|
|
82989
83183
|
}
|
|
82990
83184
|
},
|
|
@@ -82992,37 +83186,8 @@
|
|
|
82992
83186
|
"deprecationReason": null
|
|
82993
83187
|
},
|
|
82994
83188
|
{
|
|
82995
|
-
"name": "
|
|
82996
|
-
"description": "fetch data from the table: \"
|
|
82997
|
-
"args": [
|
|
82998
|
-
{
|
|
82999
|
-
"name": "id",
|
|
83000
|
-
"description": null,
|
|
83001
|
-
"type": {
|
|
83002
|
-
"kind": "NON_NULL",
|
|
83003
|
-
"name": null,
|
|
83004
|
-
"ofType": {
|
|
83005
|
-
"kind": "SCALAR",
|
|
83006
|
-
"name": "uuid",
|
|
83007
|
-
"ofType": null
|
|
83008
|
-
}
|
|
83009
|
-
},
|
|
83010
|
-
"defaultValue": null,
|
|
83011
|
-
"isDeprecated": false,
|
|
83012
|
-
"deprecationReason": null
|
|
83013
|
-
}
|
|
83014
|
-
],
|
|
83015
|
-
"type": {
|
|
83016
|
-
"kind": "OBJECT",
|
|
83017
|
-
"name": "website_blacklist",
|
|
83018
|
-
"ofType": null
|
|
83019
|
-
},
|
|
83020
|
-
"isDeprecated": false,
|
|
83021
|
-
"deprecationReason": null
|
|
83022
|
-
},
|
|
83023
|
-
{
|
|
83024
|
-
"name": "website_blacklist_stream",
|
|
83025
|
-
"description": "fetch data from the table in a streaming manner: \"website_blacklist\"",
|
|
83189
|
+
"name": "view_facebook_page_ad_library_id_stream",
|
|
83190
|
+
"description": "fetch data from the table in a streaming manner: \"view_facebook_page_ad_library_id\"",
|
|
83026
83191
|
"args": [
|
|
83027
83192
|
{
|
|
83028
83193
|
"name": "batch_size",
|
|
@@ -83051,7 +83216,7 @@
|
|
|
83051
83216
|
"name": null,
|
|
83052
83217
|
"ofType": {
|
|
83053
83218
|
"kind": "INPUT_OBJECT",
|
|
83054
|
-
"name": "
|
|
83219
|
+
"name": "view_facebook_page_ad_library_id_stream_cursor_input",
|
|
83055
83220
|
"ofType": null
|
|
83056
83221
|
}
|
|
83057
83222
|
}
|
|
@@ -83065,7 +83230,7 @@
|
|
|
83065
83230
|
"description": "filter the rows returned",
|
|
83066
83231
|
"type": {
|
|
83067
83232
|
"kind": "INPUT_OBJECT",
|
|
83068
|
-
"name": "
|
|
83233
|
+
"name": "view_facebook_page_ad_library_id_bool_exp",
|
|
83069
83234
|
"ofType": null
|
|
83070
83235
|
},
|
|
83071
83236
|
"defaultValue": null,
|
|
@@ -83084,7 +83249,7 @@
|
|
|
83084
83249
|
"name": null,
|
|
83085
83250
|
"ofType": {
|
|
83086
83251
|
"kind": "OBJECT",
|
|
83087
|
-
"name": "
|
|
83252
|
+
"name": "view_facebook_page_ad_library_id",
|
|
83088
83253
|
"ofType": null
|
|
83089
83254
|
}
|
|
83090
83255
|
}
|
|
@@ -83094,8 +83259,8 @@
|
|
|
83094
83259
|
"deprecationReason": null
|
|
83095
83260
|
},
|
|
83096
83261
|
{
|
|
83097
|
-
"name": "
|
|
83098
|
-
"description": "
|
|
83262
|
+
"name": "website_blacklist",
|
|
83263
|
+
"description": "fetch data from the table: \"website_blacklist\"",
|
|
83099
83264
|
"args": [
|
|
83100
83265
|
{
|
|
83101
83266
|
"name": "distinct_on",
|
|
@@ -83108,7 +83273,7 @@
|
|
|
83108
83273
|
"name": null,
|
|
83109
83274
|
"ofType": {
|
|
83110
83275
|
"kind": "ENUM",
|
|
83111
|
-
"name": "
|
|
83276
|
+
"name": "website_blacklist_select_column",
|
|
83112
83277
|
"ofType": null
|
|
83113
83278
|
}
|
|
83114
83279
|
}
|
|
@@ -83152,7 +83317,7 @@
|
|
|
83152
83317
|
"name": null,
|
|
83153
83318
|
"ofType": {
|
|
83154
83319
|
"kind": "INPUT_OBJECT",
|
|
83155
|
-
"name": "
|
|
83320
|
+
"name": "website_blacklist_order_by",
|
|
83156
83321
|
"ofType": null
|
|
83157
83322
|
}
|
|
83158
83323
|
}
|
|
@@ -83166,7 +83331,7 @@
|
|
|
83166
83331
|
"description": "filter the rows returned",
|
|
83167
83332
|
"type": {
|
|
83168
83333
|
"kind": "INPUT_OBJECT",
|
|
83169
|
-
"name": "
|
|
83334
|
+
"name": "website_blacklist_bool_exp",
|
|
83170
83335
|
"ofType": null
|
|
83171
83336
|
},
|
|
83172
83337
|
"defaultValue": null,
|
|
@@ -83185,7 +83350,7 @@
|
|
|
83185
83350
|
"name": null,
|
|
83186
83351
|
"ofType": {
|
|
83187
83352
|
"kind": "OBJECT",
|
|
83188
|
-
"name": "
|
|
83353
|
+
"name": "website_blacklist",
|
|
83189
83354
|
"ofType": null
|
|
83190
83355
|
}
|
|
83191
83356
|
}
|
|
@@ -83195,8 +83360,8 @@
|
|
|
83195
83360
|
"deprecationReason": null
|
|
83196
83361
|
},
|
|
83197
83362
|
{
|
|
83198
|
-
"name": "
|
|
83199
|
-
"description": "
|
|
83363
|
+
"name": "website_blacklist_aggregate",
|
|
83364
|
+
"description": "fetch aggregated fields from the table: \"website_blacklist\"",
|
|
83200
83365
|
"args": [
|
|
83201
83366
|
{
|
|
83202
83367
|
"name": "distinct_on",
|
|
@@ -83209,7 +83374,7 @@
|
|
|
83209
83374
|
"name": null,
|
|
83210
83375
|
"ofType": {
|
|
83211
83376
|
"kind": "ENUM",
|
|
83212
|
-
"name": "
|
|
83377
|
+
"name": "website_blacklist_select_column",
|
|
83213
83378
|
"ofType": null
|
|
83214
83379
|
}
|
|
83215
83380
|
}
|
|
@@ -83253,7 +83418,7 @@
|
|
|
83253
83418
|
"name": null,
|
|
83254
83419
|
"ofType": {
|
|
83255
83420
|
"kind": "INPUT_OBJECT",
|
|
83256
|
-
"name": "
|
|
83421
|
+
"name": "website_blacklist_order_by",
|
|
83257
83422
|
"ofType": null
|
|
83258
83423
|
}
|
|
83259
83424
|
}
|
|
@@ -83267,7 +83432,7 @@
|
|
|
83267
83432
|
"description": "filter the rows returned",
|
|
83268
83433
|
"type": {
|
|
83269
83434
|
"kind": "INPUT_OBJECT",
|
|
83270
|
-
"name": "
|
|
83435
|
+
"name": "website_blacklist_bool_exp",
|
|
83271
83436
|
"ofType": null
|
|
83272
83437
|
},
|
|
83273
83438
|
"defaultValue": null,
|
|
@@ -83280,7 +83445,7 @@
|
|
|
83280
83445
|
"name": null,
|
|
83281
83446
|
"ofType": {
|
|
83282
83447
|
"kind": "OBJECT",
|
|
83283
|
-
"name": "
|
|
83448
|
+
"name": "website_blacklist_aggregate",
|
|
83284
83449
|
"ofType": null
|
|
83285
83450
|
}
|
|
83286
83451
|
},
|
|
@@ -83288,8 +83453,8 @@
|
|
|
83288
83453
|
"deprecationReason": null
|
|
83289
83454
|
},
|
|
83290
83455
|
{
|
|
83291
|
-
"name": "
|
|
83292
|
-
"description": "fetch data from the table: \"
|
|
83456
|
+
"name": "website_blacklist_by_pk",
|
|
83457
|
+
"description": "fetch data from the table: \"website_blacklist\" using primary key columns",
|
|
83293
83458
|
"args": [
|
|
83294
83459
|
{
|
|
83295
83460
|
"name": "id",
|
|
@@ -83310,15 +83475,15 @@
|
|
|
83310
83475
|
],
|
|
83311
83476
|
"type": {
|
|
83312
83477
|
"kind": "OBJECT",
|
|
83313
|
-
"name": "
|
|
83478
|
+
"name": "website_blacklist",
|
|
83314
83479
|
"ofType": null
|
|
83315
83480
|
},
|
|
83316
83481
|
"isDeprecated": false,
|
|
83317
83482
|
"deprecationReason": null
|
|
83318
83483
|
},
|
|
83319
83484
|
{
|
|
83320
|
-
"name": "
|
|
83321
|
-
"description": "fetch data from the table in a streaming manner: \"
|
|
83485
|
+
"name": "website_blacklist_stream",
|
|
83486
|
+
"description": "fetch data from the table in a streaming manner: \"website_blacklist\"",
|
|
83322
83487
|
"args": [
|
|
83323
83488
|
{
|
|
83324
83489
|
"name": "batch_size",
|
|
@@ -83347,7 +83512,7 @@
|
|
|
83347
83512
|
"name": null,
|
|
83348
83513
|
"ofType": {
|
|
83349
83514
|
"kind": "INPUT_OBJECT",
|
|
83350
|
-
"name": "
|
|
83515
|
+
"name": "website_blacklist_stream_cursor_input",
|
|
83351
83516
|
"ofType": null
|
|
83352
83517
|
}
|
|
83353
83518
|
}
|
|
@@ -83361,7 +83526,7 @@
|
|
|
83361
83526
|
"description": "filter the rows returned",
|
|
83362
83527
|
"type": {
|
|
83363
83528
|
"kind": "INPUT_OBJECT",
|
|
83364
|
-
"name": "
|
|
83529
|
+
"name": "website_blacklist_bool_exp",
|
|
83365
83530
|
"ofType": null
|
|
83366
83531
|
},
|
|
83367
83532
|
"defaultValue": null,
|
|
@@ -83380,7 +83545,7 @@
|
|
|
83380
83545
|
"name": null,
|
|
83381
83546
|
"ofType": {
|
|
83382
83547
|
"kind": "OBJECT",
|
|
83383
|
-
"name": "
|
|
83548
|
+
"name": "website_blacklist",
|
|
83384
83549
|
"ofType": null
|
|
83385
83550
|
}
|
|
83386
83551
|
}
|
|
@@ -83390,7 +83555,7 @@
|
|
|
83390
83555
|
"deprecationReason": null
|
|
83391
83556
|
},
|
|
83392
83557
|
{
|
|
83393
|
-
"name": "
|
|
83558
|
+
"name": "website_url_emails",
|
|
83394
83559
|
"description": "An array relationship",
|
|
83395
83560
|
"args": [
|
|
83396
83561
|
{
|
|
@@ -83404,7 +83569,7 @@
|
|
|
83404
83569
|
"name": null,
|
|
83405
83570
|
"ofType": {
|
|
83406
83571
|
"kind": "ENUM",
|
|
83407
|
-
"name": "
|
|
83572
|
+
"name": "website_url_emails_select_column",
|
|
83408
83573
|
"ofType": null
|
|
83409
83574
|
}
|
|
83410
83575
|
}
|
|
@@ -83448,7 +83613,7 @@
|
|
|
83448
83613
|
"name": null,
|
|
83449
83614
|
"ofType": {
|
|
83450
83615
|
"kind": "INPUT_OBJECT",
|
|
83451
|
-
"name": "
|
|
83616
|
+
"name": "website_url_emails_order_by",
|
|
83452
83617
|
"ofType": null
|
|
83453
83618
|
}
|
|
83454
83619
|
}
|
|
@@ -83462,7 +83627,7 @@
|
|
|
83462
83627
|
"description": "filter the rows returned",
|
|
83463
83628
|
"type": {
|
|
83464
83629
|
"kind": "INPUT_OBJECT",
|
|
83465
|
-
"name": "
|
|
83630
|
+
"name": "website_url_emails_bool_exp",
|
|
83466
83631
|
"ofType": null
|
|
83467
83632
|
},
|
|
83468
83633
|
"defaultValue": null,
|
|
@@ -83481,7 +83646,7 @@
|
|
|
83481
83646
|
"name": null,
|
|
83482
83647
|
"ofType": {
|
|
83483
83648
|
"kind": "OBJECT",
|
|
83484
|
-
"name": "
|
|
83649
|
+
"name": "website_url_emails",
|
|
83485
83650
|
"ofType": null
|
|
83486
83651
|
}
|
|
83487
83652
|
}
|
|
@@ -83491,7 +83656,7 @@
|
|
|
83491
83656
|
"deprecationReason": null
|
|
83492
83657
|
},
|
|
83493
83658
|
{
|
|
83494
|
-
"name": "
|
|
83659
|
+
"name": "website_url_emails_aggregate",
|
|
83495
83660
|
"description": "An aggregate relationship",
|
|
83496
83661
|
"args": [
|
|
83497
83662
|
{
|
|
@@ -83505,7 +83670,7 @@
|
|
|
83505
83670
|
"name": null,
|
|
83506
83671
|
"ofType": {
|
|
83507
83672
|
"kind": "ENUM",
|
|
83508
|
-
"name": "
|
|
83673
|
+
"name": "website_url_emails_select_column",
|
|
83509
83674
|
"ofType": null
|
|
83510
83675
|
}
|
|
83511
83676
|
}
|
|
@@ -83549,7 +83714,7 @@
|
|
|
83549
83714
|
"name": null,
|
|
83550
83715
|
"ofType": {
|
|
83551
83716
|
"kind": "INPUT_OBJECT",
|
|
83552
|
-
"name": "
|
|
83717
|
+
"name": "website_url_emails_order_by",
|
|
83553
83718
|
"ofType": null
|
|
83554
83719
|
}
|
|
83555
83720
|
}
|
|
@@ -83563,7 +83728,7 @@
|
|
|
83563
83728
|
"description": "filter the rows returned",
|
|
83564
83729
|
"type": {
|
|
83565
83730
|
"kind": "INPUT_OBJECT",
|
|
83566
|
-
"name": "
|
|
83731
|
+
"name": "website_url_emails_bool_exp",
|
|
83567
83732
|
"ofType": null
|
|
83568
83733
|
},
|
|
83569
83734
|
"defaultValue": null,
|
|
@@ -83576,7 +83741,7 @@
|
|
|
83576
83741
|
"name": null,
|
|
83577
83742
|
"ofType": {
|
|
83578
83743
|
"kind": "OBJECT",
|
|
83579
|
-
"name": "
|
|
83744
|
+
"name": "website_url_emails_aggregate",
|
|
83580
83745
|
"ofType": null
|
|
83581
83746
|
}
|
|
83582
83747
|
},
|
|
@@ -83584,8 +83749,8 @@
|
|
|
83584
83749
|
"deprecationReason": null
|
|
83585
83750
|
},
|
|
83586
83751
|
{
|
|
83587
|
-
"name": "
|
|
83588
|
-
"description": "fetch data from the table: \"
|
|
83752
|
+
"name": "website_url_emails_by_pk",
|
|
83753
|
+
"description": "fetch data from the table: \"website_url_emails\" using primary key columns",
|
|
83589
83754
|
"args": [
|
|
83590
83755
|
{
|
|
83591
83756
|
"name": "id",
|
|
@@ -83606,15 +83771,15 @@
|
|
|
83606
83771
|
],
|
|
83607
83772
|
"type": {
|
|
83608
83773
|
"kind": "OBJECT",
|
|
83609
|
-
"name": "
|
|
83774
|
+
"name": "website_url_emails",
|
|
83610
83775
|
"ofType": null
|
|
83611
83776
|
},
|
|
83612
83777
|
"isDeprecated": false,
|
|
83613
83778
|
"deprecationReason": null
|
|
83614
83779
|
},
|
|
83615
83780
|
{
|
|
83616
|
-
"name": "
|
|
83617
|
-
"description": "fetch data from the table in a streaming manner: \"
|
|
83781
|
+
"name": "website_url_emails_stream",
|
|
83782
|
+
"description": "fetch data from the table in a streaming manner: \"website_url_emails\"",
|
|
83618
83783
|
"args": [
|
|
83619
83784
|
{
|
|
83620
83785
|
"name": "batch_size",
|
|
@@ -83643,7 +83808,7 @@
|
|
|
83643
83808
|
"name": null,
|
|
83644
83809
|
"ofType": {
|
|
83645
83810
|
"kind": "INPUT_OBJECT",
|
|
83646
|
-
"name": "
|
|
83811
|
+
"name": "website_url_emails_stream_cursor_input",
|
|
83647
83812
|
"ofType": null
|
|
83648
83813
|
}
|
|
83649
83814
|
}
|
|
@@ -83657,7 +83822,7 @@
|
|
|
83657
83822
|
"description": "filter the rows returned",
|
|
83658
83823
|
"type": {
|
|
83659
83824
|
"kind": "INPUT_OBJECT",
|
|
83660
|
-
"name": "
|
|
83825
|
+
"name": "website_url_emails_bool_exp",
|
|
83661
83826
|
"ofType": null
|
|
83662
83827
|
},
|
|
83663
83828
|
"defaultValue": null,
|
|
@@ -83676,7 +83841,7 @@
|
|
|
83676
83841
|
"name": null,
|
|
83677
83842
|
"ofType": {
|
|
83678
83843
|
"kind": "OBJECT",
|
|
83679
|
-
"name": "
|
|
83844
|
+
"name": "website_url_emails",
|
|
83680
83845
|
"ofType": null
|
|
83681
83846
|
}
|
|
83682
83847
|
}
|
|
@@ -83686,7 +83851,7 @@
|
|
|
83686
83851
|
"deprecationReason": null
|
|
83687
83852
|
},
|
|
83688
83853
|
{
|
|
83689
|
-
"name": "
|
|
83854
|
+
"name": "website_url_phone_numbers",
|
|
83690
83855
|
"description": "An array relationship",
|
|
83691
83856
|
"args": [
|
|
83692
83857
|
{
|
|
@@ -83700,7 +83865,7 @@
|
|
|
83700
83865
|
"name": null,
|
|
83701
83866
|
"ofType": {
|
|
83702
83867
|
"kind": "ENUM",
|
|
83703
|
-
"name": "
|
|
83868
|
+
"name": "website_url_phone_numbers_select_column",
|
|
83704
83869
|
"ofType": null
|
|
83705
83870
|
}
|
|
83706
83871
|
}
|
|
@@ -83744,7 +83909,7 @@
|
|
|
83744
83909
|
"name": null,
|
|
83745
83910
|
"ofType": {
|
|
83746
83911
|
"kind": "INPUT_OBJECT",
|
|
83747
|
-
"name": "
|
|
83912
|
+
"name": "website_url_phone_numbers_order_by",
|
|
83748
83913
|
"ofType": null
|
|
83749
83914
|
}
|
|
83750
83915
|
}
|
|
@@ -83758,7 +83923,7 @@
|
|
|
83758
83923
|
"description": "filter the rows returned",
|
|
83759
83924
|
"type": {
|
|
83760
83925
|
"kind": "INPUT_OBJECT",
|
|
83761
|
-
"name": "
|
|
83926
|
+
"name": "website_url_phone_numbers_bool_exp",
|
|
83762
83927
|
"ofType": null
|
|
83763
83928
|
},
|
|
83764
83929
|
"defaultValue": null,
|
|
@@ -83777,7 +83942,7 @@
|
|
|
83777
83942
|
"name": null,
|
|
83778
83943
|
"ofType": {
|
|
83779
83944
|
"kind": "OBJECT",
|
|
83780
|
-
"name": "
|
|
83945
|
+
"name": "website_url_phone_numbers",
|
|
83781
83946
|
"ofType": null
|
|
83782
83947
|
}
|
|
83783
83948
|
}
|
|
@@ -83787,7 +83952,7 @@
|
|
|
83787
83952
|
"deprecationReason": null
|
|
83788
83953
|
},
|
|
83789
83954
|
{
|
|
83790
|
-
"name": "
|
|
83955
|
+
"name": "website_url_phone_numbers_aggregate",
|
|
83791
83956
|
"description": "An aggregate relationship",
|
|
83792
83957
|
"args": [
|
|
83793
83958
|
{
|
|
@@ -83801,7 +83966,7 @@
|
|
|
83801
83966
|
"name": null,
|
|
83802
83967
|
"ofType": {
|
|
83803
83968
|
"kind": "ENUM",
|
|
83804
|
-
"name": "
|
|
83969
|
+
"name": "website_url_phone_numbers_select_column",
|
|
83805
83970
|
"ofType": null
|
|
83806
83971
|
}
|
|
83807
83972
|
}
|
|
@@ -83845,7 +84010,7 @@
|
|
|
83845
84010
|
"name": null,
|
|
83846
84011
|
"ofType": {
|
|
83847
84012
|
"kind": "INPUT_OBJECT",
|
|
83848
|
-
"name": "
|
|
84013
|
+
"name": "website_url_phone_numbers_order_by",
|
|
83849
84014
|
"ofType": null
|
|
83850
84015
|
}
|
|
83851
84016
|
}
|
|
@@ -83859,7 +84024,7 @@
|
|
|
83859
84024
|
"description": "filter the rows returned",
|
|
83860
84025
|
"type": {
|
|
83861
84026
|
"kind": "INPUT_OBJECT",
|
|
83862
|
-
"name": "
|
|
84027
|
+
"name": "website_url_phone_numbers_bool_exp",
|
|
83863
84028
|
"ofType": null
|
|
83864
84029
|
},
|
|
83865
84030
|
"defaultValue": null,
|
|
@@ -83872,7 +84037,7 @@
|
|
|
83872
84037
|
"name": null,
|
|
83873
84038
|
"ofType": {
|
|
83874
84039
|
"kind": "OBJECT",
|
|
83875
|
-
"name": "
|
|
84040
|
+
"name": "website_url_phone_numbers_aggregate",
|
|
83876
84041
|
"ofType": null
|
|
83877
84042
|
}
|
|
83878
84043
|
},
|
|
@@ -83880,8 +84045,8 @@
|
|
|
83880
84045
|
"deprecationReason": null
|
|
83881
84046
|
},
|
|
83882
84047
|
{
|
|
83883
|
-
"name": "
|
|
83884
|
-
"description": "fetch data from the table: \"
|
|
84048
|
+
"name": "website_url_phone_numbers_by_pk",
|
|
84049
|
+
"description": "fetch data from the table: \"website_url_phone_numbers\" using primary key columns",
|
|
83885
84050
|
"args": [
|
|
83886
84051
|
{
|
|
83887
84052
|
"name": "id",
|
|
@@ -83902,15 +84067,15 @@
|
|
|
83902
84067
|
],
|
|
83903
84068
|
"type": {
|
|
83904
84069
|
"kind": "OBJECT",
|
|
83905
|
-
"name": "
|
|
84070
|
+
"name": "website_url_phone_numbers",
|
|
83906
84071
|
"ofType": null
|
|
83907
84072
|
},
|
|
83908
84073
|
"isDeprecated": false,
|
|
83909
84074
|
"deprecationReason": null
|
|
83910
84075
|
},
|
|
83911
84076
|
{
|
|
83912
|
-
"name": "
|
|
83913
|
-
"description": "fetch data from the table in a streaming manner: \"
|
|
84077
|
+
"name": "website_url_phone_numbers_stream",
|
|
84078
|
+
"description": "fetch data from the table in a streaming manner: \"website_url_phone_numbers\"",
|
|
83914
84079
|
"args": [
|
|
83915
84080
|
{
|
|
83916
84081
|
"name": "batch_size",
|
|
@@ -83939,7 +84104,7 @@
|
|
|
83939
84104
|
"name": null,
|
|
83940
84105
|
"ofType": {
|
|
83941
84106
|
"kind": "INPUT_OBJECT",
|
|
83942
|
-
"name": "
|
|
84107
|
+
"name": "website_url_phone_numbers_stream_cursor_input",
|
|
83943
84108
|
"ofType": null
|
|
83944
84109
|
}
|
|
83945
84110
|
}
|
|
@@ -83953,7 +84118,7 @@
|
|
|
83953
84118
|
"description": "filter the rows returned",
|
|
83954
84119
|
"type": {
|
|
83955
84120
|
"kind": "INPUT_OBJECT",
|
|
83956
|
-
"name": "
|
|
84121
|
+
"name": "website_url_phone_numbers_bool_exp",
|
|
83957
84122
|
"ofType": null
|
|
83958
84123
|
},
|
|
83959
84124
|
"defaultValue": null,
|
|
@@ -83972,7 +84137,7 @@
|
|
|
83972
84137
|
"name": null,
|
|
83973
84138
|
"ofType": {
|
|
83974
84139
|
"kind": "OBJECT",
|
|
83975
|
-
"name": "
|
|
84140
|
+
"name": "website_url_phone_numbers",
|
|
83976
84141
|
"ofType": null
|
|
83977
84142
|
}
|
|
83978
84143
|
}
|
|
@@ -83982,8 +84147,8 @@
|
|
|
83982
84147
|
"deprecationReason": null
|
|
83983
84148
|
},
|
|
83984
84149
|
{
|
|
83985
|
-
"name": "
|
|
83986
|
-
"description": "
|
|
84150
|
+
"name": "website_url_social_page_handles",
|
|
84151
|
+
"description": "An array relationship",
|
|
83987
84152
|
"args": [
|
|
83988
84153
|
{
|
|
83989
84154
|
"name": "distinct_on",
|
|
@@ -83996,7 +84161,303 @@
|
|
|
83996
84161
|
"name": null,
|
|
83997
84162
|
"ofType": {
|
|
83998
84163
|
"kind": "ENUM",
|
|
83999
|
-
"name": "
|
|
84164
|
+
"name": "website_url_social_page_handles_select_column",
|
|
84165
|
+
"ofType": null
|
|
84166
|
+
}
|
|
84167
|
+
}
|
|
84168
|
+
},
|
|
84169
|
+
"defaultValue": null,
|
|
84170
|
+
"isDeprecated": false,
|
|
84171
|
+
"deprecationReason": null
|
|
84172
|
+
},
|
|
84173
|
+
{
|
|
84174
|
+
"name": "limit",
|
|
84175
|
+
"description": "limit the number of rows returned",
|
|
84176
|
+
"type": {
|
|
84177
|
+
"kind": "SCALAR",
|
|
84178
|
+
"name": "Int",
|
|
84179
|
+
"ofType": null
|
|
84180
|
+
},
|
|
84181
|
+
"defaultValue": null,
|
|
84182
|
+
"isDeprecated": false,
|
|
84183
|
+
"deprecationReason": null
|
|
84184
|
+
},
|
|
84185
|
+
{
|
|
84186
|
+
"name": "offset",
|
|
84187
|
+
"description": "skip the first n rows. Use only with order_by",
|
|
84188
|
+
"type": {
|
|
84189
|
+
"kind": "SCALAR",
|
|
84190
|
+
"name": "Int",
|
|
84191
|
+
"ofType": null
|
|
84192
|
+
},
|
|
84193
|
+
"defaultValue": null,
|
|
84194
|
+
"isDeprecated": false,
|
|
84195
|
+
"deprecationReason": null
|
|
84196
|
+
},
|
|
84197
|
+
{
|
|
84198
|
+
"name": "order_by",
|
|
84199
|
+
"description": "sort the rows by one or more columns",
|
|
84200
|
+
"type": {
|
|
84201
|
+
"kind": "LIST",
|
|
84202
|
+
"name": null,
|
|
84203
|
+
"ofType": {
|
|
84204
|
+
"kind": "NON_NULL",
|
|
84205
|
+
"name": null,
|
|
84206
|
+
"ofType": {
|
|
84207
|
+
"kind": "INPUT_OBJECT",
|
|
84208
|
+
"name": "website_url_social_page_handles_order_by",
|
|
84209
|
+
"ofType": null
|
|
84210
|
+
}
|
|
84211
|
+
}
|
|
84212
|
+
},
|
|
84213
|
+
"defaultValue": null,
|
|
84214
|
+
"isDeprecated": false,
|
|
84215
|
+
"deprecationReason": null
|
|
84216
|
+
},
|
|
84217
|
+
{
|
|
84218
|
+
"name": "where",
|
|
84219
|
+
"description": "filter the rows returned",
|
|
84220
|
+
"type": {
|
|
84221
|
+
"kind": "INPUT_OBJECT",
|
|
84222
|
+
"name": "website_url_social_page_handles_bool_exp",
|
|
84223
|
+
"ofType": null
|
|
84224
|
+
},
|
|
84225
|
+
"defaultValue": null,
|
|
84226
|
+
"isDeprecated": false,
|
|
84227
|
+
"deprecationReason": null
|
|
84228
|
+
}
|
|
84229
|
+
],
|
|
84230
|
+
"type": {
|
|
84231
|
+
"kind": "NON_NULL",
|
|
84232
|
+
"name": null,
|
|
84233
|
+
"ofType": {
|
|
84234
|
+
"kind": "LIST",
|
|
84235
|
+
"name": null,
|
|
84236
|
+
"ofType": {
|
|
84237
|
+
"kind": "NON_NULL",
|
|
84238
|
+
"name": null,
|
|
84239
|
+
"ofType": {
|
|
84240
|
+
"kind": "OBJECT",
|
|
84241
|
+
"name": "website_url_social_page_handles",
|
|
84242
|
+
"ofType": null
|
|
84243
|
+
}
|
|
84244
|
+
}
|
|
84245
|
+
}
|
|
84246
|
+
},
|
|
84247
|
+
"isDeprecated": false,
|
|
84248
|
+
"deprecationReason": null
|
|
84249
|
+
},
|
|
84250
|
+
{
|
|
84251
|
+
"name": "website_url_social_page_handles_aggregate",
|
|
84252
|
+
"description": "An aggregate relationship",
|
|
84253
|
+
"args": [
|
|
84254
|
+
{
|
|
84255
|
+
"name": "distinct_on",
|
|
84256
|
+
"description": "distinct select on columns",
|
|
84257
|
+
"type": {
|
|
84258
|
+
"kind": "LIST",
|
|
84259
|
+
"name": null,
|
|
84260
|
+
"ofType": {
|
|
84261
|
+
"kind": "NON_NULL",
|
|
84262
|
+
"name": null,
|
|
84263
|
+
"ofType": {
|
|
84264
|
+
"kind": "ENUM",
|
|
84265
|
+
"name": "website_url_social_page_handles_select_column",
|
|
84266
|
+
"ofType": null
|
|
84267
|
+
}
|
|
84268
|
+
}
|
|
84269
|
+
},
|
|
84270
|
+
"defaultValue": null,
|
|
84271
|
+
"isDeprecated": false,
|
|
84272
|
+
"deprecationReason": null
|
|
84273
|
+
},
|
|
84274
|
+
{
|
|
84275
|
+
"name": "limit",
|
|
84276
|
+
"description": "limit the number of rows returned",
|
|
84277
|
+
"type": {
|
|
84278
|
+
"kind": "SCALAR",
|
|
84279
|
+
"name": "Int",
|
|
84280
|
+
"ofType": null
|
|
84281
|
+
},
|
|
84282
|
+
"defaultValue": null,
|
|
84283
|
+
"isDeprecated": false,
|
|
84284
|
+
"deprecationReason": null
|
|
84285
|
+
},
|
|
84286
|
+
{
|
|
84287
|
+
"name": "offset",
|
|
84288
|
+
"description": "skip the first n rows. Use only with order_by",
|
|
84289
|
+
"type": {
|
|
84290
|
+
"kind": "SCALAR",
|
|
84291
|
+
"name": "Int",
|
|
84292
|
+
"ofType": null
|
|
84293
|
+
},
|
|
84294
|
+
"defaultValue": null,
|
|
84295
|
+
"isDeprecated": false,
|
|
84296
|
+
"deprecationReason": null
|
|
84297
|
+
},
|
|
84298
|
+
{
|
|
84299
|
+
"name": "order_by",
|
|
84300
|
+
"description": "sort the rows by one or more columns",
|
|
84301
|
+
"type": {
|
|
84302
|
+
"kind": "LIST",
|
|
84303
|
+
"name": null,
|
|
84304
|
+
"ofType": {
|
|
84305
|
+
"kind": "NON_NULL",
|
|
84306
|
+
"name": null,
|
|
84307
|
+
"ofType": {
|
|
84308
|
+
"kind": "INPUT_OBJECT",
|
|
84309
|
+
"name": "website_url_social_page_handles_order_by",
|
|
84310
|
+
"ofType": null
|
|
84311
|
+
}
|
|
84312
|
+
}
|
|
84313
|
+
},
|
|
84314
|
+
"defaultValue": null,
|
|
84315
|
+
"isDeprecated": false,
|
|
84316
|
+
"deprecationReason": null
|
|
84317
|
+
},
|
|
84318
|
+
{
|
|
84319
|
+
"name": "where",
|
|
84320
|
+
"description": "filter the rows returned",
|
|
84321
|
+
"type": {
|
|
84322
|
+
"kind": "INPUT_OBJECT",
|
|
84323
|
+
"name": "website_url_social_page_handles_bool_exp",
|
|
84324
|
+
"ofType": null
|
|
84325
|
+
},
|
|
84326
|
+
"defaultValue": null,
|
|
84327
|
+
"isDeprecated": false,
|
|
84328
|
+
"deprecationReason": null
|
|
84329
|
+
}
|
|
84330
|
+
],
|
|
84331
|
+
"type": {
|
|
84332
|
+
"kind": "NON_NULL",
|
|
84333
|
+
"name": null,
|
|
84334
|
+
"ofType": {
|
|
84335
|
+
"kind": "OBJECT",
|
|
84336
|
+
"name": "website_url_social_page_handles_aggregate",
|
|
84337
|
+
"ofType": null
|
|
84338
|
+
}
|
|
84339
|
+
},
|
|
84340
|
+
"isDeprecated": false,
|
|
84341
|
+
"deprecationReason": null
|
|
84342
|
+
},
|
|
84343
|
+
{
|
|
84344
|
+
"name": "website_url_social_page_handles_by_pk",
|
|
84345
|
+
"description": "fetch data from the table: \"website_url_social_page_handles\" using primary key columns",
|
|
84346
|
+
"args": [
|
|
84347
|
+
{
|
|
84348
|
+
"name": "id",
|
|
84349
|
+
"description": null,
|
|
84350
|
+
"type": {
|
|
84351
|
+
"kind": "NON_NULL",
|
|
84352
|
+
"name": null,
|
|
84353
|
+
"ofType": {
|
|
84354
|
+
"kind": "SCALAR",
|
|
84355
|
+
"name": "uuid",
|
|
84356
|
+
"ofType": null
|
|
84357
|
+
}
|
|
84358
|
+
},
|
|
84359
|
+
"defaultValue": null,
|
|
84360
|
+
"isDeprecated": false,
|
|
84361
|
+
"deprecationReason": null
|
|
84362
|
+
}
|
|
84363
|
+
],
|
|
84364
|
+
"type": {
|
|
84365
|
+
"kind": "OBJECT",
|
|
84366
|
+
"name": "website_url_social_page_handles",
|
|
84367
|
+
"ofType": null
|
|
84368
|
+
},
|
|
84369
|
+
"isDeprecated": false,
|
|
84370
|
+
"deprecationReason": null
|
|
84371
|
+
},
|
|
84372
|
+
{
|
|
84373
|
+
"name": "website_url_social_page_handles_stream",
|
|
84374
|
+
"description": "fetch data from the table in a streaming manner: \"website_url_social_page_handles\"",
|
|
84375
|
+
"args": [
|
|
84376
|
+
{
|
|
84377
|
+
"name": "batch_size",
|
|
84378
|
+
"description": "maximum number of rows returned in a single batch",
|
|
84379
|
+
"type": {
|
|
84380
|
+
"kind": "NON_NULL",
|
|
84381
|
+
"name": null,
|
|
84382
|
+
"ofType": {
|
|
84383
|
+
"kind": "SCALAR",
|
|
84384
|
+
"name": "Int",
|
|
84385
|
+
"ofType": null
|
|
84386
|
+
}
|
|
84387
|
+
},
|
|
84388
|
+
"defaultValue": null,
|
|
84389
|
+
"isDeprecated": false,
|
|
84390
|
+
"deprecationReason": null
|
|
84391
|
+
},
|
|
84392
|
+
{
|
|
84393
|
+
"name": "cursor",
|
|
84394
|
+
"description": "cursor to stream the results returned by the query",
|
|
84395
|
+
"type": {
|
|
84396
|
+
"kind": "NON_NULL",
|
|
84397
|
+
"name": null,
|
|
84398
|
+
"ofType": {
|
|
84399
|
+
"kind": "LIST",
|
|
84400
|
+
"name": null,
|
|
84401
|
+
"ofType": {
|
|
84402
|
+
"kind": "INPUT_OBJECT",
|
|
84403
|
+
"name": "website_url_social_page_handles_stream_cursor_input",
|
|
84404
|
+
"ofType": null
|
|
84405
|
+
}
|
|
84406
|
+
}
|
|
84407
|
+
},
|
|
84408
|
+
"defaultValue": null,
|
|
84409
|
+
"isDeprecated": false,
|
|
84410
|
+
"deprecationReason": null
|
|
84411
|
+
},
|
|
84412
|
+
{
|
|
84413
|
+
"name": "where",
|
|
84414
|
+
"description": "filter the rows returned",
|
|
84415
|
+
"type": {
|
|
84416
|
+
"kind": "INPUT_OBJECT",
|
|
84417
|
+
"name": "website_url_social_page_handles_bool_exp",
|
|
84418
|
+
"ofType": null
|
|
84419
|
+
},
|
|
84420
|
+
"defaultValue": null,
|
|
84421
|
+
"isDeprecated": false,
|
|
84422
|
+
"deprecationReason": null
|
|
84423
|
+
}
|
|
84424
|
+
],
|
|
84425
|
+
"type": {
|
|
84426
|
+
"kind": "NON_NULL",
|
|
84427
|
+
"name": null,
|
|
84428
|
+
"ofType": {
|
|
84429
|
+
"kind": "LIST",
|
|
84430
|
+
"name": null,
|
|
84431
|
+
"ofType": {
|
|
84432
|
+
"kind": "NON_NULL",
|
|
84433
|
+
"name": null,
|
|
84434
|
+
"ofType": {
|
|
84435
|
+
"kind": "OBJECT",
|
|
84436
|
+
"name": "website_url_social_page_handles",
|
|
84437
|
+
"ofType": null
|
|
84438
|
+
}
|
|
84439
|
+
}
|
|
84440
|
+
}
|
|
84441
|
+
},
|
|
84442
|
+
"isDeprecated": false,
|
|
84443
|
+
"deprecationReason": null
|
|
84444
|
+
},
|
|
84445
|
+
{
|
|
84446
|
+
"name": "website_urls",
|
|
84447
|
+
"description": "fetch data from the table: \"website_urls\"",
|
|
84448
|
+
"args": [
|
|
84449
|
+
{
|
|
84450
|
+
"name": "distinct_on",
|
|
84451
|
+
"description": "distinct select on columns",
|
|
84452
|
+
"type": {
|
|
84453
|
+
"kind": "LIST",
|
|
84454
|
+
"name": null,
|
|
84455
|
+
"ofType": {
|
|
84456
|
+
"kind": "NON_NULL",
|
|
84457
|
+
"name": null,
|
|
84458
|
+
"ofType": {
|
|
84459
|
+
"kind": "ENUM",
|
|
84460
|
+
"name": "website_urls_select_column",
|
|
84000
84461
|
"ofType": null
|
|
84001
84462
|
}
|
|
84002
84463
|
}
|
|
@@ -130633,6 +131094,539 @@
|
|
|
130633
131094
|
"enumValues": null,
|
|
130634
131095
|
"possibleTypes": null
|
|
130635
131096
|
},
|
|
131097
|
+
{
|
|
131098
|
+
"kind": "OBJECT",
|
|
131099
|
+
"name": "view_facebook_page_ad_library_id",
|
|
131100
|
+
"description": "columns and relationships of \"view_facebook_page_ad_library_id\"",
|
|
131101
|
+
"fields": [
|
|
131102
|
+
{
|
|
131103
|
+
"name": "page_ad_library_id",
|
|
131104
|
+
"description": null,
|
|
131105
|
+
"args": [],
|
|
131106
|
+
"type": {
|
|
131107
|
+
"kind": "SCALAR",
|
|
131108
|
+
"name": "String",
|
|
131109
|
+
"ofType": null
|
|
131110
|
+
},
|
|
131111
|
+
"isDeprecated": false,
|
|
131112
|
+
"deprecationReason": null
|
|
131113
|
+
},
|
|
131114
|
+
{
|
|
131115
|
+
"name": "social_page_handle_id",
|
|
131116
|
+
"description": null,
|
|
131117
|
+
"args": [],
|
|
131118
|
+
"type": {
|
|
131119
|
+
"kind": "SCALAR",
|
|
131120
|
+
"name": "uuid",
|
|
131121
|
+
"ofType": null
|
|
131122
|
+
},
|
|
131123
|
+
"isDeprecated": false,
|
|
131124
|
+
"deprecationReason": null
|
|
131125
|
+
},
|
|
131126
|
+
{
|
|
131127
|
+
"name": "social_page_metadata_id",
|
|
131128
|
+
"description": null,
|
|
131129
|
+
"args": [],
|
|
131130
|
+
"type": {
|
|
131131
|
+
"kind": "SCALAR",
|
|
131132
|
+
"name": "uuid",
|
|
131133
|
+
"ofType": null
|
|
131134
|
+
},
|
|
131135
|
+
"isDeprecated": false,
|
|
131136
|
+
"deprecationReason": null
|
|
131137
|
+
}
|
|
131138
|
+
],
|
|
131139
|
+
"inputFields": null,
|
|
131140
|
+
"interfaces": [],
|
|
131141
|
+
"enumValues": null,
|
|
131142
|
+
"possibleTypes": null
|
|
131143
|
+
},
|
|
131144
|
+
{
|
|
131145
|
+
"kind": "OBJECT",
|
|
131146
|
+
"name": "view_facebook_page_ad_library_id_aggregate",
|
|
131147
|
+
"description": "aggregated selection of \"view_facebook_page_ad_library_id\"",
|
|
131148
|
+
"fields": [
|
|
131149
|
+
{
|
|
131150
|
+
"name": "aggregate",
|
|
131151
|
+
"description": null,
|
|
131152
|
+
"args": [],
|
|
131153
|
+
"type": {
|
|
131154
|
+
"kind": "OBJECT",
|
|
131155
|
+
"name": "view_facebook_page_ad_library_id_aggregate_fields",
|
|
131156
|
+
"ofType": null
|
|
131157
|
+
},
|
|
131158
|
+
"isDeprecated": false,
|
|
131159
|
+
"deprecationReason": null
|
|
131160
|
+
},
|
|
131161
|
+
{
|
|
131162
|
+
"name": "nodes",
|
|
131163
|
+
"description": null,
|
|
131164
|
+
"args": [],
|
|
131165
|
+
"type": {
|
|
131166
|
+
"kind": "NON_NULL",
|
|
131167
|
+
"name": null,
|
|
131168
|
+
"ofType": {
|
|
131169
|
+
"kind": "LIST",
|
|
131170
|
+
"name": null,
|
|
131171
|
+
"ofType": {
|
|
131172
|
+
"kind": "NON_NULL",
|
|
131173
|
+
"name": null,
|
|
131174
|
+
"ofType": {
|
|
131175
|
+
"kind": "OBJECT",
|
|
131176
|
+
"name": "view_facebook_page_ad_library_id",
|
|
131177
|
+
"ofType": null
|
|
131178
|
+
}
|
|
131179
|
+
}
|
|
131180
|
+
}
|
|
131181
|
+
},
|
|
131182
|
+
"isDeprecated": false,
|
|
131183
|
+
"deprecationReason": null
|
|
131184
|
+
}
|
|
131185
|
+
],
|
|
131186
|
+
"inputFields": null,
|
|
131187
|
+
"interfaces": [],
|
|
131188
|
+
"enumValues": null,
|
|
131189
|
+
"possibleTypes": null
|
|
131190
|
+
},
|
|
131191
|
+
{
|
|
131192
|
+
"kind": "OBJECT",
|
|
131193
|
+
"name": "view_facebook_page_ad_library_id_aggregate_fields",
|
|
131194
|
+
"description": "aggregate fields of \"view_facebook_page_ad_library_id\"",
|
|
131195
|
+
"fields": [
|
|
131196
|
+
{
|
|
131197
|
+
"name": "count",
|
|
131198
|
+
"description": null,
|
|
131199
|
+
"args": [
|
|
131200
|
+
{
|
|
131201
|
+
"name": "columns",
|
|
131202
|
+
"description": null,
|
|
131203
|
+
"type": {
|
|
131204
|
+
"kind": "LIST",
|
|
131205
|
+
"name": null,
|
|
131206
|
+
"ofType": {
|
|
131207
|
+
"kind": "NON_NULL",
|
|
131208
|
+
"name": null,
|
|
131209
|
+
"ofType": {
|
|
131210
|
+
"kind": "ENUM",
|
|
131211
|
+
"name": "view_facebook_page_ad_library_id_select_column",
|
|
131212
|
+
"ofType": null
|
|
131213
|
+
}
|
|
131214
|
+
}
|
|
131215
|
+
},
|
|
131216
|
+
"defaultValue": null,
|
|
131217
|
+
"isDeprecated": false,
|
|
131218
|
+
"deprecationReason": null
|
|
131219
|
+
},
|
|
131220
|
+
{
|
|
131221
|
+
"name": "distinct",
|
|
131222
|
+
"description": null,
|
|
131223
|
+
"type": {
|
|
131224
|
+
"kind": "SCALAR",
|
|
131225
|
+
"name": "Boolean",
|
|
131226
|
+
"ofType": null
|
|
131227
|
+
},
|
|
131228
|
+
"defaultValue": null,
|
|
131229
|
+
"isDeprecated": false,
|
|
131230
|
+
"deprecationReason": null
|
|
131231
|
+
}
|
|
131232
|
+
],
|
|
131233
|
+
"type": {
|
|
131234
|
+
"kind": "NON_NULL",
|
|
131235
|
+
"name": null,
|
|
131236
|
+
"ofType": {
|
|
131237
|
+
"kind": "SCALAR",
|
|
131238
|
+
"name": "Int",
|
|
131239
|
+
"ofType": null
|
|
131240
|
+
}
|
|
131241
|
+
},
|
|
131242
|
+
"isDeprecated": false,
|
|
131243
|
+
"deprecationReason": null
|
|
131244
|
+
},
|
|
131245
|
+
{
|
|
131246
|
+
"name": "max",
|
|
131247
|
+
"description": null,
|
|
131248
|
+
"args": [],
|
|
131249
|
+
"type": {
|
|
131250
|
+
"kind": "OBJECT",
|
|
131251
|
+
"name": "view_facebook_page_ad_library_id_max_fields",
|
|
131252
|
+
"ofType": null
|
|
131253
|
+
},
|
|
131254
|
+
"isDeprecated": false,
|
|
131255
|
+
"deprecationReason": null
|
|
131256
|
+
},
|
|
131257
|
+
{
|
|
131258
|
+
"name": "min",
|
|
131259
|
+
"description": null,
|
|
131260
|
+
"args": [],
|
|
131261
|
+
"type": {
|
|
131262
|
+
"kind": "OBJECT",
|
|
131263
|
+
"name": "view_facebook_page_ad_library_id_min_fields",
|
|
131264
|
+
"ofType": null
|
|
131265
|
+
},
|
|
131266
|
+
"isDeprecated": false,
|
|
131267
|
+
"deprecationReason": null
|
|
131268
|
+
}
|
|
131269
|
+
],
|
|
131270
|
+
"inputFields": null,
|
|
131271
|
+
"interfaces": [],
|
|
131272
|
+
"enumValues": null,
|
|
131273
|
+
"possibleTypes": null
|
|
131274
|
+
},
|
|
131275
|
+
{
|
|
131276
|
+
"kind": "INPUT_OBJECT",
|
|
131277
|
+
"name": "view_facebook_page_ad_library_id_bool_exp",
|
|
131278
|
+
"description": "Boolean expression to filter rows from the table \"view_facebook_page_ad_library_id\". All fields are combined with a logical 'AND'.",
|
|
131279
|
+
"fields": null,
|
|
131280
|
+
"inputFields": [
|
|
131281
|
+
{
|
|
131282
|
+
"name": "_and",
|
|
131283
|
+
"description": null,
|
|
131284
|
+
"type": {
|
|
131285
|
+
"kind": "LIST",
|
|
131286
|
+
"name": null,
|
|
131287
|
+
"ofType": {
|
|
131288
|
+
"kind": "NON_NULL",
|
|
131289
|
+
"name": null,
|
|
131290
|
+
"ofType": {
|
|
131291
|
+
"kind": "INPUT_OBJECT",
|
|
131292
|
+
"name": "view_facebook_page_ad_library_id_bool_exp",
|
|
131293
|
+
"ofType": null
|
|
131294
|
+
}
|
|
131295
|
+
}
|
|
131296
|
+
},
|
|
131297
|
+
"defaultValue": null,
|
|
131298
|
+
"isDeprecated": false,
|
|
131299
|
+
"deprecationReason": null
|
|
131300
|
+
},
|
|
131301
|
+
{
|
|
131302
|
+
"name": "_not",
|
|
131303
|
+
"description": null,
|
|
131304
|
+
"type": {
|
|
131305
|
+
"kind": "INPUT_OBJECT",
|
|
131306
|
+
"name": "view_facebook_page_ad_library_id_bool_exp",
|
|
131307
|
+
"ofType": null
|
|
131308
|
+
},
|
|
131309
|
+
"defaultValue": null,
|
|
131310
|
+
"isDeprecated": false,
|
|
131311
|
+
"deprecationReason": null
|
|
131312
|
+
},
|
|
131313
|
+
{
|
|
131314
|
+
"name": "_or",
|
|
131315
|
+
"description": null,
|
|
131316
|
+
"type": {
|
|
131317
|
+
"kind": "LIST",
|
|
131318
|
+
"name": null,
|
|
131319
|
+
"ofType": {
|
|
131320
|
+
"kind": "NON_NULL",
|
|
131321
|
+
"name": null,
|
|
131322
|
+
"ofType": {
|
|
131323
|
+
"kind": "INPUT_OBJECT",
|
|
131324
|
+
"name": "view_facebook_page_ad_library_id_bool_exp",
|
|
131325
|
+
"ofType": null
|
|
131326
|
+
}
|
|
131327
|
+
}
|
|
131328
|
+
},
|
|
131329
|
+
"defaultValue": null,
|
|
131330
|
+
"isDeprecated": false,
|
|
131331
|
+
"deprecationReason": null
|
|
131332
|
+
},
|
|
131333
|
+
{
|
|
131334
|
+
"name": "page_ad_library_id",
|
|
131335
|
+
"description": null,
|
|
131336
|
+
"type": {
|
|
131337
|
+
"kind": "INPUT_OBJECT",
|
|
131338
|
+
"name": "String_comparison_exp",
|
|
131339
|
+
"ofType": null
|
|
131340
|
+
},
|
|
131341
|
+
"defaultValue": null,
|
|
131342
|
+
"isDeprecated": false,
|
|
131343
|
+
"deprecationReason": null
|
|
131344
|
+
},
|
|
131345
|
+
{
|
|
131346
|
+
"name": "social_page_handle_id",
|
|
131347
|
+
"description": null,
|
|
131348
|
+
"type": {
|
|
131349
|
+
"kind": "INPUT_OBJECT",
|
|
131350
|
+
"name": "uuid_comparison_exp",
|
|
131351
|
+
"ofType": null
|
|
131352
|
+
},
|
|
131353
|
+
"defaultValue": null,
|
|
131354
|
+
"isDeprecated": false,
|
|
131355
|
+
"deprecationReason": null
|
|
131356
|
+
},
|
|
131357
|
+
{
|
|
131358
|
+
"name": "social_page_metadata_id",
|
|
131359
|
+
"description": null,
|
|
131360
|
+
"type": {
|
|
131361
|
+
"kind": "INPUT_OBJECT",
|
|
131362
|
+
"name": "uuid_comparison_exp",
|
|
131363
|
+
"ofType": null
|
|
131364
|
+
},
|
|
131365
|
+
"defaultValue": null,
|
|
131366
|
+
"isDeprecated": false,
|
|
131367
|
+
"deprecationReason": null
|
|
131368
|
+
}
|
|
131369
|
+
],
|
|
131370
|
+
"interfaces": null,
|
|
131371
|
+
"enumValues": null,
|
|
131372
|
+
"possibleTypes": null
|
|
131373
|
+
},
|
|
131374
|
+
{
|
|
131375
|
+
"kind": "OBJECT",
|
|
131376
|
+
"name": "view_facebook_page_ad_library_id_max_fields",
|
|
131377
|
+
"description": "aggregate max on columns",
|
|
131378
|
+
"fields": [
|
|
131379
|
+
{
|
|
131380
|
+
"name": "page_ad_library_id",
|
|
131381
|
+
"description": null,
|
|
131382
|
+
"args": [],
|
|
131383
|
+
"type": {
|
|
131384
|
+
"kind": "SCALAR",
|
|
131385
|
+
"name": "String",
|
|
131386
|
+
"ofType": null
|
|
131387
|
+
},
|
|
131388
|
+
"isDeprecated": false,
|
|
131389
|
+
"deprecationReason": null
|
|
131390
|
+
},
|
|
131391
|
+
{
|
|
131392
|
+
"name": "social_page_handle_id",
|
|
131393
|
+
"description": null,
|
|
131394
|
+
"args": [],
|
|
131395
|
+
"type": {
|
|
131396
|
+
"kind": "SCALAR",
|
|
131397
|
+
"name": "uuid",
|
|
131398
|
+
"ofType": null
|
|
131399
|
+
},
|
|
131400
|
+
"isDeprecated": false,
|
|
131401
|
+
"deprecationReason": null
|
|
131402
|
+
},
|
|
131403
|
+
{
|
|
131404
|
+
"name": "social_page_metadata_id",
|
|
131405
|
+
"description": null,
|
|
131406
|
+
"args": [],
|
|
131407
|
+
"type": {
|
|
131408
|
+
"kind": "SCALAR",
|
|
131409
|
+
"name": "uuid",
|
|
131410
|
+
"ofType": null
|
|
131411
|
+
},
|
|
131412
|
+
"isDeprecated": false,
|
|
131413
|
+
"deprecationReason": null
|
|
131414
|
+
}
|
|
131415
|
+
],
|
|
131416
|
+
"inputFields": null,
|
|
131417
|
+
"interfaces": [],
|
|
131418
|
+
"enumValues": null,
|
|
131419
|
+
"possibleTypes": null
|
|
131420
|
+
},
|
|
131421
|
+
{
|
|
131422
|
+
"kind": "OBJECT",
|
|
131423
|
+
"name": "view_facebook_page_ad_library_id_min_fields",
|
|
131424
|
+
"description": "aggregate min on columns",
|
|
131425
|
+
"fields": [
|
|
131426
|
+
{
|
|
131427
|
+
"name": "page_ad_library_id",
|
|
131428
|
+
"description": null,
|
|
131429
|
+
"args": [],
|
|
131430
|
+
"type": {
|
|
131431
|
+
"kind": "SCALAR",
|
|
131432
|
+
"name": "String",
|
|
131433
|
+
"ofType": null
|
|
131434
|
+
},
|
|
131435
|
+
"isDeprecated": false,
|
|
131436
|
+
"deprecationReason": null
|
|
131437
|
+
},
|
|
131438
|
+
{
|
|
131439
|
+
"name": "social_page_handle_id",
|
|
131440
|
+
"description": null,
|
|
131441
|
+
"args": [],
|
|
131442
|
+
"type": {
|
|
131443
|
+
"kind": "SCALAR",
|
|
131444
|
+
"name": "uuid",
|
|
131445
|
+
"ofType": null
|
|
131446
|
+
},
|
|
131447
|
+
"isDeprecated": false,
|
|
131448
|
+
"deprecationReason": null
|
|
131449
|
+
},
|
|
131450
|
+
{
|
|
131451
|
+
"name": "social_page_metadata_id",
|
|
131452
|
+
"description": null,
|
|
131453
|
+
"args": [],
|
|
131454
|
+
"type": {
|
|
131455
|
+
"kind": "SCALAR",
|
|
131456
|
+
"name": "uuid",
|
|
131457
|
+
"ofType": null
|
|
131458
|
+
},
|
|
131459
|
+
"isDeprecated": false,
|
|
131460
|
+
"deprecationReason": null
|
|
131461
|
+
}
|
|
131462
|
+
],
|
|
131463
|
+
"inputFields": null,
|
|
131464
|
+
"interfaces": [],
|
|
131465
|
+
"enumValues": null,
|
|
131466
|
+
"possibleTypes": null
|
|
131467
|
+
},
|
|
131468
|
+
{
|
|
131469
|
+
"kind": "INPUT_OBJECT",
|
|
131470
|
+
"name": "view_facebook_page_ad_library_id_order_by",
|
|
131471
|
+
"description": "Ordering options when selecting data from \"view_facebook_page_ad_library_id\".",
|
|
131472
|
+
"fields": null,
|
|
131473
|
+
"inputFields": [
|
|
131474
|
+
{
|
|
131475
|
+
"name": "page_ad_library_id",
|
|
131476
|
+
"description": null,
|
|
131477
|
+
"type": {
|
|
131478
|
+
"kind": "ENUM",
|
|
131479
|
+
"name": "order_by",
|
|
131480
|
+
"ofType": null
|
|
131481
|
+
},
|
|
131482
|
+
"defaultValue": null,
|
|
131483
|
+
"isDeprecated": false,
|
|
131484
|
+
"deprecationReason": null
|
|
131485
|
+
},
|
|
131486
|
+
{
|
|
131487
|
+
"name": "social_page_handle_id",
|
|
131488
|
+
"description": null,
|
|
131489
|
+
"type": {
|
|
131490
|
+
"kind": "ENUM",
|
|
131491
|
+
"name": "order_by",
|
|
131492
|
+
"ofType": null
|
|
131493
|
+
},
|
|
131494
|
+
"defaultValue": null,
|
|
131495
|
+
"isDeprecated": false,
|
|
131496
|
+
"deprecationReason": null
|
|
131497
|
+
},
|
|
131498
|
+
{
|
|
131499
|
+
"name": "social_page_metadata_id",
|
|
131500
|
+
"description": null,
|
|
131501
|
+
"type": {
|
|
131502
|
+
"kind": "ENUM",
|
|
131503
|
+
"name": "order_by",
|
|
131504
|
+
"ofType": null
|
|
131505
|
+
},
|
|
131506
|
+
"defaultValue": null,
|
|
131507
|
+
"isDeprecated": false,
|
|
131508
|
+
"deprecationReason": null
|
|
131509
|
+
}
|
|
131510
|
+
],
|
|
131511
|
+
"interfaces": null,
|
|
131512
|
+
"enumValues": null,
|
|
131513
|
+
"possibleTypes": null
|
|
131514
|
+
},
|
|
131515
|
+
{
|
|
131516
|
+
"kind": "ENUM",
|
|
131517
|
+
"name": "view_facebook_page_ad_library_id_select_column",
|
|
131518
|
+
"description": "select columns of table \"view_facebook_page_ad_library_id\"",
|
|
131519
|
+
"fields": null,
|
|
131520
|
+
"inputFields": null,
|
|
131521
|
+
"interfaces": null,
|
|
131522
|
+
"enumValues": [
|
|
131523
|
+
{
|
|
131524
|
+
"name": "page_ad_library_id",
|
|
131525
|
+
"description": "column name",
|
|
131526
|
+
"isDeprecated": false,
|
|
131527
|
+
"deprecationReason": null
|
|
131528
|
+
},
|
|
131529
|
+
{
|
|
131530
|
+
"name": "social_page_handle_id",
|
|
131531
|
+
"description": "column name",
|
|
131532
|
+
"isDeprecated": false,
|
|
131533
|
+
"deprecationReason": null
|
|
131534
|
+
},
|
|
131535
|
+
{
|
|
131536
|
+
"name": "social_page_metadata_id",
|
|
131537
|
+
"description": "column name",
|
|
131538
|
+
"isDeprecated": false,
|
|
131539
|
+
"deprecationReason": null
|
|
131540
|
+
}
|
|
131541
|
+
],
|
|
131542
|
+
"possibleTypes": null
|
|
131543
|
+
},
|
|
131544
|
+
{
|
|
131545
|
+
"kind": "INPUT_OBJECT",
|
|
131546
|
+
"name": "view_facebook_page_ad_library_id_stream_cursor_input",
|
|
131547
|
+
"description": "Streaming cursor of the table \"view_facebook_page_ad_library_id\"",
|
|
131548
|
+
"fields": null,
|
|
131549
|
+
"inputFields": [
|
|
131550
|
+
{
|
|
131551
|
+
"name": "initial_value",
|
|
131552
|
+
"description": "Stream column input with initial value",
|
|
131553
|
+
"type": {
|
|
131554
|
+
"kind": "NON_NULL",
|
|
131555
|
+
"name": null,
|
|
131556
|
+
"ofType": {
|
|
131557
|
+
"kind": "INPUT_OBJECT",
|
|
131558
|
+
"name": "view_facebook_page_ad_library_id_stream_cursor_value_input",
|
|
131559
|
+
"ofType": null
|
|
131560
|
+
}
|
|
131561
|
+
},
|
|
131562
|
+
"defaultValue": null,
|
|
131563
|
+
"isDeprecated": false,
|
|
131564
|
+
"deprecationReason": null
|
|
131565
|
+
},
|
|
131566
|
+
{
|
|
131567
|
+
"name": "ordering",
|
|
131568
|
+
"description": "cursor ordering",
|
|
131569
|
+
"type": {
|
|
131570
|
+
"kind": "ENUM",
|
|
131571
|
+
"name": "cursor_ordering",
|
|
131572
|
+
"ofType": null
|
|
131573
|
+
},
|
|
131574
|
+
"defaultValue": null,
|
|
131575
|
+
"isDeprecated": false,
|
|
131576
|
+
"deprecationReason": null
|
|
131577
|
+
}
|
|
131578
|
+
],
|
|
131579
|
+
"interfaces": null,
|
|
131580
|
+
"enumValues": null,
|
|
131581
|
+
"possibleTypes": null
|
|
131582
|
+
},
|
|
131583
|
+
{
|
|
131584
|
+
"kind": "INPUT_OBJECT",
|
|
131585
|
+
"name": "view_facebook_page_ad_library_id_stream_cursor_value_input",
|
|
131586
|
+
"description": "Initial value of the column from where the streaming should start",
|
|
131587
|
+
"fields": null,
|
|
131588
|
+
"inputFields": [
|
|
131589
|
+
{
|
|
131590
|
+
"name": "page_ad_library_id",
|
|
131591
|
+
"description": null,
|
|
131592
|
+
"type": {
|
|
131593
|
+
"kind": "SCALAR",
|
|
131594
|
+
"name": "String",
|
|
131595
|
+
"ofType": null
|
|
131596
|
+
},
|
|
131597
|
+
"defaultValue": null,
|
|
131598
|
+
"isDeprecated": false,
|
|
131599
|
+
"deprecationReason": null
|
|
131600
|
+
},
|
|
131601
|
+
{
|
|
131602
|
+
"name": "social_page_handle_id",
|
|
131603
|
+
"description": null,
|
|
131604
|
+
"type": {
|
|
131605
|
+
"kind": "SCALAR",
|
|
131606
|
+
"name": "uuid",
|
|
131607
|
+
"ofType": null
|
|
131608
|
+
},
|
|
131609
|
+
"defaultValue": null,
|
|
131610
|
+
"isDeprecated": false,
|
|
131611
|
+
"deprecationReason": null
|
|
131612
|
+
},
|
|
131613
|
+
{
|
|
131614
|
+
"name": "social_page_metadata_id",
|
|
131615
|
+
"description": null,
|
|
131616
|
+
"type": {
|
|
131617
|
+
"kind": "SCALAR",
|
|
131618
|
+
"name": "uuid",
|
|
131619
|
+
"ofType": null
|
|
131620
|
+
},
|
|
131621
|
+
"defaultValue": null,
|
|
131622
|
+
"isDeprecated": false,
|
|
131623
|
+
"deprecationReason": null
|
|
131624
|
+
}
|
|
131625
|
+
],
|
|
131626
|
+
"interfaces": null,
|
|
131627
|
+
"enumValues": null,
|
|
131628
|
+
"possibleTypes": null
|
|
131629
|
+
},
|
|
130636
131630
|
{
|
|
130637
131631
|
"kind": "OBJECT",
|
|
130638
131632
|
"name": "website_blacklist",
|