@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.
- package/build/main/gqty/schema.generated.d.ts +0 -1643
- package/build/main/gqty/schema.generated.js +0 -619
- package/build/module/gqty/schema.generated.d.ts +0 -1643
- package/build/module/gqty/schema.generated.js +0 -619
- package/package.json +1 -1
- package/src/gqty/schema.generated.d.ts +0 -1643
- package/src/gqty/schema.generated.js +0 -623
|
@@ -48,13 +48,6 @@ export const scalarsEnumsHash = {
|
|
|
48
48
|
account_constraint: true,
|
|
49
49
|
account_select_column: true,
|
|
50
50
|
account_update_column: true,
|
|
51
|
-
action_constraint: true,
|
|
52
|
-
action_select_column: true,
|
|
53
|
-
action_select_column_action_aggregate_bool_exp_bool_and_arguments_columns:
|
|
54
|
-
true,
|
|
55
|
-
action_select_column_action_aggregate_bool_exp_bool_or_arguments_columns:
|
|
56
|
-
true,
|
|
57
|
-
action_update_column: true,
|
|
58
51
|
activeStatus_constraint: true,
|
|
59
52
|
activeStatus_enum: true,
|
|
60
53
|
activeStatus_select_column: true,
|
|
@@ -2216,513 +2209,6 @@ export const generatedSchema = {
|
|
|
2216
2209
|
_set: { __type: "account_set_input" },
|
|
2217
2210
|
where: { __type: "account_bool_exp!" },
|
|
2218
2211
|
},
|
|
2219
|
-
action: {
|
|
2220
|
-
__typename: { __type: "String!" },
|
|
2221
|
-
appId: { __type: "String" },
|
|
2222
|
-
automationId: { __type: "uuid" },
|
|
2223
|
-
changes: {
|
|
2224
|
-
__type: "[change!]!",
|
|
2225
|
-
__args: {
|
|
2226
|
-
distinct_on: "[change_select_column!]",
|
|
2227
|
-
limit: "Int",
|
|
2228
|
-
offset: "Int",
|
|
2229
|
-
order_by: "[change_order_by!]",
|
|
2230
|
-
where: "change_bool_exp",
|
|
2231
|
-
},
|
|
2232
|
-
},
|
|
2233
|
-
changes_aggregate: {
|
|
2234
|
-
__type: "change_aggregate!",
|
|
2235
|
-
__args: {
|
|
2236
|
-
distinct_on: "[change_select_column!]",
|
|
2237
|
-
limit: "Int",
|
|
2238
|
-
offset: "Int",
|
|
2239
|
-
order_by: "[change_order_by!]",
|
|
2240
|
-
where: "change_bool_exp",
|
|
2241
|
-
},
|
|
2242
|
-
},
|
|
2243
|
-
connection: { __type: "connection" },
|
|
2244
|
-
connectionId: { __type: "uuid" },
|
|
2245
|
-
createdAt: { __type: "timestamptz" },
|
|
2246
|
-
id: { __type: "uuid!" },
|
|
2247
|
-
inputJson: { __type: "jsonb", __args: { path: "String" } },
|
|
2248
|
-
isCurrent: { __type: "Boolean" },
|
|
2249
|
-
jobId: { __type: "uuid" },
|
|
2250
|
-
jobIndex: { __type: "Int" },
|
|
2251
|
-
jobPageId: { __type: "uuid" },
|
|
2252
|
-
jobPlanId: { __type: "uuid" },
|
|
2253
|
-
objectId: { __type: "uuid" },
|
|
2254
|
-
opId: { __type: "uuid" },
|
|
2255
|
-
outputJson: { __type: "jsonb", __args: { path: "String" } },
|
|
2256
|
-
previousActions: {
|
|
2257
|
-
__type: "[action!]!",
|
|
2258
|
-
__args: {
|
|
2259
|
-
distinct_on: "[action_select_column!]",
|
|
2260
|
-
limit: "Int",
|
|
2261
|
-
offset: "Int",
|
|
2262
|
-
order_by: "[action_order_by!]",
|
|
2263
|
-
where: "action_bool_exp",
|
|
2264
|
-
},
|
|
2265
|
-
},
|
|
2266
|
-
previousActions3: {
|
|
2267
|
-
__type: "[action!]!",
|
|
2268
|
-
__args: {
|
|
2269
|
-
distinct_on: "[action_select_column!]",
|
|
2270
|
-
limit: "Int",
|
|
2271
|
-
offset: "Int",
|
|
2272
|
-
order_by: "[action_order_by!]",
|
|
2273
|
-
where: "action_bool_exp",
|
|
2274
|
-
},
|
|
2275
|
-
},
|
|
2276
|
-
previousActions3_aggregate: {
|
|
2277
|
-
__type: "action_aggregate!",
|
|
2278
|
-
__args: {
|
|
2279
|
-
distinct_on: "[action_select_column!]",
|
|
2280
|
-
limit: "Int",
|
|
2281
|
-
offset: "Int",
|
|
2282
|
-
order_by: "[action_order_by!]",
|
|
2283
|
-
where: "action_bool_exp",
|
|
2284
|
-
},
|
|
2285
|
-
},
|
|
2286
|
-
previousActionsByType: {
|
|
2287
|
-
__type: "[action!]!",
|
|
2288
|
-
__args: {
|
|
2289
|
-
distinct_on: "[action_select_column!]",
|
|
2290
|
-
limit: "Int",
|
|
2291
|
-
offset: "Int",
|
|
2292
|
-
order_by: "[action_order_by!]",
|
|
2293
|
-
where: "action_bool_exp",
|
|
2294
|
-
},
|
|
2295
|
-
},
|
|
2296
|
-
previousActionsByType_aggregate: {
|
|
2297
|
-
__type: "action_aggregate!",
|
|
2298
|
-
__args: {
|
|
2299
|
-
distinct_on: "[action_select_column!]",
|
|
2300
|
-
limit: "Int",
|
|
2301
|
-
offset: "Int",
|
|
2302
|
-
order_by: "[action_order_by!]",
|
|
2303
|
-
where: "action_bool_exp",
|
|
2304
|
-
},
|
|
2305
|
-
},
|
|
2306
|
-
previousActions_aggregate: {
|
|
2307
|
-
__type: "action_aggregate!",
|
|
2308
|
-
__args: {
|
|
2309
|
-
distinct_on: "[action_select_column!]",
|
|
2310
|
-
limit: "Int",
|
|
2311
|
-
offset: "Int",
|
|
2312
|
-
order_by: "[action_order_by!]",
|
|
2313
|
-
where: "action_bool_exp",
|
|
2314
|
-
},
|
|
2315
|
-
},
|
|
2316
|
-
refs: { __type: "jsonb", __args: { path: "String" } },
|
|
2317
|
-
schemaId: { __type: "uuid" },
|
|
2318
|
-
source: { __type: "source" },
|
|
2319
|
-
sourceId: { __type: "uuid" },
|
|
2320
|
-
status: { __type: "String" },
|
|
2321
|
-
tenant: { __type: "tenant" },
|
|
2322
|
-
tenantId: { __type: "uuid" },
|
|
2323
|
-
title: { __type: "String" },
|
|
2324
|
-
type: { __type: "String" },
|
|
2325
|
-
uniqueRef: { __type: "String" },
|
|
2326
|
-
updatedAt: { __type: "timestamptz" },
|
|
2327
|
-
},
|
|
2328
|
-
action_aggregate: {
|
|
2329
|
-
__typename: { __type: "String!" },
|
|
2330
|
-
aggregate: { __type: "action_aggregate_fields" },
|
|
2331
|
-
nodes: { __type: "[action!]!" },
|
|
2332
|
-
},
|
|
2333
|
-
action_aggregate_bool_exp: {
|
|
2334
|
-
bool_and: { __type: "action_aggregate_bool_exp_bool_and" },
|
|
2335
|
-
bool_or: { __type: "action_aggregate_bool_exp_bool_or" },
|
|
2336
|
-
count: { __type: "action_aggregate_bool_exp_count" },
|
|
2337
|
-
},
|
|
2338
|
-
action_aggregate_bool_exp_bool_and: {
|
|
2339
|
-
arguments: {
|
|
2340
|
-
__type:
|
|
2341
|
-
"action_select_column_action_aggregate_bool_exp_bool_and_arguments_columns!",
|
|
2342
|
-
},
|
|
2343
|
-
distinct: { __type: "Boolean" },
|
|
2344
|
-
filter: { __type: "action_bool_exp" },
|
|
2345
|
-
predicate: { __type: "Boolean_comparison_exp!" },
|
|
2346
|
-
},
|
|
2347
|
-
action_aggregate_bool_exp_bool_or: {
|
|
2348
|
-
arguments: {
|
|
2349
|
-
__type:
|
|
2350
|
-
"action_select_column_action_aggregate_bool_exp_bool_or_arguments_columns!",
|
|
2351
|
-
},
|
|
2352
|
-
distinct: { __type: "Boolean" },
|
|
2353
|
-
filter: { __type: "action_bool_exp" },
|
|
2354
|
-
predicate: { __type: "Boolean_comparison_exp!" },
|
|
2355
|
-
},
|
|
2356
|
-
action_aggregate_bool_exp_count: {
|
|
2357
|
-
arguments: { __type: "[action_select_column!]" },
|
|
2358
|
-
distinct: { __type: "Boolean" },
|
|
2359
|
-
filter: { __type: "action_bool_exp" },
|
|
2360
|
-
predicate: { __type: "Int_comparison_exp!" },
|
|
2361
|
-
},
|
|
2362
|
-
action_aggregate_fields: {
|
|
2363
|
-
__typename: { __type: "String!" },
|
|
2364
|
-
avg: { __type: "action_avg_fields" },
|
|
2365
|
-
count: {
|
|
2366
|
-
__type: "Int!",
|
|
2367
|
-
__args: { columns: "[action_select_column!]", distinct: "Boolean" },
|
|
2368
|
-
},
|
|
2369
|
-
max: { __type: "action_max_fields" },
|
|
2370
|
-
min: { __type: "action_min_fields" },
|
|
2371
|
-
stddev: { __type: "action_stddev_fields" },
|
|
2372
|
-
stddev_pop: { __type: "action_stddev_pop_fields" },
|
|
2373
|
-
stddev_samp: { __type: "action_stddev_samp_fields" },
|
|
2374
|
-
sum: { __type: "action_sum_fields" },
|
|
2375
|
-
var_pop: { __type: "action_var_pop_fields" },
|
|
2376
|
-
var_samp: { __type: "action_var_samp_fields" },
|
|
2377
|
-
variance: { __type: "action_variance_fields" },
|
|
2378
|
-
},
|
|
2379
|
-
action_aggregate_order_by: {
|
|
2380
|
-
avg: { __type: "action_avg_order_by" },
|
|
2381
|
-
count: { __type: "order_by" },
|
|
2382
|
-
max: { __type: "action_max_order_by" },
|
|
2383
|
-
min: { __type: "action_min_order_by" },
|
|
2384
|
-
stddev: { __type: "action_stddev_order_by" },
|
|
2385
|
-
stddev_pop: { __type: "action_stddev_pop_order_by" },
|
|
2386
|
-
stddev_samp: { __type: "action_stddev_samp_order_by" },
|
|
2387
|
-
sum: { __type: "action_sum_order_by" },
|
|
2388
|
-
var_pop: { __type: "action_var_pop_order_by" },
|
|
2389
|
-
var_samp: { __type: "action_var_samp_order_by" },
|
|
2390
|
-
variance: { __type: "action_variance_order_by" },
|
|
2391
|
-
},
|
|
2392
|
-
action_append_input: {
|
|
2393
|
-
inputJson: { __type: "jsonb" },
|
|
2394
|
-
outputJson: { __type: "jsonb" },
|
|
2395
|
-
refs: { __type: "jsonb" },
|
|
2396
|
-
},
|
|
2397
|
-
action_arr_rel_insert_input: {
|
|
2398
|
-
data: { __type: "[action_insert_input!]!" },
|
|
2399
|
-
on_conflict: { __type: "action_on_conflict" },
|
|
2400
|
-
},
|
|
2401
|
-
action_avg_fields: {
|
|
2402
|
-
__typename: { __type: "String!" },
|
|
2403
|
-
jobIndex: { __type: "Float" },
|
|
2404
|
-
},
|
|
2405
|
-
action_avg_order_by: { jobIndex: { __type: "order_by" } },
|
|
2406
|
-
action_bool_exp: {
|
|
2407
|
-
_and: { __type: "[action_bool_exp!]" },
|
|
2408
|
-
_not: { __type: "action_bool_exp" },
|
|
2409
|
-
_or: { __type: "[action_bool_exp!]" },
|
|
2410
|
-
appId: { __type: "String_comparison_exp" },
|
|
2411
|
-
automationId: { __type: "uuid_comparison_exp" },
|
|
2412
|
-
changes: { __type: "change_bool_exp" },
|
|
2413
|
-
changes_aggregate: { __type: "change_aggregate_bool_exp" },
|
|
2414
|
-
connection: { __type: "connection_bool_exp" },
|
|
2415
|
-
connectionId: { __type: "uuid_comparison_exp" },
|
|
2416
|
-
createdAt: { __type: "timestamptz_comparison_exp" },
|
|
2417
|
-
id: { __type: "uuid_comparison_exp" },
|
|
2418
|
-
inputJson: { __type: "jsonb_comparison_exp" },
|
|
2419
|
-
isCurrent: { __type: "Boolean_comparison_exp" },
|
|
2420
|
-
jobId: { __type: "uuid_comparison_exp" },
|
|
2421
|
-
jobIndex: { __type: "Int_comparison_exp" },
|
|
2422
|
-
jobPageId: { __type: "uuid_comparison_exp" },
|
|
2423
|
-
jobPlanId: { __type: "uuid_comparison_exp" },
|
|
2424
|
-
objectId: { __type: "uuid_comparison_exp" },
|
|
2425
|
-
opId: { __type: "uuid_comparison_exp" },
|
|
2426
|
-
outputJson: { __type: "jsonb_comparison_exp" },
|
|
2427
|
-
previousActions: { __type: "action_bool_exp" },
|
|
2428
|
-
previousActions3: { __type: "action_bool_exp" },
|
|
2429
|
-
previousActions3_aggregate: { __type: "action_aggregate_bool_exp" },
|
|
2430
|
-
previousActionsByType: { __type: "action_bool_exp" },
|
|
2431
|
-
previousActionsByType_aggregate: { __type: "action_aggregate_bool_exp" },
|
|
2432
|
-
previousActions_aggregate: { __type: "action_aggregate_bool_exp" },
|
|
2433
|
-
refs: { __type: "jsonb_comparison_exp" },
|
|
2434
|
-
schemaId: { __type: "uuid_comparison_exp" },
|
|
2435
|
-
source: { __type: "source_bool_exp" },
|
|
2436
|
-
sourceId: { __type: "uuid_comparison_exp" },
|
|
2437
|
-
status: { __type: "String_comparison_exp" },
|
|
2438
|
-
tenant: { __type: "tenant_bool_exp" },
|
|
2439
|
-
tenantId: { __type: "uuid_comparison_exp" },
|
|
2440
|
-
title: { __type: "String_comparison_exp" },
|
|
2441
|
-
type: { __type: "String_comparison_exp" },
|
|
2442
|
-
uniqueRef: { __type: "String_comparison_exp" },
|
|
2443
|
-
updatedAt: { __type: "timestamptz_comparison_exp" },
|
|
2444
|
-
},
|
|
2445
|
-
action_delete_at_path_input: {
|
|
2446
|
-
inputJson: { __type: "[String!]" },
|
|
2447
|
-
outputJson: { __type: "[String!]" },
|
|
2448
|
-
refs: { __type: "[String!]" },
|
|
2449
|
-
},
|
|
2450
|
-
action_delete_elem_input: {
|
|
2451
|
-
inputJson: { __type: "Int" },
|
|
2452
|
-
outputJson: { __type: "Int" },
|
|
2453
|
-
refs: { __type: "Int" },
|
|
2454
|
-
},
|
|
2455
|
-
action_delete_key_input: {
|
|
2456
|
-
inputJson: { __type: "String" },
|
|
2457
|
-
outputJson: { __type: "String" },
|
|
2458
|
-
refs: { __type: "String" },
|
|
2459
|
-
},
|
|
2460
|
-
action_inc_input: { jobIndex: { __type: "Int" } },
|
|
2461
|
-
action_insert_input: {
|
|
2462
|
-
appId: { __type: "String" },
|
|
2463
|
-
automationId: { __type: "uuid" },
|
|
2464
|
-
changes: { __type: "change_arr_rel_insert_input" },
|
|
2465
|
-
connection: { __type: "connection_obj_rel_insert_input" },
|
|
2466
|
-
connectionId: { __type: "uuid" },
|
|
2467
|
-
createdAt: { __type: "timestamptz" },
|
|
2468
|
-
id: { __type: "uuid" },
|
|
2469
|
-
inputJson: { __type: "jsonb" },
|
|
2470
|
-
isCurrent: { __type: "Boolean" },
|
|
2471
|
-
jobId: { __type: "uuid" },
|
|
2472
|
-
jobIndex: { __type: "Int" },
|
|
2473
|
-
jobPageId: { __type: "uuid" },
|
|
2474
|
-
jobPlanId: { __type: "uuid" },
|
|
2475
|
-
objectId: { __type: "uuid" },
|
|
2476
|
-
opId: { __type: "uuid" },
|
|
2477
|
-
outputJson: { __type: "jsonb" },
|
|
2478
|
-
previousActions: { __type: "action_arr_rel_insert_input" },
|
|
2479
|
-
previousActions3: { __type: "action_arr_rel_insert_input" },
|
|
2480
|
-
previousActionsByType: { __type: "action_arr_rel_insert_input" },
|
|
2481
|
-
refs: { __type: "jsonb" },
|
|
2482
|
-
schemaId: { __type: "uuid" },
|
|
2483
|
-
source: { __type: "source_obj_rel_insert_input" },
|
|
2484
|
-
sourceId: { __type: "uuid" },
|
|
2485
|
-
status: { __type: "String" },
|
|
2486
|
-
tenant: { __type: "tenant_obj_rel_insert_input" },
|
|
2487
|
-
tenantId: { __type: "uuid" },
|
|
2488
|
-
title: { __type: "String" },
|
|
2489
|
-
type: { __type: "String" },
|
|
2490
|
-
uniqueRef: { __type: "String" },
|
|
2491
|
-
updatedAt: { __type: "timestamptz" },
|
|
2492
|
-
},
|
|
2493
|
-
action_max_fields: {
|
|
2494
|
-
__typename: { __type: "String!" },
|
|
2495
|
-
appId: { __type: "String" },
|
|
2496
|
-
automationId: { __type: "uuid" },
|
|
2497
|
-
connectionId: { __type: "uuid" },
|
|
2498
|
-
createdAt: { __type: "timestamptz" },
|
|
2499
|
-
id: { __type: "uuid" },
|
|
2500
|
-
jobId: { __type: "uuid" },
|
|
2501
|
-
jobIndex: { __type: "Int" },
|
|
2502
|
-
jobPageId: { __type: "uuid" },
|
|
2503
|
-
jobPlanId: { __type: "uuid" },
|
|
2504
|
-
objectId: { __type: "uuid" },
|
|
2505
|
-
opId: { __type: "uuid" },
|
|
2506
|
-
schemaId: { __type: "uuid" },
|
|
2507
|
-
sourceId: { __type: "uuid" },
|
|
2508
|
-
status: { __type: "String" },
|
|
2509
|
-
tenantId: { __type: "uuid" },
|
|
2510
|
-
title: { __type: "String" },
|
|
2511
|
-
type: { __type: "String" },
|
|
2512
|
-
uniqueRef: { __type: "String" },
|
|
2513
|
-
updatedAt: { __type: "timestamptz" },
|
|
2514
|
-
},
|
|
2515
|
-
action_max_order_by: {
|
|
2516
|
-
appId: { __type: "order_by" },
|
|
2517
|
-
automationId: { __type: "order_by" },
|
|
2518
|
-
connectionId: { __type: "order_by" },
|
|
2519
|
-
createdAt: { __type: "order_by" },
|
|
2520
|
-
id: { __type: "order_by" },
|
|
2521
|
-
jobId: { __type: "order_by" },
|
|
2522
|
-
jobIndex: { __type: "order_by" },
|
|
2523
|
-
jobPageId: { __type: "order_by" },
|
|
2524
|
-
jobPlanId: { __type: "order_by" },
|
|
2525
|
-
objectId: { __type: "order_by" },
|
|
2526
|
-
opId: { __type: "order_by" },
|
|
2527
|
-
schemaId: { __type: "order_by" },
|
|
2528
|
-
sourceId: { __type: "order_by" },
|
|
2529
|
-
status: { __type: "order_by" },
|
|
2530
|
-
tenantId: { __type: "order_by" },
|
|
2531
|
-
title: { __type: "order_by" },
|
|
2532
|
-
type: { __type: "order_by" },
|
|
2533
|
-
uniqueRef: { __type: "order_by" },
|
|
2534
|
-
updatedAt: { __type: "order_by" },
|
|
2535
|
-
},
|
|
2536
|
-
action_min_fields: {
|
|
2537
|
-
__typename: { __type: "String!" },
|
|
2538
|
-
appId: { __type: "String" },
|
|
2539
|
-
automationId: { __type: "uuid" },
|
|
2540
|
-
connectionId: { __type: "uuid" },
|
|
2541
|
-
createdAt: { __type: "timestamptz" },
|
|
2542
|
-
id: { __type: "uuid" },
|
|
2543
|
-
jobId: { __type: "uuid" },
|
|
2544
|
-
jobIndex: { __type: "Int" },
|
|
2545
|
-
jobPageId: { __type: "uuid" },
|
|
2546
|
-
jobPlanId: { __type: "uuid" },
|
|
2547
|
-
objectId: { __type: "uuid" },
|
|
2548
|
-
opId: { __type: "uuid" },
|
|
2549
|
-
schemaId: { __type: "uuid" },
|
|
2550
|
-
sourceId: { __type: "uuid" },
|
|
2551
|
-
status: { __type: "String" },
|
|
2552
|
-
tenantId: { __type: "uuid" },
|
|
2553
|
-
title: { __type: "String" },
|
|
2554
|
-
type: { __type: "String" },
|
|
2555
|
-
uniqueRef: { __type: "String" },
|
|
2556
|
-
updatedAt: { __type: "timestamptz" },
|
|
2557
|
-
},
|
|
2558
|
-
action_min_order_by: {
|
|
2559
|
-
appId: { __type: "order_by" },
|
|
2560
|
-
automationId: { __type: "order_by" },
|
|
2561
|
-
connectionId: { __type: "order_by" },
|
|
2562
|
-
createdAt: { __type: "order_by" },
|
|
2563
|
-
id: { __type: "order_by" },
|
|
2564
|
-
jobId: { __type: "order_by" },
|
|
2565
|
-
jobIndex: { __type: "order_by" },
|
|
2566
|
-
jobPageId: { __type: "order_by" },
|
|
2567
|
-
jobPlanId: { __type: "order_by" },
|
|
2568
|
-
objectId: { __type: "order_by" },
|
|
2569
|
-
opId: { __type: "order_by" },
|
|
2570
|
-
schemaId: { __type: "order_by" },
|
|
2571
|
-
sourceId: { __type: "order_by" },
|
|
2572
|
-
status: { __type: "order_by" },
|
|
2573
|
-
tenantId: { __type: "order_by" },
|
|
2574
|
-
title: { __type: "order_by" },
|
|
2575
|
-
type: { __type: "order_by" },
|
|
2576
|
-
uniqueRef: { __type: "order_by" },
|
|
2577
|
-
updatedAt: { __type: "order_by" },
|
|
2578
|
-
},
|
|
2579
|
-
action_mutation_response: {
|
|
2580
|
-
__typename: { __type: "String!" },
|
|
2581
|
-
affected_rows: { __type: "Int!" },
|
|
2582
|
-
returning: { __type: "[action!]!" },
|
|
2583
|
-
},
|
|
2584
|
-
action_on_conflict: {
|
|
2585
|
-
constraint: { __type: "action_constraint!" },
|
|
2586
|
-
update_columns: { __type: "[action_update_column!]!" },
|
|
2587
|
-
where: { __type: "action_bool_exp" },
|
|
2588
|
-
},
|
|
2589
|
-
action_order_by: {
|
|
2590
|
-
appId: { __type: "order_by" },
|
|
2591
|
-
automationId: { __type: "order_by" },
|
|
2592
|
-
changes_aggregate: { __type: "change_aggregate_order_by" },
|
|
2593
|
-
connection: { __type: "connection_order_by" },
|
|
2594
|
-
connectionId: { __type: "order_by" },
|
|
2595
|
-
createdAt: { __type: "order_by" },
|
|
2596
|
-
id: { __type: "order_by" },
|
|
2597
|
-
inputJson: { __type: "order_by" },
|
|
2598
|
-
isCurrent: { __type: "order_by" },
|
|
2599
|
-
jobId: { __type: "order_by" },
|
|
2600
|
-
jobIndex: { __type: "order_by" },
|
|
2601
|
-
jobPageId: { __type: "order_by" },
|
|
2602
|
-
jobPlanId: { __type: "order_by" },
|
|
2603
|
-
objectId: { __type: "order_by" },
|
|
2604
|
-
opId: { __type: "order_by" },
|
|
2605
|
-
outputJson: { __type: "order_by" },
|
|
2606
|
-
previousActions3_aggregate: { __type: "action_aggregate_order_by" },
|
|
2607
|
-
previousActionsByType_aggregate: { __type: "action_aggregate_order_by" },
|
|
2608
|
-
previousActions_aggregate: { __type: "action_aggregate_order_by" },
|
|
2609
|
-
refs: { __type: "order_by" },
|
|
2610
|
-
schemaId: { __type: "order_by" },
|
|
2611
|
-
source: { __type: "source_order_by" },
|
|
2612
|
-
sourceId: { __type: "order_by" },
|
|
2613
|
-
status: { __type: "order_by" },
|
|
2614
|
-
tenant: { __type: "tenant_order_by" },
|
|
2615
|
-
tenantId: { __type: "order_by" },
|
|
2616
|
-
title: { __type: "order_by" },
|
|
2617
|
-
type: { __type: "order_by" },
|
|
2618
|
-
uniqueRef: { __type: "order_by" },
|
|
2619
|
-
updatedAt: { __type: "order_by" },
|
|
2620
|
-
},
|
|
2621
|
-
action_pk_columns_input: { id: { __type: "uuid!" } },
|
|
2622
|
-
action_prepend_input: {
|
|
2623
|
-
inputJson: { __type: "jsonb" },
|
|
2624
|
-
outputJson: { __type: "jsonb" },
|
|
2625
|
-
refs: { __type: "jsonb" },
|
|
2626
|
-
},
|
|
2627
|
-
action_set_input: {
|
|
2628
|
-
appId: { __type: "String" },
|
|
2629
|
-
automationId: { __type: "uuid" },
|
|
2630
|
-
connectionId: { __type: "uuid" },
|
|
2631
|
-
createdAt: { __type: "timestamptz" },
|
|
2632
|
-
id: { __type: "uuid" },
|
|
2633
|
-
inputJson: { __type: "jsonb" },
|
|
2634
|
-
isCurrent: { __type: "Boolean" },
|
|
2635
|
-
jobId: { __type: "uuid" },
|
|
2636
|
-
jobIndex: { __type: "Int" },
|
|
2637
|
-
jobPageId: { __type: "uuid" },
|
|
2638
|
-
jobPlanId: { __type: "uuid" },
|
|
2639
|
-
objectId: { __type: "uuid" },
|
|
2640
|
-
opId: { __type: "uuid" },
|
|
2641
|
-
outputJson: { __type: "jsonb" },
|
|
2642
|
-
refs: { __type: "jsonb" },
|
|
2643
|
-
schemaId: { __type: "uuid" },
|
|
2644
|
-
sourceId: { __type: "uuid" },
|
|
2645
|
-
status: { __type: "String" },
|
|
2646
|
-
tenantId: { __type: "uuid" },
|
|
2647
|
-
title: { __type: "String" },
|
|
2648
|
-
type: { __type: "String" },
|
|
2649
|
-
uniqueRef: { __type: "String" },
|
|
2650
|
-
updatedAt: { __type: "timestamptz" },
|
|
2651
|
-
},
|
|
2652
|
-
action_stddev_fields: {
|
|
2653
|
-
__typename: { __type: "String!" },
|
|
2654
|
-
jobIndex: { __type: "Float" },
|
|
2655
|
-
},
|
|
2656
|
-
action_stddev_order_by: { jobIndex: { __type: "order_by" } },
|
|
2657
|
-
action_stddev_pop_fields: {
|
|
2658
|
-
__typename: { __type: "String!" },
|
|
2659
|
-
jobIndex: { __type: "Float" },
|
|
2660
|
-
},
|
|
2661
|
-
action_stddev_pop_order_by: { jobIndex: { __type: "order_by" } },
|
|
2662
|
-
action_stddev_samp_fields: {
|
|
2663
|
-
__typename: { __type: "String!" },
|
|
2664
|
-
jobIndex: { __type: "Float" },
|
|
2665
|
-
},
|
|
2666
|
-
action_stddev_samp_order_by: { jobIndex: { __type: "order_by" } },
|
|
2667
|
-
action_stream_cursor_input: {
|
|
2668
|
-
initial_value: { __type: "action_stream_cursor_value_input!" },
|
|
2669
|
-
ordering: { __type: "cursor_ordering" },
|
|
2670
|
-
},
|
|
2671
|
-
action_stream_cursor_value_input: {
|
|
2672
|
-
appId: { __type: "String" },
|
|
2673
|
-
automationId: { __type: "uuid" },
|
|
2674
|
-
connectionId: { __type: "uuid" },
|
|
2675
|
-
createdAt: { __type: "timestamptz" },
|
|
2676
|
-
id: { __type: "uuid" },
|
|
2677
|
-
inputJson: { __type: "jsonb" },
|
|
2678
|
-
isCurrent: { __type: "Boolean" },
|
|
2679
|
-
jobId: { __type: "uuid" },
|
|
2680
|
-
jobIndex: { __type: "Int" },
|
|
2681
|
-
jobPageId: { __type: "uuid" },
|
|
2682
|
-
jobPlanId: { __type: "uuid" },
|
|
2683
|
-
objectId: { __type: "uuid" },
|
|
2684
|
-
opId: { __type: "uuid" },
|
|
2685
|
-
outputJson: { __type: "jsonb" },
|
|
2686
|
-
refs: { __type: "jsonb" },
|
|
2687
|
-
schemaId: { __type: "uuid" },
|
|
2688
|
-
sourceId: { __type: "uuid" },
|
|
2689
|
-
status: { __type: "String" },
|
|
2690
|
-
tenantId: { __type: "uuid" },
|
|
2691
|
-
title: { __type: "String" },
|
|
2692
|
-
type: { __type: "String" },
|
|
2693
|
-
uniqueRef: { __type: "String" },
|
|
2694
|
-
updatedAt: { __type: "timestamptz" },
|
|
2695
|
-
},
|
|
2696
|
-
action_sum_fields: {
|
|
2697
|
-
__typename: { __type: "String!" },
|
|
2698
|
-
jobIndex: { __type: "Int" },
|
|
2699
|
-
},
|
|
2700
|
-
action_sum_order_by: { jobIndex: { __type: "order_by" } },
|
|
2701
|
-
action_updates: {
|
|
2702
|
-
_append: { __type: "action_append_input" },
|
|
2703
|
-
_delete_at_path: { __type: "action_delete_at_path_input" },
|
|
2704
|
-
_delete_elem: { __type: "action_delete_elem_input" },
|
|
2705
|
-
_delete_key: { __type: "action_delete_key_input" },
|
|
2706
|
-
_inc: { __type: "action_inc_input" },
|
|
2707
|
-
_prepend: { __type: "action_prepend_input" },
|
|
2708
|
-
_set: { __type: "action_set_input" },
|
|
2709
|
-
where: { __type: "action_bool_exp!" },
|
|
2710
|
-
},
|
|
2711
|
-
action_var_pop_fields: {
|
|
2712
|
-
__typename: { __type: "String!" },
|
|
2713
|
-
jobIndex: { __type: "Float" },
|
|
2714
|
-
},
|
|
2715
|
-
action_var_pop_order_by: { jobIndex: { __type: "order_by" } },
|
|
2716
|
-
action_var_samp_fields: {
|
|
2717
|
-
__typename: { __type: "String!" },
|
|
2718
|
-
jobIndex: { __type: "Float" },
|
|
2719
|
-
},
|
|
2720
|
-
action_var_samp_order_by: { jobIndex: { __type: "order_by" } },
|
|
2721
|
-
action_variance_fields: {
|
|
2722
|
-
__typename: { __type: "String!" },
|
|
2723
|
-
jobIndex: { __type: "Float" },
|
|
2724
|
-
},
|
|
2725
|
-
action_variance_order_by: { jobIndex: { __type: "order_by" } },
|
|
2726
2212
|
activeStatus: {
|
|
2727
2213
|
__typename: { __type: "String!" },
|
|
2728
2214
|
name: { __type: "String!" },
|
|
@@ -13945,11 +13431,6 @@ export const generatedSchema = {
|
|
|
13945
13431
|
__type: "account_mutation_response",
|
|
13946
13432
|
__args: { where: "account_bool_exp!" },
|
|
13947
13433
|
},
|
|
13948
|
-
deleteAction: { __type: "action", __args: { id: "uuid!" } },
|
|
13949
|
-
deleteActions: {
|
|
13950
|
-
__type: "action_mutation_response",
|
|
13951
|
-
__args: { where: "action_bool_exp!" },
|
|
13952
|
-
},
|
|
13953
13434
|
deleteActiveStatus: { __type: "activeStatus", __args: { name: "String!" } },
|
|
13954
13435
|
deleteActiveStatuses: {
|
|
13955
13436
|
__type: "activeStatus_mutation_response",
|
|
@@ -14875,20 +14356,6 @@ export const generatedSchema = {
|
|
|
14875
14356
|
on_conflict: "account_on_conflict",
|
|
14876
14357
|
},
|
|
14877
14358
|
},
|
|
14878
|
-
insertAction: {
|
|
14879
|
-
__type: "action",
|
|
14880
|
-
__args: {
|
|
14881
|
-
object: "action_insert_input!",
|
|
14882
|
-
on_conflict: "action_on_conflict",
|
|
14883
|
-
},
|
|
14884
|
-
},
|
|
14885
|
-
insertActions: {
|
|
14886
|
-
__type: "action_mutation_response",
|
|
14887
|
-
__args: {
|
|
14888
|
-
objects: "[action_insert_input!]!",
|
|
14889
|
-
on_conflict: "action_on_conflict",
|
|
14890
|
-
},
|
|
14891
|
-
},
|
|
14892
14359
|
insertActiveStatus: {
|
|
14893
14360
|
__type: "activeStatus",
|
|
14894
14361
|
__args: {
|
|
@@ -16632,32 +16099,6 @@ export const generatedSchema = {
|
|
|
16632
16099
|
__type: "account_mutation_response",
|
|
16633
16100
|
__args: { _set: "account_set_input", where: "account_bool_exp!" },
|
|
16634
16101
|
},
|
|
16635
|
-
updateAction: {
|
|
16636
|
-
__type: "action",
|
|
16637
|
-
__args: {
|
|
16638
|
-
_append: "action_append_input",
|
|
16639
|
-
_delete_at_path: "action_delete_at_path_input",
|
|
16640
|
-
_delete_elem: "action_delete_elem_input",
|
|
16641
|
-
_delete_key: "action_delete_key_input",
|
|
16642
|
-
_inc: "action_inc_input",
|
|
16643
|
-
_prepend: "action_prepend_input",
|
|
16644
|
-
_set: "action_set_input",
|
|
16645
|
-
pk_columns: "action_pk_columns_input!",
|
|
16646
|
-
},
|
|
16647
|
-
},
|
|
16648
|
-
updateActions: {
|
|
16649
|
-
__type: "action_mutation_response",
|
|
16650
|
-
__args: {
|
|
16651
|
-
_append: "action_append_input",
|
|
16652
|
-
_delete_at_path: "action_delete_at_path_input",
|
|
16653
|
-
_delete_elem: "action_delete_elem_input",
|
|
16654
|
-
_delete_key: "action_delete_key_input",
|
|
16655
|
-
_inc: "action_inc_input",
|
|
16656
|
-
_prepend: "action_prepend_input",
|
|
16657
|
-
_set: "action_set_input",
|
|
16658
|
-
where: "action_bool_exp!",
|
|
16659
|
-
},
|
|
16660
|
-
},
|
|
16661
16102
|
updateActiveStatus: {
|
|
16662
16103
|
__type: "activeStatus",
|
|
16663
16104
|
__args: {
|
|
@@ -17456,10 +16897,6 @@ export const generatedSchema = {
|
|
|
17456
16897
|
__type: "[account_mutation_response]",
|
|
17457
16898
|
__args: { updates: "[account_updates!]!" },
|
|
17458
16899
|
},
|
|
17459
|
-
updateManyActions: {
|
|
17460
|
-
__type: "[action_mutation_response]",
|
|
17461
|
-
__args: { updates: "[action_updates!]!" },
|
|
17462
|
-
},
|
|
17463
16900
|
updateManyActiveStatuses: {
|
|
17464
16901
|
__type: "[activeStatus_mutation_response]",
|
|
17465
16902
|
__args: { updates: "[activeStatus_updates!]!" },
|
|
@@ -24325,17 +23762,6 @@ export const generatedSchema = {
|
|
|
24325
23762
|
where: "account_bool_exp",
|
|
24326
23763
|
},
|
|
24327
23764
|
},
|
|
24328
|
-
action: { __type: "action", __args: { id: "uuid!" } },
|
|
24329
|
-
actions: {
|
|
24330
|
-
__type: "[action!]!",
|
|
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
23765
|
activeStatus: { __type: "activeStatus", __args: { name: "String!" } },
|
|
24340
23766
|
activeStatusAggregate: {
|
|
24341
23767
|
__type: "activeStatus_aggregate!",
|
|
@@ -24378,16 +23804,6 @@ export const generatedSchema = {
|
|
|
24378
23804
|
},
|
|
24379
23805
|
},
|
|
24380
23806
|
address_by_pk: { __type: "address", __args: { id: "uuid!" } },
|
|
24381
|
-
aggregateActions: {
|
|
24382
|
-
__type: "action_aggregate!",
|
|
24383
|
-
__args: {
|
|
24384
|
-
distinct_on: "[action_select_column!]",
|
|
24385
|
-
limit: "Int",
|
|
24386
|
-
offset: "Int",
|
|
24387
|
-
order_by: "[action_order_by!]",
|
|
24388
|
-
where: "action_bool_exp",
|
|
24389
|
-
},
|
|
24390
|
-
},
|
|
24391
23807
|
app: {
|
|
24392
23808
|
__type: "[app!]!",
|
|
24393
23809
|
__args: {
|
|
@@ -31068,7 +30484,6 @@ export const generatedSchema = {
|
|
|
31068
30484
|
where: "reservation_bool_exp",
|
|
31069
30485
|
},
|
|
31070
30486
|
},
|
|
31071
|
-
schemaId: { __type: "uuid" },
|
|
31072
30487
|
settings: {
|
|
31073
30488
|
__type: "[setting!]!",
|
|
31074
30489
|
__args: {
|
|
@@ -31283,7 +30698,6 @@ export const generatedSchema = {
|
|
|
31283
30698
|
reservationId: { __type: "uuid_comparison_exp" },
|
|
31284
30699
|
reservations: { __type: "reservation_bool_exp" },
|
|
31285
30700
|
reservations_aggregate: { __type: "reservation_aggregate_bool_exp" },
|
|
31286
|
-
schemaId: { __type: "uuid_comparison_exp" },
|
|
31287
30701
|
settings: { __type: "setting_bool_exp" },
|
|
31288
30702
|
settingsLeft: { __type: "setting_bool_exp" },
|
|
31289
30703
|
settingsLeft_aggregate: { __type: "setting_aggregate_bool_exp" },
|
|
@@ -31354,7 +30768,6 @@ export const generatedSchema = {
|
|
|
31354
30768
|
reservation: { __type: "reservation_obj_rel_insert_input" },
|
|
31355
30769
|
reservationId: { __type: "uuid" },
|
|
31356
30770
|
reservations: { __type: "reservation_arr_rel_insert_input" },
|
|
31357
|
-
schemaId: { __type: "uuid" },
|
|
31358
30771
|
settings: { __type: "setting_arr_rel_insert_input" },
|
|
31359
30772
|
settingsLeft: { __type: "setting_arr_rel_insert_input" },
|
|
31360
30773
|
settingsRight: { __type: "setting_arr_rel_insert_input" },
|
|
@@ -31386,7 +30799,6 @@ export const generatedSchema = {
|
|
|
31386
30799
|
parentId: { __type: "uuid" },
|
|
31387
30800
|
remoteId: { __type: "String" },
|
|
31388
30801
|
reservationId: { __type: "uuid" },
|
|
31389
|
-
schemaId: { __type: "uuid" },
|
|
31390
30802
|
status: { __type: "String" },
|
|
31391
30803
|
tenantId: { __type: "uuid" },
|
|
31392
30804
|
transformType: { __type: "String" },
|
|
@@ -31409,7 +30821,6 @@ export const generatedSchema = {
|
|
|
31409
30821
|
parentId: { __type: "order_by" },
|
|
31410
30822
|
remoteId: { __type: "order_by" },
|
|
31411
30823
|
reservationId: { __type: "order_by" },
|
|
31412
|
-
schemaId: { __type: "order_by" },
|
|
31413
30824
|
status: { __type: "order_by" },
|
|
31414
30825
|
tenantId: { __type: "order_by" },
|
|
31415
30826
|
transformType: { __type: "order_by" },
|
|
@@ -31433,7 +30844,6 @@ export const generatedSchema = {
|
|
|
31433
30844
|
parentId: { __type: "uuid" },
|
|
31434
30845
|
remoteId: { __type: "String" },
|
|
31435
30846
|
reservationId: { __type: "uuid" },
|
|
31436
|
-
schemaId: { __type: "uuid" },
|
|
31437
30847
|
status: { __type: "String" },
|
|
31438
30848
|
tenantId: { __type: "uuid" },
|
|
31439
30849
|
transformType: { __type: "String" },
|
|
@@ -31456,7 +30866,6 @@ export const generatedSchema = {
|
|
|
31456
30866
|
parentId: { __type: "order_by" },
|
|
31457
30867
|
remoteId: { __type: "order_by" },
|
|
31458
30868
|
reservationId: { __type: "order_by" },
|
|
31459
|
-
schemaId: { __type: "order_by" },
|
|
31460
30869
|
status: { __type: "order_by" },
|
|
31461
30870
|
tenantId: { __type: "order_by" },
|
|
31462
30871
|
transformType: { __type: "order_by" },
|
|
@@ -31515,7 +30924,6 @@ export const generatedSchema = {
|
|
|
31515
30924
|
reservation: { __type: "reservation_order_by" },
|
|
31516
30925
|
reservationId: { __type: "order_by" },
|
|
31517
30926
|
reservations_aggregate: { __type: "reservation_aggregate_order_by" },
|
|
31518
|
-
schemaId: { __type: "order_by" },
|
|
31519
30927
|
settingsLeft_aggregate: { __type: "setting_aggregate_order_by" },
|
|
31520
30928
|
settingsRight_aggregate: { __type: "setting_aggregate_order_by" },
|
|
31521
30929
|
settings_aggregate: { __type: "setting_aggregate_order_by" },
|
|
@@ -31555,7 +30963,6 @@ export const generatedSchema = {
|
|
|
31555
30963
|
parentId: { __type: "uuid" },
|
|
31556
30964
|
remoteId: { __type: "String" },
|
|
31557
30965
|
reservationId: { __type: "uuid" },
|
|
31558
|
-
schemaId: { __type: "uuid" },
|
|
31559
30966
|
status: { __type: "String" },
|
|
31560
30967
|
tenantId: { __type: "uuid" },
|
|
31561
30968
|
transformJson: { __type: "jsonb" },
|
|
@@ -31601,7 +31008,6 @@ export const generatedSchema = {
|
|
|
31601
31008
|
parentId: { __type: "uuid" },
|
|
31602
31009
|
remoteId: { __type: "String" },
|
|
31603
31010
|
reservationId: { __type: "uuid" },
|
|
31604
|
-
schemaId: { __type: "uuid" },
|
|
31605
31011
|
status: { __type: "String" },
|
|
31606
31012
|
tenantId: { __type: "uuid" },
|
|
31607
31013
|
transformJson: { __type: "jsonb" },
|
|
@@ -32833,17 +32239,6 @@ export const generatedSchema = {
|
|
|
32833
32239
|
where: "account_bool_exp",
|
|
32834
32240
|
},
|
|
32835
32241
|
},
|
|
32836
|
-
action: { __type: "action", __args: { id: "uuid!" } },
|
|
32837
|
-
actions: {
|
|
32838
|
-
__type: "[action!]!",
|
|
32839
|
-
__args: {
|
|
32840
|
-
distinct_on: "[action_select_column!]",
|
|
32841
|
-
limit: "Int",
|
|
32842
|
-
offset: "Int",
|
|
32843
|
-
order_by: "[action_order_by!]",
|
|
32844
|
-
where: "action_bool_exp",
|
|
32845
|
-
},
|
|
32846
|
-
},
|
|
32847
32242
|
activeStatus: { __type: "activeStatus", __args: { name: "String!" } },
|
|
32848
32243
|
activeStatusAggregate: {
|
|
32849
32244
|
__type: "activeStatus_aggregate!",
|
|
@@ -32902,16 +32297,6 @@ export const generatedSchema = {
|
|
|
32902
32297
|
where: "address_bool_exp",
|
|
32903
32298
|
},
|
|
32904
32299
|
},
|
|
32905
|
-
aggregateActions: {
|
|
32906
|
-
__type: "action_aggregate!",
|
|
32907
|
-
__args: {
|
|
32908
|
-
distinct_on: "[action_select_column!]",
|
|
32909
|
-
limit: "Int",
|
|
32910
|
-
offset: "Int",
|
|
32911
|
-
order_by: "[action_order_by!]",
|
|
32912
|
-
where: "action_bool_exp",
|
|
32913
|
-
},
|
|
32914
|
-
},
|
|
32915
32300
|
app: {
|
|
32916
32301
|
__type: "[app!]!",
|
|
32917
32302
|
__args: {
|
|
@@ -35898,14 +35283,6 @@ export const generatedSchema = {
|
|
|
35898
35283
|
where: "store_mutation_log_bool_exp",
|
|
35899
35284
|
},
|
|
35900
35285
|
},
|
|
35901
|
-
streamActions: {
|
|
35902
|
-
__type: "[action!]!",
|
|
35903
|
-
__args: {
|
|
35904
|
-
batch_size: "Int!",
|
|
35905
|
-
cursor: "[action_stream_cursor_input]!",
|
|
35906
|
-
where: "action_bool_exp",
|
|
35907
|
-
},
|
|
35908
|
-
},
|
|
35909
35286
|
sync: { __type: "sync", __args: { id: "uuid!" } },
|
|
35910
35287
|
syncAggregate: {
|
|
35911
35288
|
__type: "sync_aggregate!",
|