@promoboxx/graphql-gateway-types 1.288.0 → 1.289.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 +388 -0
- package/index.d.ts +44 -0
- package/package.json +1 -1
- package/schema.graphql +80 -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",
|
|
@@ -78532,6 +78726,200 @@
|
|
|
78532
78726
|
"isDeprecated": false,
|
|
78533
78727
|
"deprecationReason": null
|
|
78534
78728
|
},
|
|
78729
|
+
{
|
|
78730
|
+
"name": "social_page_handles_not_in_website_blacklist",
|
|
78731
|
+
"description": "execute function \"social_page_handles_not_in_website_blacklist\" which returns \"social_page_handles\"",
|
|
78732
|
+
"args": [
|
|
78733
|
+
{
|
|
78734
|
+
"name": "distinct_on",
|
|
78735
|
+
"description": "distinct select on columns",
|
|
78736
|
+
"type": {
|
|
78737
|
+
"kind": "LIST",
|
|
78738
|
+
"name": null,
|
|
78739
|
+
"ofType": {
|
|
78740
|
+
"kind": "NON_NULL",
|
|
78741
|
+
"name": null,
|
|
78742
|
+
"ofType": {
|
|
78743
|
+
"kind": "ENUM",
|
|
78744
|
+
"name": "social_page_handles_select_column",
|
|
78745
|
+
"ofType": null
|
|
78746
|
+
}
|
|
78747
|
+
}
|
|
78748
|
+
},
|
|
78749
|
+
"defaultValue": null,
|
|
78750
|
+
"isDeprecated": false,
|
|
78751
|
+
"deprecationReason": null
|
|
78752
|
+
},
|
|
78753
|
+
{
|
|
78754
|
+
"name": "limit",
|
|
78755
|
+
"description": "limit the number of rows returned",
|
|
78756
|
+
"type": {
|
|
78757
|
+
"kind": "SCALAR",
|
|
78758
|
+
"name": "Int",
|
|
78759
|
+
"ofType": null
|
|
78760
|
+
},
|
|
78761
|
+
"defaultValue": null,
|
|
78762
|
+
"isDeprecated": false,
|
|
78763
|
+
"deprecationReason": null
|
|
78764
|
+
},
|
|
78765
|
+
{
|
|
78766
|
+
"name": "offset",
|
|
78767
|
+
"description": "skip the first n rows. Use only with order_by",
|
|
78768
|
+
"type": {
|
|
78769
|
+
"kind": "SCALAR",
|
|
78770
|
+
"name": "Int",
|
|
78771
|
+
"ofType": null
|
|
78772
|
+
},
|
|
78773
|
+
"defaultValue": null,
|
|
78774
|
+
"isDeprecated": false,
|
|
78775
|
+
"deprecationReason": null
|
|
78776
|
+
},
|
|
78777
|
+
{
|
|
78778
|
+
"name": "order_by",
|
|
78779
|
+
"description": "sort the rows by one or more columns",
|
|
78780
|
+
"type": {
|
|
78781
|
+
"kind": "LIST",
|
|
78782
|
+
"name": null,
|
|
78783
|
+
"ofType": {
|
|
78784
|
+
"kind": "NON_NULL",
|
|
78785
|
+
"name": null,
|
|
78786
|
+
"ofType": {
|
|
78787
|
+
"kind": "INPUT_OBJECT",
|
|
78788
|
+
"name": "social_page_handles_order_by",
|
|
78789
|
+
"ofType": null
|
|
78790
|
+
}
|
|
78791
|
+
}
|
|
78792
|
+
},
|
|
78793
|
+
"defaultValue": null,
|
|
78794
|
+
"isDeprecated": false,
|
|
78795
|
+
"deprecationReason": null
|
|
78796
|
+
},
|
|
78797
|
+
{
|
|
78798
|
+
"name": "where",
|
|
78799
|
+
"description": "filter the rows returned",
|
|
78800
|
+
"type": {
|
|
78801
|
+
"kind": "INPUT_OBJECT",
|
|
78802
|
+
"name": "social_page_handles_bool_exp",
|
|
78803
|
+
"ofType": null
|
|
78804
|
+
},
|
|
78805
|
+
"defaultValue": null,
|
|
78806
|
+
"isDeprecated": false,
|
|
78807
|
+
"deprecationReason": null
|
|
78808
|
+
}
|
|
78809
|
+
],
|
|
78810
|
+
"type": {
|
|
78811
|
+
"kind": "NON_NULL",
|
|
78812
|
+
"name": null,
|
|
78813
|
+
"ofType": {
|
|
78814
|
+
"kind": "LIST",
|
|
78815
|
+
"name": null,
|
|
78816
|
+
"ofType": {
|
|
78817
|
+
"kind": "NON_NULL",
|
|
78818
|
+
"name": null,
|
|
78819
|
+
"ofType": {
|
|
78820
|
+
"kind": "OBJECT",
|
|
78821
|
+
"name": "social_page_handles",
|
|
78822
|
+
"ofType": null
|
|
78823
|
+
}
|
|
78824
|
+
}
|
|
78825
|
+
}
|
|
78826
|
+
},
|
|
78827
|
+
"isDeprecated": false,
|
|
78828
|
+
"deprecationReason": null
|
|
78829
|
+
},
|
|
78830
|
+
{
|
|
78831
|
+
"name": "social_page_handles_not_in_website_blacklist_aggregate",
|
|
78832
|
+
"description": "execute function \"social_page_handles_not_in_website_blacklist\" and query aggregates on result of table type \"social_page_handles\"",
|
|
78833
|
+
"args": [
|
|
78834
|
+
{
|
|
78835
|
+
"name": "distinct_on",
|
|
78836
|
+
"description": "distinct select on columns",
|
|
78837
|
+
"type": {
|
|
78838
|
+
"kind": "LIST",
|
|
78839
|
+
"name": null,
|
|
78840
|
+
"ofType": {
|
|
78841
|
+
"kind": "NON_NULL",
|
|
78842
|
+
"name": null,
|
|
78843
|
+
"ofType": {
|
|
78844
|
+
"kind": "ENUM",
|
|
78845
|
+
"name": "social_page_handles_select_column",
|
|
78846
|
+
"ofType": null
|
|
78847
|
+
}
|
|
78848
|
+
}
|
|
78849
|
+
},
|
|
78850
|
+
"defaultValue": null,
|
|
78851
|
+
"isDeprecated": false,
|
|
78852
|
+
"deprecationReason": null
|
|
78853
|
+
},
|
|
78854
|
+
{
|
|
78855
|
+
"name": "limit",
|
|
78856
|
+
"description": "limit the number of rows returned",
|
|
78857
|
+
"type": {
|
|
78858
|
+
"kind": "SCALAR",
|
|
78859
|
+
"name": "Int",
|
|
78860
|
+
"ofType": null
|
|
78861
|
+
},
|
|
78862
|
+
"defaultValue": null,
|
|
78863
|
+
"isDeprecated": false,
|
|
78864
|
+
"deprecationReason": null
|
|
78865
|
+
},
|
|
78866
|
+
{
|
|
78867
|
+
"name": "offset",
|
|
78868
|
+
"description": "skip the first n rows. Use only with order_by",
|
|
78869
|
+
"type": {
|
|
78870
|
+
"kind": "SCALAR",
|
|
78871
|
+
"name": "Int",
|
|
78872
|
+
"ofType": null
|
|
78873
|
+
},
|
|
78874
|
+
"defaultValue": null,
|
|
78875
|
+
"isDeprecated": false,
|
|
78876
|
+
"deprecationReason": null
|
|
78877
|
+
},
|
|
78878
|
+
{
|
|
78879
|
+
"name": "order_by",
|
|
78880
|
+
"description": "sort the rows by one or more columns",
|
|
78881
|
+
"type": {
|
|
78882
|
+
"kind": "LIST",
|
|
78883
|
+
"name": null,
|
|
78884
|
+
"ofType": {
|
|
78885
|
+
"kind": "NON_NULL",
|
|
78886
|
+
"name": null,
|
|
78887
|
+
"ofType": {
|
|
78888
|
+
"kind": "INPUT_OBJECT",
|
|
78889
|
+
"name": "social_page_handles_order_by",
|
|
78890
|
+
"ofType": null
|
|
78891
|
+
}
|
|
78892
|
+
}
|
|
78893
|
+
},
|
|
78894
|
+
"defaultValue": null,
|
|
78895
|
+
"isDeprecated": false,
|
|
78896
|
+
"deprecationReason": null
|
|
78897
|
+
},
|
|
78898
|
+
{
|
|
78899
|
+
"name": "where",
|
|
78900
|
+
"description": "filter the rows returned",
|
|
78901
|
+
"type": {
|
|
78902
|
+
"kind": "INPUT_OBJECT",
|
|
78903
|
+
"name": "social_page_handles_bool_exp",
|
|
78904
|
+
"ofType": null
|
|
78905
|
+
},
|
|
78906
|
+
"defaultValue": null,
|
|
78907
|
+
"isDeprecated": false,
|
|
78908
|
+
"deprecationReason": null
|
|
78909
|
+
}
|
|
78910
|
+
],
|
|
78911
|
+
"type": {
|
|
78912
|
+
"kind": "NON_NULL",
|
|
78913
|
+
"name": null,
|
|
78914
|
+
"ofType": {
|
|
78915
|
+
"kind": "OBJECT",
|
|
78916
|
+
"name": "social_page_handles_aggregate",
|
|
78917
|
+
"ofType": null
|
|
78918
|
+
}
|
|
78919
|
+
},
|
|
78920
|
+
"isDeprecated": false,
|
|
78921
|
+
"deprecationReason": null
|
|
78922
|
+
},
|
|
78535
78923
|
{
|
|
78536
78924
|
"name": "social_page_handles_stream",
|
|
78537
78925
|
"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']>;
|
|
@@ -9770,6 +9792,10 @@ export type Subscription = {
|
|
|
9770
9792
|
social_page_handles_aggregate: Social_Page_Handles_Aggregate;
|
|
9771
9793
|
/** fetch data from the table: "social_page_handles" using primary key columns */
|
|
9772
9794
|
social_page_handles_by_pk?: Maybe<Social_Page_Handles>;
|
|
9795
|
+
/** execute function "social_page_handles_not_in_website_blacklist" which returns "social_page_handles" */
|
|
9796
|
+
social_page_handles_not_in_website_blacklist: Array<Social_Page_Handles>;
|
|
9797
|
+
/** execute function "social_page_handles_not_in_website_blacklist" and query aggregates on result of table type "social_page_handles" */
|
|
9798
|
+
social_page_handles_not_in_website_blacklist_aggregate: Social_Page_Handles_Aggregate;
|
|
9773
9799
|
/** fetch data from the table in a streaming manner: "social_page_handles" */
|
|
9774
9800
|
social_page_handles_stream: Array<Social_Page_Handles>;
|
|
9775
9801
|
/** An array relationship */
|
|
@@ -10150,6 +10176,24 @@ export type SubscriptionSocial_Page_Handles_By_PkArgs = {
|
|
|
10150
10176
|
};
|
|
10151
10177
|
|
|
10152
10178
|
|
|
10179
|
+
export type SubscriptionSocial_Page_Handles_Not_In_Website_BlacklistArgs = {
|
|
10180
|
+
distinct_on?: InputMaybe<Array<Social_Page_Handles_Select_Column>>;
|
|
10181
|
+
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
10182
|
+
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
10183
|
+
order_by?: InputMaybe<Array<Social_Page_Handles_Order_By>>;
|
|
10184
|
+
where?: InputMaybe<Social_Page_Handles_Bool_Exp>;
|
|
10185
|
+
};
|
|
10186
|
+
|
|
10187
|
+
|
|
10188
|
+
export type SubscriptionSocial_Page_Handles_Not_In_Website_Blacklist_AggregateArgs = {
|
|
10189
|
+
distinct_on?: InputMaybe<Array<Social_Page_Handles_Select_Column>>;
|
|
10190
|
+
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
10191
|
+
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
10192
|
+
order_by?: InputMaybe<Array<Social_Page_Handles_Order_By>>;
|
|
10193
|
+
where?: InputMaybe<Social_Page_Handles_Bool_Exp>;
|
|
10194
|
+
};
|
|
10195
|
+
|
|
10196
|
+
|
|
10153
10197
|
export type SubscriptionSocial_Page_Handles_StreamArgs = {
|
|
10154
10198
|
batch_size: Scalars['Int']['input'];
|
|
10155
10199
|
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"""
|
|
@@ -8837,6 +8877,46 @@ type Subscription {
|
|
|
8837
8877
|
"""
|
|
8838
8878
|
social_page_handles_by_pk(id: uuid!): social_page_handles
|
|
8839
8879
|
|
|
8880
|
+
"""
|
|
8881
|
+
execute function "social_page_handles_not_in_website_blacklist" which returns "social_page_handles"
|
|
8882
|
+
"""
|
|
8883
|
+
social_page_handles_not_in_website_blacklist(
|
|
8884
|
+
"""distinct select on columns"""
|
|
8885
|
+
distinct_on: [social_page_handles_select_column!]
|
|
8886
|
+
|
|
8887
|
+
"""limit the number of rows returned"""
|
|
8888
|
+
limit: Int
|
|
8889
|
+
|
|
8890
|
+
"""skip the first n rows. Use only with order_by"""
|
|
8891
|
+
offset: Int
|
|
8892
|
+
|
|
8893
|
+
"""sort the rows by one or more columns"""
|
|
8894
|
+
order_by: [social_page_handles_order_by!]
|
|
8895
|
+
|
|
8896
|
+
"""filter the rows returned"""
|
|
8897
|
+
where: social_page_handles_bool_exp
|
|
8898
|
+
): [social_page_handles!]!
|
|
8899
|
+
|
|
8900
|
+
"""
|
|
8901
|
+
execute function "social_page_handles_not_in_website_blacklist" and query aggregates on result of table type "social_page_handles"
|
|
8902
|
+
"""
|
|
8903
|
+
social_page_handles_not_in_website_blacklist_aggregate(
|
|
8904
|
+
"""distinct select on columns"""
|
|
8905
|
+
distinct_on: [social_page_handles_select_column!]
|
|
8906
|
+
|
|
8907
|
+
"""limit the number of rows returned"""
|
|
8908
|
+
limit: Int
|
|
8909
|
+
|
|
8910
|
+
"""skip the first n rows. Use only with order_by"""
|
|
8911
|
+
offset: Int
|
|
8912
|
+
|
|
8913
|
+
"""sort the rows by one or more columns"""
|
|
8914
|
+
order_by: [social_page_handles_order_by!]
|
|
8915
|
+
|
|
8916
|
+
"""filter the rows returned"""
|
|
8917
|
+
where: social_page_handles_bool_exp
|
|
8918
|
+
): social_page_handles_aggregate!
|
|
8919
|
+
|
|
8840
8920
|
"""
|
|
8841
8921
|
fetch data from the table in a streaming manner: "social_page_handles"
|
|
8842
8922
|
"""
|