@promoboxx/graphql-gateway-types 1.285.0 → 1.287.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 +3 -3
- package/index.d.ts +4 -4
- package/package.json +1 -1
- package/schema.graphql +3 -3
package/graphql.schema.json
CHANGED
|
@@ -126327,7 +126327,7 @@
|
|
|
126327
126327
|
"deprecationReason": null
|
|
126328
126328
|
},
|
|
126329
126329
|
{
|
|
126330
|
-
"name": "
|
|
126330
|
+
"name": "valid_social_page_handle",
|
|
126331
126331
|
"description": "A computed field, executes function \"website_url_social_page_handles_valid_social_page_handles\"",
|
|
126332
126332
|
"args": [
|
|
126333
126333
|
{
|
|
@@ -126903,7 +126903,7 @@
|
|
|
126903
126903
|
"deprecationReason": null
|
|
126904
126904
|
},
|
|
126905
126905
|
{
|
|
126906
|
-
"name": "
|
|
126906
|
+
"name": "valid_social_page_handle",
|
|
126907
126907
|
"description": null,
|
|
126908
126908
|
"type": {
|
|
126909
126909
|
"kind": "INPUT_OBJECT",
|
|
@@ -127592,7 +127592,7 @@
|
|
|
127592
127592
|
"deprecationReason": null
|
|
127593
127593
|
},
|
|
127594
127594
|
{
|
|
127595
|
-
"name": "
|
|
127595
|
+
"name": "valid_social_page_handle_aggregate",
|
|
127596
127596
|
"description": null,
|
|
127597
127597
|
"type": {
|
|
127598
127598
|
"kind": "INPUT_OBJECT",
|
package/index.d.ts
CHANGED
|
@@ -16557,7 +16557,7 @@ export type Website_Url_Social_Page_Handles = {
|
|
|
16557
16557
|
social_page_handle_id?: Maybe<Scalars['uuid']['output']>;
|
|
16558
16558
|
updated_at?: Maybe<Scalars['timestamptz']['output']>;
|
|
16559
16559
|
/** A computed field, executes function "website_url_social_page_handles_valid_social_page_handles" */
|
|
16560
|
-
|
|
16560
|
+
valid_social_page_handle?: Maybe<Array<Social_Page_Handles>>;
|
|
16561
16561
|
/** An object relationship */
|
|
16562
16562
|
website_url?: Maybe<Website_Urls>;
|
|
16563
16563
|
website_url_id?: Maybe<Scalars['uuid']['output']>;
|
|
@@ -16565,7 +16565,7 @@ export type Website_Url_Social_Page_Handles = {
|
|
|
16565
16565
|
|
|
16566
16566
|
|
|
16567
16567
|
/** columns and relationships of "website_url_social_page_handles" */
|
|
16568
|
-
export type
|
|
16568
|
+
export type Website_Url_Social_Page_HandlesValid_Social_Page_HandleArgs = {
|
|
16569
16569
|
distinct_on?: InputMaybe<Array<Social_Page_Handles_Select_Column>>;
|
|
16570
16570
|
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
16571
16571
|
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
@@ -16631,7 +16631,7 @@ export type Website_Url_Social_Page_Handles_Bool_Exp = {
|
|
|
16631
16631
|
social_page_handle?: InputMaybe<Social_Page_Handles_Bool_Exp>;
|
|
16632
16632
|
social_page_handle_id?: InputMaybe<Uuid_Comparison_Exp>;
|
|
16633
16633
|
updated_at?: InputMaybe<Timestamptz_Comparison_Exp>;
|
|
16634
|
-
|
|
16634
|
+
valid_social_page_handle?: InputMaybe<Social_Page_Handles_Bool_Exp>;
|
|
16635
16635
|
website_url?: InputMaybe<Website_Urls_Bool_Exp>;
|
|
16636
16636
|
website_url_id?: InputMaybe<Uuid_Comparison_Exp>;
|
|
16637
16637
|
};
|
|
@@ -16719,7 +16719,7 @@ export type Website_Url_Social_Page_Handles_Order_By = {
|
|
|
16719
16719
|
social_page_handle?: InputMaybe<Social_Page_Handles_Order_By>;
|
|
16720
16720
|
social_page_handle_id?: InputMaybe<Order_By>;
|
|
16721
16721
|
updated_at?: InputMaybe<Order_By>;
|
|
16722
|
-
|
|
16722
|
+
valid_social_page_handle_aggregate?: InputMaybe<Social_Page_Handles_Aggregate_Order_By>;
|
|
16723
16723
|
website_url?: InputMaybe<Website_Urls_Order_By>;
|
|
16724
16724
|
website_url_id?: InputMaybe<Order_By>;
|
|
16725
16725
|
};
|
package/package.json
CHANGED
package/schema.graphql
CHANGED
|
@@ -16500,7 +16500,7 @@ type website_url_social_page_handles {
|
|
|
16500
16500
|
"""
|
|
16501
16501
|
A computed field, executes function "website_url_social_page_handles_valid_social_page_handles"
|
|
16502
16502
|
"""
|
|
16503
|
-
|
|
16503
|
+
valid_social_page_handle(
|
|
16504
16504
|
"""distinct select on columns"""
|
|
16505
16505
|
distinct_on: [social_page_handles_select_column!]
|
|
16506
16506
|
|
|
@@ -16582,7 +16582,7 @@ input website_url_social_page_handles_bool_exp {
|
|
|
16582
16582
|
social_page_handle: social_page_handles_bool_exp
|
|
16583
16583
|
social_page_handle_id: uuid_comparison_exp
|
|
16584
16584
|
updated_at: timestamptz_comparison_exp
|
|
16585
|
-
|
|
16585
|
+
valid_social_page_handle: social_page_handles_bool_exp
|
|
16586
16586
|
website_url: website_urls_bool_exp
|
|
16587
16587
|
website_url_id: uuid_comparison_exp
|
|
16588
16588
|
}
|
|
@@ -16685,7 +16685,7 @@ input website_url_social_page_handles_order_by {
|
|
|
16685
16685
|
social_page_handle: social_page_handles_order_by
|
|
16686
16686
|
social_page_handle_id: order_by
|
|
16687
16687
|
updated_at: order_by
|
|
16688
|
-
|
|
16688
|
+
valid_social_page_handle_aggregate: social_page_handles_aggregate_order_by
|
|
16689
16689
|
website_url: website_urls_order_by
|
|
16690
16690
|
website_url_id: order_by
|
|
16691
16691
|
}
|