@promoboxx/graphql-gateway-types 1.149.0 → 1.151.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 +8 -8
- package/index.d.ts +8 -8
- package/package.json +1 -1
- package/schema.graphql +8 -8
package/graphql.schema.json
CHANGED
|
@@ -105500,7 +105500,7 @@
|
|
|
105500
105500
|
"deprecationReason": null
|
|
105501
105501
|
},
|
|
105502
105502
|
{
|
|
105503
|
-
"name": "
|
|
105503
|
+
"name": "social_page_followers",
|
|
105504
105504
|
"description": "An object relationship",
|
|
105505
105505
|
"args": [],
|
|
105506
105506
|
"type": {
|
|
@@ -105512,7 +105512,7 @@
|
|
|
105512
105512
|
"deprecationReason": null
|
|
105513
105513
|
},
|
|
105514
105514
|
{
|
|
105515
|
-
"name": "
|
|
105515
|
+
"name": "social_page_metadata",
|
|
105516
105516
|
"description": "An object relationship",
|
|
105517
105517
|
"args": [],
|
|
105518
105518
|
"type": {
|
|
@@ -106179,7 +106179,7 @@
|
|
|
106179
106179
|
"deprecationReason": null
|
|
106180
106180
|
},
|
|
106181
106181
|
{
|
|
106182
|
-
"name": "
|
|
106182
|
+
"name": "social_page_followers",
|
|
106183
106183
|
"description": null,
|
|
106184
106184
|
"type": {
|
|
106185
106185
|
"kind": "INPUT_OBJECT",
|
|
@@ -106191,7 +106191,7 @@
|
|
|
106191
106191
|
"deprecationReason": null
|
|
106192
106192
|
},
|
|
106193
106193
|
{
|
|
106194
|
-
"name": "
|
|
106194
|
+
"name": "social_page_metadata",
|
|
106195
106195
|
"description": null,
|
|
106196
106196
|
"type": {
|
|
106197
106197
|
"kind": "INPUT_OBJECT",
|
|
@@ -106357,7 +106357,7 @@
|
|
|
106357
106357
|
"deprecationReason": null
|
|
106358
106358
|
},
|
|
106359
106359
|
{
|
|
106360
|
-
"name": "
|
|
106360
|
+
"name": "social_page_followers",
|
|
106361
106361
|
"description": null,
|
|
106362
106362
|
"type": {
|
|
106363
106363
|
"kind": "INPUT_OBJECT",
|
|
@@ -106369,7 +106369,7 @@
|
|
|
106369
106369
|
"deprecationReason": null
|
|
106370
106370
|
},
|
|
106371
106371
|
{
|
|
106372
|
-
"name": "
|
|
106372
|
+
"name": "social_page_metadata",
|
|
106373
106373
|
"description": null,
|
|
106374
106374
|
"type": {
|
|
106375
106375
|
"kind": "INPUT_OBJECT",
|
|
@@ -106807,7 +106807,7 @@
|
|
|
106807
106807
|
"deprecationReason": null
|
|
106808
106808
|
},
|
|
106809
106809
|
{
|
|
106810
|
-
"name": "
|
|
106810
|
+
"name": "social_page_followers",
|
|
106811
106811
|
"description": null,
|
|
106812
106812
|
"type": {
|
|
106813
106813
|
"kind": "INPUT_OBJECT",
|
|
@@ -106819,7 +106819,7 @@
|
|
|
106819
106819
|
"deprecationReason": null
|
|
106820
106820
|
},
|
|
106821
106821
|
{
|
|
106822
|
-
"name": "
|
|
106822
|
+
"name": "social_page_metadata",
|
|
106823
106823
|
"description": null,
|
|
106824
106824
|
"type": {
|
|
106825
106825
|
"kind": "INPUT_OBJECT",
|
package/index.d.ts
CHANGED
|
@@ -13643,9 +13643,9 @@ export type Social_Page_Handles = {
|
|
|
13643
13643
|
id: Scalars['uuid']['output'];
|
|
13644
13644
|
last_crawled_at?: Maybe<Scalars['timestamp']['output']>;
|
|
13645
13645
|
/** An object relationship */
|
|
13646
|
-
|
|
13646
|
+
social_page_followers?: Maybe<Social_Page_Followers>;
|
|
13647
13647
|
/** An object relationship */
|
|
13648
|
-
|
|
13648
|
+
social_page_metadata?: Maybe<Social_Page_Metadata>;
|
|
13649
13649
|
/** An array relationship */
|
|
13650
13650
|
social_page_posts: Array<Social_Page_Posts>;
|
|
13651
13651
|
/** An aggregate relationship */
|
|
@@ -13729,8 +13729,8 @@ export type Social_Page_Handles_Bool_Exp = {
|
|
|
13729
13729
|
created_at?: InputMaybe<Timestamp_Comparison_Exp>;
|
|
13730
13730
|
id?: InputMaybe<Uuid_Comparison_Exp>;
|
|
13731
13731
|
last_crawled_at?: InputMaybe<Timestamp_Comparison_Exp>;
|
|
13732
|
-
|
|
13733
|
-
|
|
13732
|
+
social_page_followers?: InputMaybe<Social_Page_Followers_Bool_Exp>;
|
|
13733
|
+
social_page_metadata?: InputMaybe<Social_Page_Metadata_Bool_Exp>;
|
|
13734
13734
|
social_page_posts?: InputMaybe<Social_Page_Posts_Bool_Exp>;
|
|
13735
13735
|
social_page_posts_aggregate?: InputMaybe<Social_Page_Posts_Aggregate_Bool_Exp>;
|
|
13736
13736
|
updated_at?: InputMaybe<Timestamptz_Comparison_Exp>;
|
|
@@ -13752,8 +13752,8 @@ export type Social_Page_Handles_Insert_Input = {
|
|
|
13752
13752
|
created_at?: InputMaybe<Scalars['timestamp']['input']>;
|
|
13753
13753
|
id?: InputMaybe<Scalars['uuid']['input']>;
|
|
13754
13754
|
last_crawled_at?: InputMaybe<Scalars['timestamp']['input']>;
|
|
13755
|
-
|
|
13756
|
-
|
|
13755
|
+
social_page_followers?: InputMaybe<Social_Page_Followers_Obj_Rel_Insert_Input>;
|
|
13756
|
+
social_page_metadata?: InputMaybe<Social_Page_Metadata_Obj_Rel_Insert_Input>;
|
|
13757
13757
|
social_page_posts?: InputMaybe<Social_Page_Posts_Arr_Rel_Insert_Input>;
|
|
13758
13758
|
updated_at?: InputMaybe<Scalars['timestamptz']['input']>;
|
|
13759
13759
|
url?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -13811,8 +13811,8 @@ export type Social_Page_Handles_Order_By = {
|
|
|
13811
13811
|
created_at?: InputMaybe<Order_By>;
|
|
13812
13812
|
id?: InputMaybe<Order_By>;
|
|
13813
13813
|
last_crawled_at?: InputMaybe<Order_By>;
|
|
13814
|
-
|
|
13815
|
-
|
|
13814
|
+
social_page_followers?: InputMaybe<Social_Page_Followers_Order_By>;
|
|
13815
|
+
social_page_metadata?: InputMaybe<Social_Page_Metadata_Order_By>;
|
|
13816
13816
|
social_page_posts_aggregate?: InputMaybe<Social_Page_Posts_Aggregate_Order_By>;
|
|
13817
13817
|
updated_at?: InputMaybe<Order_By>;
|
|
13818
13818
|
url?: InputMaybe<Order_By>;
|
package/package.json
CHANGED
package/schema.graphql
CHANGED
|
@@ -13075,10 +13075,10 @@ type social_page_handles {
|
|
|
13075
13075
|
last_crawled_at: timestamp
|
|
13076
13076
|
|
|
13077
13077
|
"""An object relationship"""
|
|
13078
|
-
|
|
13078
|
+
social_page_followers: social_page_followers
|
|
13079
13079
|
|
|
13080
13080
|
"""An object relationship"""
|
|
13081
|
-
|
|
13081
|
+
social_page_metadata: social_page_metadata
|
|
13082
13082
|
|
|
13083
13083
|
"""An array relationship"""
|
|
13084
13084
|
social_page_posts(
|
|
@@ -13183,8 +13183,8 @@ input social_page_handles_bool_exp {
|
|
|
13183
13183
|
created_at: timestamp_comparison_exp
|
|
13184
13184
|
id: uuid_comparison_exp
|
|
13185
13185
|
last_crawled_at: timestamp_comparison_exp
|
|
13186
|
-
|
|
13187
|
-
|
|
13186
|
+
social_page_followers: social_page_followers_bool_exp
|
|
13187
|
+
social_page_metadata: social_page_metadata_bool_exp
|
|
13188
13188
|
social_page_posts: social_page_posts_bool_exp
|
|
13189
13189
|
social_page_posts_aggregate: social_page_posts_aggregate_bool_exp
|
|
13190
13190
|
updated_at: timestamptz_comparison_exp
|
|
@@ -13216,8 +13216,8 @@ input social_page_handles_insert_input {
|
|
|
13216
13216
|
created_at: timestamp
|
|
13217
13217
|
id: uuid
|
|
13218
13218
|
last_crawled_at: timestamp
|
|
13219
|
-
|
|
13220
|
-
|
|
13219
|
+
social_page_followers: social_page_followers_obj_rel_insert_input
|
|
13220
|
+
social_page_metadata: social_page_metadata_obj_rel_insert_input
|
|
13221
13221
|
social_page_posts: social_page_posts_arr_rel_insert_input
|
|
13222
13222
|
updated_at: timestamptz
|
|
13223
13223
|
url: String
|
|
@@ -13280,8 +13280,8 @@ input social_page_handles_order_by {
|
|
|
13280
13280
|
created_at: order_by
|
|
13281
13281
|
id: order_by
|
|
13282
13282
|
last_crawled_at: order_by
|
|
13283
|
-
|
|
13284
|
-
|
|
13283
|
+
social_page_followers: social_page_followers_order_by
|
|
13284
|
+
social_page_metadata: social_page_metadata_order_by
|
|
13285
13285
|
social_page_posts_aggregate: social_page_posts_aggregate_order_by
|
|
13286
13286
|
updated_at: order_by
|
|
13287
13287
|
url: order_by
|