@promoboxx/graphql-gateway-types 1.288.0 → 1.290.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 +436 -0
- package/index.d.ts +48 -0
- package/package.json +1 -1
- package/schema.graphql +84 -0
package/graphql.schema.json
CHANGED
|
@@ -65544,6 +65544,200 @@
|
|
|
65544
65544
|
"isDeprecated": false,
|
|
65545
65545
|
"deprecationReason": null
|
|
65546
65546
|
},
|
|
65547
|
+
{
|
|
65548
|
+
"name": "social_page_handles_not_in_website_blacklist",
|
|
65549
|
+
"description": "execute function \"social_page_handles_not_in_website_blacklist\" which returns \"social_page_handles\"",
|
|
65550
|
+
"args": [
|
|
65551
|
+
{
|
|
65552
|
+
"name": "distinct_on",
|
|
65553
|
+
"description": "distinct select on columns",
|
|
65554
|
+
"type": {
|
|
65555
|
+
"kind": "LIST",
|
|
65556
|
+
"name": null,
|
|
65557
|
+
"ofType": {
|
|
65558
|
+
"kind": "NON_NULL",
|
|
65559
|
+
"name": null,
|
|
65560
|
+
"ofType": {
|
|
65561
|
+
"kind": "ENUM",
|
|
65562
|
+
"name": "social_page_handles_select_column",
|
|
65563
|
+
"ofType": null
|
|
65564
|
+
}
|
|
65565
|
+
}
|
|
65566
|
+
},
|
|
65567
|
+
"defaultValue": null,
|
|
65568
|
+
"isDeprecated": false,
|
|
65569
|
+
"deprecationReason": null
|
|
65570
|
+
},
|
|
65571
|
+
{
|
|
65572
|
+
"name": "limit",
|
|
65573
|
+
"description": "limit the number of rows returned",
|
|
65574
|
+
"type": {
|
|
65575
|
+
"kind": "SCALAR",
|
|
65576
|
+
"name": "Int",
|
|
65577
|
+
"ofType": null
|
|
65578
|
+
},
|
|
65579
|
+
"defaultValue": null,
|
|
65580
|
+
"isDeprecated": false,
|
|
65581
|
+
"deprecationReason": null
|
|
65582
|
+
},
|
|
65583
|
+
{
|
|
65584
|
+
"name": "offset",
|
|
65585
|
+
"description": "skip the first n rows. Use only with order_by",
|
|
65586
|
+
"type": {
|
|
65587
|
+
"kind": "SCALAR",
|
|
65588
|
+
"name": "Int",
|
|
65589
|
+
"ofType": null
|
|
65590
|
+
},
|
|
65591
|
+
"defaultValue": null,
|
|
65592
|
+
"isDeprecated": false,
|
|
65593
|
+
"deprecationReason": null
|
|
65594
|
+
},
|
|
65595
|
+
{
|
|
65596
|
+
"name": "order_by",
|
|
65597
|
+
"description": "sort the rows by one or more columns",
|
|
65598
|
+
"type": {
|
|
65599
|
+
"kind": "LIST",
|
|
65600
|
+
"name": null,
|
|
65601
|
+
"ofType": {
|
|
65602
|
+
"kind": "NON_NULL",
|
|
65603
|
+
"name": null,
|
|
65604
|
+
"ofType": {
|
|
65605
|
+
"kind": "INPUT_OBJECT",
|
|
65606
|
+
"name": "social_page_handles_order_by",
|
|
65607
|
+
"ofType": null
|
|
65608
|
+
}
|
|
65609
|
+
}
|
|
65610
|
+
},
|
|
65611
|
+
"defaultValue": null,
|
|
65612
|
+
"isDeprecated": false,
|
|
65613
|
+
"deprecationReason": null
|
|
65614
|
+
},
|
|
65615
|
+
{
|
|
65616
|
+
"name": "where",
|
|
65617
|
+
"description": "filter the rows returned",
|
|
65618
|
+
"type": {
|
|
65619
|
+
"kind": "INPUT_OBJECT",
|
|
65620
|
+
"name": "social_page_handles_bool_exp",
|
|
65621
|
+
"ofType": null
|
|
65622
|
+
},
|
|
65623
|
+
"defaultValue": null,
|
|
65624
|
+
"isDeprecated": false,
|
|
65625
|
+
"deprecationReason": null
|
|
65626
|
+
}
|
|
65627
|
+
],
|
|
65628
|
+
"type": {
|
|
65629
|
+
"kind": "NON_NULL",
|
|
65630
|
+
"name": null,
|
|
65631
|
+
"ofType": {
|
|
65632
|
+
"kind": "LIST",
|
|
65633
|
+
"name": null,
|
|
65634
|
+
"ofType": {
|
|
65635
|
+
"kind": "NON_NULL",
|
|
65636
|
+
"name": null,
|
|
65637
|
+
"ofType": {
|
|
65638
|
+
"kind": "OBJECT",
|
|
65639
|
+
"name": "social_page_handles",
|
|
65640
|
+
"ofType": null
|
|
65641
|
+
}
|
|
65642
|
+
}
|
|
65643
|
+
}
|
|
65644
|
+
},
|
|
65645
|
+
"isDeprecated": false,
|
|
65646
|
+
"deprecationReason": null
|
|
65647
|
+
},
|
|
65648
|
+
{
|
|
65649
|
+
"name": "social_page_handles_not_in_website_blacklist_aggregate",
|
|
65650
|
+
"description": "execute function \"social_page_handles_not_in_website_blacklist\" and query aggregates on result of table type \"social_page_handles\"",
|
|
65651
|
+
"args": [
|
|
65652
|
+
{
|
|
65653
|
+
"name": "distinct_on",
|
|
65654
|
+
"description": "distinct select on columns",
|
|
65655
|
+
"type": {
|
|
65656
|
+
"kind": "LIST",
|
|
65657
|
+
"name": null,
|
|
65658
|
+
"ofType": {
|
|
65659
|
+
"kind": "NON_NULL",
|
|
65660
|
+
"name": null,
|
|
65661
|
+
"ofType": {
|
|
65662
|
+
"kind": "ENUM",
|
|
65663
|
+
"name": "social_page_handles_select_column",
|
|
65664
|
+
"ofType": null
|
|
65665
|
+
}
|
|
65666
|
+
}
|
|
65667
|
+
},
|
|
65668
|
+
"defaultValue": null,
|
|
65669
|
+
"isDeprecated": false,
|
|
65670
|
+
"deprecationReason": null
|
|
65671
|
+
},
|
|
65672
|
+
{
|
|
65673
|
+
"name": "limit",
|
|
65674
|
+
"description": "limit the number of rows returned",
|
|
65675
|
+
"type": {
|
|
65676
|
+
"kind": "SCALAR",
|
|
65677
|
+
"name": "Int",
|
|
65678
|
+
"ofType": null
|
|
65679
|
+
},
|
|
65680
|
+
"defaultValue": null,
|
|
65681
|
+
"isDeprecated": false,
|
|
65682
|
+
"deprecationReason": null
|
|
65683
|
+
},
|
|
65684
|
+
{
|
|
65685
|
+
"name": "offset",
|
|
65686
|
+
"description": "skip the first n rows. Use only with order_by",
|
|
65687
|
+
"type": {
|
|
65688
|
+
"kind": "SCALAR",
|
|
65689
|
+
"name": "Int",
|
|
65690
|
+
"ofType": null
|
|
65691
|
+
},
|
|
65692
|
+
"defaultValue": null,
|
|
65693
|
+
"isDeprecated": false,
|
|
65694
|
+
"deprecationReason": null
|
|
65695
|
+
},
|
|
65696
|
+
{
|
|
65697
|
+
"name": "order_by",
|
|
65698
|
+
"description": "sort the rows by one or more columns",
|
|
65699
|
+
"type": {
|
|
65700
|
+
"kind": "LIST",
|
|
65701
|
+
"name": null,
|
|
65702
|
+
"ofType": {
|
|
65703
|
+
"kind": "NON_NULL",
|
|
65704
|
+
"name": null,
|
|
65705
|
+
"ofType": {
|
|
65706
|
+
"kind": "INPUT_OBJECT",
|
|
65707
|
+
"name": "social_page_handles_order_by",
|
|
65708
|
+
"ofType": null
|
|
65709
|
+
}
|
|
65710
|
+
}
|
|
65711
|
+
},
|
|
65712
|
+
"defaultValue": null,
|
|
65713
|
+
"isDeprecated": false,
|
|
65714
|
+
"deprecationReason": null
|
|
65715
|
+
},
|
|
65716
|
+
{
|
|
65717
|
+
"name": "where",
|
|
65718
|
+
"description": "filter the rows returned",
|
|
65719
|
+
"type": {
|
|
65720
|
+
"kind": "INPUT_OBJECT",
|
|
65721
|
+
"name": "social_page_handles_bool_exp",
|
|
65722
|
+
"ofType": null
|
|
65723
|
+
},
|
|
65724
|
+
"defaultValue": null,
|
|
65725
|
+
"isDeprecated": false,
|
|
65726
|
+
"deprecationReason": null
|
|
65727
|
+
}
|
|
65728
|
+
],
|
|
65729
|
+
"type": {
|
|
65730
|
+
"kind": "NON_NULL",
|
|
65731
|
+
"name": null,
|
|
65732
|
+
"ofType": {
|
|
65733
|
+
"kind": "OBJECT",
|
|
65734
|
+
"name": "social_page_handles_aggregate",
|
|
65735
|
+
"ofType": null
|
|
65736
|
+
}
|
|
65737
|
+
},
|
|
65738
|
+
"isDeprecated": false,
|
|
65739
|
+
"deprecationReason": null
|
|
65740
|
+
},
|
|
65547
65741
|
{
|
|
65548
65742
|
"name": "social_page_metadata",
|
|
65549
65743
|
"description": "An array relationship",
|
|
@@ -72256,6 +72450,30 @@
|
|
|
72256
72450
|
"isDeprecated": false,
|
|
72257
72451
|
"deprecationReason": null
|
|
72258
72452
|
},
|
|
72453
|
+
{
|
|
72454
|
+
"name": "retailer_body",
|
|
72455
|
+
"description": null,
|
|
72456
|
+
"args": [],
|
|
72457
|
+
"type": {
|
|
72458
|
+
"kind": "SCALAR",
|
|
72459
|
+
"name": "String",
|
|
72460
|
+
"ofType": null
|
|
72461
|
+
},
|
|
72462
|
+
"isDeprecated": false,
|
|
72463
|
+
"deprecationReason": null
|
|
72464
|
+
},
|
|
72465
|
+
{
|
|
72466
|
+
"name": "retailer_button_text",
|
|
72467
|
+
"description": null,
|
|
72468
|
+
"args": [],
|
|
72469
|
+
"type": {
|
|
72470
|
+
"kind": "SCALAR",
|
|
72471
|
+
"name": "String",
|
|
72472
|
+
"ofType": null
|
|
72473
|
+
},
|
|
72474
|
+
"isDeprecated": false,
|
|
72475
|
+
"deprecationReason": null
|
|
72476
|
+
},
|
|
72259
72477
|
{
|
|
72260
72478
|
"name": "retailer_custom_share_url_id",
|
|
72261
72479
|
"description": null,
|
|
@@ -72328,6 +72546,30 @@
|
|
|
72328
72546
|
"isDeprecated": false,
|
|
72329
72547
|
"deprecationReason": null
|
|
72330
72548
|
},
|
|
72549
|
+
{
|
|
72550
|
+
"name": "retailer_subject",
|
|
72551
|
+
"description": null,
|
|
72552
|
+
"args": [],
|
|
72553
|
+
"type": {
|
|
72554
|
+
"kind": "SCALAR",
|
|
72555
|
+
"name": "String",
|
|
72556
|
+
"ofType": null
|
|
72557
|
+
},
|
|
72558
|
+
"isDeprecated": false,
|
|
72559
|
+
"deprecationReason": null
|
|
72560
|
+
},
|
|
72561
|
+
{
|
|
72562
|
+
"name": "retailer_text_body",
|
|
72563
|
+
"description": null,
|
|
72564
|
+
"args": [],
|
|
72565
|
+
"type": {
|
|
72566
|
+
"kind": "SCALAR",
|
|
72567
|
+
"name": "String",
|
|
72568
|
+
"ofType": null
|
|
72569
|
+
},
|
|
72570
|
+
"isDeprecated": false,
|
|
72571
|
+
"deprecationReason": null
|
|
72572
|
+
},
|
|
72331
72573
|
{
|
|
72332
72574
|
"name": "retailer_title",
|
|
72333
72575
|
"description": null,
|
|
@@ -78532,6 +78774,200 @@
|
|
|
78532
78774
|
"isDeprecated": false,
|
|
78533
78775
|
"deprecationReason": null
|
|
78534
78776
|
},
|
|
78777
|
+
{
|
|
78778
|
+
"name": "social_page_handles_not_in_website_blacklist",
|
|
78779
|
+
"description": "execute function \"social_page_handles_not_in_website_blacklist\" which returns \"social_page_handles\"",
|
|
78780
|
+
"args": [
|
|
78781
|
+
{
|
|
78782
|
+
"name": "distinct_on",
|
|
78783
|
+
"description": "distinct select on columns",
|
|
78784
|
+
"type": {
|
|
78785
|
+
"kind": "LIST",
|
|
78786
|
+
"name": null,
|
|
78787
|
+
"ofType": {
|
|
78788
|
+
"kind": "NON_NULL",
|
|
78789
|
+
"name": null,
|
|
78790
|
+
"ofType": {
|
|
78791
|
+
"kind": "ENUM",
|
|
78792
|
+
"name": "social_page_handles_select_column",
|
|
78793
|
+
"ofType": null
|
|
78794
|
+
}
|
|
78795
|
+
}
|
|
78796
|
+
},
|
|
78797
|
+
"defaultValue": null,
|
|
78798
|
+
"isDeprecated": false,
|
|
78799
|
+
"deprecationReason": null
|
|
78800
|
+
},
|
|
78801
|
+
{
|
|
78802
|
+
"name": "limit",
|
|
78803
|
+
"description": "limit the number of rows returned",
|
|
78804
|
+
"type": {
|
|
78805
|
+
"kind": "SCALAR",
|
|
78806
|
+
"name": "Int",
|
|
78807
|
+
"ofType": null
|
|
78808
|
+
},
|
|
78809
|
+
"defaultValue": null,
|
|
78810
|
+
"isDeprecated": false,
|
|
78811
|
+
"deprecationReason": null
|
|
78812
|
+
},
|
|
78813
|
+
{
|
|
78814
|
+
"name": "offset",
|
|
78815
|
+
"description": "skip the first n rows. Use only with order_by",
|
|
78816
|
+
"type": {
|
|
78817
|
+
"kind": "SCALAR",
|
|
78818
|
+
"name": "Int",
|
|
78819
|
+
"ofType": null
|
|
78820
|
+
},
|
|
78821
|
+
"defaultValue": null,
|
|
78822
|
+
"isDeprecated": false,
|
|
78823
|
+
"deprecationReason": null
|
|
78824
|
+
},
|
|
78825
|
+
{
|
|
78826
|
+
"name": "order_by",
|
|
78827
|
+
"description": "sort the rows by one or more columns",
|
|
78828
|
+
"type": {
|
|
78829
|
+
"kind": "LIST",
|
|
78830
|
+
"name": null,
|
|
78831
|
+
"ofType": {
|
|
78832
|
+
"kind": "NON_NULL",
|
|
78833
|
+
"name": null,
|
|
78834
|
+
"ofType": {
|
|
78835
|
+
"kind": "INPUT_OBJECT",
|
|
78836
|
+
"name": "social_page_handles_order_by",
|
|
78837
|
+
"ofType": null
|
|
78838
|
+
}
|
|
78839
|
+
}
|
|
78840
|
+
},
|
|
78841
|
+
"defaultValue": null,
|
|
78842
|
+
"isDeprecated": false,
|
|
78843
|
+
"deprecationReason": null
|
|
78844
|
+
},
|
|
78845
|
+
{
|
|
78846
|
+
"name": "where",
|
|
78847
|
+
"description": "filter the rows returned",
|
|
78848
|
+
"type": {
|
|
78849
|
+
"kind": "INPUT_OBJECT",
|
|
78850
|
+
"name": "social_page_handles_bool_exp",
|
|
78851
|
+
"ofType": null
|
|
78852
|
+
},
|
|
78853
|
+
"defaultValue": null,
|
|
78854
|
+
"isDeprecated": false,
|
|
78855
|
+
"deprecationReason": null
|
|
78856
|
+
}
|
|
78857
|
+
],
|
|
78858
|
+
"type": {
|
|
78859
|
+
"kind": "NON_NULL",
|
|
78860
|
+
"name": null,
|
|
78861
|
+
"ofType": {
|
|
78862
|
+
"kind": "LIST",
|
|
78863
|
+
"name": null,
|
|
78864
|
+
"ofType": {
|
|
78865
|
+
"kind": "NON_NULL",
|
|
78866
|
+
"name": null,
|
|
78867
|
+
"ofType": {
|
|
78868
|
+
"kind": "OBJECT",
|
|
78869
|
+
"name": "social_page_handles",
|
|
78870
|
+
"ofType": null
|
|
78871
|
+
}
|
|
78872
|
+
}
|
|
78873
|
+
}
|
|
78874
|
+
},
|
|
78875
|
+
"isDeprecated": false,
|
|
78876
|
+
"deprecationReason": null
|
|
78877
|
+
},
|
|
78878
|
+
{
|
|
78879
|
+
"name": "social_page_handles_not_in_website_blacklist_aggregate",
|
|
78880
|
+
"description": "execute function \"social_page_handles_not_in_website_blacklist\" and query aggregates on result of table type \"social_page_handles\"",
|
|
78881
|
+
"args": [
|
|
78882
|
+
{
|
|
78883
|
+
"name": "distinct_on",
|
|
78884
|
+
"description": "distinct select on columns",
|
|
78885
|
+
"type": {
|
|
78886
|
+
"kind": "LIST",
|
|
78887
|
+
"name": null,
|
|
78888
|
+
"ofType": {
|
|
78889
|
+
"kind": "NON_NULL",
|
|
78890
|
+
"name": null,
|
|
78891
|
+
"ofType": {
|
|
78892
|
+
"kind": "ENUM",
|
|
78893
|
+
"name": "social_page_handles_select_column",
|
|
78894
|
+
"ofType": null
|
|
78895
|
+
}
|
|
78896
|
+
}
|
|
78897
|
+
},
|
|
78898
|
+
"defaultValue": null,
|
|
78899
|
+
"isDeprecated": false,
|
|
78900
|
+
"deprecationReason": null
|
|
78901
|
+
},
|
|
78902
|
+
{
|
|
78903
|
+
"name": "limit",
|
|
78904
|
+
"description": "limit the number of rows returned",
|
|
78905
|
+
"type": {
|
|
78906
|
+
"kind": "SCALAR",
|
|
78907
|
+
"name": "Int",
|
|
78908
|
+
"ofType": null
|
|
78909
|
+
},
|
|
78910
|
+
"defaultValue": null,
|
|
78911
|
+
"isDeprecated": false,
|
|
78912
|
+
"deprecationReason": null
|
|
78913
|
+
},
|
|
78914
|
+
{
|
|
78915
|
+
"name": "offset",
|
|
78916
|
+
"description": "skip the first n rows. Use only with order_by",
|
|
78917
|
+
"type": {
|
|
78918
|
+
"kind": "SCALAR",
|
|
78919
|
+
"name": "Int",
|
|
78920
|
+
"ofType": null
|
|
78921
|
+
},
|
|
78922
|
+
"defaultValue": null,
|
|
78923
|
+
"isDeprecated": false,
|
|
78924
|
+
"deprecationReason": null
|
|
78925
|
+
},
|
|
78926
|
+
{
|
|
78927
|
+
"name": "order_by",
|
|
78928
|
+
"description": "sort the rows by one or more columns",
|
|
78929
|
+
"type": {
|
|
78930
|
+
"kind": "LIST",
|
|
78931
|
+
"name": null,
|
|
78932
|
+
"ofType": {
|
|
78933
|
+
"kind": "NON_NULL",
|
|
78934
|
+
"name": null,
|
|
78935
|
+
"ofType": {
|
|
78936
|
+
"kind": "INPUT_OBJECT",
|
|
78937
|
+
"name": "social_page_handles_order_by",
|
|
78938
|
+
"ofType": null
|
|
78939
|
+
}
|
|
78940
|
+
}
|
|
78941
|
+
},
|
|
78942
|
+
"defaultValue": null,
|
|
78943
|
+
"isDeprecated": false,
|
|
78944
|
+
"deprecationReason": null
|
|
78945
|
+
},
|
|
78946
|
+
{
|
|
78947
|
+
"name": "where",
|
|
78948
|
+
"description": "filter the rows returned",
|
|
78949
|
+
"type": {
|
|
78950
|
+
"kind": "INPUT_OBJECT",
|
|
78951
|
+
"name": "social_page_handles_bool_exp",
|
|
78952
|
+
"ofType": null
|
|
78953
|
+
},
|
|
78954
|
+
"defaultValue": null,
|
|
78955
|
+
"isDeprecated": false,
|
|
78956
|
+
"deprecationReason": null
|
|
78957
|
+
}
|
|
78958
|
+
],
|
|
78959
|
+
"type": {
|
|
78960
|
+
"kind": "NON_NULL",
|
|
78961
|
+
"name": null,
|
|
78962
|
+
"ofType": {
|
|
78963
|
+
"kind": "OBJECT",
|
|
78964
|
+
"name": "social_page_handles_aggregate",
|
|
78965
|
+
"ofType": null
|
|
78966
|
+
}
|
|
78967
|
+
},
|
|
78968
|
+
"isDeprecated": false,
|
|
78969
|
+
"deprecationReason": null
|
|
78970
|
+
},
|
|
78535
78971
|
{
|
|
78536
78972
|
"name": "social_page_handles_stream",
|
|
78537
78973
|
"description": "fetch data from the table in a streaming manner: \"social_page_handles\"",
|
package/index.d.ts
CHANGED
|
@@ -7516,6 +7516,10 @@ export type Query = {
|
|
|
7516
7516
|
social_page_handles_aggregate: Social_Page_Handles_Aggregate;
|
|
7517
7517
|
/** fetch data from the table: "social_page_handles" using primary key columns */
|
|
7518
7518
|
social_page_handles_by_pk?: Maybe<Social_Page_Handles>;
|
|
7519
|
+
/** execute function "social_page_handles_not_in_website_blacklist" which returns "social_page_handles" */
|
|
7520
|
+
social_page_handles_not_in_website_blacklist: Array<Social_Page_Handles>;
|
|
7521
|
+
/** execute function "social_page_handles_not_in_website_blacklist" and query aggregates on result of table type "social_page_handles" */
|
|
7522
|
+
social_page_handles_not_in_website_blacklist_aggregate: Social_Page_Handles_Aggregate;
|
|
7519
7523
|
/** An array relationship */
|
|
7520
7524
|
social_page_metadata: Array<Social_Page_Metadata>;
|
|
7521
7525
|
/** An aggregate relationship */
|
|
@@ -8619,6 +8623,24 @@ export type QuerySocial_Page_Handles_By_PkArgs = {
|
|
|
8619
8623
|
};
|
|
8620
8624
|
|
|
8621
8625
|
|
|
8626
|
+
export type QuerySocial_Page_Handles_Not_In_Website_BlacklistArgs = {
|
|
8627
|
+
distinct_on?: InputMaybe<Array<Social_Page_Handles_Select_Column>>;
|
|
8628
|
+
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
8629
|
+
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
8630
|
+
order_by?: InputMaybe<Array<Social_Page_Handles_Order_By>>;
|
|
8631
|
+
where?: InputMaybe<Social_Page_Handles_Bool_Exp>;
|
|
8632
|
+
};
|
|
8633
|
+
|
|
8634
|
+
|
|
8635
|
+
export type QuerySocial_Page_Handles_Not_In_Website_Blacklist_AggregateArgs = {
|
|
8636
|
+
distinct_on?: InputMaybe<Array<Social_Page_Handles_Select_Column>>;
|
|
8637
|
+
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
8638
|
+
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
8639
|
+
order_by?: InputMaybe<Array<Social_Page_Handles_Order_By>>;
|
|
8640
|
+
where?: InputMaybe<Social_Page_Handles_Bool_Exp>;
|
|
8641
|
+
};
|
|
8642
|
+
|
|
8643
|
+
|
|
8622
8644
|
export type QuerySocial_Page_MetadataArgs = {
|
|
8623
8645
|
distinct_on?: InputMaybe<Array<Social_Page_Metadata_Select_Column>>;
|
|
8624
8646
|
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
@@ -9337,12 +9359,16 @@ export type ShareSetting = {
|
|
|
9337
9359
|
post_format?: Maybe<Scalars['String']['output']>;
|
|
9338
9360
|
responsive_share_image_url?: Maybe<Scalars['String']['output']>;
|
|
9339
9361
|
retailer_append_link_to_message?: Maybe<Scalars['String']['output']>;
|
|
9362
|
+
retailer_body?: Maybe<Scalars['String']['output']>;
|
|
9363
|
+
retailer_button_text?: Maybe<Scalars['String']['output']>;
|
|
9340
9364
|
retailer_custom_share_url_id?: Maybe<Scalars['ID']['output']>;
|
|
9341
9365
|
retailer_description?: Maybe<Scalars['String']['output']>;
|
|
9342
9366
|
retailer_link?: Maybe<Scalars['String']['output']>;
|
|
9343
9367
|
retailer_link_append_custom_fields?: Maybe<Scalars['String']['output']>;
|
|
9344
9368
|
retailer_post_format?: Maybe<Scalars['String']['output']>;
|
|
9345
9369
|
retailer_share_url_type?: Maybe<Scalars['String']['output']>;
|
|
9370
|
+
retailer_subject?: Maybe<Scalars['String']['output']>;
|
|
9371
|
+
retailer_text_body?: Maybe<Scalars['String']['output']>;
|
|
9346
9372
|
retailer_title?: Maybe<Scalars['String']['output']>;
|
|
9347
9373
|
share_data?: Maybe<ShareData>;
|
|
9348
9374
|
share_image_content_type?: Maybe<Scalars['String']['output']>;
|
|
@@ -9770,6 +9796,10 @@ export type Subscription = {
|
|
|
9770
9796
|
social_page_handles_aggregate: Social_Page_Handles_Aggregate;
|
|
9771
9797
|
/** fetch data from the table: "social_page_handles" using primary key columns */
|
|
9772
9798
|
social_page_handles_by_pk?: Maybe<Social_Page_Handles>;
|
|
9799
|
+
/** execute function "social_page_handles_not_in_website_blacklist" which returns "social_page_handles" */
|
|
9800
|
+
social_page_handles_not_in_website_blacklist: Array<Social_Page_Handles>;
|
|
9801
|
+
/** execute function "social_page_handles_not_in_website_blacklist" and query aggregates on result of table type "social_page_handles" */
|
|
9802
|
+
social_page_handles_not_in_website_blacklist_aggregate: Social_Page_Handles_Aggregate;
|
|
9773
9803
|
/** fetch data from the table in a streaming manner: "social_page_handles" */
|
|
9774
9804
|
social_page_handles_stream: Array<Social_Page_Handles>;
|
|
9775
9805
|
/** An array relationship */
|
|
@@ -10150,6 +10180,24 @@ export type SubscriptionSocial_Page_Handles_By_PkArgs = {
|
|
|
10150
10180
|
};
|
|
10151
10181
|
|
|
10152
10182
|
|
|
10183
|
+
export type SubscriptionSocial_Page_Handles_Not_In_Website_BlacklistArgs = {
|
|
10184
|
+
distinct_on?: InputMaybe<Array<Social_Page_Handles_Select_Column>>;
|
|
10185
|
+
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
10186
|
+
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
10187
|
+
order_by?: InputMaybe<Array<Social_Page_Handles_Order_By>>;
|
|
10188
|
+
where?: InputMaybe<Social_Page_Handles_Bool_Exp>;
|
|
10189
|
+
};
|
|
10190
|
+
|
|
10191
|
+
|
|
10192
|
+
export type SubscriptionSocial_Page_Handles_Not_In_Website_Blacklist_AggregateArgs = {
|
|
10193
|
+
distinct_on?: InputMaybe<Array<Social_Page_Handles_Select_Column>>;
|
|
10194
|
+
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
10195
|
+
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
10196
|
+
order_by?: InputMaybe<Array<Social_Page_Handles_Order_By>>;
|
|
10197
|
+
where?: InputMaybe<Social_Page_Handles_Bool_Exp>;
|
|
10198
|
+
};
|
|
10199
|
+
|
|
10200
|
+
|
|
10153
10201
|
export type SubscriptionSocial_Page_Handles_StreamArgs = {
|
|
10154
10202
|
batch_size: Scalars['Int']['input'];
|
|
10155
10203
|
cursor: Array<InputMaybe<Social_Page_Handles_Stream_Cursor_Input>>;
|
package/package.json
CHANGED
package/schema.graphql
CHANGED
|
@@ -7028,6 +7028,46 @@ type Query {
|
|
|
7028
7028
|
"""
|
|
7029
7029
|
social_page_handles_by_pk(id: uuid!): social_page_handles
|
|
7030
7030
|
|
|
7031
|
+
"""
|
|
7032
|
+
execute function "social_page_handles_not_in_website_blacklist" which returns "social_page_handles"
|
|
7033
|
+
"""
|
|
7034
|
+
social_page_handles_not_in_website_blacklist(
|
|
7035
|
+
"""distinct select on columns"""
|
|
7036
|
+
distinct_on: [social_page_handles_select_column!]
|
|
7037
|
+
|
|
7038
|
+
"""limit the number of rows returned"""
|
|
7039
|
+
limit: Int
|
|
7040
|
+
|
|
7041
|
+
"""skip the first n rows. Use only with order_by"""
|
|
7042
|
+
offset: Int
|
|
7043
|
+
|
|
7044
|
+
"""sort the rows by one or more columns"""
|
|
7045
|
+
order_by: [social_page_handles_order_by!]
|
|
7046
|
+
|
|
7047
|
+
"""filter the rows returned"""
|
|
7048
|
+
where: social_page_handles_bool_exp
|
|
7049
|
+
): [social_page_handles!]!
|
|
7050
|
+
|
|
7051
|
+
"""
|
|
7052
|
+
execute function "social_page_handles_not_in_website_blacklist" and query aggregates on result of table type "social_page_handles"
|
|
7053
|
+
"""
|
|
7054
|
+
social_page_handles_not_in_website_blacklist_aggregate(
|
|
7055
|
+
"""distinct select on columns"""
|
|
7056
|
+
distinct_on: [social_page_handles_select_column!]
|
|
7057
|
+
|
|
7058
|
+
"""limit the number of rows returned"""
|
|
7059
|
+
limit: Int
|
|
7060
|
+
|
|
7061
|
+
"""skip the first n rows. Use only with order_by"""
|
|
7062
|
+
offset: Int
|
|
7063
|
+
|
|
7064
|
+
"""sort the rows by one or more columns"""
|
|
7065
|
+
order_by: [social_page_handles_order_by!]
|
|
7066
|
+
|
|
7067
|
+
"""filter the rows returned"""
|
|
7068
|
+
where: social_page_handles_bool_exp
|
|
7069
|
+
): social_page_handles_aggregate!
|
|
7070
|
+
|
|
7031
7071
|
"""An array relationship"""
|
|
7032
7072
|
social_page_metadata(
|
|
7033
7073
|
"""distinct select on columns"""
|
|
@@ -7887,12 +7927,16 @@ type ShareSetting {
|
|
|
7887
7927
|
post_format: String
|
|
7888
7928
|
responsive_share_image_url: String
|
|
7889
7929
|
retailer_append_link_to_message: String
|
|
7930
|
+
retailer_body: String
|
|
7931
|
+
retailer_button_text: String
|
|
7890
7932
|
retailer_custom_share_url_id: ID
|
|
7891
7933
|
retailer_description: String
|
|
7892
7934
|
retailer_link: String
|
|
7893
7935
|
retailer_link_append_custom_fields: String
|
|
7894
7936
|
retailer_post_format: String
|
|
7895
7937
|
retailer_share_url_type: String
|
|
7938
|
+
retailer_subject: String
|
|
7939
|
+
retailer_text_body: String
|
|
7896
7940
|
retailer_title: String
|
|
7897
7941
|
share_data: ShareData
|
|
7898
7942
|
share_image_content_type: String
|
|
@@ -8837,6 +8881,46 @@ type Subscription {
|
|
|
8837
8881
|
"""
|
|
8838
8882
|
social_page_handles_by_pk(id: uuid!): social_page_handles
|
|
8839
8883
|
|
|
8884
|
+
"""
|
|
8885
|
+
execute function "social_page_handles_not_in_website_blacklist" which returns "social_page_handles"
|
|
8886
|
+
"""
|
|
8887
|
+
social_page_handles_not_in_website_blacklist(
|
|
8888
|
+
"""distinct select on columns"""
|
|
8889
|
+
distinct_on: [social_page_handles_select_column!]
|
|
8890
|
+
|
|
8891
|
+
"""limit the number of rows returned"""
|
|
8892
|
+
limit: Int
|
|
8893
|
+
|
|
8894
|
+
"""skip the first n rows. Use only with order_by"""
|
|
8895
|
+
offset: Int
|
|
8896
|
+
|
|
8897
|
+
"""sort the rows by one or more columns"""
|
|
8898
|
+
order_by: [social_page_handles_order_by!]
|
|
8899
|
+
|
|
8900
|
+
"""filter the rows returned"""
|
|
8901
|
+
where: social_page_handles_bool_exp
|
|
8902
|
+
): [social_page_handles!]!
|
|
8903
|
+
|
|
8904
|
+
"""
|
|
8905
|
+
execute function "social_page_handles_not_in_website_blacklist" and query aggregates on result of table type "social_page_handles"
|
|
8906
|
+
"""
|
|
8907
|
+
social_page_handles_not_in_website_blacklist_aggregate(
|
|
8908
|
+
"""distinct select on columns"""
|
|
8909
|
+
distinct_on: [social_page_handles_select_column!]
|
|
8910
|
+
|
|
8911
|
+
"""limit the number of rows returned"""
|
|
8912
|
+
limit: Int
|
|
8913
|
+
|
|
8914
|
+
"""skip the first n rows. Use only with order_by"""
|
|
8915
|
+
offset: Int
|
|
8916
|
+
|
|
8917
|
+
"""sort the rows by one or more columns"""
|
|
8918
|
+
order_by: [social_page_handles_order_by!]
|
|
8919
|
+
|
|
8920
|
+
"""filter the rows returned"""
|
|
8921
|
+
where: social_page_handles_bool_exp
|
|
8922
|
+
): social_page_handles_aggregate!
|
|
8923
|
+
|
|
8840
8924
|
"""
|
|
8841
8925
|
fetch data from the table in a streaming manner: "social_page_handles"
|
|
8842
8926
|
"""
|