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