@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.
@@ -7467,6 +7467,7 @@ export const generatedSchema = {
7467
7467
  setting_schema: { __type: "jsonb!", __args: { path: "String" } },
7468
7468
  title: { __type: "String!" },
7469
7469
  type: { __type: "flow_type" },
7470
+ uniqueRef: { __type: "String!" },
7470
7471
  },
7471
7472
  core_flow_aggregate: {
7472
7473
  __typename: { __type: "String!" },
@@ -7515,6 +7516,7 @@ export const generatedSchema = {
7515
7516
  setting_schema: { __type: "jsonb_comparison_exp" },
7516
7517
  title: { __type: "String_comparison_exp" },
7517
7518
  type: { __type: "flow_type_comparison_exp" },
7519
+ uniqueRef: { __type: "String_comparison_exp" },
7518
7520
  },
7519
7521
  core_flow_delete_at_path_input: {
7520
7522
  mapping_schema: { __type: "[String!]" },
@@ -7536,6 +7538,7 @@ export const generatedSchema = {
7536
7538
  setting_schema: { __type: "jsonb" },
7537
7539
  title: { __type: "String" },
7538
7540
  type: { __type: "flow_type" },
7541
+ uniqueRef: { __type: "String" },
7539
7542
  },
7540
7543
  core_flow_mapping: {
7541
7544
  __typename: { __type: "String!" },
@@ -7746,6 +7749,7 @@ export const generatedSchema = {
7746
7749
  id: { __type: "uuid" },
7747
7750
  title: { __type: "String" },
7748
7751
  type: { __type: "flow_type" },
7752
+ uniqueRef: { __type: "String" },
7749
7753
  },
7750
7754
  core_flow_max_order_by: {
7751
7755
  app_id: { __type: "order_by" },
@@ -7753,6 +7757,7 @@ export const generatedSchema = {
7753
7757
  id: { __type: "order_by" },
7754
7758
  title: { __type: "order_by" },
7755
7759
  type: { __type: "order_by" },
7760
+ uniqueRef: { __type: "order_by" },
7756
7761
  },
7757
7762
  core_flow_min_fields: {
7758
7763
  __typename: { __type: "String!" },
@@ -7761,6 +7766,7 @@ export const generatedSchema = {
7761
7766
  id: { __type: "uuid" },
7762
7767
  title: { __type: "String" },
7763
7768
  type: { __type: "flow_type" },
7769
+ uniqueRef: { __type: "String" },
7764
7770
  },
7765
7771
  core_flow_min_order_by: {
7766
7772
  app_id: { __type: "order_by" },
@@ -7768,6 +7774,7 @@ export const generatedSchema = {
7768
7774
  id: { __type: "order_by" },
7769
7775
  title: { __type: "order_by" },
7770
7776
  type: { __type: "order_by" },
7777
+ uniqueRef: { __type: "order_by" },
7771
7778
  },
7772
7779
  core_flow_mutation_response: {
7773
7780
  __typename: { __type: "String!" },
@@ -7791,6 +7798,7 @@ export const generatedSchema = {
7791
7798
  setting_schema: { __type: "order_by" },
7792
7799
  title: { __type: "order_by" },
7793
7800
  type: { __type: "order_by" },
7801
+ uniqueRef: { __type: "order_by" },
7794
7802
  },
7795
7803
  core_flow_pk_columns_input: { id: { __type: "uuid!" } },
7796
7804
  core_flow_prepend_input: {
@@ -7805,6 +7813,7 @@ export const generatedSchema = {
7805
7813
  setting_schema: { __type: "jsonb" },
7806
7814
  title: { __type: "String" },
7807
7815
  type: { __type: "flow_type" },
7816
+ uniqueRef: { __type: "String" },
7808
7817
  },
7809
7818
  core_flow_setting: {
7810
7819
  __typename: { __type: "String!" },
@@ -8008,6 +8017,7 @@ export const generatedSchema = {
8008
8017
  setting_schema: { __type: "jsonb" },
8009
8018
  title: { __type: "String" },
8010
8019
  type: { __type: "flow_type" },
8020
+ uniqueRef: { __type: "String" },
8011
8021
  },
8012
8022
  core_flow_updates: {
8013
8023
  _append: { __type: "core_flow_append_input" },
@@ -31134,6 +31144,8 @@ export const generatedSchema = {
31134
31144
  where: "store_effect_queue_bool_exp",
31135
31145
  },
31136
31146
  },
31147
+ entity_id: { __type: "uuid" },
31148
+ entity_type: { __type: "String" },
31137
31149
  id: { __type: "uuid!" },
31138
31150
  message: { __type: "String" },
31139
31151
  mutation_logs: {
@@ -31203,6 +31215,8 @@ export const generatedSchema = {
31203
31215
  effect_queues_aggregate: {
31204
31216
  __type: "store_effect_queue_aggregate_bool_exp",
31205
31217
  },
31218
+ entity_id: { __type: "uuid_comparison_exp" },
31219
+ entity_type: { __type: "String_comparison_exp" },
31206
31220
  id: { __type: "uuid_comparison_exp" },
31207
31221
  message: { __type: "String_comparison_exp" },
31208
31222
  mutation_logs: { __type: "store_mutation_log_bool_exp" },
@@ -31226,6 +31240,8 @@ export const generatedSchema = {
31226
31240
  api_endpoint: { __type: "String" },
31227
31241
  created_at: { __type: "timestamptz" },
31228
31242
  effect_queues: { __type: "store_effect_queue_arr_rel_insert_input" },
31243
+ entity_id: { __type: "uuid" },
31244
+ entity_type: { __type: "String" },
31229
31245
  id: { __type: "uuid" },
31230
31246
  message: { __type: "String" },
31231
31247
  mutation_logs: { __type: "store_mutation_log_arr_rel_insert_input" },
@@ -31240,6 +31256,8 @@ export const generatedSchema = {
31240
31256
  action_type: { __type: "String" },
31241
31257
  api_endpoint: { __type: "String" },
31242
31258
  created_at: { __type: "timestamptz" },
31259
+ entity_id: { __type: "uuid" },
31260
+ entity_type: { __type: "String" },
31243
31261
  id: { __type: "uuid" },
31244
31262
  message: { __type: "String" },
31245
31263
  request_r2_link: { __type: "String" },
@@ -31252,6 +31270,8 @@ export const generatedSchema = {
31252
31270
  action_type: { __type: "String" },
31253
31271
  api_endpoint: { __type: "String" },
31254
31272
  created_at: { __type: "timestamptz" },
31273
+ entity_id: { __type: "uuid" },
31274
+ entity_type: { __type: "String" },
31255
31275
  id: { __type: "uuid" },
31256
31276
  message: { __type: "String" },
31257
31277
  request_r2_link: { __type: "String" },
@@ -31280,6 +31300,8 @@ export const generatedSchema = {
31280
31300
  effect_queues_aggregate: {
31281
31301
  __type: "store_effect_queue_aggregate_order_by",
31282
31302
  },
31303
+ entity_id: { __type: "order_by" },
31304
+ entity_type: { __type: "order_by" },
31283
31305
  id: { __type: "order_by" },
31284
31306
  message: { __type: "order_by" },
31285
31307
  mutation_logs_aggregate: {
@@ -31297,6 +31319,8 @@ export const generatedSchema = {
31297
31319
  action_type: { __type: "String" },
31298
31320
  api_endpoint: { __type: "String" },
31299
31321
  created_at: { __type: "timestamptz" },
31322
+ entity_id: { __type: "uuid" },
31323
+ entity_type: { __type: "String" },
31300
31324
  id: { __type: "uuid" },
31301
31325
  message: { __type: "String" },
31302
31326
  payload: { __type: "jsonb" },
@@ -31327,6 +31351,8 @@ export const generatedSchema = {
31327
31351
  action_type: { __type: "String" },
31328
31352
  api_endpoint: { __type: "String" },
31329
31353
  created_at: { __type: "timestamptz" },
31354
+ entity_id: { __type: "uuid" },
31355
+ entity_type: { __type: "String" },
31330
31356
  id: { __type: "uuid" },
31331
31357
  message: { __type: "String" },
31332
31358
  payload: { __type: "jsonb" },
@@ -31370,6 +31396,8 @@ export const generatedSchema = {
31370
31396
  dispatched_action: { __type: "store_dispatched_action!" },
31371
31397
  dispatched_action_id: { __type: "uuid!" },
31372
31398
  effect_type: { __type: "String!" },
31399
+ entity_id: { __type: "uuid" },
31400
+ entity_type: { __type: "String" },
31373
31401
  id: { __type: "uuid!" },
31374
31402
  last_attempt_at: { __type: "timestamptz" },
31375
31403
  last_error: { __type: "String" },
@@ -31477,6 +31505,8 @@ export const generatedSchema = {
31477
31505
  dispatched_action: { __type: "store_dispatched_action_bool_exp" },
31478
31506
  dispatched_action_id: { __type: "uuid_comparison_exp" },
31479
31507
  effect_type: { __type: "String_comparison_exp" },
31508
+ entity_id: { __type: "uuid_comparison_exp" },
31509
+ entity_type: { __type: "String_comparison_exp" },
31480
31510
  id: { __type: "uuid_comparison_exp" },
31481
31511
  last_attempt_at: { __type: "timestamptz_comparison_exp" },
31482
31512
  last_error: { __type: "String_comparison_exp" },
@@ -31511,6 +31541,8 @@ export const generatedSchema = {
31511
31541
  },
31512
31542
  dispatched_action_id: { __type: "uuid" },
31513
31543
  effect_type: { __type: "String" },
31544
+ entity_id: { __type: "uuid" },
31545
+ entity_type: { __type: "String" },
31514
31546
  id: { __type: "uuid" },
31515
31547
  last_attempt_at: { __type: "timestamptz" },
31516
31548
  last_error: { __type: "String" },
@@ -31531,6 +31563,8 @@ export const generatedSchema = {
31531
31563
  created_at: { __type: "timestamptz" },
31532
31564
  dispatched_action_id: { __type: "uuid" },
31533
31565
  effect_type: { __type: "String" },
31566
+ entity_id: { __type: "uuid" },
31567
+ entity_type: { __type: "String" },
31534
31568
  id: { __type: "uuid" },
31535
31569
  last_attempt_at: { __type: "timestamptz" },
31536
31570
  last_error: { __type: "String" },
@@ -31548,6 +31582,8 @@ export const generatedSchema = {
31548
31582
  created_at: { __type: "order_by" },
31549
31583
  dispatched_action_id: { __type: "order_by" },
31550
31584
  effect_type: { __type: "order_by" },
31585
+ entity_id: { __type: "order_by" },
31586
+ entity_type: { __type: "order_by" },
31551
31587
  id: { __type: "order_by" },
31552
31588
  last_attempt_at: { __type: "order_by" },
31553
31589
  last_error: { __type: "order_by" },
@@ -31566,6 +31602,8 @@ export const generatedSchema = {
31566
31602
  created_at: { __type: "timestamptz" },
31567
31603
  dispatched_action_id: { __type: "uuid" },
31568
31604
  effect_type: { __type: "String" },
31605
+ entity_id: { __type: "uuid" },
31606
+ entity_type: { __type: "String" },
31569
31607
  id: { __type: "uuid" },
31570
31608
  last_attempt_at: { __type: "timestamptz" },
31571
31609
  last_error: { __type: "String" },
@@ -31583,6 +31621,8 @@ export const generatedSchema = {
31583
31621
  created_at: { __type: "order_by" },
31584
31622
  dispatched_action_id: { __type: "order_by" },
31585
31623
  effect_type: { __type: "order_by" },
31624
+ entity_id: { __type: "order_by" },
31625
+ entity_type: { __type: "order_by" },
31586
31626
  id: { __type: "order_by" },
31587
31627
  last_attempt_at: { __type: "order_by" },
31588
31628
  last_error: { __type: "order_by" },
@@ -31615,6 +31655,8 @@ export const generatedSchema = {
31615
31655
  dispatched_action: { __type: "store_dispatched_action_order_by" },
31616
31656
  dispatched_action_id: { __type: "order_by" },
31617
31657
  effect_type: { __type: "order_by" },
31658
+ entity_id: { __type: "order_by" },
31659
+ entity_type: { __type: "order_by" },
31618
31660
  id: { __type: "order_by" },
31619
31661
  last_attempt_at: { __type: "order_by" },
31620
31662
  last_error: { __type: "order_by" },
@@ -31638,6 +31680,8 @@ export const generatedSchema = {
31638
31680
  created_at: { __type: "timestamptz" },
31639
31681
  dispatched_action_id: { __type: "uuid" },
31640
31682
  effect_type: { __type: "String" },
31683
+ entity_id: { __type: "uuid" },
31684
+ entity_type: { __type: "String" },
31641
31685
  id: { __type: "uuid" },
31642
31686
  last_attempt_at: { __type: "timestamptz" },
31643
31687
  last_error: { __type: "String" },
@@ -31699,6 +31743,8 @@ export const generatedSchema = {
31699
31743
  created_at: { __type: "timestamptz" },
31700
31744
  dispatched_action_id: { __type: "uuid" },
31701
31745
  effect_type: { __type: "String" },
31746
+ entity_id: { __type: "uuid" },
31747
+ entity_type: { __type: "String" },
31702
31748
  id: { __type: "uuid" },
31703
31749
  last_attempt_at: { __type: "timestamptz" },
31704
31750
  last_error: { __type: "String" },