@vrplatform/graphql 1.1.47 → 1.1.48
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 +233 -0
- package/build/main/gqty/schema.generated.js +94 -0
- package/build/module/gqty/schema.generated.d.ts +233 -0
- package/build/module/gqty/schema.generated.js +94 -0
- package/package.json +1 -1
- package/src/gqty/schema.generated.d.ts +233 -0
- package/src/gqty/schema.generated.js +94 -0
|
@@ -4903,6 +4903,7 @@ exports.generatedSchema = {
|
|
|
4903
4903
|
bookingChannel: { __type: "booking_channel!" },
|
|
4904
4904
|
bookingChannelId: { __type: "uuid!" },
|
|
4905
4905
|
cloudflareImageId: { __type: "String" },
|
|
4906
|
+
color: { __type: "String" },
|
|
4906
4907
|
comment: { __type: "String" },
|
|
4907
4908
|
createdAt: { __type: "timestamptz!" },
|
|
4908
4909
|
id: { __type: "uuid!" },
|
|
@@ -4914,6 +4915,15 @@ exports.generatedSchema = {
|
|
|
4914
4915
|
aggregate: { __type: "bookingChannelIconCandidate_aggregate_fields" },
|
|
4915
4916
|
nodes: { __type: "[bookingChannelIconCandidate!]!" },
|
|
4916
4917
|
},
|
|
4918
|
+
bookingChannelIconCandidate_aggregate_bool_exp: {
|
|
4919
|
+
count: { __type: "bookingChannelIconCandidate_aggregate_bool_exp_count" },
|
|
4920
|
+
},
|
|
4921
|
+
bookingChannelIconCandidate_aggregate_bool_exp_count: {
|
|
4922
|
+
arguments: { __type: "[bookingChannelIconCandidate_select_column!]" },
|
|
4923
|
+
distinct: { __type: "Boolean" },
|
|
4924
|
+
filter: { __type: "bookingChannelIconCandidate_bool_exp" },
|
|
4925
|
+
predicate: { __type: "Int_comparison_exp!" },
|
|
4926
|
+
},
|
|
4917
4927
|
bookingChannelIconCandidate_aggregate_fields: {
|
|
4918
4928
|
__typename: { __type: "String!" },
|
|
4919
4929
|
count: {
|
|
@@ -4926,6 +4936,15 @@ exports.generatedSchema = {
|
|
|
4926
4936
|
max: { __type: "bookingChannelIconCandidate_max_fields" },
|
|
4927
4937
|
min: { __type: "bookingChannelIconCandidate_min_fields" },
|
|
4928
4938
|
},
|
|
4939
|
+
bookingChannelIconCandidate_aggregate_order_by: {
|
|
4940
|
+
count: { __type: "order_by" },
|
|
4941
|
+
max: { __type: "bookingChannelIconCandidate_max_order_by" },
|
|
4942
|
+
min: { __type: "bookingChannelIconCandidate_min_order_by" },
|
|
4943
|
+
},
|
|
4944
|
+
bookingChannelIconCandidate_arr_rel_insert_input: {
|
|
4945
|
+
data: { __type: "[bookingChannelIconCandidate_insert_input!]!" },
|
|
4946
|
+
on_conflict: { __type: "bookingChannelIconCandidate_on_conflict" },
|
|
4947
|
+
},
|
|
4929
4948
|
bookingChannelIconCandidate_bool_exp: {
|
|
4930
4949
|
_and: { __type: "[bookingChannelIconCandidate_bool_exp!]" },
|
|
4931
4950
|
_not: { __type: "bookingChannelIconCandidate_bool_exp" },
|
|
@@ -4933,6 +4952,7 @@ exports.generatedSchema = {
|
|
|
4933
4952
|
bookingChannel: { __type: "booking_channel_bool_exp" },
|
|
4934
4953
|
bookingChannelId: { __type: "uuid_comparison_exp" },
|
|
4935
4954
|
cloudflareImageId: { __type: "String_comparison_exp" },
|
|
4955
|
+
color: { __type: "String_comparison_exp" },
|
|
4936
4956
|
comment: { __type: "String_comparison_exp" },
|
|
4937
4957
|
createdAt: { __type: "timestamptz_comparison_exp" },
|
|
4938
4958
|
id: { __type: "uuid_comparison_exp" },
|
|
@@ -4943,6 +4963,7 @@ exports.generatedSchema = {
|
|
|
4943
4963
|
bookingChannel: { __type: "booking_channel_obj_rel_insert_input" },
|
|
4944
4964
|
bookingChannelId: { __type: "uuid" },
|
|
4945
4965
|
cloudflareImageId: { __type: "String" },
|
|
4966
|
+
color: { __type: "String" },
|
|
4946
4967
|
comment: { __type: "String" },
|
|
4947
4968
|
createdAt: { __type: "timestamptz" },
|
|
4948
4969
|
id: { __type: "uuid" },
|
|
@@ -4953,22 +4974,44 @@ exports.generatedSchema = {
|
|
|
4953
4974
|
__typename: { __type: "String!" },
|
|
4954
4975
|
bookingChannelId: { __type: "uuid" },
|
|
4955
4976
|
cloudflareImageId: { __type: "String" },
|
|
4977
|
+
color: { __type: "String" },
|
|
4956
4978
|
comment: { __type: "String" },
|
|
4957
4979
|
createdAt: { __type: "timestamptz" },
|
|
4958
4980
|
id: { __type: "uuid" },
|
|
4959
4981
|
source: { __type: "String" },
|
|
4960
4982
|
updatedAt: { __type: "timestamptz" },
|
|
4961
4983
|
},
|
|
4984
|
+
bookingChannelIconCandidate_max_order_by: {
|
|
4985
|
+
bookingChannelId: { __type: "order_by" },
|
|
4986
|
+
cloudflareImageId: { __type: "order_by" },
|
|
4987
|
+
color: { __type: "order_by" },
|
|
4988
|
+
comment: { __type: "order_by" },
|
|
4989
|
+
createdAt: { __type: "order_by" },
|
|
4990
|
+
id: { __type: "order_by" },
|
|
4991
|
+
source: { __type: "order_by" },
|
|
4992
|
+
updatedAt: { __type: "order_by" },
|
|
4993
|
+
},
|
|
4962
4994
|
bookingChannelIconCandidate_min_fields: {
|
|
4963
4995
|
__typename: { __type: "String!" },
|
|
4964
4996
|
bookingChannelId: { __type: "uuid" },
|
|
4965
4997
|
cloudflareImageId: { __type: "String" },
|
|
4998
|
+
color: { __type: "String" },
|
|
4966
4999
|
comment: { __type: "String" },
|
|
4967
5000
|
createdAt: { __type: "timestamptz" },
|
|
4968
5001
|
id: { __type: "uuid" },
|
|
4969
5002
|
source: { __type: "String" },
|
|
4970
5003
|
updatedAt: { __type: "timestamptz" },
|
|
4971
5004
|
},
|
|
5005
|
+
bookingChannelIconCandidate_min_order_by: {
|
|
5006
|
+
bookingChannelId: { __type: "order_by" },
|
|
5007
|
+
cloudflareImageId: { __type: "order_by" },
|
|
5008
|
+
color: { __type: "order_by" },
|
|
5009
|
+
comment: { __type: "order_by" },
|
|
5010
|
+
createdAt: { __type: "order_by" },
|
|
5011
|
+
id: { __type: "order_by" },
|
|
5012
|
+
source: { __type: "order_by" },
|
|
5013
|
+
updatedAt: { __type: "order_by" },
|
|
5014
|
+
},
|
|
4972
5015
|
bookingChannelIconCandidate_mutation_response: {
|
|
4973
5016
|
__typename: { __type: "String!" },
|
|
4974
5017
|
affected_rows: { __type: "Int!" },
|
|
@@ -4983,6 +5026,7 @@ exports.generatedSchema = {
|
|
|
4983
5026
|
bookingChannel: { __type: "booking_channel_order_by" },
|
|
4984
5027
|
bookingChannelId: { __type: "order_by" },
|
|
4985
5028
|
cloudflareImageId: { __type: "order_by" },
|
|
5029
|
+
color: { __type: "order_by" },
|
|
4986
5030
|
comment: { __type: "order_by" },
|
|
4987
5031
|
createdAt: { __type: "order_by" },
|
|
4988
5032
|
id: { __type: "order_by" },
|
|
@@ -4993,6 +5037,7 @@ exports.generatedSchema = {
|
|
|
4993
5037
|
bookingChannelIconCandidate_set_input: {
|
|
4994
5038
|
bookingChannelId: { __type: "uuid" },
|
|
4995
5039
|
cloudflareImageId: { __type: "String" },
|
|
5040
|
+
color: { __type: "String" },
|
|
4996
5041
|
comment: { __type: "String" },
|
|
4997
5042
|
createdAt: { __type: "timestamptz" },
|
|
4998
5043
|
id: { __type: "uuid" },
|
|
@@ -5008,6 +5053,7 @@ exports.generatedSchema = {
|
|
|
5008
5053
|
bookingChannelIconCandidate_stream_cursor_value_input: {
|
|
5009
5054
|
bookingChannelId: { __type: "uuid" },
|
|
5010
5055
|
cloudflareImageId: { __type: "String" },
|
|
5056
|
+
color: { __type: "String" },
|
|
5011
5057
|
comment: { __type: "String" },
|
|
5012
5058
|
createdAt: { __type: "timestamptz" },
|
|
5013
5059
|
id: { __type: "uuid" },
|
|
@@ -5020,10 +5066,32 @@ exports.generatedSchema = {
|
|
|
5020
5066
|
},
|
|
5021
5067
|
booking_channel: {
|
|
5022
5068
|
__typename: { __type: "String!" },
|
|
5069
|
+
bookingChannelIconCandidates: {
|
|
5070
|
+
__type: "[bookingChannelIconCandidate!]!",
|
|
5071
|
+
__args: {
|
|
5072
|
+
distinct_on: "[bookingChannelIconCandidate_select_column!]",
|
|
5073
|
+
limit: "Int",
|
|
5074
|
+
offset: "Int",
|
|
5075
|
+
order_by: "[bookingChannelIconCandidate_order_by!]",
|
|
5076
|
+
where: "bookingChannelIconCandidate_bool_exp",
|
|
5077
|
+
},
|
|
5078
|
+
},
|
|
5079
|
+
bookingChannelIconCandidates_aggregate: {
|
|
5080
|
+
__type: "bookingChannelIconCandidate_aggregate!",
|
|
5081
|
+
__args: {
|
|
5082
|
+
distinct_on: "[bookingChannelIconCandidate_select_column!]",
|
|
5083
|
+
limit: "Int",
|
|
5084
|
+
offset: "Int",
|
|
5085
|
+
order_by: "[bookingChannelIconCandidate_order_by!]",
|
|
5086
|
+
where: "bookingChannelIconCandidate_bool_exp",
|
|
5087
|
+
},
|
|
5088
|
+
},
|
|
5023
5089
|
channelRef: { __type: "String" },
|
|
5090
|
+
color: { __type: "String" },
|
|
5024
5091
|
createdAt: { __type: "timestamptz!" },
|
|
5025
5092
|
icon: { __type: "String" },
|
|
5026
5093
|
id: { __type: "uuid!" },
|
|
5094
|
+
lastGenerateRun: { __type: "timestamptz" },
|
|
5027
5095
|
reservations: {
|
|
5028
5096
|
__type: "[reservation!]!",
|
|
5029
5097
|
__args: {
|
|
@@ -5129,10 +5197,18 @@ exports.generatedSchema = {
|
|
|
5129
5197
|
_and: { __type: "[booking_channel_bool_exp!]" },
|
|
5130
5198
|
_not: { __type: "booking_channel_bool_exp" },
|
|
5131
5199
|
_or: { __type: "[booking_channel_bool_exp!]" },
|
|
5200
|
+
bookingChannelIconCandidates: {
|
|
5201
|
+
__type: "bookingChannelIconCandidate_bool_exp",
|
|
5202
|
+
},
|
|
5203
|
+
bookingChannelIconCandidates_aggregate: {
|
|
5204
|
+
__type: "bookingChannelIconCandidate_aggregate_bool_exp",
|
|
5205
|
+
},
|
|
5132
5206
|
channelRef: { __type: "String_comparison_exp" },
|
|
5207
|
+
color: { __type: "String_comparison_exp" },
|
|
5133
5208
|
createdAt: { __type: "timestamptz_comparison_exp" },
|
|
5134
5209
|
icon: { __type: "String_comparison_exp" },
|
|
5135
5210
|
id: { __type: "uuid_comparison_exp" },
|
|
5211
|
+
lastGenerateRun: { __type: "timestamptz_comparison_exp" },
|
|
5136
5212
|
reservations: { __type: "reservation_bool_exp" },
|
|
5137
5213
|
reservations_aggregate: { __type: "reservation_aggregate_bool_exp" },
|
|
5138
5214
|
selectedBookingChannelIconCandidateId: { __type: "uuid_comparison_exp" },
|
|
@@ -5146,10 +5222,15 @@ exports.generatedSchema = {
|
|
|
5146
5222
|
updatedAt: { __type: "timestamptz_comparison_exp" },
|
|
5147
5223
|
},
|
|
5148
5224
|
booking_channel_insert_input: {
|
|
5225
|
+
bookingChannelIconCandidates: {
|
|
5226
|
+
__type: "bookingChannelIconCandidate_arr_rel_insert_input",
|
|
5227
|
+
},
|
|
5149
5228
|
channelRef: { __type: "String" },
|
|
5229
|
+
color: { __type: "String" },
|
|
5150
5230
|
createdAt: { __type: "timestamptz" },
|
|
5151
5231
|
icon: { __type: "String" },
|
|
5152
5232
|
id: { __type: "uuid" },
|
|
5233
|
+
lastGenerateRun: { __type: "timestamptz" },
|
|
5153
5234
|
reservations: { __type: "reservation_arr_rel_insert_input" },
|
|
5154
5235
|
selectedBookingChannelIconCandidateId: { __type: "uuid" },
|
|
5155
5236
|
settings: { __type: "setting_arr_rel_insert_input" },
|
|
@@ -5161,9 +5242,11 @@ exports.generatedSchema = {
|
|
|
5161
5242
|
booking_channel_max_fields: {
|
|
5162
5243
|
__typename: { __type: "String!" },
|
|
5163
5244
|
channelRef: { __type: "String" },
|
|
5245
|
+
color: { __type: "String" },
|
|
5164
5246
|
createdAt: { __type: "timestamptz" },
|
|
5165
5247
|
icon: { __type: "String" },
|
|
5166
5248
|
id: { __type: "uuid" },
|
|
5249
|
+
lastGenerateRun: { __type: "timestamptz" },
|
|
5167
5250
|
selectedBookingChannelIconCandidateId: { __type: "uuid" },
|
|
5168
5251
|
uniqueRef: { __type: "String" },
|
|
5169
5252
|
updatedAt: { __type: "timestamptz" },
|
|
@@ -5171,9 +5254,11 @@ exports.generatedSchema = {
|
|
|
5171
5254
|
booking_channel_min_fields: {
|
|
5172
5255
|
__typename: { __type: "String!" },
|
|
5173
5256
|
channelRef: { __type: "String" },
|
|
5257
|
+
color: { __type: "String" },
|
|
5174
5258
|
createdAt: { __type: "timestamptz" },
|
|
5175
5259
|
icon: { __type: "String" },
|
|
5176
5260
|
id: { __type: "uuid" },
|
|
5261
|
+
lastGenerateRun: { __type: "timestamptz" },
|
|
5177
5262
|
selectedBookingChannelIconCandidateId: { __type: "uuid" },
|
|
5178
5263
|
uniqueRef: { __type: "String" },
|
|
5179
5264
|
updatedAt: { __type: "timestamptz" },
|
|
@@ -5193,10 +5278,15 @@ exports.generatedSchema = {
|
|
|
5193
5278
|
where: { __type: "booking_channel_bool_exp" },
|
|
5194
5279
|
},
|
|
5195
5280
|
booking_channel_order_by: {
|
|
5281
|
+
bookingChannelIconCandidates_aggregate: {
|
|
5282
|
+
__type: "bookingChannelIconCandidate_aggregate_order_by",
|
|
5283
|
+
},
|
|
5196
5284
|
channelRef: { __type: "order_by" },
|
|
5285
|
+
color: { __type: "order_by" },
|
|
5197
5286
|
createdAt: { __type: "order_by" },
|
|
5198
5287
|
icon: { __type: "order_by" },
|
|
5199
5288
|
id: { __type: "order_by" },
|
|
5289
|
+
lastGenerateRun: { __type: "order_by" },
|
|
5200
5290
|
reservations_aggregate: { __type: "reservation_aggregate_order_by" },
|
|
5201
5291
|
selectedBookingChannelIconCandidateId: { __type: "order_by" },
|
|
5202
5292
|
settingsLeft_aggregate: { __type: "setting_aggregate_order_by" },
|
|
@@ -5208,9 +5298,11 @@ exports.generatedSchema = {
|
|
|
5208
5298
|
booking_channel_pk_columns_input: { id: { __type: "uuid!" } },
|
|
5209
5299
|
booking_channel_set_input: {
|
|
5210
5300
|
channelRef: { __type: "String" },
|
|
5301
|
+
color: { __type: "String" },
|
|
5211
5302
|
createdAt: { __type: "timestamptz" },
|
|
5212
5303
|
icon: { __type: "String" },
|
|
5213
5304
|
id: { __type: "uuid" },
|
|
5305
|
+
lastGenerateRun: { __type: "timestamptz" },
|
|
5214
5306
|
selectedBookingChannelIconCandidateId: { __type: "uuid" },
|
|
5215
5307
|
uniqueRef: { __type: "String" },
|
|
5216
5308
|
updatedAt: { __type: "timestamptz" },
|
|
@@ -5221,9 +5313,11 @@ exports.generatedSchema = {
|
|
|
5221
5313
|
},
|
|
5222
5314
|
booking_channel_stream_cursor_value_input: {
|
|
5223
5315
|
channelRef: { __type: "String" },
|
|
5316
|
+
color: { __type: "String" },
|
|
5224
5317
|
createdAt: { __type: "timestamptz" },
|
|
5225
5318
|
icon: { __type: "String" },
|
|
5226
5319
|
id: { __type: "uuid" },
|
|
5320
|
+
lastGenerateRun: { __type: "timestamptz" },
|
|
5227
5321
|
selectedBookingChannelIconCandidateId: { __type: "uuid" },
|
|
5228
5322
|
uniqueRef: { __type: "String" },
|
|
5229
5323
|
updatedAt: { __type: "timestamptz" },
|