@vrplatform/graphql 1.1.26 → 1.1.29

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.
@@ -7444,6 +7444,7 @@ exports.generatedSchema = {
7444
7444
  setting_schema: { __type: "jsonb!", __args: { path: "String" } },
7445
7445
  title: { __type: "String!" },
7446
7446
  type: { __type: "flow_type" },
7447
+ uniqueRef: { __type: "String!" },
7447
7448
  },
7448
7449
  core_flow_aggregate: {
7449
7450
  __typename: { __type: "String!" },
@@ -7492,6 +7493,7 @@ exports.generatedSchema = {
7492
7493
  setting_schema: { __type: "jsonb_comparison_exp" },
7493
7494
  title: { __type: "String_comparison_exp" },
7494
7495
  type: { __type: "flow_type_comparison_exp" },
7496
+ uniqueRef: { __type: "String_comparison_exp" },
7495
7497
  },
7496
7498
  core_flow_delete_at_path_input: {
7497
7499
  mapping_schema: { __type: "[String!]" },
@@ -7513,6 +7515,7 @@ exports.generatedSchema = {
7513
7515
  setting_schema: { __type: "jsonb" },
7514
7516
  title: { __type: "String" },
7515
7517
  type: { __type: "flow_type" },
7518
+ uniqueRef: { __type: "String" },
7516
7519
  },
7517
7520
  core_flow_mapping: {
7518
7521
  __typename: { __type: "String!" },
@@ -7723,6 +7726,7 @@ exports.generatedSchema = {
7723
7726
  id: { __type: "uuid" },
7724
7727
  title: { __type: "String" },
7725
7728
  type: { __type: "flow_type" },
7729
+ uniqueRef: { __type: "String" },
7726
7730
  },
7727
7731
  core_flow_max_order_by: {
7728
7732
  app_id: { __type: "order_by" },
@@ -7730,6 +7734,7 @@ exports.generatedSchema = {
7730
7734
  id: { __type: "order_by" },
7731
7735
  title: { __type: "order_by" },
7732
7736
  type: { __type: "order_by" },
7737
+ uniqueRef: { __type: "order_by" },
7733
7738
  },
7734
7739
  core_flow_min_fields: {
7735
7740
  __typename: { __type: "String!" },
@@ -7738,6 +7743,7 @@ exports.generatedSchema = {
7738
7743
  id: { __type: "uuid" },
7739
7744
  title: { __type: "String" },
7740
7745
  type: { __type: "flow_type" },
7746
+ uniqueRef: { __type: "String" },
7741
7747
  },
7742
7748
  core_flow_min_order_by: {
7743
7749
  app_id: { __type: "order_by" },
@@ -7745,6 +7751,7 @@ exports.generatedSchema = {
7745
7751
  id: { __type: "order_by" },
7746
7752
  title: { __type: "order_by" },
7747
7753
  type: { __type: "order_by" },
7754
+ uniqueRef: { __type: "order_by" },
7748
7755
  },
7749
7756
  core_flow_mutation_response: {
7750
7757
  __typename: { __type: "String!" },
@@ -7768,6 +7775,7 @@ exports.generatedSchema = {
7768
7775
  setting_schema: { __type: "order_by" },
7769
7776
  title: { __type: "order_by" },
7770
7777
  type: { __type: "order_by" },
7778
+ uniqueRef: { __type: "order_by" },
7771
7779
  },
7772
7780
  core_flow_pk_columns_input: { id: { __type: "uuid!" } },
7773
7781
  core_flow_prepend_input: {
@@ -7782,6 +7790,7 @@ exports.generatedSchema = {
7782
7790
  setting_schema: { __type: "jsonb" },
7783
7791
  title: { __type: "String" },
7784
7792
  type: { __type: "flow_type" },
7793
+ uniqueRef: { __type: "String" },
7785
7794
  },
7786
7795
  core_flow_setting: {
7787
7796
  __typename: { __type: "String!" },
@@ -7985,6 +7994,7 @@ exports.generatedSchema = {
7985
7994
  setting_schema: { __type: "jsonb" },
7986
7995
  title: { __type: "String" },
7987
7996
  type: { __type: "flow_type" },
7997
+ uniqueRef: { __type: "String" },
7988
7998
  },
7989
7999
  core_flow_updates: {
7990
8000
  _append: { __type: "core_flow_append_input" },
@@ -31068,6 +31078,8 @@ exports.generatedSchema = {
31068
31078
  where: "store_effect_queue_bool_exp",
31069
31079
  },
31070
31080
  },
31081
+ entity_id: { __type: "uuid" },
31082
+ entity_type: { __type: "String" },
31071
31083
  id: { __type: "uuid!" },
31072
31084
  message: { __type: "String" },
31073
31085
  mutation_logs: {
@@ -31137,6 +31149,8 @@ exports.generatedSchema = {
31137
31149
  effect_queues_aggregate: {
31138
31150
  __type: "store_effect_queue_aggregate_bool_exp",
31139
31151
  },
31152
+ entity_id: { __type: "uuid_comparison_exp" },
31153
+ entity_type: { __type: "String_comparison_exp" },
31140
31154
  id: { __type: "uuid_comparison_exp" },
31141
31155
  message: { __type: "String_comparison_exp" },
31142
31156
  mutation_logs: { __type: "store_mutation_log_bool_exp" },
@@ -31160,6 +31174,8 @@ exports.generatedSchema = {
31160
31174
  api_endpoint: { __type: "String" },
31161
31175
  created_at: { __type: "timestamptz" },
31162
31176
  effect_queues: { __type: "store_effect_queue_arr_rel_insert_input" },
31177
+ entity_id: { __type: "uuid" },
31178
+ entity_type: { __type: "String" },
31163
31179
  id: { __type: "uuid" },
31164
31180
  message: { __type: "String" },
31165
31181
  mutation_logs: { __type: "store_mutation_log_arr_rel_insert_input" },
@@ -31174,6 +31190,8 @@ exports.generatedSchema = {
31174
31190
  action_type: { __type: "String" },
31175
31191
  api_endpoint: { __type: "String" },
31176
31192
  created_at: { __type: "timestamptz" },
31193
+ entity_id: { __type: "uuid" },
31194
+ entity_type: { __type: "String" },
31177
31195
  id: { __type: "uuid" },
31178
31196
  message: { __type: "String" },
31179
31197
  request_r2_link: { __type: "String" },
@@ -31186,6 +31204,8 @@ exports.generatedSchema = {
31186
31204
  action_type: { __type: "String" },
31187
31205
  api_endpoint: { __type: "String" },
31188
31206
  created_at: { __type: "timestamptz" },
31207
+ entity_id: { __type: "uuid" },
31208
+ entity_type: { __type: "String" },
31189
31209
  id: { __type: "uuid" },
31190
31210
  message: { __type: "String" },
31191
31211
  request_r2_link: { __type: "String" },
@@ -31214,6 +31234,8 @@ exports.generatedSchema = {
31214
31234
  effect_queues_aggregate: {
31215
31235
  __type: "store_effect_queue_aggregate_order_by",
31216
31236
  },
31237
+ entity_id: { __type: "order_by" },
31238
+ entity_type: { __type: "order_by" },
31217
31239
  id: { __type: "order_by" },
31218
31240
  message: { __type: "order_by" },
31219
31241
  mutation_logs_aggregate: {
@@ -31231,6 +31253,8 @@ exports.generatedSchema = {
31231
31253
  action_type: { __type: "String" },
31232
31254
  api_endpoint: { __type: "String" },
31233
31255
  created_at: { __type: "timestamptz" },
31256
+ entity_id: { __type: "uuid" },
31257
+ entity_type: { __type: "String" },
31234
31258
  id: { __type: "uuid" },
31235
31259
  message: { __type: "String" },
31236
31260
  payload: { __type: "jsonb" },
@@ -31261,6 +31285,8 @@ exports.generatedSchema = {
31261
31285
  action_type: { __type: "String" },
31262
31286
  api_endpoint: { __type: "String" },
31263
31287
  created_at: { __type: "timestamptz" },
31288
+ entity_id: { __type: "uuid" },
31289
+ entity_type: { __type: "String" },
31264
31290
  id: { __type: "uuid" },
31265
31291
  message: { __type: "String" },
31266
31292
  payload: { __type: "jsonb" },
@@ -31304,6 +31330,8 @@ exports.generatedSchema = {
31304
31330
  dispatched_action: { __type: "store_dispatched_action!" },
31305
31331
  dispatched_action_id: { __type: "uuid!" },
31306
31332
  effect_type: { __type: "String!" },
31333
+ entity_id: { __type: "uuid" },
31334
+ entity_type: { __type: "String" },
31307
31335
  id: { __type: "uuid!" },
31308
31336
  last_attempt_at: { __type: "timestamptz" },
31309
31337
  last_error: { __type: "String" },
@@ -31411,6 +31439,8 @@ exports.generatedSchema = {
31411
31439
  dispatched_action: { __type: "store_dispatched_action_bool_exp" },
31412
31440
  dispatched_action_id: { __type: "uuid_comparison_exp" },
31413
31441
  effect_type: { __type: "String_comparison_exp" },
31442
+ entity_id: { __type: "uuid_comparison_exp" },
31443
+ entity_type: { __type: "String_comparison_exp" },
31414
31444
  id: { __type: "uuid_comparison_exp" },
31415
31445
  last_attempt_at: { __type: "timestamptz_comparison_exp" },
31416
31446
  last_error: { __type: "String_comparison_exp" },
@@ -31445,6 +31475,8 @@ exports.generatedSchema = {
31445
31475
  },
31446
31476
  dispatched_action_id: { __type: "uuid" },
31447
31477
  effect_type: { __type: "String" },
31478
+ entity_id: { __type: "uuid" },
31479
+ entity_type: { __type: "String" },
31448
31480
  id: { __type: "uuid" },
31449
31481
  last_attempt_at: { __type: "timestamptz" },
31450
31482
  last_error: { __type: "String" },
@@ -31465,6 +31497,8 @@ exports.generatedSchema = {
31465
31497
  created_at: { __type: "timestamptz" },
31466
31498
  dispatched_action_id: { __type: "uuid" },
31467
31499
  effect_type: { __type: "String" },
31500
+ entity_id: { __type: "uuid" },
31501
+ entity_type: { __type: "String" },
31468
31502
  id: { __type: "uuid" },
31469
31503
  last_attempt_at: { __type: "timestamptz" },
31470
31504
  last_error: { __type: "String" },
@@ -31482,6 +31516,8 @@ exports.generatedSchema = {
31482
31516
  created_at: { __type: "order_by" },
31483
31517
  dispatched_action_id: { __type: "order_by" },
31484
31518
  effect_type: { __type: "order_by" },
31519
+ entity_id: { __type: "order_by" },
31520
+ entity_type: { __type: "order_by" },
31485
31521
  id: { __type: "order_by" },
31486
31522
  last_attempt_at: { __type: "order_by" },
31487
31523
  last_error: { __type: "order_by" },
@@ -31500,6 +31536,8 @@ exports.generatedSchema = {
31500
31536
  created_at: { __type: "timestamptz" },
31501
31537
  dispatched_action_id: { __type: "uuid" },
31502
31538
  effect_type: { __type: "String" },
31539
+ entity_id: { __type: "uuid" },
31540
+ entity_type: { __type: "String" },
31503
31541
  id: { __type: "uuid" },
31504
31542
  last_attempt_at: { __type: "timestamptz" },
31505
31543
  last_error: { __type: "String" },
@@ -31517,6 +31555,8 @@ exports.generatedSchema = {
31517
31555
  created_at: { __type: "order_by" },
31518
31556
  dispatched_action_id: { __type: "order_by" },
31519
31557
  effect_type: { __type: "order_by" },
31558
+ entity_id: { __type: "order_by" },
31559
+ entity_type: { __type: "order_by" },
31520
31560
  id: { __type: "order_by" },
31521
31561
  last_attempt_at: { __type: "order_by" },
31522
31562
  last_error: { __type: "order_by" },
@@ -31549,6 +31589,8 @@ exports.generatedSchema = {
31549
31589
  dispatched_action: { __type: "store_dispatched_action_order_by" },
31550
31590
  dispatched_action_id: { __type: "order_by" },
31551
31591
  effect_type: { __type: "order_by" },
31592
+ entity_id: { __type: "order_by" },
31593
+ entity_type: { __type: "order_by" },
31552
31594
  id: { __type: "order_by" },
31553
31595
  last_attempt_at: { __type: "order_by" },
31554
31596
  last_error: { __type: "order_by" },
@@ -31572,6 +31614,8 @@ exports.generatedSchema = {
31572
31614
  created_at: { __type: "timestamptz" },
31573
31615
  dispatched_action_id: { __type: "uuid" },
31574
31616
  effect_type: { __type: "String" },
31617
+ entity_id: { __type: "uuid" },
31618
+ entity_type: { __type: "String" },
31575
31619
  id: { __type: "uuid" },
31576
31620
  last_attempt_at: { __type: "timestamptz" },
31577
31621
  last_error: { __type: "String" },
@@ -31633,6 +31677,8 @@ exports.generatedSchema = {
31633
31677
  created_at: { __type: "timestamptz" },
31634
31678
  dispatched_action_id: { __type: "uuid" },
31635
31679
  effect_type: { __type: "String" },
31680
+ entity_id: { __type: "uuid" },
31681
+ entity_type: { __type: "String" },
31636
31682
  id: { __type: "uuid" },
31637
31683
  last_attempt_at: { __type: "timestamptz" },
31638
31684
  last_error: { __type: "String" },