@vrplatform/graphql 1.1.47 → 1.1.50
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/build/main/gqty/schema.generated.d.ts +235 -0
- package/build/main/gqty/schema.generated.js +94 -0
- package/build/module/gqty/schema.generated.d.ts +235 -0
- package/build/module/gqty/schema.generated.js +94 -0
- package/package.json +1 -1
- package/src/gqty/schema.generated.d.ts +235 -0
- package/src/gqty/schema.generated.js +94 -0
|
@@ -4926,6 +4926,7 @@ export const generatedSchema = {
|
|
|
4926
4926
|
bookingChannel: { __type: "booking_channel!" },
|
|
4927
4927
|
bookingChannelId: { __type: "uuid!" },
|
|
4928
4928
|
cloudflareImageId: { __type: "String" },
|
|
4929
|
+
color: { __type: "String" },
|
|
4929
4930
|
comment: { __type: "String" },
|
|
4930
4931
|
createdAt: { __type: "timestamptz!" },
|
|
4931
4932
|
id: { __type: "uuid!" },
|
|
@@ -4937,6 +4938,15 @@ export const generatedSchema = {
|
|
|
4937
4938
|
aggregate: { __type: "bookingChannelIconCandidate_aggregate_fields" },
|
|
4938
4939
|
nodes: { __type: "[bookingChannelIconCandidate!]!" },
|
|
4939
4940
|
},
|
|
4941
|
+
bookingChannelIconCandidate_aggregate_bool_exp: {
|
|
4942
|
+
count: { __type: "bookingChannelIconCandidate_aggregate_bool_exp_count" },
|
|
4943
|
+
},
|
|
4944
|
+
bookingChannelIconCandidate_aggregate_bool_exp_count: {
|
|
4945
|
+
arguments: { __type: "[bookingChannelIconCandidate_select_column!]" },
|
|
4946
|
+
distinct: { __type: "Boolean" },
|
|
4947
|
+
filter: { __type: "bookingChannelIconCandidate_bool_exp" },
|
|
4948
|
+
predicate: { __type: "Int_comparison_exp!" },
|
|
4949
|
+
},
|
|
4940
4950
|
bookingChannelIconCandidate_aggregate_fields: {
|
|
4941
4951
|
__typename: { __type: "String!" },
|
|
4942
4952
|
count: {
|
|
@@ -4949,6 +4959,15 @@ export const generatedSchema = {
|
|
|
4949
4959
|
max: { __type: "bookingChannelIconCandidate_max_fields" },
|
|
4950
4960
|
min: { __type: "bookingChannelIconCandidate_min_fields" },
|
|
4951
4961
|
},
|
|
4962
|
+
bookingChannelIconCandidate_aggregate_order_by: {
|
|
4963
|
+
count: { __type: "order_by" },
|
|
4964
|
+
max: { __type: "bookingChannelIconCandidate_max_order_by" },
|
|
4965
|
+
min: { __type: "bookingChannelIconCandidate_min_order_by" },
|
|
4966
|
+
},
|
|
4967
|
+
bookingChannelIconCandidate_arr_rel_insert_input: {
|
|
4968
|
+
data: { __type: "[bookingChannelIconCandidate_insert_input!]!" },
|
|
4969
|
+
on_conflict: { __type: "bookingChannelIconCandidate_on_conflict" },
|
|
4970
|
+
},
|
|
4952
4971
|
bookingChannelIconCandidate_bool_exp: {
|
|
4953
4972
|
_and: { __type: "[bookingChannelIconCandidate_bool_exp!]" },
|
|
4954
4973
|
_not: { __type: "bookingChannelIconCandidate_bool_exp" },
|
|
@@ -4956,6 +4975,7 @@ export const generatedSchema = {
|
|
|
4956
4975
|
bookingChannel: { __type: "booking_channel_bool_exp" },
|
|
4957
4976
|
bookingChannelId: { __type: "uuid_comparison_exp" },
|
|
4958
4977
|
cloudflareImageId: { __type: "String_comparison_exp" },
|
|
4978
|
+
color: { __type: "String_comparison_exp" },
|
|
4959
4979
|
comment: { __type: "String_comparison_exp" },
|
|
4960
4980
|
createdAt: { __type: "timestamptz_comparison_exp" },
|
|
4961
4981
|
id: { __type: "uuid_comparison_exp" },
|
|
@@ -4966,6 +4986,7 @@ export const generatedSchema = {
|
|
|
4966
4986
|
bookingChannel: { __type: "booking_channel_obj_rel_insert_input" },
|
|
4967
4987
|
bookingChannelId: { __type: "uuid" },
|
|
4968
4988
|
cloudflareImageId: { __type: "String" },
|
|
4989
|
+
color: { __type: "String" },
|
|
4969
4990
|
comment: { __type: "String" },
|
|
4970
4991
|
createdAt: { __type: "timestamptz" },
|
|
4971
4992
|
id: { __type: "uuid" },
|
|
@@ -4976,22 +4997,44 @@ export const generatedSchema = {
|
|
|
4976
4997
|
__typename: { __type: "String!" },
|
|
4977
4998
|
bookingChannelId: { __type: "uuid" },
|
|
4978
4999
|
cloudflareImageId: { __type: "String" },
|
|
5000
|
+
color: { __type: "String" },
|
|
4979
5001
|
comment: { __type: "String" },
|
|
4980
5002
|
createdAt: { __type: "timestamptz" },
|
|
4981
5003
|
id: { __type: "uuid" },
|
|
4982
5004
|
source: { __type: "String" },
|
|
4983
5005
|
updatedAt: { __type: "timestamptz" },
|
|
4984
5006
|
},
|
|
5007
|
+
bookingChannelIconCandidate_max_order_by: {
|
|
5008
|
+
bookingChannelId: { __type: "order_by" },
|
|
5009
|
+
cloudflareImageId: { __type: "order_by" },
|
|
5010
|
+
color: { __type: "order_by" },
|
|
5011
|
+
comment: { __type: "order_by" },
|
|
5012
|
+
createdAt: { __type: "order_by" },
|
|
5013
|
+
id: { __type: "order_by" },
|
|
5014
|
+
source: { __type: "order_by" },
|
|
5015
|
+
updatedAt: { __type: "order_by" },
|
|
5016
|
+
},
|
|
4985
5017
|
bookingChannelIconCandidate_min_fields: {
|
|
4986
5018
|
__typename: { __type: "String!" },
|
|
4987
5019
|
bookingChannelId: { __type: "uuid" },
|
|
4988
5020
|
cloudflareImageId: { __type: "String" },
|
|
5021
|
+
color: { __type: "String" },
|
|
4989
5022
|
comment: { __type: "String" },
|
|
4990
5023
|
createdAt: { __type: "timestamptz" },
|
|
4991
5024
|
id: { __type: "uuid" },
|
|
4992
5025
|
source: { __type: "String" },
|
|
4993
5026
|
updatedAt: { __type: "timestamptz" },
|
|
4994
5027
|
},
|
|
5028
|
+
bookingChannelIconCandidate_min_order_by: {
|
|
5029
|
+
bookingChannelId: { __type: "order_by" },
|
|
5030
|
+
cloudflareImageId: { __type: "order_by" },
|
|
5031
|
+
color: { __type: "order_by" },
|
|
5032
|
+
comment: { __type: "order_by" },
|
|
5033
|
+
createdAt: { __type: "order_by" },
|
|
5034
|
+
id: { __type: "order_by" },
|
|
5035
|
+
source: { __type: "order_by" },
|
|
5036
|
+
updatedAt: { __type: "order_by" },
|
|
5037
|
+
},
|
|
4995
5038
|
bookingChannelIconCandidate_mutation_response: {
|
|
4996
5039
|
__typename: { __type: "String!" },
|
|
4997
5040
|
affected_rows: { __type: "Int!" },
|
|
@@ -5006,6 +5049,7 @@ export const generatedSchema = {
|
|
|
5006
5049
|
bookingChannel: { __type: "booking_channel_order_by" },
|
|
5007
5050
|
bookingChannelId: { __type: "order_by" },
|
|
5008
5051
|
cloudflareImageId: { __type: "order_by" },
|
|
5052
|
+
color: { __type: "order_by" },
|
|
5009
5053
|
comment: { __type: "order_by" },
|
|
5010
5054
|
createdAt: { __type: "order_by" },
|
|
5011
5055
|
id: { __type: "order_by" },
|
|
@@ -5016,6 +5060,7 @@ export const generatedSchema = {
|
|
|
5016
5060
|
bookingChannelIconCandidate_set_input: {
|
|
5017
5061
|
bookingChannelId: { __type: "uuid" },
|
|
5018
5062
|
cloudflareImageId: { __type: "String" },
|
|
5063
|
+
color: { __type: "String" },
|
|
5019
5064
|
comment: { __type: "String" },
|
|
5020
5065
|
createdAt: { __type: "timestamptz" },
|
|
5021
5066
|
id: { __type: "uuid" },
|
|
@@ -5031,6 +5076,7 @@ export const generatedSchema = {
|
|
|
5031
5076
|
bookingChannelIconCandidate_stream_cursor_value_input: {
|
|
5032
5077
|
bookingChannelId: { __type: "uuid" },
|
|
5033
5078
|
cloudflareImageId: { __type: "String" },
|
|
5079
|
+
color: { __type: "String" },
|
|
5034
5080
|
comment: { __type: "String" },
|
|
5035
5081
|
createdAt: { __type: "timestamptz" },
|
|
5036
5082
|
id: { __type: "uuid" },
|
|
@@ -5043,10 +5089,32 @@ export const generatedSchema = {
|
|
|
5043
5089
|
},
|
|
5044
5090
|
booking_channel: {
|
|
5045
5091
|
__typename: { __type: "String!" },
|
|
5092
|
+
bookingChannelIconCandidates: {
|
|
5093
|
+
__type: "[bookingChannelIconCandidate!]!",
|
|
5094
|
+
__args: {
|
|
5095
|
+
distinct_on: "[bookingChannelIconCandidate_select_column!]",
|
|
5096
|
+
limit: "Int",
|
|
5097
|
+
offset: "Int",
|
|
5098
|
+
order_by: "[bookingChannelIconCandidate_order_by!]",
|
|
5099
|
+
where: "bookingChannelIconCandidate_bool_exp",
|
|
5100
|
+
},
|
|
5101
|
+
},
|
|
5102
|
+
bookingChannelIconCandidates_aggregate: {
|
|
5103
|
+
__type: "bookingChannelIconCandidate_aggregate!",
|
|
5104
|
+
__args: {
|
|
5105
|
+
distinct_on: "[bookingChannelIconCandidate_select_column!]",
|
|
5106
|
+
limit: "Int",
|
|
5107
|
+
offset: "Int",
|
|
5108
|
+
order_by: "[bookingChannelIconCandidate_order_by!]",
|
|
5109
|
+
where: "bookingChannelIconCandidate_bool_exp",
|
|
5110
|
+
},
|
|
5111
|
+
},
|
|
5046
5112
|
channelRef: { __type: "String" },
|
|
5113
|
+
color: { __type: "String" },
|
|
5047
5114
|
createdAt: { __type: "timestamptz!" },
|
|
5048
5115
|
icon: { __type: "String" },
|
|
5049
5116
|
id: { __type: "uuid!" },
|
|
5117
|
+
lastGenerateRun: { __type: "timestamptz" },
|
|
5050
5118
|
reservations: {
|
|
5051
5119
|
__type: "[reservation!]!",
|
|
5052
5120
|
__args: {
|
|
@@ -5152,10 +5220,18 @@ export const generatedSchema = {
|
|
|
5152
5220
|
_and: { __type: "[booking_channel_bool_exp!]" },
|
|
5153
5221
|
_not: { __type: "booking_channel_bool_exp" },
|
|
5154
5222
|
_or: { __type: "[booking_channel_bool_exp!]" },
|
|
5223
|
+
bookingChannelIconCandidates: {
|
|
5224
|
+
__type: "bookingChannelIconCandidate_bool_exp",
|
|
5225
|
+
},
|
|
5226
|
+
bookingChannelIconCandidates_aggregate: {
|
|
5227
|
+
__type: "bookingChannelIconCandidate_aggregate_bool_exp",
|
|
5228
|
+
},
|
|
5155
5229
|
channelRef: { __type: "String_comparison_exp" },
|
|
5230
|
+
color: { __type: "String_comparison_exp" },
|
|
5156
5231
|
createdAt: { __type: "timestamptz_comparison_exp" },
|
|
5157
5232
|
icon: { __type: "String_comparison_exp" },
|
|
5158
5233
|
id: { __type: "uuid_comparison_exp" },
|
|
5234
|
+
lastGenerateRun: { __type: "timestamptz_comparison_exp" },
|
|
5159
5235
|
reservations: { __type: "reservation_bool_exp" },
|
|
5160
5236
|
reservations_aggregate: { __type: "reservation_aggregate_bool_exp" },
|
|
5161
5237
|
selectedBookingChannelIconCandidateId: { __type: "uuid_comparison_exp" },
|
|
@@ -5169,10 +5245,15 @@ export const generatedSchema = {
|
|
|
5169
5245
|
updatedAt: { __type: "timestamptz_comparison_exp" },
|
|
5170
5246
|
},
|
|
5171
5247
|
booking_channel_insert_input: {
|
|
5248
|
+
bookingChannelIconCandidates: {
|
|
5249
|
+
__type: "bookingChannelIconCandidate_arr_rel_insert_input",
|
|
5250
|
+
},
|
|
5172
5251
|
channelRef: { __type: "String" },
|
|
5252
|
+
color: { __type: "String" },
|
|
5173
5253
|
createdAt: { __type: "timestamptz" },
|
|
5174
5254
|
icon: { __type: "String" },
|
|
5175
5255
|
id: { __type: "uuid" },
|
|
5256
|
+
lastGenerateRun: { __type: "timestamptz" },
|
|
5176
5257
|
reservations: { __type: "reservation_arr_rel_insert_input" },
|
|
5177
5258
|
selectedBookingChannelIconCandidateId: { __type: "uuid" },
|
|
5178
5259
|
settings: { __type: "setting_arr_rel_insert_input" },
|
|
@@ -5184,9 +5265,11 @@ export const generatedSchema = {
|
|
|
5184
5265
|
booking_channel_max_fields: {
|
|
5185
5266
|
__typename: { __type: "String!" },
|
|
5186
5267
|
channelRef: { __type: "String" },
|
|
5268
|
+
color: { __type: "String" },
|
|
5187
5269
|
createdAt: { __type: "timestamptz" },
|
|
5188
5270
|
icon: { __type: "String" },
|
|
5189
5271
|
id: { __type: "uuid" },
|
|
5272
|
+
lastGenerateRun: { __type: "timestamptz" },
|
|
5190
5273
|
selectedBookingChannelIconCandidateId: { __type: "uuid" },
|
|
5191
5274
|
uniqueRef: { __type: "String" },
|
|
5192
5275
|
updatedAt: { __type: "timestamptz" },
|
|
@@ -5194,9 +5277,11 @@ export const generatedSchema = {
|
|
|
5194
5277
|
booking_channel_min_fields: {
|
|
5195
5278
|
__typename: { __type: "String!" },
|
|
5196
5279
|
channelRef: { __type: "String" },
|
|
5280
|
+
color: { __type: "String" },
|
|
5197
5281
|
createdAt: { __type: "timestamptz" },
|
|
5198
5282
|
icon: { __type: "String" },
|
|
5199
5283
|
id: { __type: "uuid" },
|
|
5284
|
+
lastGenerateRun: { __type: "timestamptz" },
|
|
5200
5285
|
selectedBookingChannelIconCandidateId: { __type: "uuid" },
|
|
5201
5286
|
uniqueRef: { __type: "String" },
|
|
5202
5287
|
updatedAt: { __type: "timestamptz" },
|
|
@@ -5216,10 +5301,15 @@ export const generatedSchema = {
|
|
|
5216
5301
|
where: { __type: "booking_channel_bool_exp" },
|
|
5217
5302
|
},
|
|
5218
5303
|
booking_channel_order_by: {
|
|
5304
|
+
bookingChannelIconCandidates_aggregate: {
|
|
5305
|
+
__type: "bookingChannelIconCandidate_aggregate_order_by",
|
|
5306
|
+
},
|
|
5219
5307
|
channelRef: { __type: "order_by" },
|
|
5308
|
+
color: { __type: "order_by" },
|
|
5220
5309
|
createdAt: { __type: "order_by" },
|
|
5221
5310
|
icon: { __type: "order_by" },
|
|
5222
5311
|
id: { __type: "order_by" },
|
|
5312
|
+
lastGenerateRun: { __type: "order_by" },
|
|
5223
5313
|
reservations_aggregate: { __type: "reservation_aggregate_order_by" },
|
|
5224
5314
|
selectedBookingChannelIconCandidateId: { __type: "order_by" },
|
|
5225
5315
|
settingsLeft_aggregate: { __type: "setting_aggregate_order_by" },
|
|
@@ -5231,9 +5321,11 @@ export const generatedSchema = {
|
|
|
5231
5321
|
booking_channel_pk_columns_input: { id: { __type: "uuid!" } },
|
|
5232
5322
|
booking_channel_set_input: {
|
|
5233
5323
|
channelRef: { __type: "String" },
|
|
5324
|
+
color: { __type: "String" },
|
|
5234
5325
|
createdAt: { __type: "timestamptz" },
|
|
5235
5326
|
icon: { __type: "String" },
|
|
5236
5327
|
id: { __type: "uuid" },
|
|
5328
|
+
lastGenerateRun: { __type: "timestamptz" },
|
|
5237
5329
|
selectedBookingChannelIconCandidateId: { __type: "uuid" },
|
|
5238
5330
|
uniqueRef: { __type: "String" },
|
|
5239
5331
|
updatedAt: { __type: "timestamptz" },
|
|
@@ -5244,9 +5336,11 @@ export const generatedSchema = {
|
|
|
5244
5336
|
},
|
|
5245
5337
|
booking_channel_stream_cursor_value_input: {
|
|
5246
5338
|
channelRef: { __type: "String" },
|
|
5339
|
+
color: { __type: "String" },
|
|
5247
5340
|
createdAt: { __type: "timestamptz" },
|
|
5248
5341
|
icon: { __type: "String" },
|
|
5249
5342
|
id: { __type: "uuid" },
|
|
5343
|
+
lastGenerateRun: { __type: "timestamptz" },
|
|
5250
5344
|
selectedBookingChannelIconCandidateId: { __type: "uuid" },
|
|
5251
5345
|
uniqueRef: { __type: "String" },
|
|
5252
5346
|
updatedAt: { __type: "timestamptz" },
|