@vrplatform/graphql 1.1.6 → 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 -1409
- package/build/main/gqty/schema.generated.js +0 -547
- package/build/module/gqty/schema.generated.d.ts +0 -1409
- package/build/module/gqty/schema.generated.js +0 -547
- package/package.json +1 -1
- package/src/gqty/schema.generated.d.ts +0 -1409
- package/src/gqty/schema.generated.js +0 -551
|
@@ -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,441 +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
|
-
connection: { __type: "connection" },
|
|
2224
|
-
connectionId: { __type: "uuid" },
|
|
2225
|
-
createdAt: { __type: "timestamptz" },
|
|
2226
|
-
id: { __type: "uuid!" },
|
|
2227
|
-
inputJson: { __type: "jsonb", __args: { path: "String" } },
|
|
2228
|
-
isCurrent: { __type: "Boolean" },
|
|
2229
|
-
job_id: { __type: "uuid" },
|
|
2230
|
-
job_index: { __type: "Int" },
|
|
2231
|
-
job_page_id: { __type: "uuid" },
|
|
2232
|
-
job_plan_id: { __type: "uuid" },
|
|
2233
|
-
objectId: { __type: "uuid" },
|
|
2234
|
-
op_id: { __type: "uuid" },
|
|
2235
|
-
outputJson: { __type: "jsonb", __args: { path: "String" } },
|
|
2236
|
-
previousActionsByType: {
|
|
2237
|
-
__type: "[action!]!",
|
|
2238
|
-
__args: {
|
|
2239
|
-
distinct_on: "[action_select_column!]",
|
|
2240
|
-
limit: "Int",
|
|
2241
|
-
offset: "Int",
|
|
2242
|
-
order_by: "[action_order_by!]",
|
|
2243
|
-
where: "action_bool_exp",
|
|
2244
|
-
},
|
|
2245
|
-
},
|
|
2246
|
-
previousActionsByType_aggregate: {
|
|
2247
|
-
__type: "action_aggregate!",
|
|
2248
|
-
__args: {
|
|
2249
|
-
distinct_on: "[action_select_column!]",
|
|
2250
|
-
limit: "Int",
|
|
2251
|
-
offset: "Int",
|
|
2252
|
-
order_by: "[action_order_by!]",
|
|
2253
|
-
where: "action_bool_exp",
|
|
2254
|
-
},
|
|
2255
|
-
},
|
|
2256
|
-
refs: { __type: "jsonb", __args: { path: "String" } },
|
|
2257
|
-
schema_id: { __type: "uuid" },
|
|
2258
|
-
source: { __type: "source" },
|
|
2259
|
-
sourceId: { __type: "uuid" },
|
|
2260
|
-
status: { __type: "String" },
|
|
2261
|
-
tenant: { __type: "tenant" },
|
|
2262
|
-
tenantId: { __type: "uuid" },
|
|
2263
|
-
title: { __type: "String" },
|
|
2264
|
-
type: { __type: "String" },
|
|
2265
|
-
uniqueRef: { __type: "String" },
|
|
2266
|
-
updatedAt: { __type: "timestamptz" },
|
|
2267
|
-
},
|
|
2268
|
-
action_aggregate: {
|
|
2269
|
-
__typename: { __type: "String!" },
|
|
2270
|
-
aggregate: { __type: "action_aggregate_fields" },
|
|
2271
|
-
nodes: { __type: "[action!]!" },
|
|
2272
|
-
},
|
|
2273
|
-
action_aggregate_bool_exp: {
|
|
2274
|
-
bool_and: { __type: "action_aggregate_bool_exp_bool_and" },
|
|
2275
|
-
bool_or: { __type: "action_aggregate_bool_exp_bool_or" },
|
|
2276
|
-
count: { __type: "action_aggregate_bool_exp_count" },
|
|
2277
|
-
},
|
|
2278
|
-
action_aggregate_bool_exp_bool_and: {
|
|
2279
|
-
arguments: {
|
|
2280
|
-
__type:
|
|
2281
|
-
"action_select_column_action_aggregate_bool_exp_bool_and_arguments_columns!",
|
|
2282
|
-
},
|
|
2283
|
-
distinct: { __type: "Boolean" },
|
|
2284
|
-
filter: { __type: "action_bool_exp" },
|
|
2285
|
-
predicate: { __type: "Boolean_comparison_exp!" },
|
|
2286
|
-
},
|
|
2287
|
-
action_aggregate_bool_exp_bool_or: {
|
|
2288
|
-
arguments: {
|
|
2289
|
-
__type:
|
|
2290
|
-
"action_select_column_action_aggregate_bool_exp_bool_or_arguments_columns!",
|
|
2291
|
-
},
|
|
2292
|
-
distinct: { __type: "Boolean" },
|
|
2293
|
-
filter: { __type: "action_bool_exp" },
|
|
2294
|
-
predicate: { __type: "Boolean_comparison_exp!" },
|
|
2295
|
-
},
|
|
2296
|
-
action_aggregate_bool_exp_count: {
|
|
2297
|
-
arguments: { __type: "[action_select_column!]" },
|
|
2298
|
-
distinct: { __type: "Boolean" },
|
|
2299
|
-
filter: { __type: "action_bool_exp" },
|
|
2300
|
-
predicate: { __type: "Int_comparison_exp!" },
|
|
2301
|
-
},
|
|
2302
|
-
action_aggregate_fields: {
|
|
2303
|
-
__typename: { __type: "String!" },
|
|
2304
|
-
avg: { __type: "action_avg_fields" },
|
|
2305
|
-
count: {
|
|
2306
|
-
__type: "Int!",
|
|
2307
|
-
__args: { columns: "[action_select_column!]", distinct: "Boolean" },
|
|
2308
|
-
},
|
|
2309
|
-
max: { __type: "action_max_fields" },
|
|
2310
|
-
min: { __type: "action_min_fields" },
|
|
2311
|
-
stddev: { __type: "action_stddev_fields" },
|
|
2312
|
-
stddev_pop: { __type: "action_stddev_pop_fields" },
|
|
2313
|
-
stddev_samp: { __type: "action_stddev_samp_fields" },
|
|
2314
|
-
sum: { __type: "action_sum_fields" },
|
|
2315
|
-
var_pop: { __type: "action_var_pop_fields" },
|
|
2316
|
-
var_samp: { __type: "action_var_samp_fields" },
|
|
2317
|
-
variance: { __type: "action_variance_fields" },
|
|
2318
|
-
},
|
|
2319
|
-
action_aggregate_order_by: {
|
|
2320
|
-
avg: { __type: "action_avg_order_by" },
|
|
2321
|
-
count: { __type: "order_by" },
|
|
2322
|
-
max: { __type: "action_max_order_by" },
|
|
2323
|
-
min: { __type: "action_min_order_by" },
|
|
2324
|
-
stddev: { __type: "action_stddev_order_by" },
|
|
2325
|
-
stddev_pop: { __type: "action_stddev_pop_order_by" },
|
|
2326
|
-
stddev_samp: { __type: "action_stddev_samp_order_by" },
|
|
2327
|
-
sum: { __type: "action_sum_order_by" },
|
|
2328
|
-
var_pop: { __type: "action_var_pop_order_by" },
|
|
2329
|
-
var_samp: { __type: "action_var_samp_order_by" },
|
|
2330
|
-
variance: { __type: "action_variance_order_by" },
|
|
2331
|
-
},
|
|
2332
|
-
action_append_input: {
|
|
2333
|
-
inputJson: { __type: "jsonb" },
|
|
2334
|
-
outputJson: { __type: "jsonb" },
|
|
2335
|
-
refs: { __type: "jsonb" },
|
|
2336
|
-
},
|
|
2337
|
-
action_arr_rel_insert_input: {
|
|
2338
|
-
data: { __type: "[action_insert_input!]!" },
|
|
2339
|
-
on_conflict: { __type: "action_on_conflict" },
|
|
2340
|
-
},
|
|
2341
|
-
action_avg_fields: {
|
|
2342
|
-
__typename: { __type: "String!" },
|
|
2343
|
-
job_index: { __type: "Float" },
|
|
2344
|
-
},
|
|
2345
|
-
action_avg_order_by: { job_index: { __type: "order_by" } },
|
|
2346
|
-
action_bool_exp: {
|
|
2347
|
-
_and: { __type: "[action_bool_exp!]" },
|
|
2348
|
-
_not: { __type: "action_bool_exp" },
|
|
2349
|
-
_or: { __type: "[action_bool_exp!]" },
|
|
2350
|
-
appId: { __type: "String_comparison_exp" },
|
|
2351
|
-
automationId: { __type: "uuid_comparison_exp" },
|
|
2352
|
-
connection: { __type: "connection_bool_exp" },
|
|
2353
|
-
connectionId: { __type: "uuid_comparison_exp" },
|
|
2354
|
-
createdAt: { __type: "timestamptz_comparison_exp" },
|
|
2355
|
-
id: { __type: "uuid_comparison_exp" },
|
|
2356
|
-
inputJson: { __type: "jsonb_comparison_exp" },
|
|
2357
|
-
isCurrent: { __type: "Boolean_comparison_exp" },
|
|
2358
|
-
job_id: { __type: "uuid_comparison_exp" },
|
|
2359
|
-
job_index: { __type: "Int_comparison_exp" },
|
|
2360
|
-
job_page_id: { __type: "uuid_comparison_exp" },
|
|
2361
|
-
job_plan_id: { __type: "uuid_comparison_exp" },
|
|
2362
|
-
objectId: { __type: "uuid_comparison_exp" },
|
|
2363
|
-
op_id: { __type: "uuid_comparison_exp" },
|
|
2364
|
-
outputJson: { __type: "jsonb_comparison_exp" },
|
|
2365
|
-
previousActionsByType: { __type: "action_bool_exp" },
|
|
2366
|
-
previousActionsByType_aggregate: { __type: "action_aggregate_bool_exp" },
|
|
2367
|
-
refs: { __type: "jsonb_comparison_exp" },
|
|
2368
|
-
schema_id: { __type: "uuid_comparison_exp" },
|
|
2369
|
-
source: { __type: "source_bool_exp" },
|
|
2370
|
-
sourceId: { __type: "uuid_comparison_exp" },
|
|
2371
|
-
status: { __type: "String_comparison_exp" },
|
|
2372
|
-
tenant: { __type: "tenant_bool_exp" },
|
|
2373
|
-
tenantId: { __type: "uuid_comparison_exp" },
|
|
2374
|
-
title: { __type: "String_comparison_exp" },
|
|
2375
|
-
type: { __type: "String_comparison_exp" },
|
|
2376
|
-
uniqueRef: { __type: "String_comparison_exp" },
|
|
2377
|
-
updatedAt: { __type: "timestamptz_comparison_exp" },
|
|
2378
|
-
},
|
|
2379
|
-
action_delete_at_path_input: {
|
|
2380
|
-
inputJson: { __type: "[String!]" },
|
|
2381
|
-
outputJson: { __type: "[String!]" },
|
|
2382
|
-
refs: { __type: "[String!]" },
|
|
2383
|
-
},
|
|
2384
|
-
action_delete_elem_input: {
|
|
2385
|
-
inputJson: { __type: "Int" },
|
|
2386
|
-
outputJson: { __type: "Int" },
|
|
2387
|
-
refs: { __type: "Int" },
|
|
2388
|
-
},
|
|
2389
|
-
action_delete_key_input: {
|
|
2390
|
-
inputJson: { __type: "String" },
|
|
2391
|
-
outputJson: { __type: "String" },
|
|
2392
|
-
refs: { __type: "String" },
|
|
2393
|
-
},
|
|
2394
|
-
action_inc_input: { job_index: { __type: "Int" } },
|
|
2395
|
-
action_insert_input: {
|
|
2396
|
-
appId: { __type: "String" },
|
|
2397
|
-
automationId: { __type: "uuid" },
|
|
2398
|
-
connection: { __type: "connection_obj_rel_insert_input" },
|
|
2399
|
-
connectionId: { __type: "uuid" },
|
|
2400
|
-
createdAt: { __type: "timestamptz" },
|
|
2401
|
-
id: { __type: "uuid" },
|
|
2402
|
-
inputJson: { __type: "jsonb" },
|
|
2403
|
-
isCurrent: { __type: "Boolean" },
|
|
2404
|
-
job_id: { __type: "uuid" },
|
|
2405
|
-
job_index: { __type: "Int" },
|
|
2406
|
-
job_page_id: { __type: "uuid" },
|
|
2407
|
-
job_plan_id: { __type: "uuid" },
|
|
2408
|
-
objectId: { __type: "uuid" },
|
|
2409
|
-
op_id: { __type: "uuid" },
|
|
2410
|
-
outputJson: { __type: "jsonb" },
|
|
2411
|
-
previousActionsByType: { __type: "action_arr_rel_insert_input" },
|
|
2412
|
-
refs: { __type: "jsonb" },
|
|
2413
|
-
schema_id: { __type: "uuid" },
|
|
2414
|
-
source: { __type: "source_obj_rel_insert_input" },
|
|
2415
|
-
sourceId: { __type: "uuid" },
|
|
2416
|
-
status: { __type: "String" },
|
|
2417
|
-
tenant: { __type: "tenant_obj_rel_insert_input" },
|
|
2418
|
-
tenantId: { __type: "uuid" },
|
|
2419
|
-
title: { __type: "String" },
|
|
2420
|
-
type: { __type: "String" },
|
|
2421
|
-
uniqueRef: { __type: "String" },
|
|
2422
|
-
updatedAt: { __type: "timestamptz" },
|
|
2423
|
-
},
|
|
2424
|
-
action_max_fields: {
|
|
2425
|
-
__typename: { __type: "String!" },
|
|
2426
|
-
appId: { __type: "String" },
|
|
2427
|
-
automationId: { __type: "uuid" },
|
|
2428
|
-
connectionId: { __type: "uuid" },
|
|
2429
|
-
createdAt: { __type: "timestamptz" },
|
|
2430
|
-
id: { __type: "uuid" },
|
|
2431
|
-
job_id: { __type: "uuid" },
|
|
2432
|
-
job_index: { __type: "Int" },
|
|
2433
|
-
job_page_id: { __type: "uuid" },
|
|
2434
|
-
job_plan_id: { __type: "uuid" },
|
|
2435
|
-
objectId: { __type: "uuid" },
|
|
2436
|
-
op_id: { __type: "uuid" },
|
|
2437
|
-
schema_id: { __type: "uuid" },
|
|
2438
|
-
sourceId: { __type: "uuid" },
|
|
2439
|
-
status: { __type: "String" },
|
|
2440
|
-
tenantId: { __type: "uuid" },
|
|
2441
|
-
title: { __type: "String" },
|
|
2442
|
-
type: { __type: "String" },
|
|
2443
|
-
uniqueRef: { __type: "String" },
|
|
2444
|
-
updatedAt: { __type: "timestamptz" },
|
|
2445
|
-
},
|
|
2446
|
-
action_max_order_by: {
|
|
2447
|
-
appId: { __type: "order_by" },
|
|
2448
|
-
automationId: { __type: "order_by" },
|
|
2449
|
-
connectionId: { __type: "order_by" },
|
|
2450
|
-
createdAt: { __type: "order_by" },
|
|
2451
|
-
id: { __type: "order_by" },
|
|
2452
|
-
job_id: { __type: "order_by" },
|
|
2453
|
-
job_index: { __type: "order_by" },
|
|
2454
|
-
job_page_id: { __type: "order_by" },
|
|
2455
|
-
job_plan_id: { __type: "order_by" },
|
|
2456
|
-
objectId: { __type: "order_by" },
|
|
2457
|
-
op_id: { __type: "order_by" },
|
|
2458
|
-
schema_id: { __type: "order_by" },
|
|
2459
|
-
sourceId: { __type: "order_by" },
|
|
2460
|
-
status: { __type: "order_by" },
|
|
2461
|
-
tenantId: { __type: "order_by" },
|
|
2462
|
-
title: { __type: "order_by" },
|
|
2463
|
-
type: { __type: "order_by" },
|
|
2464
|
-
uniqueRef: { __type: "order_by" },
|
|
2465
|
-
updatedAt: { __type: "order_by" },
|
|
2466
|
-
},
|
|
2467
|
-
action_min_fields: {
|
|
2468
|
-
__typename: { __type: "String!" },
|
|
2469
|
-
appId: { __type: "String" },
|
|
2470
|
-
automationId: { __type: "uuid" },
|
|
2471
|
-
connectionId: { __type: "uuid" },
|
|
2472
|
-
createdAt: { __type: "timestamptz" },
|
|
2473
|
-
id: { __type: "uuid" },
|
|
2474
|
-
job_id: { __type: "uuid" },
|
|
2475
|
-
job_index: { __type: "Int" },
|
|
2476
|
-
job_page_id: { __type: "uuid" },
|
|
2477
|
-
job_plan_id: { __type: "uuid" },
|
|
2478
|
-
objectId: { __type: "uuid" },
|
|
2479
|
-
op_id: { __type: "uuid" },
|
|
2480
|
-
schema_id: { __type: "uuid" },
|
|
2481
|
-
sourceId: { __type: "uuid" },
|
|
2482
|
-
status: { __type: "String" },
|
|
2483
|
-
tenantId: { __type: "uuid" },
|
|
2484
|
-
title: { __type: "String" },
|
|
2485
|
-
type: { __type: "String" },
|
|
2486
|
-
uniqueRef: { __type: "String" },
|
|
2487
|
-
updatedAt: { __type: "timestamptz" },
|
|
2488
|
-
},
|
|
2489
|
-
action_min_order_by: {
|
|
2490
|
-
appId: { __type: "order_by" },
|
|
2491
|
-
automationId: { __type: "order_by" },
|
|
2492
|
-
connectionId: { __type: "order_by" },
|
|
2493
|
-
createdAt: { __type: "order_by" },
|
|
2494
|
-
id: { __type: "order_by" },
|
|
2495
|
-
job_id: { __type: "order_by" },
|
|
2496
|
-
job_index: { __type: "order_by" },
|
|
2497
|
-
job_page_id: { __type: "order_by" },
|
|
2498
|
-
job_plan_id: { __type: "order_by" },
|
|
2499
|
-
objectId: { __type: "order_by" },
|
|
2500
|
-
op_id: { __type: "order_by" },
|
|
2501
|
-
schema_id: { __type: "order_by" },
|
|
2502
|
-
sourceId: { __type: "order_by" },
|
|
2503
|
-
status: { __type: "order_by" },
|
|
2504
|
-
tenantId: { __type: "order_by" },
|
|
2505
|
-
title: { __type: "order_by" },
|
|
2506
|
-
type: { __type: "order_by" },
|
|
2507
|
-
uniqueRef: { __type: "order_by" },
|
|
2508
|
-
updatedAt: { __type: "order_by" },
|
|
2509
|
-
},
|
|
2510
|
-
action_mutation_response: {
|
|
2511
|
-
__typename: { __type: "String!" },
|
|
2512
|
-
affected_rows: { __type: "Int!" },
|
|
2513
|
-
returning: { __type: "[action!]!" },
|
|
2514
|
-
},
|
|
2515
|
-
action_on_conflict: {
|
|
2516
|
-
constraint: { __type: "action_constraint!" },
|
|
2517
|
-
update_columns: { __type: "[action_update_column!]!" },
|
|
2518
|
-
where: { __type: "action_bool_exp" },
|
|
2519
|
-
},
|
|
2520
|
-
action_order_by: {
|
|
2521
|
-
appId: { __type: "order_by" },
|
|
2522
|
-
automationId: { __type: "order_by" },
|
|
2523
|
-
connection: { __type: "connection_order_by" },
|
|
2524
|
-
connectionId: { __type: "order_by" },
|
|
2525
|
-
createdAt: { __type: "order_by" },
|
|
2526
|
-
id: { __type: "order_by" },
|
|
2527
|
-
inputJson: { __type: "order_by" },
|
|
2528
|
-
isCurrent: { __type: "order_by" },
|
|
2529
|
-
job_id: { __type: "order_by" },
|
|
2530
|
-
job_index: { __type: "order_by" },
|
|
2531
|
-
job_page_id: { __type: "order_by" },
|
|
2532
|
-
job_plan_id: { __type: "order_by" },
|
|
2533
|
-
objectId: { __type: "order_by" },
|
|
2534
|
-
op_id: { __type: "order_by" },
|
|
2535
|
-
outputJson: { __type: "order_by" },
|
|
2536
|
-
previousActionsByType_aggregate: { __type: "action_aggregate_order_by" },
|
|
2537
|
-
refs: { __type: "order_by" },
|
|
2538
|
-
schema_id: { __type: "order_by" },
|
|
2539
|
-
source: { __type: "source_order_by" },
|
|
2540
|
-
sourceId: { __type: "order_by" },
|
|
2541
|
-
status: { __type: "order_by" },
|
|
2542
|
-
tenant: { __type: "tenant_order_by" },
|
|
2543
|
-
tenantId: { __type: "order_by" },
|
|
2544
|
-
title: { __type: "order_by" },
|
|
2545
|
-
type: { __type: "order_by" },
|
|
2546
|
-
uniqueRef: { __type: "order_by" },
|
|
2547
|
-
updatedAt: { __type: "order_by" },
|
|
2548
|
-
},
|
|
2549
|
-
action_pk_columns_input: { id: { __type: "uuid!" } },
|
|
2550
|
-
action_prepend_input: {
|
|
2551
|
-
inputJson: { __type: "jsonb" },
|
|
2552
|
-
outputJson: { __type: "jsonb" },
|
|
2553
|
-
refs: { __type: "jsonb" },
|
|
2554
|
-
},
|
|
2555
|
-
action_set_input: {
|
|
2556
|
-
appId: { __type: "String" },
|
|
2557
|
-
automationId: { __type: "uuid" },
|
|
2558
|
-
connectionId: { __type: "uuid" },
|
|
2559
|
-
createdAt: { __type: "timestamptz" },
|
|
2560
|
-
id: { __type: "uuid" },
|
|
2561
|
-
inputJson: { __type: "jsonb" },
|
|
2562
|
-
isCurrent: { __type: "Boolean" },
|
|
2563
|
-
job_id: { __type: "uuid" },
|
|
2564
|
-
job_index: { __type: "Int" },
|
|
2565
|
-
job_page_id: { __type: "uuid" },
|
|
2566
|
-
job_plan_id: { __type: "uuid" },
|
|
2567
|
-
objectId: { __type: "uuid" },
|
|
2568
|
-
op_id: { __type: "uuid" },
|
|
2569
|
-
outputJson: { __type: "jsonb" },
|
|
2570
|
-
refs: { __type: "jsonb" },
|
|
2571
|
-
schema_id: { __type: "uuid" },
|
|
2572
|
-
sourceId: { __type: "uuid" },
|
|
2573
|
-
status: { __type: "String" },
|
|
2574
|
-
tenantId: { __type: "uuid" },
|
|
2575
|
-
title: { __type: "String" },
|
|
2576
|
-
type: { __type: "String" },
|
|
2577
|
-
uniqueRef: { __type: "String" },
|
|
2578
|
-
updatedAt: { __type: "timestamptz" },
|
|
2579
|
-
},
|
|
2580
|
-
action_stddev_fields: {
|
|
2581
|
-
__typename: { __type: "String!" },
|
|
2582
|
-
job_index: { __type: "Float" },
|
|
2583
|
-
},
|
|
2584
|
-
action_stddev_order_by: { job_index: { __type: "order_by" } },
|
|
2585
|
-
action_stddev_pop_fields: {
|
|
2586
|
-
__typename: { __type: "String!" },
|
|
2587
|
-
job_index: { __type: "Float" },
|
|
2588
|
-
},
|
|
2589
|
-
action_stddev_pop_order_by: { job_index: { __type: "order_by" } },
|
|
2590
|
-
action_stddev_samp_fields: {
|
|
2591
|
-
__typename: { __type: "String!" },
|
|
2592
|
-
job_index: { __type: "Float" },
|
|
2593
|
-
},
|
|
2594
|
-
action_stddev_samp_order_by: { job_index: { __type: "order_by" } },
|
|
2595
|
-
action_stream_cursor_input: {
|
|
2596
|
-
initial_value: { __type: "action_stream_cursor_value_input!" },
|
|
2597
|
-
ordering: { __type: "cursor_ordering" },
|
|
2598
|
-
},
|
|
2599
|
-
action_stream_cursor_value_input: {
|
|
2600
|
-
appId: { __type: "String" },
|
|
2601
|
-
automationId: { __type: "uuid" },
|
|
2602
|
-
connectionId: { __type: "uuid" },
|
|
2603
|
-
createdAt: { __type: "timestamptz" },
|
|
2604
|
-
id: { __type: "uuid" },
|
|
2605
|
-
inputJson: { __type: "jsonb" },
|
|
2606
|
-
isCurrent: { __type: "Boolean" },
|
|
2607
|
-
job_id: { __type: "uuid" },
|
|
2608
|
-
job_index: { __type: "Int" },
|
|
2609
|
-
job_page_id: { __type: "uuid" },
|
|
2610
|
-
job_plan_id: { __type: "uuid" },
|
|
2611
|
-
objectId: { __type: "uuid" },
|
|
2612
|
-
op_id: { __type: "uuid" },
|
|
2613
|
-
outputJson: { __type: "jsonb" },
|
|
2614
|
-
refs: { __type: "jsonb" },
|
|
2615
|
-
schema_id: { __type: "uuid" },
|
|
2616
|
-
sourceId: { __type: "uuid" },
|
|
2617
|
-
status: { __type: "String" },
|
|
2618
|
-
tenantId: { __type: "uuid" },
|
|
2619
|
-
title: { __type: "String" },
|
|
2620
|
-
type: { __type: "String" },
|
|
2621
|
-
uniqueRef: { __type: "String" },
|
|
2622
|
-
updatedAt: { __type: "timestamptz" },
|
|
2623
|
-
},
|
|
2624
|
-
action_sum_fields: {
|
|
2625
|
-
__typename: { __type: "String!" },
|
|
2626
|
-
job_index: { __type: "Int" },
|
|
2627
|
-
},
|
|
2628
|
-
action_sum_order_by: { job_index: { __type: "order_by" } },
|
|
2629
|
-
action_updates: {
|
|
2630
|
-
_append: { __type: "action_append_input" },
|
|
2631
|
-
_delete_at_path: { __type: "action_delete_at_path_input" },
|
|
2632
|
-
_delete_elem: { __type: "action_delete_elem_input" },
|
|
2633
|
-
_delete_key: { __type: "action_delete_key_input" },
|
|
2634
|
-
_inc: { __type: "action_inc_input" },
|
|
2635
|
-
_prepend: { __type: "action_prepend_input" },
|
|
2636
|
-
_set: { __type: "action_set_input" },
|
|
2637
|
-
where: { __type: "action_bool_exp!" },
|
|
2638
|
-
},
|
|
2639
|
-
action_var_pop_fields: {
|
|
2640
|
-
__typename: { __type: "String!" },
|
|
2641
|
-
job_index: { __type: "Float" },
|
|
2642
|
-
},
|
|
2643
|
-
action_var_pop_order_by: { job_index: { __type: "order_by" } },
|
|
2644
|
-
action_var_samp_fields: {
|
|
2645
|
-
__typename: { __type: "String!" },
|
|
2646
|
-
job_index: { __type: "Float" },
|
|
2647
|
-
},
|
|
2648
|
-
action_var_samp_order_by: { job_index: { __type: "order_by" } },
|
|
2649
|
-
action_variance_fields: {
|
|
2650
|
-
__typename: { __type: "String!" },
|
|
2651
|
-
job_index: { __type: "Float" },
|
|
2652
|
-
},
|
|
2653
|
-
action_variance_order_by: { job_index: { __type: "order_by" } },
|
|
2654
2212
|
activeStatus: {
|
|
2655
2213
|
__typename: { __type: "String!" },
|
|
2656
2214
|
name: { __type: "String!" },
|
|
@@ -13873,11 +13431,6 @@ export const generatedSchema = {
|
|
|
13873
13431
|
__type: "account_mutation_response",
|
|
13874
13432
|
__args: { where: "account_bool_exp!" },
|
|
13875
13433
|
},
|
|
13876
|
-
deleteAction: { __type: "action", __args: { id: "uuid!" } },
|
|
13877
|
-
deleteActions: {
|
|
13878
|
-
__type: "action_mutation_response",
|
|
13879
|
-
__args: { where: "action_bool_exp!" },
|
|
13880
|
-
},
|
|
13881
13434
|
deleteActiveStatus: { __type: "activeStatus", __args: { name: "String!" } },
|
|
13882
13435
|
deleteActiveStatuses: {
|
|
13883
13436
|
__type: "activeStatus_mutation_response",
|
|
@@ -14803,20 +14356,6 @@ export const generatedSchema = {
|
|
|
14803
14356
|
on_conflict: "account_on_conflict",
|
|
14804
14357
|
},
|
|
14805
14358
|
},
|
|
14806
|
-
insertAction: {
|
|
14807
|
-
__type: "action",
|
|
14808
|
-
__args: {
|
|
14809
|
-
object: "action_insert_input!",
|
|
14810
|
-
on_conflict: "action_on_conflict",
|
|
14811
|
-
},
|
|
14812
|
-
},
|
|
14813
|
-
insertActions: {
|
|
14814
|
-
__type: "action_mutation_response",
|
|
14815
|
-
__args: {
|
|
14816
|
-
objects: "[action_insert_input!]!",
|
|
14817
|
-
on_conflict: "action_on_conflict",
|
|
14818
|
-
},
|
|
14819
|
-
},
|
|
14820
14359
|
insertActiveStatus: {
|
|
14821
14360
|
__type: "activeStatus",
|
|
14822
14361
|
__args: {
|
|
@@ -16560,32 +16099,6 @@ export const generatedSchema = {
|
|
|
16560
16099
|
__type: "account_mutation_response",
|
|
16561
16100
|
__args: { _set: "account_set_input", where: "account_bool_exp!" },
|
|
16562
16101
|
},
|
|
16563
|
-
updateAction: {
|
|
16564
|
-
__type: "action",
|
|
16565
|
-
__args: {
|
|
16566
|
-
_append: "action_append_input",
|
|
16567
|
-
_delete_at_path: "action_delete_at_path_input",
|
|
16568
|
-
_delete_elem: "action_delete_elem_input",
|
|
16569
|
-
_delete_key: "action_delete_key_input",
|
|
16570
|
-
_inc: "action_inc_input",
|
|
16571
|
-
_prepend: "action_prepend_input",
|
|
16572
|
-
_set: "action_set_input",
|
|
16573
|
-
pk_columns: "action_pk_columns_input!",
|
|
16574
|
-
},
|
|
16575
|
-
},
|
|
16576
|
-
updateActions: {
|
|
16577
|
-
__type: "action_mutation_response",
|
|
16578
|
-
__args: {
|
|
16579
|
-
_append: "action_append_input",
|
|
16580
|
-
_delete_at_path: "action_delete_at_path_input",
|
|
16581
|
-
_delete_elem: "action_delete_elem_input",
|
|
16582
|
-
_delete_key: "action_delete_key_input",
|
|
16583
|
-
_inc: "action_inc_input",
|
|
16584
|
-
_prepend: "action_prepend_input",
|
|
16585
|
-
_set: "action_set_input",
|
|
16586
|
-
where: "action_bool_exp!",
|
|
16587
|
-
},
|
|
16588
|
-
},
|
|
16589
16102
|
updateActiveStatus: {
|
|
16590
16103
|
__type: "activeStatus",
|
|
16591
16104
|
__args: {
|
|
@@ -17384,10 +16897,6 @@ export const generatedSchema = {
|
|
|
17384
16897
|
__type: "[account_mutation_response]",
|
|
17385
16898
|
__args: { updates: "[account_updates!]!" },
|
|
17386
16899
|
},
|
|
17387
|
-
updateManyActions: {
|
|
17388
|
-
__type: "[action_mutation_response]",
|
|
17389
|
-
__args: { updates: "[action_updates!]!" },
|
|
17390
|
-
},
|
|
17391
16900
|
updateManyActiveStatuses: {
|
|
17392
16901
|
__type: "[activeStatus_mutation_response]",
|
|
17393
16902
|
__args: { updates: "[activeStatus_updates!]!" },
|
|
@@ -24253,17 +23762,6 @@ export const generatedSchema = {
|
|
|
24253
23762
|
where: "account_bool_exp",
|
|
24254
23763
|
},
|
|
24255
23764
|
},
|
|
24256
|
-
action: { __type: "action", __args: { id: "uuid!" } },
|
|
24257
|
-
actions: {
|
|
24258
|
-
__type: "[action!]!",
|
|
24259
|
-
__args: {
|
|
24260
|
-
distinct_on: "[action_select_column!]",
|
|
24261
|
-
limit: "Int",
|
|
24262
|
-
offset: "Int",
|
|
24263
|
-
order_by: "[action_order_by!]",
|
|
24264
|
-
where: "action_bool_exp",
|
|
24265
|
-
},
|
|
24266
|
-
},
|
|
24267
23765
|
activeStatus: { __type: "activeStatus", __args: { name: "String!" } },
|
|
24268
23766
|
activeStatusAggregate: {
|
|
24269
23767
|
__type: "activeStatus_aggregate!",
|
|
@@ -24306,16 +23804,6 @@ export const generatedSchema = {
|
|
|
24306
23804
|
},
|
|
24307
23805
|
},
|
|
24308
23806
|
address_by_pk: { __type: "address", __args: { id: "uuid!" } },
|
|
24309
|
-
aggregateActions: {
|
|
24310
|
-
__type: "action_aggregate!",
|
|
24311
|
-
__args: {
|
|
24312
|
-
distinct_on: "[action_select_column!]",
|
|
24313
|
-
limit: "Int",
|
|
24314
|
-
offset: "Int",
|
|
24315
|
-
order_by: "[action_order_by!]",
|
|
24316
|
-
where: "action_bool_exp",
|
|
24317
|
-
},
|
|
24318
|
-
},
|
|
24319
23807
|
app: {
|
|
24320
23808
|
__type: "[app!]!",
|
|
24321
23809
|
__args: {
|
|
@@ -30996,7 +30484,6 @@ export const generatedSchema = {
|
|
|
30996
30484
|
where: "reservation_bool_exp",
|
|
30997
30485
|
},
|
|
30998
30486
|
},
|
|
30999
|
-
schema_id: { __type: "uuid" },
|
|
31000
30487
|
settings: {
|
|
31001
30488
|
__type: "[setting!]!",
|
|
31002
30489
|
__args: {
|
|
@@ -31211,7 +30698,6 @@ export const generatedSchema = {
|
|
|
31211
30698
|
reservationId: { __type: "uuid_comparison_exp" },
|
|
31212
30699
|
reservations: { __type: "reservation_bool_exp" },
|
|
31213
30700
|
reservations_aggregate: { __type: "reservation_aggregate_bool_exp" },
|
|
31214
|
-
schema_id: { __type: "uuid_comparison_exp" },
|
|
31215
30701
|
settings: { __type: "setting_bool_exp" },
|
|
31216
30702
|
settingsLeft: { __type: "setting_bool_exp" },
|
|
31217
30703
|
settingsLeft_aggregate: { __type: "setting_aggregate_bool_exp" },
|
|
@@ -31282,7 +30768,6 @@ export const generatedSchema = {
|
|
|
31282
30768
|
reservation: { __type: "reservation_obj_rel_insert_input" },
|
|
31283
30769
|
reservationId: { __type: "uuid" },
|
|
31284
30770
|
reservations: { __type: "reservation_arr_rel_insert_input" },
|
|
31285
|
-
schema_id: { __type: "uuid" },
|
|
31286
30771
|
settings: { __type: "setting_arr_rel_insert_input" },
|
|
31287
30772
|
settingsLeft: { __type: "setting_arr_rel_insert_input" },
|
|
31288
30773
|
settingsRight: { __type: "setting_arr_rel_insert_input" },
|
|
@@ -31314,7 +30799,6 @@ export const generatedSchema = {
|
|
|
31314
30799
|
parentId: { __type: "uuid" },
|
|
31315
30800
|
remoteId: { __type: "String" },
|
|
31316
30801
|
reservationId: { __type: "uuid" },
|
|
31317
|
-
schema_id: { __type: "uuid" },
|
|
31318
30802
|
status: { __type: "String" },
|
|
31319
30803
|
tenantId: { __type: "uuid" },
|
|
31320
30804
|
transformType: { __type: "String" },
|
|
@@ -31337,7 +30821,6 @@ export const generatedSchema = {
|
|
|
31337
30821
|
parentId: { __type: "order_by" },
|
|
31338
30822
|
remoteId: { __type: "order_by" },
|
|
31339
30823
|
reservationId: { __type: "order_by" },
|
|
31340
|
-
schema_id: { __type: "order_by" },
|
|
31341
30824
|
status: { __type: "order_by" },
|
|
31342
30825
|
tenantId: { __type: "order_by" },
|
|
31343
30826
|
transformType: { __type: "order_by" },
|
|
@@ -31361,7 +30844,6 @@ export const generatedSchema = {
|
|
|
31361
30844
|
parentId: { __type: "uuid" },
|
|
31362
30845
|
remoteId: { __type: "String" },
|
|
31363
30846
|
reservationId: { __type: "uuid" },
|
|
31364
|
-
schema_id: { __type: "uuid" },
|
|
31365
30847
|
status: { __type: "String" },
|
|
31366
30848
|
tenantId: { __type: "uuid" },
|
|
31367
30849
|
transformType: { __type: "String" },
|
|
@@ -31384,7 +30866,6 @@ export const generatedSchema = {
|
|
|
31384
30866
|
parentId: { __type: "order_by" },
|
|
31385
30867
|
remoteId: { __type: "order_by" },
|
|
31386
30868
|
reservationId: { __type: "order_by" },
|
|
31387
|
-
schema_id: { __type: "order_by" },
|
|
31388
30869
|
status: { __type: "order_by" },
|
|
31389
30870
|
tenantId: { __type: "order_by" },
|
|
31390
30871
|
transformType: { __type: "order_by" },
|
|
@@ -31443,7 +30924,6 @@ export const generatedSchema = {
|
|
|
31443
30924
|
reservation: { __type: "reservation_order_by" },
|
|
31444
30925
|
reservationId: { __type: "order_by" },
|
|
31445
30926
|
reservations_aggregate: { __type: "reservation_aggregate_order_by" },
|
|
31446
|
-
schema_id: { __type: "order_by" },
|
|
31447
30927
|
settingsLeft_aggregate: { __type: "setting_aggregate_order_by" },
|
|
31448
30928
|
settingsRight_aggregate: { __type: "setting_aggregate_order_by" },
|
|
31449
30929
|
settings_aggregate: { __type: "setting_aggregate_order_by" },
|
|
@@ -31483,7 +30963,6 @@ export const generatedSchema = {
|
|
|
31483
30963
|
parentId: { __type: "uuid" },
|
|
31484
30964
|
remoteId: { __type: "String" },
|
|
31485
30965
|
reservationId: { __type: "uuid" },
|
|
31486
|
-
schema_id: { __type: "uuid" },
|
|
31487
30966
|
status: { __type: "String" },
|
|
31488
30967
|
tenantId: { __type: "uuid" },
|
|
31489
30968
|
transformJson: { __type: "jsonb" },
|
|
@@ -31529,7 +31008,6 @@ export const generatedSchema = {
|
|
|
31529
31008
|
parentId: { __type: "uuid" },
|
|
31530
31009
|
remoteId: { __type: "String" },
|
|
31531
31010
|
reservationId: { __type: "uuid" },
|
|
31532
|
-
schema_id: { __type: "uuid" },
|
|
31533
31011
|
status: { __type: "String" },
|
|
31534
31012
|
tenantId: { __type: "uuid" },
|
|
31535
31013
|
transformJson: { __type: "jsonb" },
|
|
@@ -32761,17 +32239,6 @@ export const generatedSchema = {
|
|
|
32761
32239
|
where: "account_bool_exp",
|
|
32762
32240
|
},
|
|
32763
32241
|
},
|
|
32764
|
-
action: { __type: "action", __args: { id: "uuid!" } },
|
|
32765
|
-
actions: {
|
|
32766
|
-
__type: "[action!]!",
|
|
32767
|
-
__args: {
|
|
32768
|
-
distinct_on: "[action_select_column!]",
|
|
32769
|
-
limit: "Int",
|
|
32770
|
-
offset: "Int",
|
|
32771
|
-
order_by: "[action_order_by!]",
|
|
32772
|
-
where: "action_bool_exp",
|
|
32773
|
-
},
|
|
32774
|
-
},
|
|
32775
32242
|
activeStatus: { __type: "activeStatus", __args: { name: "String!" } },
|
|
32776
32243
|
activeStatusAggregate: {
|
|
32777
32244
|
__type: "activeStatus_aggregate!",
|
|
@@ -32830,16 +32297,6 @@ export const generatedSchema = {
|
|
|
32830
32297
|
where: "address_bool_exp",
|
|
32831
32298
|
},
|
|
32832
32299
|
},
|
|
32833
|
-
aggregateActions: {
|
|
32834
|
-
__type: "action_aggregate!",
|
|
32835
|
-
__args: {
|
|
32836
|
-
distinct_on: "[action_select_column!]",
|
|
32837
|
-
limit: "Int",
|
|
32838
|
-
offset: "Int",
|
|
32839
|
-
order_by: "[action_order_by!]",
|
|
32840
|
-
where: "action_bool_exp",
|
|
32841
|
-
},
|
|
32842
|
-
},
|
|
32843
32300
|
app: {
|
|
32844
32301
|
__type: "[app!]!",
|
|
32845
32302
|
__args: {
|
|
@@ -35826,14 +35283,6 @@ export const generatedSchema = {
|
|
|
35826
35283
|
where: "store_mutation_log_bool_exp",
|
|
35827
35284
|
},
|
|
35828
35285
|
},
|
|
35829
|
-
streamActions: {
|
|
35830
|
-
__type: "[action!]!",
|
|
35831
|
-
__args: {
|
|
35832
|
-
batch_size: "Int!",
|
|
35833
|
-
cursor: "[action_stream_cursor_input]!",
|
|
35834
|
-
where: "action_bool_exp",
|
|
35835
|
-
},
|
|
35836
|
-
},
|
|
35837
35286
|
sync: { __type: "sync", __args: { id: "uuid!" } },
|
|
35838
35287
|
syncAggregate: {
|
|
35839
35288
|
__type: "sync_aggregate!",
|