@vrplatform/graphql 1.1.5 → 1.1.7

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.
@@ -47,11 +47,6 @@ export const scalarsEnumsHash = {
47
47
  account_constraint: true,
48
48
  account_select_column: true,
49
49
  account_update_column: true,
50
- action_constraint: true,
51
- action_select_column: true,
52
- action_select_column_action_aggregate_bool_exp_bool_and_arguments_columns: true,
53
- action_select_column_action_aggregate_bool_exp_bool_or_arguments_columns: true,
54
- action_update_column: true,
55
50
  activeStatus_constraint: true,
56
51
  activeStatus_enum: true,
57
52
  activeStatus_select_column: true,
@@ -2194,511 +2189,6 @@ export const generatedSchema = {
2194
2189
  _set: { __type: "account_set_input" },
2195
2190
  where: { __type: "account_bool_exp!" },
2196
2191
  },
2197
- action: {
2198
- __typename: { __type: "String!" },
2199
- appId: { __type: "String" },
2200
- automationId: { __type: "uuid" },
2201
- changes: {
2202
- __type: "[change!]!",
2203
- __args: {
2204
- distinct_on: "[change_select_column!]",
2205
- limit: "Int",
2206
- offset: "Int",
2207
- order_by: "[change_order_by!]",
2208
- where: "change_bool_exp",
2209
- },
2210
- },
2211
- changes_aggregate: {
2212
- __type: "change_aggregate!",
2213
- __args: {
2214
- distinct_on: "[change_select_column!]",
2215
- limit: "Int",
2216
- offset: "Int",
2217
- order_by: "[change_order_by!]",
2218
- where: "change_bool_exp",
2219
- },
2220
- },
2221
- connection: { __type: "connection" },
2222
- connectionId: { __type: "uuid" },
2223
- createdAt: { __type: "timestamptz" },
2224
- id: { __type: "uuid!" },
2225
- inputJson: { __type: "jsonb", __args: { path: "String" } },
2226
- isCurrent: { __type: "Boolean" },
2227
- jobId: { __type: "uuid" },
2228
- jobIndex: { __type: "Int" },
2229
- jobPageId: { __type: "uuid" },
2230
- jobPlanId: { __type: "uuid" },
2231
- objectId: { __type: "uuid" },
2232
- opId: { __type: "uuid" },
2233
- outputJson: { __type: "jsonb", __args: { path: "String" } },
2234
- previousActions: {
2235
- __type: "[action!]!",
2236
- __args: {
2237
- distinct_on: "[action_select_column!]",
2238
- limit: "Int",
2239
- offset: "Int",
2240
- order_by: "[action_order_by!]",
2241
- where: "action_bool_exp",
2242
- },
2243
- },
2244
- previousActions3: {
2245
- __type: "[action!]!",
2246
- __args: {
2247
- distinct_on: "[action_select_column!]",
2248
- limit: "Int",
2249
- offset: "Int",
2250
- order_by: "[action_order_by!]",
2251
- where: "action_bool_exp",
2252
- },
2253
- },
2254
- previousActions3_aggregate: {
2255
- __type: "action_aggregate!",
2256
- __args: {
2257
- distinct_on: "[action_select_column!]",
2258
- limit: "Int",
2259
- offset: "Int",
2260
- order_by: "[action_order_by!]",
2261
- where: "action_bool_exp",
2262
- },
2263
- },
2264
- previousActionsByType: {
2265
- __type: "[action!]!",
2266
- __args: {
2267
- distinct_on: "[action_select_column!]",
2268
- limit: "Int",
2269
- offset: "Int",
2270
- order_by: "[action_order_by!]",
2271
- where: "action_bool_exp",
2272
- },
2273
- },
2274
- previousActionsByType_aggregate: {
2275
- __type: "action_aggregate!",
2276
- __args: {
2277
- distinct_on: "[action_select_column!]",
2278
- limit: "Int",
2279
- offset: "Int",
2280
- order_by: "[action_order_by!]",
2281
- where: "action_bool_exp",
2282
- },
2283
- },
2284
- previousActions_aggregate: {
2285
- __type: "action_aggregate!",
2286
- __args: {
2287
- distinct_on: "[action_select_column!]",
2288
- limit: "Int",
2289
- offset: "Int",
2290
- order_by: "[action_order_by!]",
2291
- where: "action_bool_exp",
2292
- },
2293
- },
2294
- refs: { __type: "jsonb", __args: { path: "String" } },
2295
- schemaId: { __type: "uuid" },
2296
- source: { __type: "source" },
2297
- sourceId: { __type: "uuid" },
2298
- status: { __type: "String" },
2299
- tenant: { __type: "tenant" },
2300
- tenantId: { __type: "uuid" },
2301
- title: { __type: "String" },
2302
- type: { __type: "String" },
2303
- uniqueRef: { __type: "String" },
2304
- updatedAt: { __type: "timestamptz" },
2305
- },
2306
- action_aggregate: {
2307
- __typename: { __type: "String!" },
2308
- aggregate: { __type: "action_aggregate_fields" },
2309
- nodes: { __type: "[action!]!" },
2310
- },
2311
- action_aggregate_bool_exp: {
2312
- bool_and: { __type: "action_aggregate_bool_exp_bool_and" },
2313
- bool_or: { __type: "action_aggregate_bool_exp_bool_or" },
2314
- count: { __type: "action_aggregate_bool_exp_count" },
2315
- },
2316
- action_aggregate_bool_exp_bool_and: {
2317
- arguments: {
2318
- __type: "action_select_column_action_aggregate_bool_exp_bool_and_arguments_columns!",
2319
- },
2320
- distinct: { __type: "Boolean" },
2321
- filter: { __type: "action_bool_exp" },
2322
- predicate: { __type: "Boolean_comparison_exp!" },
2323
- },
2324
- action_aggregate_bool_exp_bool_or: {
2325
- arguments: {
2326
- __type: "action_select_column_action_aggregate_bool_exp_bool_or_arguments_columns!",
2327
- },
2328
- distinct: { __type: "Boolean" },
2329
- filter: { __type: "action_bool_exp" },
2330
- predicate: { __type: "Boolean_comparison_exp!" },
2331
- },
2332
- action_aggregate_bool_exp_count: {
2333
- arguments: { __type: "[action_select_column!]" },
2334
- distinct: { __type: "Boolean" },
2335
- filter: { __type: "action_bool_exp" },
2336
- predicate: { __type: "Int_comparison_exp!" },
2337
- },
2338
- action_aggregate_fields: {
2339
- __typename: { __type: "String!" },
2340
- avg: { __type: "action_avg_fields" },
2341
- count: {
2342
- __type: "Int!",
2343
- __args: { columns: "[action_select_column!]", distinct: "Boolean" },
2344
- },
2345
- max: { __type: "action_max_fields" },
2346
- min: { __type: "action_min_fields" },
2347
- stddev: { __type: "action_stddev_fields" },
2348
- stddev_pop: { __type: "action_stddev_pop_fields" },
2349
- stddev_samp: { __type: "action_stddev_samp_fields" },
2350
- sum: { __type: "action_sum_fields" },
2351
- var_pop: { __type: "action_var_pop_fields" },
2352
- var_samp: { __type: "action_var_samp_fields" },
2353
- variance: { __type: "action_variance_fields" },
2354
- },
2355
- action_aggregate_order_by: {
2356
- avg: { __type: "action_avg_order_by" },
2357
- count: { __type: "order_by" },
2358
- max: { __type: "action_max_order_by" },
2359
- min: { __type: "action_min_order_by" },
2360
- stddev: { __type: "action_stddev_order_by" },
2361
- stddev_pop: { __type: "action_stddev_pop_order_by" },
2362
- stddev_samp: { __type: "action_stddev_samp_order_by" },
2363
- sum: { __type: "action_sum_order_by" },
2364
- var_pop: { __type: "action_var_pop_order_by" },
2365
- var_samp: { __type: "action_var_samp_order_by" },
2366
- variance: { __type: "action_variance_order_by" },
2367
- },
2368
- action_append_input: {
2369
- inputJson: { __type: "jsonb" },
2370
- outputJson: { __type: "jsonb" },
2371
- refs: { __type: "jsonb" },
2372
- },
2373
- action_arr_rel_insert_input: {
2374
- data: { __type: "[action_insert_input!]!" },
2375
- on_conflict: { __type: "action_on_conflict" },
2376
- },
2377
- action_avg_fields: {
2378
- __typename: { __type: "String!" },
2379
- jobIndex: { __type: "Float" },
2380
- },
2381
- action_avg_order_by: { jobIndex: { __type: "order_by" } },
2382
- action_bool_exp: {
2383
- _and: { __type: "[action_bool_exp!]" },
2384
- _not: { __type: "action_bool_exp" },
2385
- _or: { __type: "[action_bool_exp!]" },
2386
- appId: { __type: "String_comparison_exp" },
2387
- automationId: { __type: "uuid_comparison_exp" },
2388
- changes: { __type: "change_bool_exp" },
2389
- changes_aggregate: { __type: "change_aggregate_bool_exp" },
2390
- connection: { __type: "connection_bool_exp" },
2391
- connectionId: { __type: "uuid_comparison_exp" },
2392
- createdAt: { __type: "timestamptz_comparison_exp" },
2393
- id: { __type: "uuid_comparison_exp" },
2394
- inputJson: { __type: "jsonb_comparison_exp" },
2395
- isCurrent: { __type: "Boolean_comparison_exp" },
2396
- jobId: { __type: "uuid_comparison_exp" },
2397
- jobIndex: { __type: "Int_comparison_exp" },
2398
- jobPageId: { __type: "uuid_comparison_exp" },
2399
- jobPlanId: { __type: "uuid_comparison_exp" },
2400
- objectId: { __type: "uuid_comparison_exp" },
2401
- opId: { __type: "uuid_comparison_exp" },
2402
- outputJson: { __type: "jsonb_comparison_exp" },
2403
- previousActions: { __type: "action_bool_exp" },
2404
- previousActions3: { __type: "action_bool_exp" },
2405
- previousActions3_aggregate: { __type: "action_aggregate_bool_exp" },
2406
- previousActionsByType: { __type: "action_bool_exp" },
2407
- previousActionsByType_aggregate: { __type: "action_aggregate_bool_exp" },
2408
- previousActions_aggregate: { __type: "action_aggregate_bool_exp" },
2409
- refs: { __type: "jsonb_comparison_exp" },
2410
- schemaId: { __type: "uuid_comparison_exp" },
2411
- source: { __type: "source_bool_exp" },
2412
- sourceId: { __type: "uuid_comparison_exp" },
2413
- status: { __type: "String_comparison_exp" },
2414
- tenant: { __type: "tenant_bool_exp" },
2415
- tenantId: { __type: "uuid_comparison_exp" },
2416
- title: { __type: "String_comparison_exp" },
2417
- type: { __type: "String_comparison_exp" },
2418
- uniqueRef: { __type: "String_comparison_exp" },
2419
- updatedAt: { __type: "timestamptz_comparison_exp" },
2420
- },
2421
- action_delete_at_path_input: {
2422
- inputJson: { __type: "[String!]" },
2423
- outputJson: { __type: "[String!]" },
2424
- refs: { __type: "[String!]" },
2425
- },
2426
- action_delete_elem_input: {
2427
- inputJson: { __type: "Int" },
2428
- outputJson: { __type: "Int" },
2429
- refs: { __type: "Int" },
2430
- },
2431
- action_delete_key_input: {
2432
- inputJson: { __type: "String" },
2433
- outputJson: { __type: "String" },
2434
- refs: { __type: "String" },
2435
- },
2436
- action_inc_input: { jobIndex: { __type: "Int" } },
2437
- action_insert_input: {
2438
- appId: { __type: "String" },
2439
- automationId: { __type: "uuid" },
2440
- changes: { __type: "change_arr_rel_insert_input" },
2441
- connection: { __type: "connection_obj_rel_insert_input" },
2442
- connectionId: { __type: "uuid" },
2443
- createdAt: { __type: "timestamptz" },
2444
- id: { __type: "uuid" },
2445
- inputJson: { __type: "jsonb" },
2446
- isCurrent: { __type: "Boolean" },
2447
- jobId: { __type: "uuid" },
2448
- jobIndex: { __type: "Int" },
2449
- jobPageId: { __type: "uuid" },
2450
- jobPlanId: { __type: "uuid" },
2451
- objectId: { __type: "uuid" },
2452
- opId: { __type: "uuid" },
2453
- outputJson: { __type: "jsonb" },
2454
- previousActions: { __type: "action_arr_rel_insert_input" },
2455
- previousActions3: { __type: "action_arr_rel_insert_input" },
2456
- previousActionsByType: { __type: "action_arr_rel_insert_input" },
2457
- refs: { __type: "jsonb" },
2458
- schemaId: { __type: "uuid" },
2459
- source: { __type: "source_obj_rel_insert_input" },
2460
- sourceId: { __type: "uuid" },
2461
- status: { __type: "String" },
2462
- tenant: { __type: "tenant_obj_rel_insert_input" },
2463
- tenantId: { __type: "uuid" },
2464
- title: { __type: "String" },
2465
- type: { __type: "String" },
2466
- uniqueRef: { __type: "String" },
2467
- updatedAt: { __type: "timestamptz" },
2468
- },
2469
- action_max_fields: {
2470
- __typename: { __type: "String!" },
2471
- appId: { __type: "String" },
2472
- automationId: { __type: "uuid" },
2473
- connectionId: { __type: "uuid" },
2474
- createdAt: { __type: "timestamptz" },
2475
- id: { __type: "uuid" },
2476
- jobId: { __type: "uuid" },
2477
- jobIndex: { __type: "Int" },
2478
- jobPageId: { __type: "uuid" },
2479
- jobPlanId: { __type: "uuid" },
2480
- objectId: { __type: "uuid" },
2481
- opId: { __type: "uuid" },
2482
- schemaId: { __type: "uuid" },
2483
- sourceId: { __type: "uuid" },
2484
- status: { __type: "String" },
2485
- tenantId: { __type: "uuid" },
2486
- title: { __type: "String" },
2487
- type: { __type: "String" },
2488
- uniqueRef: { __type: "String" },
2489
- updatedAt: { __type: "timestamptz" },
2490
- },
2491
- action_max_order_by: {
2492
- appId: { __type: "order_by" },
2493
- automationId: { __type: "order_by" },
2494
- connectionId: { __type: "order_by" },
2495
- createdAt: { __type: "order_by" },
2496
- id: { __type: "order_by" },
2497
- jobId: { __type: "order_by" },
2498
- jobIndex: { __type: "order_by" },
2499
- jobPageId: { __type: "order_by" },
2500
- jobPlanId: { __type: "order_by" },
2501
- objectId: { __type: "order_by" },
2502
- opId: { __type: "order_by" },
2503
- schemaId: { __type: "order_by" },
2504
- sourceId: { __type: "order_by" },
2505
- status: { __type: "order_by" },
2506
- tenantId: { __type: "order_by" },
2507
- title: { __type: "order_by" },
2508
- type: { __type: "order_by" },
2509
- uniqueRef: { __type: "order_by" },
2510
- updatedAt: { __type: "order_by" },
2511
- },
2512
- action_min_fields: {
2513
- __typename: { __type: "String!" },
2514
- appId: { __type: "String" },
2515
- automationId: { __type: "uuid" },
2516
- connectionId: { __type: "uuid" },
2517
- createdAt: { __type: "timestamptz" },
2518
- id: { __type: "uuid" },
2519
- jobId: { __type: "uuid" },
2520
- jobIndex: { __type: "Int" },
2521
- jobPageId: { __type: "uuid" },
2522
- jobPlanId: { __type: "uuid" },
2523
- objectId: { __type: "uuid" },
2524
- opId: { __type: "uuid" },
2525
- schemaId: { __type: "uuid" },
2526
- sourceId: { __type: "uuid" },
2527
- status: { __type: "String" },
2528
- tenantId: { __type: "uuid" },
2529
- title: { __type: "String" },
2530
- type: { __type: "String" },
2531
- uniqueRef: { __type: "String" },
2532
- updatedAt: { __type: "timestamptz" },
2533
- },
2534
- action_min_order_by: {
2535
- appId: { __type: "order_by" },
2536
- automationId: { __type: "order_by" },
2537
- connectionId: { __type: "order_by" },
2538
- createdAt: { __type: "order_by" },
2539
- id: { __type: "order_by" },
2540
- jobId: { __type: "order_by" },
2541
- jobIndex: { __type: "order_by" },
2542
- jobPageId: { __type: "order_by" },
2543
- jobPlanId: { __type: "order_by" },
2544
- objectId: { __type: "order_by" },
2545
- opId: { __type: "order_by" },
2546
- schemaId: { __type: "order_by" },
2547
- sourceId: { __type: "order_by" },
2548
- status: { __type: "order_by" },
2549
- tenantId: { __type: "order_by" },
2550
- title: { __type: "order_by" },
2551
- type: { __type: "order_by" },
2552
- uniqueRef: { __type: "order_by" },
2553
- updatedAt: { __type: "order_by" },
2554
- },
2555
- action_mutation_response: {
2556
- __typename: { __type: "String!" },
2557
- affected_rows: { __type: "Int!" },
2558
- returning: { __type: "[action!]!" },
2559
- },
2560
- action_on_conflict: {
2561
- constraint: { __type: "action_constraint!" },
2562
- update_columns: { __type: "[action_update_column!]!" },
2563
- where: { __type: "action_bool_exp" },
2564
- },
2565
- action_order_by: {
2566
- appId: { __type: "order_by" },
2567
- automationId: { __type: "order_by" },
2568
- changes_aggregate: { __type: "change_aggregate_order_by" },
2569
- connection: { __type: "connection_order_by" },
2570
- connectionId: { __type: "order_by" },
2571
- createdAt: { __type: "order_by" },
2572
- id: { __type: "order_by" },
2573
- inputJson: { __type: "order_by" },
2574
- isCurrent: { __type: "order_by" },
2575
- jobId: { __type: "order_by" },
2576
- jobIndex: { __type: "order_by" },
2577
- jobPageId: { __type: "order_by" },
2578
- jobPlanId: { __type: "order_by" },
2579
- objectId: { __type: "order_by" },
2580
- opId: { __type: "order_by" },
2581
- outputJson: { __type: "order_by" },
2582
- previousActions3_aggregate: { __type: "action_aggregate_order_by" },
2583
- previousActionsByType_aggregate: { __type: "action_aggregate_order_by" },
2584
- previousActions_aggregate: { __type: "action_aggregate_order_by" },
2585
- refs: { __type: "order_by" },
2586
- schemaId: { __type: "order_by" },
2587
- source: { __type: "source_order_by" },
2588
- sourceId: { __type: "order_by" },
2589
- status: { __type: "order_by" },
2590
- tenant: { __type: "tenant_order_by" },
2591
- tenantId: { __type: "order_by" },
2592
- title: { __type: "order_by" },
2593
- type: { __type: "order_by" },
2594
- uniqueRef: { __type: "order_by" },
2595
- updatedAt: { __type: "order_by" },
2596
- },
2597
- action_pk_columns_input: { id: { __type: "uuid!" } },
2598
- action_prepend_input: {
2599
- inputJson: { __type: "jsonb" },
2600
- outputJson: { __type: "jsonb" },
2601
- refs: { __type: "jsonb" },
2602
- },
2603
- action_set_input: {
2604
- appId: { __type: "String" },
2605
- automationId: { __type: "uuid" },
2606
- connectionId: { __type: "uuid" },
2607
- createdAt: { __type: "timestamptz" },
2608
- id: { __type: "uuid" },
2609
- inputJson: { __type: "jsonb" },
2610
- isCurrent: { __type: "Boolean" },
2611
- jobId: { __type: "uuid" },
2612
- jobIndex: { __type: "Int" },
2613
- jobPageId: { __type: "uuid" },
2614
- jobPlanId: { __type: "uuid" },
2615
- objectId: { __type: "uuid" },
2616
- opId: { __type: "uuid" },
2617
- outputJson: { __type: "jsonb" },
2618
- refs: { __type: "jsonb" },
2619
- schemaId: { __type: "uuid" },
2620
- sourceId: { __type: "uuid" },
2621
- status: { __type: "String" },
2622
- tenantId: { __type: "uuid" },
2623
- title: { __type: "String" },
2624
- type: { __type: "String" },
2625
- uniqueRef: { __type: "String" },
2626
- updatedAt: { __type: "timestamptz" },
2627
- },
2628
- action_stddev_fields: {
2629
- __typename: { __type: "String!" },
2630
- jobIndex: { __type: "Float" },
2631
- },
2632
- action_stddev_order_by: { jobIndex: { __type: "order_by" } },
2633
- action_stddev_pop_fields: {
2634
- __typename: { __type: "String!" },
2635
- jobIndex: { __type: "Float" },
2636
- },
2637
- action_stddev_pop_order_by: { jobIndex: { __type: "order_by" } },
2638
- action_stddev_samp_fields: {
2639
- __typename: { __type: "String!" },
2640
- jobIndex: { __type: "Float" },
2641
- },
2642
- action_stddev_samp_order_by: { jobIndex: { __type: "order_by" } },
2643
- action_stream_cursor_input: {
2644
- initial_value: { __type: "action_stream_cursor_value_input!" },
2645
- ordering: { __type: "cursor_ordering" },
2646
- },
2647
- action_stream_cursor_value_input: {
2648
- appId: { __type: "String" },
2649
- automationId: { __type: "uuid" },
2650
- connectionId: { __type: "uuid" },
2651
- createdAt: { __type: "timestamptz" },
2652
- id: { __type: "uuid" },
2653
- inputJson: { __type: "jsonb" },
2654
- isCurrent: { __type: "Boolean" },
2655
- jobId: { __type: "uuid" },
2656
- jobIndex: { __type: "Int" },
2657
- jobPageId: { __type: "uuid" },
2658
- jobPlanId: { __type: "uuid" },
2659
- objectId: { __type: "uuid" },
2660
- opId: { __type: "uuid" },
2661
- outputJson: { __type: "jsonb" },
2662
- refs: { __type: "jsonb" },
2663
- schemaId: { __type: "uuid" },
2664
- sourceId: { __type: "uuid" },
2665
- status: { __type: "String" },
2666
- tenantId: { __type: "uuid" },
2667
- title: { __type: "String" },
2668
- type: { __type: "String" },
2669
- uniqueRef: { __type: "String" },
2670
- updatedAt: { __type: "timestamptz" },
2671
- },
2672
- action_sum_fields: {
2673
- __typename: { __type: "String!" },
2674
- jobIndex: { __type: "Int" },
2675
- },
2676
- action_sum_order_by: { jobIndex: { __type: "order_by" } },
2677
- action_updates: {
2678
- _append: { __type: "action_append_input" },
2679
- _delete_at_path: { __type: "action_delete_at_path_input" },
2680
- _delete_elem: { __type: "action_delete_elem_input" },
2681
- _delete_key: { __type: "action_delete_key_input" },
2682
- _inc: { __type: "action_inc_input" },
2683
- _prepend: { __type: "action_prepend_input" },
2684
- _set: { __type: "action_set_input" },
2685
- where: { __type: "action_bool_exp!" },
2686
- },
2687
- action_var_pop_fields: {
2688
- __typename: { __type: "String!" },
2689
- jobIndex: { __type: "Float" },
2690
- },
2691
- action_var_pop_order_by: { jobIndex: { __type: "order_by" } },
2692
- action_var_samp_fields: {
2693
- __typename: { __type: "String!" },
2694
- jobIndex: { __type: "Float" },
2695
- },
2696
- action_var_samp_order_by: { jobIndex: { __type: "order_by" } },
2697
- action_variance_fields: {
2698
- __typename: { __type: "String!" },
2699
- jobIndex: { __type: "Float" },
2700
- },
2701
- action_variance_order_by: { jobIndex: { __type: "order_by" } },
2702
2192
  activeStatus: {
2703
2193
  __typename: { __type: "String!" },
2704
2194
  name: { __type: "String!" },
@@ -13901,11 +13391,6 @@ export const generatedSchema = {
13901
13391
  __type: "account_mutation_response",
13902
13392
  __args: { where: "account_bool_exp!" },
13903
13393
  },
13904
- deleteAction: { __type: "action", __args: { id: "uuid!" } },
13905
- deleteActions: {
13906
- __type: "action_mutation_response",
13907
- __args: { where: "action_bool_exp!" },
13908
- },
13909
13394
  deleteActiveStatus: { __type: "activeStatus", __args: { name: "String!" } },
13910
13395
  deleteActiveStatuses: {
13911
13396
  __type: "activeStatus_mutation_response",
@@ -14831,20 +14316,6 @@ export const generatedSchema = {
14831
14316
  on_conflict: "account_on_conflict",
14832
14317
  },
14833
14318
  },
14834
- insertAction: {
14835
- __type: "action",
14836
- __args: {
14837
- object: "action_insert_input!",
14838
- on_conflict: "action_on_conflict",
14839
- },
14840
- },
14841
- insertActions: {
14842
- __type: "action_mutation_response",
14843
- __args: {
14844
- objects: "[action_insert_input!]!",
14845
- on_conflict: "action_on_conflict",
14846
- },
14847
- },
14848
14319
  insertActiveStatus: {
14849
14320
  __type: "activeStatus",
14850
14321
  __args: {
@@ -16587,32 +16058,6 @@ export const generatedSchema = {
16587
16058
  __type: "account_mutation_response",
16588
16059
  __args: { _set: "account_set_input", where: "account_bool_exp!" },
16589
16060
  },
16590
- updateAction: {
16591
- __type: "action",
16592
- __args: {
16593
- _append: "action_append_input",
16594
- _delete_at_path: "action_delete_at_path_input",
16595
- _delete_elem: "action_delete_elem_input",
16596
- _delete_key: "action_delete_key_input",
16597
- _inc: "action_inc_input",
16598
- _prepend: "action_prepend_input",
16599
- _set: "action_set_input",
16600
- pk_columns: "action_pk_columns_input!",
16601
- },
16602
- },
16603
- updateActions: {
16604
- __type: "action_mutation_response",
16605
- __args: {
16606
- _append: "action_append_input",
16607
- _delete_at_path: "action_delete_at_path_input",
16608
- _delete_elem: "action_delete_elem_input",
16609
- _delete_key: "action_delete_key_input",
16610
- _inc: "action_inc_input",
16611
- _prepend: "action_prepend_input",
16612
- _set: "action_set_input",
16613
- where: "action_bool_exp!",
16614
- },
16615
- },
16616
16061
  updateActiveStatus: {
16617
16062
  __type: "activeStatus",
16618
16063
  __args: {
@@ -17411,10 +16856,6 @@ export const generatedSchema = {
17411
16856
  __type: "[account_mutation_response]",
17412
16857
  __args: { updates: "[account_updates!]!" },
17413
16858
  },
17414
- updateManyActions: {
17415
- __type: "[action_mutation_response]",
17416
- __args: { updates: "[action_updates!]!" },
17417
- },
17418
16859
  updateManyActiveStatuses: {
17419
16860
  __type: "[activeStatus_mutation_response]",
17420
16861
  __args: { updates: "[activeStatus_updates!]!" },
@@ -24270,17 +23711,6 @@ export const generatedSchema = {
24270
23711
  where: "account_bool_exp",
24271
23712
  },
24272
23713
  },
24273
- action: { __type: "action", __args: { id: "uuid!" } },
24274
- actions: {
24275
- __type: "[action!]!",
24276
- __args: {
24277
- distinct_on: "[action_select_column!]",
24278
- limit: "Int",
24279
- offset: "Int",
24280
- order_by: "[action_order_by!]",
24281
- where: "action_bool_exp",
24282
- },
24283
- },
24284
23714
  activeStatus: { __type: "activeStatus", __args: { name: "String!" } },
24285
23715
  activeStatusAggregate: {
24286
23716
  __type: "activeStatus_aggregate!",
@@ -24323,16 +23753,6 @@ export const generatedSchema = {
24323
23753
  },
24324
23754
  },
24325
23755
  address_by_pk: { __type: "address", __args: { id: "uuid!" } },
24326
- aggregateActions: {
24327
- __type: "action_aggregate!",
24328
- __args: {
24329
- distinct_on: "[action_select_column!]",
24330
- limit: "Int",
24331
- offset: "Int",
24332
- order_by: "[action_order_by!]",
24333
- where: "action_bool_exp",
24334
- },
24335
- },
24336
23756
  app: {
24337
23757
  __type: "[app!]!",
24338
23758
  __args: {
@@ -30997,7 +30417,6 @@ export const generatedSchema = {
30997
30417
  where: "reservation_bool_exp",
30998
30418
  },
30999
30419
  },
31000
- schemaId: { __type: "uuid" },
31001
30420
  settings: {
31002
30421
  __type: "[setting!]!",
31003
30422
  __args: {
@@ -31210,7 +30629,6 @@ export const generatedSchema = {
31210
30629
  reservationId: { __type: "uuid_comparison_exp" },
31211
30630
  reservations: { __type: "reservation_bool_exp" },
31212
30631
  reservations_aggregate: { __type: "reservation_aggregate_bool_exp" },
31213
- schemaId: { __type: "uuid_comparison_exp" },
31214
30632
  settings: { __type: "setting_bool_exp" },
31215
30633
  settingsLeft: { __type: "setting_bool_exp" },
31216
30634
  settingsLeft_aggregate: { __type: "setting_aggregate_bool_exp" },
@@ -31281,7 +30699,6 @@ export const generatedSchema = {
31281
30699
  reservation: { __type: "reservation_obj_rel_insert_input" },
31282
30700
  reservationId: { __type: "uuid" },
31283
30701
  reservations: { __type: "reservation_arr_rel_insert_input" },
31284
- schemaId: { __type: "uuid" },
31285
30702
  settings: { __type: "setting_arr_rel_insert_input" },
31286
30703
  settingsLeft: { __type: "setting_arr_rel_insert_input" },
31287
30704
  settingsRight: { __type: "setting_arr_rel_insert_input" },
@@ -31313,7 +30730,6 @@ export const generatedSchema = {
31313
30730
  parentId: { __type: "uuid" },
31314
30731
  remoteId: { __type: "String" },
31315
30732
  reservationId: { __type: "uuid" },
31316
- schemaId: { __type: "uuid" },
31317
30733
  status: { __type: "String" },
31318
30734
  tenantId: { __type: "uuid" },
31319
30735
  transformType: { __type: "String" },
@@ -31336,7 +30752,6 @@ export const generatedSchema = {
31336
30752
  parentId: { __type: "order_by" },
31337
30753
  remoteId: { __type: "order_by" },
31338
30754
  reservationId: { __type: "order_by" },
31339
- schemaId: { __type: "order_by" },
31340
30755
  status: { __type: "order_by" },
31341
30756
  tenantId: { __type: "order_by" },
31342
30757
  transformType: { __type: "order_by" },
@@ -31360,7 +30775,6 @@ export const generatedSchema = {
31360
30775
  parentId: { __type: "uuid" },
31361
30776
  remoteId: { __type: "String" },
31362
30777
  reservationId: { __type: "uuid" },
31363
- schemaId: { __type: "uuid" },
31364
30778
  status: { __type: "String" },
31365
30779
  tenantId: { __type: "uuid" },
31366
30780
  transformType: { __type: "String" },
@@ -31383,7 +30797,6 @@ export const generatedSchema = {
31383
30797
  parentId: { __type: "order_by" },
31384
30798
  remoteId: { __type: "order_by" },
31385
30799
  reservationId: { __type: "order_by" },
31386
- schemaId: { __type: "order_by" },
31387
30800
  status: { __type: "order_by" },
31388
30801
  tenantId: { __type: "order_by" },
31389
30802
  transformType: { __type: "order_by" },
@@ -31442,7 +30855,6 @@ export const generatedSchema = {
31442
30855
  reservation: { __type: "reservation_order_by" },
31443
30856
  reservationId: { __type: "order_by" },
31444
30857
  reservations_aggregate: { __type: "reservation_aggregate_order_by" },
31445
- schemaId: { __type: "order_by" },
31446
30858
  settingsLeft_aggregate: { __type: "setting_aggregate_order_by" },
31447
30859
  settingsRight_aggregate: { __type: "setting_aggregate_order_by" },
31448
30860
  settings_aggregate: { __type: "setting_aggregate_order_by" },
@@ -31482,7 +30894,6 @@ export const generatedSchema = {
31482
30894
  parentId: { __type: "uuid" },
31483
30895
  remoteId: { __type: "String" },
31484
30896
  reservationId: { __type: "uuid" },
31485
- schemaId: { __type: "uuid" },
31486
30897
  status: { __type: "String" },
31487
30898
  tenantId: { __type: "uuid" },
31488
30899
  transformJson: { __type: "jsonb" },
@@ -31528,7 +30939,6 @@ export const generatedSchema = {
31528
30939
  parentId: { __type: "uuid" },
31529
30940
  remoteId: { __type: "String" },
31530
30941
  reservationId: { __type: "uuid" },
31531
- schemaId: { __type: "uuid" },
31532
30942
  status: { __type: "String" },
31533
30943
  tenantId: { __type: "uuid" },
31534
30944
  transformJson: { __type: "jsonb" },
@@ -32760,17 +32170,6 @@ export const generatedSchema = {
32760
32170
  where: "account_bool_exp",
32761
32171
  },
32762
32172
  },
32763
- action: { __type: "action", __args: { id: "uuid!" } },
32764
- actions: {
32765
- __type: "[action!]!",
32766
- __args: {
32767
- distinct_on: "[action_select_column!]",
32768
- limit: "Int",
32769
- offset: "Int",
32770
- order_by: "[action_order_by!]",
32771
- where: "action_bool_exp",
32772
- },
32773
- },
32774
32173
  activeStatus: { __type: "activeStatus", __args: { name: "String!" } },
32775
32174
  activeStatusAggregate: {
32776
32175
  __type: "activeStatus_aggregate!",
@@ -32829,16 +32228,6 @@ export const generatedSchema = {
32829
32228
  where: "address_bool_exp",
32830
32229
  },
32831
32230
  },
32832
- aggregateActions: {
32833
- __type: "action_aggregate!",
32834
- __args: {
32835
- distinct_on: "[action_select_column!]",
32836
- limit: "Int",
32837
- offset: "Int",
32838
- order_by: "[action_order_by!]",
32839
- where: "action_bool_exp",
32840
- },
32841
- },
32842
32231
  app: {
32843
32232
  __type: "[app!]!",
32844
32233
  __args: {
@@ -35811,14 +35200,6 @@ export const generatedSchema = {
35811
35200
  where: "store_mutation_log_bool_exp",
35812
35201
  },
35813
35202
  },
35814
- streamActions: {
35815
- __type: "[action!]!",
35816
- __args: {
35817
- batch_size: "Int!",
35818
- cursor: "[action_stream_cursor_input]!",
35819
- where: "action_bool_exp",
35820
- },
35821
- },
35822
35203
  sync: { __type: "sync", __args: { id: "uuid!" } },
35823
35204
  syncAggregate: {
35824
35205
  __type: "sync_aggregate!",