@vrplatform/graphql 1.1.1 → 1.1.2
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 +1619 -1183
- package/build/main/gqty/schema.generated.js +609 -443
- package/build/module/gqty/schema.generated.d.ts +1619 -1183
- package/build/module/gqty/schema.generated.js +609 -443
- package/package.json +3 -3
- package/src/gqty/schema.generated.d.ts +1619 -1183
- package/src/gqty/schema.generated.js +613 -443
|
@@ -48,6 +48,13 @@ 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,
|
|
51
58
|
activeStatus_constraint: true,
|
|
52
59
|
activeStatus_enum: true,
|
|
53
60
|
activeStatus_select_column: true,
|
|
@@ -151,9 +158,6 @@ export const scalarsEnumsHash = {
|
|
|
151
158
|
core_change_source_link_constraint: true,
|
|
152
159
|
core_change_source_link_select_column: true,
|
|
153
160
|
core_change_source_link_update_column: true,
|
|
154
|
-
csv_line_constraint: true,
|
|
155
|
-
csv_line_select_column: true,
|
|
156
|
-
csv_line_update_column: true,
|
|
157
161
|
currency_constraint: true,
|
|
158
162
|
currency_enum: true,
|
|
159
163
|
currency_select_column: true,
|
|
@@ -2216,6 +2220,513 @@ export const generatedSchema = {
|
|
|
2216
2220
|
_set: { __type: "account_set_input" },
|
|
2217
2221
|
where: { __type: "account_bool_exp!" },
|
|
2218
2222
|
},
|
|
2223
|
+
action: {
|
|
2224
|
+
__typename: { __type: "String!" },
|
|
2225
|
+
appId: { __type: "String" },
|
|
2226
|
+
automationId: { __type: "uuid" },
|
|
2227
|
+
changes: {
|
|
2228
|
+
__type: "[change!]!",
|
|
2229
|
+
__args: {
|
|
2230
|
+
distinct_on: "[change_select_column!]",
|
|
2231
|
+
limit: "Int",
|
|
2232
|
+
offset: "Int",
|
|
2233
|
+
order_by: "[change_order_by!]",
|
|
2234
|
+
where: "change_bool_exp",
|
|
2235
|
+
},
|
|
2236
|
+
},
|
|
2237
|
+
changes_aggregate: {
|
|
2238
|
+
__type: "change_aggregate!",
|
|
2239
|
+
__args: {
|
|
2240
|
+
distinct_on: "[change_select_column!]",
|
|
2241
|
+
limit: "Int",
|
|
2242
|
+
offset: "Int",
|
|
2243
|
+
order_by: "[change_order_by!]",
|
|
2244
|
+
where: "change_bool_exp",
|
|
2245
|
+
},
|
|
2246
|
+
},
|
|
2247
|
+
connection: { __type: "connection" },
|
|
2248
|
+
connectionId: { __type: "uuid" },
|
|
2249
|
+
createdAt: { __type: "timestamptz" },
|
|
2250
|
+
id: { __type: "uuid!" },
|
|
2251
|
+
inputJson: { __type: "jsonb", __args: { path: "String" } },
|
|
2252
|
+
isCurrent: { __type: "Boolean" },
|
|
2253
|
+
jobId: { __type: "uuid" },
|
|
2254
|
+
jobIndex: { __type: "Int" },
|
|
2255
|
+
jobPageId: { __type: "uuid" },
|
|
2256
|
+
jobPlanId: { __type: "uuid" },
|
|
2257
|
+
objectId: { __type: "uuid" },
|
|
2258
|
+
opId: { __type: "uuid" },
|
|
2259
|
+
outputJson: { __type: "jsonb", __args: { path: "String" } },
|
|
2260
|
+
previousActions: {
|
|
2261
|
+
__type: "[action!]!",
|
|
2262
|
+
__args: {
|
|
2263
|
+
distinct_on: "[action_select_column!]",
|
|
2264
|
+
limit: "Int",
|
|
2265
|
+
offset: "Int",
|
|
2266
|
+
order_by: "[action_order_by!]",
|
|
2267
|
+
where: "action_bool_exp",
|
|
2268
|
+
},
|
|
2269
|
+
},
|
|
2270
|
+
previousActions3: {
|
|
2271
|
+
__type: "[action!]!",
|
|
2272
|
+
__args: {
|
|
2273
|
+
distinct_on: "[action_select_column!]",
|
|
2274
|
+
limit: "Int",
|
|
2275
|
+
offset: "Int",
|
|
2276
|
+
order_by: "[action_order_by!]",
|
|
2277
|
+
where: "action_bool_exp",
|
|
2278
|
+
},
|
|
2279
|
+
},
|
|
2280
|
+
previousActions3_aggregate: {
|
|
2281
|
+
__type: "action_aggregate!",
|
|
2282
|
+
__args: {
|
|
2283
|
+
distinct_on: "[action_select_column!]",
|
|
2284
|
+
limit: "Int",
|
|
2285
|
+
offset: "Int",
|
|
2286
|
+
order_by: "[action_order_by!]",
|
|
2287
|
+
where: "action_bool_exp",
|
|
2288
|
+
},
|
|
2289
|
+
},
|
|
2290
|
+
previousActionsByType: {
|
|
2291
|
+
__type: "[action!]!",
|
|
2292
|
+
__args: {
|
|
2293
|
+
distinct_on: "[action_select_column!]",
|
|
2294
|
+
limit: "Int",
|
|
2295
|
+
offset: "Int",
|
|
2296
|
+
order_by: "[action_order_by!]",
|
|
2297
|
+
where: "action_bool_exp",
|
|
2298
|
+
},
|
|
2299
|
+
},
|
|
2300
|
+
previousActionsByType_aggregate: {
|
|
2301
|
+
__type: "action_aggregate!",
|
|
2302
|
+
__args: {
|
|
2303
|
+
distinct_on: "[action_select_column!]",
|
|
2304
|
+
limit: "Int",
|
|
2305
|
+
offset: "Int",
|
|
2306
|
+
order_by: "[action_order_by!]",
|
|
2307
|
+
where: "action_bool_exp",
|
|
2308
|
+
},
|
|
2309
|
+
},
|
|
2310
|
+
previousActions_aggregate: {
|
|
2311
|
+
__type: "action_aggregate!",
|
|
2312
|
+
__args: {
|
|
2313
|
+
distinct_on: "[action_select_column!]",
|
|
2314
|
+
limit: "Int",
|
|
2315
|
+
offset: "Int",
|
|
2316
|
+
order_by: "[action_order_by!]",
|
|
2317
|
+
where: "action_bool_exp",
|
|
2318
|
+
},
|
|
2319
|
+
},
|
|
2320
|
+
refs: { __type: "jsonb", __args: { path: "String" } },
|
|
2321
|
+
schemaId: { __type: "uuid" },
|
|
2322
|
+
source: { __type: "source" },
|
|
2323
|
+
sourceId: { __type: "uuid" },
|
|
2324
|
+
status: { __type: "String" },
|
|
2325
|
+
tenant: { __type: "tenant" },
|
|
2326
|
+
tenantId: { __type: "uuid" },
|
|
2327
|
+
title: { __type: "String" },
|
|
2328
|
+
type: { __type: "String" },
|
|
2329
|
+
uniqueRef: { __type: "String" },
|
|
2330
|
+
updatedAt: { __type: "timestamptz" },
|
|
2331
|
+
},
|
|
2332
|
+
action_aggregate: {
|
|
2333
|
+
__typename: { __type: "String!" },
|
|
2334
|
+
aggregate: { __type: "action_aggregate_fields" },
|
|
2335
|
+
nodes: { __type: "[action!]!" },
|
|
2336
|
+
},
|
|
2337
|
+
action_aggregate_bool_exp: {
|
|
2338
|
+
bool_and: { __type: "action_aggregate_bool_exp_bool_and" },
|
|
2339
|
+
bool_or: { __type: "action_aggregate_bool_exp_bool_or" },
|
|
2340
|
+
count: { __type: "action_aggregate_bool_exp_count" },
|
|
2341
|
+
},
|
|
2342
|
+
action_aggregate_bool_exp_bool_and: {
|
|
2343
|
+
arguments: {
|
|
2344
|
+
__type:
|
|
2345
|
+
"action_select_column_action_aggregate_bool_exp_bool_and_arguments_columns!",
|
|
2346
|
+
},
|
|
2347
|
+
distinct: { __type: "Boolean" },
|
|
2348
|
+
filter: { __type: "action_bool_exp" },
|
|
2349
|
+
predicate: { __type: "Boolean_comparison_exp!" },
|
|
2350
|
+
},
|
|
2351
|
+
action_aggregate_bool_exp_bool_or: {
|
|
2352
|
+
arguments: {
|
|
2353
|
+
__type:
|
|
2354
|
+
"action_select_column_action_aggregate_bool_exp_bool_or_arguments_columns!",
|
|
2355
|
+
},
|
|
2356
|
+
distinct: { __type: "Boolean" },
|
|
2357
|
+
filter: { __type: "action_bool_exp" },
|
|
2358
|
+
predicate: { __type: "Boolean_comparison_exp!" },
|
|
2359
|
+
},
|
|
2360
|
+
action_aggregate_bool_exp_count: {
|
|
2361
|
+
arguments: { __type: "[action_select_column!]" },
|
|
2362
|
+
distinct: { __type: "Boolean" },
|
|
2363
|
+
filter: { __type: "action_bool_exp" },
|
|
2364
|
+
predicate: { __type: "Int_comparison_exp!" },
|
|
2365
|
+
},
|
|
2366
|
+
action_aggregate_fields: {
|
|
2367
|
+
__typename: { __type: "String!" },
|
|
2368
|
+
avg: { __type: "action_avg_fields" },
|
|
2369
|
+
count: {
|
|
2370
|
+
__type: "Int!",
|
|
2371
|
+
__args: { columns: "[action_select_column!]", distinct: "Boolean" },
|
|
2372
|
+
},
|
|
2373
|
+
max: { __type: "action_max_fields" },
|
|
2374
|
+
min: { __type: "action_min_fields" },
|
|
2375
|
+
stddev: { __type: "action_stddev_fields" },
|
|
2376
|
+
stddev_pop: { __type: "action_stddev_pop_fields" },
|
|
2377
|
+
stddev_samp: { __type: "action_stddev_samp_fields" },
|
|
2378
|
+
sum: { __type: "action_sum_fields" },
|
|
2379
|
+
var_pop: { __type: "action_var_pop_fields" },
|
|
2380
|
+
var_samp: { __type: "action_var_samp_fields" },
|
|
2381
|
+
variance: { __type: "action_variance_fields" },
|
|
2382
|
+
},
|
|
2383
|
+
action_aggregate_order_by: {
|
|
2384
|
+
avg: { __type: "action_avg_order_by" },
|
|
2385
|
+
count: { __type: "order_by" },
|
|
2386
|
+
max: { __type: "action_max_order_by" },
|
|
2387
|
+
min: { __type: "action_min_order_by" },
|
|
2388
|
+
stddev: { __type: "action_stddev_order_by" },
|
|
2389
|
+
stddev_pop: { __type: "action_stddev_pop_order_by" },
|
|
2390
|
+
stddev_samp: { __type: "action_stddev_samp_order_by" },
|
|
2391
|
+
sum: { __type: "action_sum_order_by" },
|
|
2392
|
+
var_pop: { __type: "action_var_pop_order_by" },
|
|
2393
|
+
var_samp: { __type: "action_var_samp_order_by" },
|
|
2394
|
+
variance: { __type: "action_variance_order_by" },
|
|
2395
|
+
},
|
|
2396
|
+
action_append_input: {
|
|
2397
|
+
inputJson: { __type: "jsonb" },
|
|
2398
|
+
outputJson: { __type: "jsonb" },
|
|
2399
|
+
refs: { __type: "jsonb" },
|
|
2400
|
+
},
|
|
2401
|
+
action_arr_rel_insert_input: {
|
|
2402
|
+
data: { __type: "[action_insert_input!]!" },
|
|
2403
|
+
on_conflict: { __type: "action_on_conflict" },
|
|
2404
|
+
},
|
|
2405
|
+
action_avg_fields: {
|
|
2406
|
+
__typename: { __type: "String!" },
|
|
2407
|
+
jobIndex: { __type: "Float" },
|
|
2408
|
+
},
|
|
2409
|
+
action_avg_order_by: { jobIndex: { __type: "order_by" } },
|
|
2410
|
+
action_bool_exp: {
|
|
2411
|
+
_and: { __type: "[action_bool_exp!]" },
|
|
2412
|
+
_not: { __type: "action_bool_exp" },
|
|
2413
|
+
_or: { __type: "[action_bool_exp!]" },
|
|
2414
|
+
appId: { __type: "String_comparison_exp" },
|
|
2415
|
+
automationId: { __type: "uuid_comparison_exp" },
|
|
2416
|
+
changes: { __type: "change_bool_exp" },
|
|
2417
|
+
changes_aggregate: { __type: "change_aggregate_bool_exp" },
|
|
2418
|
+
connection: { __type: "connection_bool_exp" },
|
|
2419
|
+
connectionId: { __type: "uuid_comparison_exp" },
|
|
2420
|
+
createdAt: { __type: "timestamptz_comparison_exp" },
|
|
2421
|
+
id: { __type: "uuid_comparison_exp" },
|
|
2422
|
+
inputJson: { __type: "jsonb_comparison_exp" },
|
|
2423
|
+
isCurrent: { __type: "Boolean_comparison_exp" },
|
|
2424
|
+
jobId: { __type: "uuid_comparison_exp" },
|
|
2425
|
+
jobIndex: { __type: "Int_comparison_exp" },
|
|
2426
|
+
jobPageId: { __type: "uuid_comparison_exp" },
|
|
2427
|
+
jobPlanId: { __type: "uuid_comparison_exp" },
|
|
2428
|
+
objectId: { __type: "uuid_comparison_exp" },
|
|
2429
|
+
opId: { __type: "uuid_comparison_exp" },
|
|
2430
|
+
outputJson: { __type: "jsonb_comparison_exp" },
|
|
2431
|
+
previousActions: { __type: "action_bool_exp" },
|
|
2432
|
+
previousActions3: { __type: "action_bool_exp" },
|
|
2433
|
+
previousActions3_aggregate: { __type: "action_aggregate_bool_exp" },
|
|
2434
|
+
previousActionsByType: { __type: "action_bool_exp" },
|
|
2435
|
+
previousActionsByType_aggregate: { __type: "action_aggregate_bool_exp" },
|
|
2436
|
+
previousActions_aggregate: { __type: "action_aggregate_bool_exp" },
|
|
2437
|
+
refs: { __type: "jsonb_comparison_exp" },
|
|
2438
|
+
schemaId: { __type: "uuid_comparison_exp" },
|
|
2439
|
+
source: { __type: "source_bool_exp" },
|
|
2440
|
+
sourceId: { __type: "uuid_comparison_exp" },
|
|
2441
|
+
status: { __type: "String_comparison_exp" },
|
|
2442
|
+
tenant: { __type: "tenant_bool_exp" },
|
|
2443
|
+
tenantId: { __type: "uuid_comparison_exp" },
|
|
2444
|
+
title: { __type: "String_comparison_exp" },
|
|
2445
|
+
type: { __type: "String_comparison_exp" },
|
|
2446
|
+
uniqueRef: { __type: "String_comparison_exp" },
|
|
2447
|
+
updatedAt: { __type: "timestamptz_comparison_exp" },
|
|
2448
|
+
},
|
|
2449
|
+
action_delete_at_path_input: {
|
|
2450
|
+
inputJson: { __type: "[String!]" },
|
|
2451
|
+
outputJson: { __type: "[String!]" },
|
|
2452
|
+
refs: { __type: "[String!]" },
|
|
2453
|
+
},
|
|
2454
|
+
action_delete_elem_input: {
|
|
2455
|
+
inputJson: { __type: "Int" },
|
|
2456
|
+
outputJson: { __type: "Int" },
|
|
2457
|
+
refs: { __type: "Int" },
|
|
2458
|
+
},
|
|
2459
|
+
action_delete_key_input: {
|
|
2460
|
+
inputJson: { __type: "String" },
|
|
2461
|
+
outputJson: { __type: "String" },
|
|
2462
|
+
refs: { __type: "String" },
|
|
2463
|
+
},
|
|
2464
|
+
action_inc_input: { jobIndex: { __type: "Int" } },
|
|
2465
|
+
action_insert_input: {
|
|
2466
|
+
appId: { __type: "String" },
|
|
2467
|
+
automationId: { __type: "uuid" },
|
|
2468
|
+
changes: { __type: "change_arr_rel_insert_input" },
|
|
2469
|
+
connection: { __type: "connection_obj_rel_insert_input" },
|
|
2470
|
+
connectionId: { __type: "uuid" },
|
|
2471
|
+
createdAt: { __type: "timestamptz" },
|
|
2472
|
+
id: { __type: "uuid" },
|
|
2473
|
+
inputJson: { __type: "jsonb" },
|
|
2474
|
+
isCurrent: { __type: "Boolean" },
|
|
2475
|
+
jobId: { __type: "uuid" },
|
|
2476
|
+
jobIndex: { __type: "Int" },
|
|
2477
|
+
jobPageId: { __type: "uuid" },
|
|
2478
|
+
jobPlanId: { __type: "uuid" },
|
|
2479
|
+
objectId: { __type: "uuid" },
|
|
2480
|
+
opId: { __type: "uuid" },
|
|
2481
|
+
outputJson: { __type: "jsonb" },
|
|
2482
|
+
previousActions: { __type: "action_arr_rel_insert_input" },
|
|
2483
|
+
previousActions3: { __type: "action_arr_rel_insert_input" },
|
|
2484
|
+
previousActionsByType: { __type: "action_arr_rel_insert_input" },
|
|
2485
|
+
refs: { __type: "jsonb" },
|
|
2486
|
+
schemaId: { __type: "uuid" },
|
|
2487
|
+
source: { __type: "source_obj_rel_insert_input" },
|
|
2488
|
+
sourceId: { __type: "uuid" },
|
|
2489
|
+
status: { __type: "String" },
|
|
2490
|
+
tenant: { __type: "tenant_obj_rel_insert_input" },
|
|
2491
|
+
tenantId: { __type: "uuid" },
|
|
2492
|
+
title: { __type: "String" },
|
|
2493
|
+
type: { __type: "String" },
|
|
2494
|
+
uniqueRef: { __type: "String" },
|
|
2495
|
+
updatedAt: { __type: "timestamptz" },
|
|
2496
|
+
},
|
|
2497
|
+
action_max_fields: {
|
|
2498
|
+
__typename: { __type: "String!" },
|
|
2499
|
+
appId: { __type: "String" },
|
|
2500
|
+
automationId: { __type: "uuid" },
|
|
2501
|
+
connectionId: { __type: "uuid" },
|
|
2502
|
+
createdAt: { __type: "timestamptz" },
|
|
2503
|
+
id: { __type: "uuid" },
|
|
2504
|
+
jobId: { __type: "uuid" },
|
|
2505
|
+
jobIndex: { __type: "Int" },
|
|
2506
|
+
jobPageId: { __type: "uuid" },
|
|
2507
|
+
jobPlanId: { __type: "uuid" },
|
|
2508
|
+
objectId: { __type: "uuid" },
|
|
2509
|
+
opId: { __type: "uuid" },
|
|
2510
|
+
schemaId: { __type: "uuid" },
|
|
2511
|
+
sourceId: { __type: "uuid" },
|
|
2512
|
+
status: { __type: "String" },
|
|
2513
|
+
tenantId: { __type: "uuid" },
|
|
2514
|
+
title: { __type: "String" },
|
|
2515
|
+
type: { __type: "String" },
|
|
2516
|
+
uniqueRef: { __type: "String" },
|
|
2517
|
+
updatedAt: { __type: "timestamptz" },
|
|
2518
|
+
},
|
|
2519
|
+
action_max_order_by: {
|
|
2520
|
+
appId: { __type: "order_by" },
|
|
2521
|
+
automationId: { __type: "order_by" },
|
|
2522
|
+
connectionId: { __type: "order_by" },
|
|
2523
|
+
createdAt: { __type: "order_by" },
|
|
2524
|
+
id: { __type: "order_by" },
|
|
2525
|
+
jobId: { __type: "order_by" },
|
|
2526
|
+
jobIndex: { __type: "order_by" },
|
|
2527
|
+
jobPageId: { __type: "order_by" },
|
|
2528
|
+
jobPlanId: { __type: "order_by" },
|
|
2529
|
+
objectId: { __type: "order_by" },
|
|
2530
|
+
opId: { __type: "order_by" },
|
|
2531
|
+
schemaId: { __type: "order_by" },
|
|
2532
|
+
sourceId: { __type: "order_by" },
|
|
2533
|
+
status: { __type: "order_by" },
|
|
2534
|
+
tenantId: { __type: "order_by" },
|
|
2535
|
+
title: { __type: "order_by" },
|
|
2536
|
+
type: { __type: "order_by" },
|
|
2537
|
+
uniqueRef: { __type: "order_by" },
|
|
2538
|
+
updatedAt: { __type: "order_by" },
|
|
2539
|
+
},
|
|
2540
|
+
action_min_fields: {
|
|
2541
|
+
__typename: { __type: "String!" },
|
|
2542
|
+
appId: { __type: "String" },
|
|
2543
|
+
automationId: { __type: "uuid" },
|
|
2544
|
+
connectionId: { __type: "uuid" },
|
|
2545
|
+
createdAt: { __type: "timestamptz" },
|
|
2546
|
+
id: { __type: "uuid" },
|
|
2547
|
+
jobId: { __type: "uuid" },
|
|
2548
|
+
jobIndex: { __type: "Int" },
|
|
2549
|
+
jobPageId: { __type: "uuid" },
|
|
2550
|
+
jobPlanId: { __type: "uuid" },
|
|
2551
|
+
objectId: { __type: "uuid" },
|
|
2552
|
+
opId: { __type: "uuid" },
|
|
2553
|
+
schemaId: { __type: "uuid" },
|
|
2554
|
+
sourceId: { __type: "uuid" },
|
|
2555
|
+
status: { __type: "String" },
|
|
2556
|
+
tenantId: { __type: "uuid" },
|
|
2557
|
+
title: { __type: "String" },
|
|
2558
|
+
type: { __type: "String" },
|
|
2559
|
+
uniqueRef: { __type: "String" },
|
|
2560
|
+
updatedAt: { __type: "timestamptz" },
|
|
2561
|
+
},
|
|
2562
|
+
action_min_order_by: {
|
|
2563
|
+
appId: { __type: "order_by" },
|
|
2564
|
+
automationId: { __type: "order_by" },
|
|
2565
|
+
connectionId: { __type: "order_by" },
|
|
2566
|
+
createdAt: { __type: "order_by" },
|
|
2567
|
+
id: { __type: "order_by" },
|
|
2568
|
+
jobId: { __type: "order_by" },
|
|
2569
|
+
jobIndex: { __type: "order_by" },
|
|
2570
|
+
jobPageId: { __type: "order_by" },
|
|
2571
|
+
jobPlanId: { __type: "order_by" },
|
|
2572
|
+
objectId: { __type: "order_by" },
|
|
2573
|
+
opId: { __type: "order_by" },
|
|
2574
|
+
schemaId: { __type: "order_by" },
|
|
2575
|
+
sourceId: { __type: "order_by" },
|
|
2576
|
+
status: { __type: "order_by" },
|
|
2577
|
+
tenantId: { __type: "order_by" },
|
|
2578
|
+
title: { __type: "order_by" },
|
|
2579
|
+
type: { __type: "order_by" },
|
|
2580
|
+
uniqueRef: { __type: "order_by" },
|
|
2581
|
+
updatedAt: { __type: "order_by" },
|
|
2582
|
+
},
|
|
2583
|
+
action_mutation_response: {
|
|
2584
|
+
__typename: { __type: "String!" },
|
|
2585
|
+
affected_rows: { __type: "Int!" },
|
|
2586
|
+
returning: { __type: "[action!]!" },
|
|
2587
|
+
},
|
|
2588
|
+
action_on_conflict: {
|
|
2589
|
+
constraint: { __type: "action_constraint!" },
|
|
2590
|
+
update_columns: { __type: "[action_update_column!]!" },
|
|
2591
|
+
where: { __type: "action_bool_exp" },
|
|
2592
|
+
},
|
|
2593
|
+
action_order_by: {
|
|
2594
|
+
appId: { __type: "order_by" },
|
|
2595
|
+
automationId: { __type: "order_by" },
|
|
2596
|
+
changes_aggregate: { __type: "change_aggregate_order_by" },
|
|
2597
|
+
connection: { __type: "connection_order_by" },
|
|
2598
|
+
connectionId: { __type: "order_by" },
|
|
2599
|
+
createdAt: { __type: "order_by" },
|
|
2600
|
+
id: { __type: "order_by" },
|
|
2601
|
+
inputJson: { __type: "order_by" },
|
|
2602
|
+
isCurrent: { __type: "order_by" },
|
|
2603
|
+
jobId: { __type: "order_by" },
|
|
2604
|
+
jobIndex: { __type: "order_by" },
|
|
2605
|
+
jobPageId: { __type: "order_by" },
|
|
2606
|
+
jobPlanId: { __type: "order_by" },
|
|
2607
|
+
objectId: { __type: "order_by" },
|
|
2608
|
+
opId: { __type: "order_by" },
|
|
2609
|
+
outputJson: { __type: "order_by" },
|
|
2610
|
+
previousActions3_aggregate: { __type: "action_aggregate_order_by" },
|
|
2611
|
+
previousActionsByType_aggregate: { __type: "action_aggregate_order_by" },
|
|
2612
|
+
previousActions_aggregate: { __type: "action_aggregate_order_by" },
|
|
2613
|
+
refs: { __type: "order_by" },
|
|
2614
|
+
schemaId: { __type: "order_by" },
|
|
2615
|
+
source: { __type: "source_order_by" },
|
|
2616
|
+
sourceId: { __type: "order_by" },
|
|
2617
|
+
status: { __type: "order_by" },
|
|
2618
|
+
tenant: { __type: "tenant_order_by" },
|
|
2619
|
+
tenantId: { __type: "order_by" },
|
|
2620
|
+
title: { __type: "order_by" },
|
|
2621
|
+
type: { __type: "order_by" },
|
|
2622
|
+
uniqueRef: { __type: "order_by" },
|
|
2623
|
+
updatedAt: { __type: "order_by" },
|
|
2624
|
+
},
|
|
2625
|
+
action_pk_columns_input: { id: { __type: "uuid!" } },
|
|
2626
|
+
action_prepend_input: {
|
|
2627
|
+
inputJson: { __type: "jsonb" },
|
|
2628
|
+
outputJson: { __type: "jsonb" },
|
|
2629
|
+
refs: { __type: "jsonb" },
|
|
2630
|
+
},
|
|
2631
|
+
action_set_input: {
|
|
2632
|
+
appId: { __type: "String" },
|
|
2633
|
+
automationId: { __type: "uuid" },
|
|
2634
|
+
connectionId: { __type: "uuid" },
|
|
2635
|
+
createdAt: { __type: "timestamptz" },
|
|
2636
|
+
id: { __type: "uuid" },
|
|
2637
|
+
inputJson: { __type: "jsonb" },
|
|
2638
|
+
isCurrent: { __type: "Boolean" },
|
|
2639
|
+
jobId: { __type: "uuid" },
|
|
2640
|
+
jobIndex: { __type: "Int" },
|
|
2641
|
+
jobPageId: { __type: "uuid" },
|
|
2642
|
+
jobPlanId: { __type: "uuid" },
|
|
2643
|
+
objectId: { __type: "uuid" },
|
|
2644
|
+
opId: { __type: "uuid" },
|
|
2645
|
+
outputJson: { __type: "jsonb" },
|
|
2646
|
+
refs: { __type: "jsonb" },
|
|
2647
|
+
schemaId: { __type: "uuid" },
|
|
2648
|
+
sourceId: { __type: "uuid" },
|
|
2649
|
+
status: { __type: "String" },
|
|
2650
|
+
tenantId: { __type: "uuid" },
|
|
2651
|
+
title: { __type: "String" },
|
|
2652
|
+
type: { __type: "String" },
|
|
2653
|
+
uniqueRef: { __type: "String" },
|
|
2654
|
+
updatedAt: { __type: "timestamptz" },
|
|
2655
|
+
},
|
|
2656
|
+
action_stddev_fields: {
|
|
2657
|
+
__typename: { __type: "String!" },
|
|
2658
|
+
jobIndex: { __type: "Float" },
|
|
2659
|
+
},
|
|
2660
|
+
action_stddev_order_by: { jobIndex: { __type: "order_by" } },
|
|
2661
|
+
action_stddev_pop_fields: {
|
|
2662
|
+
__typename: { __type: "String!" },
|
|
2663
|
+
jobIndex: { __type: "Float" },
|
|
2664
|
+
},
|
|
2665
|
+
action_stddev_pop_order_by: { jobIndex: { __type: "order_by" } },
|
|
2666
|
+
action_stddev_samp_fields: {
|
|
2667
|
+
__typename: { __type: "String!" },
|
|
2668
|
+
jobIndex: { __type: "Float" },
|
|
2669
|
+
},
|
|
2670
|
+
action_stddev_samp_order_by: { jobIndex: { __type: "order_by" } },
|
|
2671
|
+
action_stream_cursor_input: {
|
|
2672
|
+
initial_value: { __type: "action_stream_cursor_value_input!" },
|
|
2673
|
+
ordering: { __type: "cursor_ordering" },
|
|
2674
|
+
},
|
|
2675
|
+
action_stream_cursor_value_input: {
|
|
2676
|
+
appId: { __type: "String" },
|
|
2677
|
+
automationId: { __type: "uuid" },
|
|
2678
|
+
connectionId: { __type: "uuid" },
|
|
2679
|
+
createdAt: { __type: "timestamptz" },
|
|
2680
|
+
id: { __type: "uuid" },
|
|
2681
|
+
inputJson: { __type: "jsonb" },
|
|
2682
|
+
isCurrent: { __type: "Boolean" },
|
|
2683
|
+
jobId: { __type: "uuid" },
|
|
2684
|
+
jobIndex: { __type: "Int" },
|
|
2685
|
+
jobPageId: { __type: "uuid" },
|
|
2686
|
+
jobPlanId: { __type: "uuid" },
|
|
2687
|
+
objectId: { __type: "uuid" },
|
|
2688
|
+
opId: { __type: "uuid" },
|
|
2689
|
+
outputJson: { __type: "jsonb" },
|
|
2690
|
+
refs: { __type: "jsonb" },
|
|
2691
|
+
schemaId: { __type: "uuid" },
|
|
2692
|
+
sourceId: { __type: "uuid" },
|
|
2693
|
+
status: { __type: "String" },
|
|
2694
|
+
tenantId: { __type: "uuid" },
|
|
2695
|
+
title: { __type: "String" },
|
|
2696
|
+
type: { __type: "String" },
|
|
2697
|
+
uniqueRef: { __type: "String" },
|
|
2698
|
+
updatedAt: { __type: "timestamptz" },
|
|
2699
|
+
},
|
|
2700
|
+
action_sum_fields: {
|
|
2701
|
+
__typename: { __type: "String!" },
|
|
2702
|
+
jobIndex: { __type: "Int" },
|
|
2703
|
+
},
|
|
2704
|
+
action_sum_order_by: { jobIndex: { __type: "order_by" } },
|
|
2705
|
+
action_updates: {
|
|
2706
|
+
_append: { __type: "action_append_input" },
|
|
2707
|
+
_delete_at_path: { __type: "action_delete_at_path_input" },
|
|
2708
|
+
_delete_elem: { __type: "action_delete_elem_input" },
|
|
2709
|
+
_delete_key: { __type: "action_delete_key_input" },
|
|
2710
|
+
_inc: { __type: "action_inc_input" },
|
|
2711
|
+
_prepend: { __type: "action_prepend_input" },
|
|
2712
|
+
_set: { __type: "action_set_input" },
|
|
2713
|
+
where: { __type: "action_bool_exp!" },
|
|
2714
|
+
},
|
|
2715
|
+
action_var_pop_fields: {
|
|
2716
|
+
__typename: { __type: "String!" },
|
|
2717
|
+
jobIndex: { __type: "Float" },
|
|
2718
|
+
},
|
|
2719
|
+
action_var_pop_order_by: { jobIndex: { __type: "order_by" } },
|
|
2720
|
+
action_var_samp_fields: {
|
|
2721
|
+
__typename: { __type: "String!" },
|
|
2722
|
+
jobIndex: { __type: "Float" },
|
|
2723
|
+
},
|
|
2724
|
+
action_var_samp_order_by: { jobIndex: { __type: "order_by" } },
|
|
2725
|
+
action_variance_fields: {
|
|
2726
|
+
__typename: { __type: "String!" },
|
|
2727
|
+
jobIndex: { __type: "Float" },
|
|
2728
|
+
},
|
|
2729
|
+
action_variance_order_by: { jobIndex: { __type: "order_by" } },
|
|
2219
2730
|
activeStatus: {
|
|
2220
2731
|
__typename: { __type: "String!" },
|
|
2221
2732
|
name: { __type: "String!" },
|
|
@@ -6210,26 +6721,6 @@ export const generatedSchema = {
|
|
|
6210
6721
|
},
|
|
6211
6722
|
createdAt: { __type: "timestamptz!" },
|
|
6212
6723
|
credentials: { __type: "jsonb", __args: { path: "String" } },
|
|
6213
|
-
csvLines: {
|
|
6214
|
-
__type: "[csv_line!]!",
|
|
6215
|
-
__args: {
|
|
6216
|
-
distinct_on: "[csv_line_select_column!]",
|
|
6217
|
-
limit: "Int",
|
|
6218
|
-
offset: "Int",
|
|
6219
|
-
order_by: "[csv_line_order_by!]",
|
|
6220
|
-
where: "csv_line_bool_exp",
|
|
6221
|
-
},
|
|
6222
|
-
},
|
|
6223
|
-
csvLines_aggregate: {
|
|
6224
|
-
__type: "csv_line_aggregate!",
|
|
6225
|
-
__args: {
|
|
6226
|
-
distinct_on: "[csv_line_select_column!]",
|
|
6227
|
-
limit: "Int",
|
|
6228
|
-
offset: "Int",
|
|
6229
|
-
order_by: "[csv_line_order_by!]",
|
|
6230
|
-
where: "csv_line_bool_exp",
|
|
6231
|
-
},
|
|
6232
|
-
},
|
|
6233
6724
|
disabled: { __type: "Boolean" },
|
|
6234
6725
|
fetchNext: { __type: "timestamptz" },
|
|
6235
6726
|
fetchStatus: { __type: "syncStatus_enum!" },
|
|
@@ -6564,8 +7055,6 @@ export const generatedSchema = {
|
|
|
6564
7055
|
changes_aggregate: { __type: "change_aggregate_bool_exp" },
|
|
6565
7056
|
createdAt: { __type: "timestamptz_comparison_exp" },
|
|
6566
7057
|
credentials: { __type: "jsonb_comparison_exp" },
|
|
6567
|
-
csvLines: { __type: "csv_line_bool_exp" },
|
|
6568
|
-
csvLines_aggregate: { __type: "csv_line_aggregate_bool_exp" },
|
|
6569
7058
|
disabled: { __type: "Boolean_comparison_exp" },
|
|
6570
7059
|
fetchNext: { __type: "timestamptz_comparison_exp" },
|
|
6571
7060
|
fetchStatus: { __type: "syncStatus_enum_comparison_exp" },
|
|
@@ -6635,7 +7124,6 @@ export const generatedSchema = {
|
|
|
6635
7124
|
changes: { __type: "change_arr_rel_insert_input" },
|
|
6636
7125
|
createdAt: { __type: "timestamptz" },
|
|
6637
7126
|
credentials: { __type: "jsonb" },
|
|
6638
|
-
csvLines: { __type: "csv_line_arr_rel_insert_input" },
|
|
6639
7127
|
disabled: { __type: "Boolean" },
|
|
6640
7128
|
fetchNext: { __type: "timestamptz" },
|
|
6641
7129
|
fetchStatus: { __type: "syncStatus_enum" },
|
|
@@ -6753,7 +7241,6 @@ export const generatedSchema = {
|
|
|
6753
7241
|
changes_aggregate: { __type: "change_aggregate_order_by" },
|
|
6754
7242
|
createdAt: { __type: "order_by" },
|
|
6755
7243
|
credentials: { __type: "order_by" },
|
|
6756
|
-
csvLines_aggregate: { __type: "csv_line_aggregate_order_by" },
|
|
6757
7244
|
disabled: { __type: "order_by" },
|
|
6758
7245
|
fetchNext: { __type: "order_by" },
|
|
6759
7246
|
fetchStatus: { __type: "order_by" },
|
|
@@ -7609,299 +8096,6 @@ export const generatedSchema = {
|
|
|
7609
8096
|
_set: { __type: "core_change_source_link_set_input" },
|
|
7610
8097
|
where: { __type: "core_change_source_link_bool_exp!" },
|
|
7611
8098
|
},
|
|
7612
|
-
csv_line: {
|
|
7613
|
-
__typename: { __type: "String!" },
|
|
7614
|
-
connection: { __type: "connection!" },
|
|
7615
|
-
connectionId: { __type: "uuid!" },
|
|
7616
|
-
createdAt: { __type: "timestamptz" },
|
|
7617
|
-
csv: { __type: "String!" },
|
|
7618
|
-
date: { __type: "timestamptz!" },
|
|
7619
|
-
file: { __type: "file_storage" },
|
|
7620
|
-
fileId: { __type: "uuid" },
|
|
7621
|
-
fileUniqueRef: { __type: "String" },
|
|
7622
|
-
headers: { __type: "String" },
|
|
7623
|
-
id: { __type: "uuid!" },
|
|
7624
|
-
index: { __type: "Int" },
|
|
7625
|
-
json: { __type: "jsonb", __args: { path: "String" } },
|
|
7626
|
-
tenant: { __type: "tenant!" },
|
|
7627
|
-
tenantId: { __type: "uuid!" },
|
|
7628
|
-
type: { __type: "String!" },
|
|
7629
|
-
uniqueRef: { __type: "String!" },
|
|
7630
|
-
updatedAt: { __type: "timestamptz" },
|
|
7631
|
-
},
|
|
7632
|
-
csv_line_aggregate: {
|
|
7633
|
-
__typename: { __type: "String!" },
|
|
7634
|
-
aggregate: { __type: "csv_line_aggregate_fields" },
|
|
7635
|
-
nodes: { __type: "[csv_line!]!" },
|
|
7636
|
-
},
|
|
7637
|
-
csv_line_aggregate_bool_exp: {
|
|
7638
|
-
count: { __type: "csv_line_aggregate_bool_exp_count" },
|
|
7639
|
-
},
|
|
7640
|
-
csv_line_aggregate_bool_exp_count: {
|
|
7641
|
-
arguments: { __type: "[csv_line_select_column!]" },
|
|
7642
|
-
distinct: { __type: "Boolean" },
|
|
7643
|
-
filter: { __type: "csv_line_bool_exp" },
|
|
7644
|
-
predicate: { __type: "Int_comparison_exp!" },
|
|
7645
|
-
},
|
|
7646
|
-
csv_line_aggregate_fields: {
|
|
7647
|
-
__typename: { __type: "String!" },
|
|
7648
|
-
avg: { __type: "csv_line_avg_fields" },
|
|
7649
|
-
count: {
|
|
7650
|
-
__type: "Int!",
|
|
7651
|
-
__args: { columns: "[csv_line_select_column!]", distinct: "Boolean" },
|
|
7652
|
-
},
|
|
7653
|
-
max: { __type: "csv_line_max_fields" },
|
|
7654
|
-
min: { __type: "csv_line_min_fields" },
|
|
7655
|
-
stddev: { __type: "csv_line_stddev_fields" },
|
|
7656
|
-
stddev_pop: { __type: "csv_line_stddev_pop_fields" },
|
|
7657
|
-
stddev_samp: { __type: "csv_line_stddev_samp_fields" },
|
|
7658
|
-
sum: { __type: "csv_line_sum_fields" },
|
|
7659
|
-
var_pop: { __type: "csv_line_var_pop_fields" },
|
|
7660
|
-
var_samp: { __type: "csv_line_var_samp_fields" },
|
|
7661
|
-
variance: { __type: "csv_line_variance_fields" },
|
|
7662
|
-
},
|
|
7663
|
-
csv_line_aggregate_order_by: {
|
|
7664
|
-
avg: { __type: "csv_line_avg_order_by" },
|
|
7665
|
-
count: { __type: "order_by" },
|
|
7666
|
-
max: { __type: "csv_line_max_order_by" },
|
|
7667
|
-
min: { __type: "csv_line_min_order_by" },
|
|
7668
|
-
stddev: { __type: "csv_line_stddev_order_by" },
|
|
7669
|
-
stddev_pop: { __type: "csv_line_stddev_pop_order_by" },
|
|
7670
|
-
stddev_samp: { __type: "csv_line_stddev_samp_order_by" },
|
|
7671
|
-
sum: { __type: "csv_line_sum_order_by" },
|
|
7672
|
-
var_pop: { __type: "csv_line_var_pop_order_by" },
|
|
7673
|
-
var_samp: { __type: "csv_line_var_samp_order_by" },
|
|
7674
|
-
variance: { __type: "csv_line_variance_order_by" },
|
|
7675
|
-
},
|
|
7676
|
-
csv_line_append_input: { json: { __type: "jsonb" } },
|
|
7677
|
-
csv_line_arr_rel_insert_input: {
|
|
7678
|
-
data: { __type: "[csv_line_insert_input!]!" },
|
|
7679
|
-
on_conflict: { __type: "csv_line_on_conflict" },
|
|
7680
|
-
},
|
|
7681
|
-
csv_line_avg_fields: {
|
|
7682
|
-
__typename: { __type: "String!" },
|
|
7683
|
-
index: { __type: "Float" },
|
|
7684
|
-
},
|
|
7685
|
-
csv_line_avg_order_by: { index: { __type: "order_by" } },
|
|
7686
|
-
csv_line_bool_exp: {
|
|
7687
|
-
_and: { __type: "[csv_line_bool_exp!]" },
|
|
7688
|
-
_not: { __type: "csv_line_bool_exp" },
|
|
7689
|
-
_or: { __type: "[csv_line_bool_exp!]" },
|
|
7690
|
-
connection: { __type: "connection_bool_exp" },
|
|
7691
|
-
connectionId: { __type: "uuid_comparison_exp" },
|
|
7692
|
-
createdAt: { __type: "timestamptz_comparison_exp" },
|
|
7693
|
-
csv: { __type: "String_comparison_exp" },
|
|
7694
|
-
date: { __type: "timestamptz_comparison_exp" },
|
|
7695
|
-
file: { __type: "file_storage_bool_exp" },
|
|
7696
|
-
fileId: { __type: "uuid_comparison_exp" },
|
|
7697
|
-
fileUniqueRef: { __type: "String_comparison_exp" },
|
|
7698
|
-
headers: { __type: "String_comparison_exp" },
|
|
7699
|
-
id: { __type: "uuid_comparison_exp" },
|
|
7700
|
-
index: { __type: "Int_comparison_exp" },
|
|
7701
|
-
json: { __type: "jsonb_comparison_exp" },
|
|
7702
|
-
tenant: { __type: "tenant_bool_exp" },
|
|
7703
|
-
tenantId: { __type: "uuid_comparison_exp" },
|
|
7704
|
-
type: { __type: "String_comparison_exp" },
|
|
7705
|
-
uniqueRef: { __type: "String_comparison_exp" },
|
|
7706
|
-
updatedAt: { __type: "timestamptz_comparison_exp" },
|
|
7707
|
-
},
|
|
7708
|
-
csv_line_delete_at_path_input: { json: { __type: "[String!]" } },
|
|
7709
|
-
csv_line_delete_elem_input: { json: { __type: "Int" } },
|
|
7710
|
-
csv_line_delete_key_input: { json: { __type: "String" } },
|
|
7711
|
-
csv_line_inc_input: { index: { __type: "Int" } },
|
|
7712
|
-
csv_line_insert_input: {
|
|
7713
|
-
connection: { __type: "connection_obj_rel_insert_input" },
|
|
7714
|
-
connectionId: { __type: "uuid" },
|
|
7715
|
-
createdAt: { __type: "timestamptz" },
|
|
7716
|
-
csv: { __type: "String" },
|
|
7717
|
-
date: { __type: "timestamptz" },
|
|
7718
|
-
file: { __type: "file_storage_obj_rel_insert_input" },
|
|
7719
|
-
fileId: { __type: "uuid" },
|
|
7720
|
-
fileUniqueRef: { __type: "String" },
|
|
7721
|
-
headers: { __type: "String" },
|
|
7722
|
-
id: { __type: "uuid" },
|
|
7723
|
-
index: { __type: "Int" },
|
|
7724
|
-
json: { __type: "jsonb" },
|
|
7725
|
-
tenant: { __type: "tenant_obj_rel_insert_input" },
|
|
7726
|
-
tenantId: { __type: "uuid" },
|
|
7727
|
-
type: { __type: "String" },
|
|
7728
|
-
uniqueRef: { __type: "String" },
|
|
7729
|
-
updatedAt: { __type: "timestamptz" },
|
|
7730
|
-
},
|
|
7731
|
-
csv_line_max_fields: {
|
|
7732
|
-
__typename: { __type: "String!" },
|
|
7733
|
-
connectionId: { __type: "uuid" },
|
|
7734
|
-
createdAt: { __type: "timestamptz" },
|
|
7735
|
-
csv: { __type: "String" },
|
|
7736
|
-
date: { __type: "timestamptz" },
|
|
7737
|
-
fileId: { __type: "uuid" },
|
|
7738
|
-
fileUniqueRef: { __type: "String" },
|
|
7739
|
-
headers: { __type: "String" },
|
|
7740
|
-
id: { __type: "uuid" },
|
|
7741
|
-
index: { __type: "Int" },
|
|
7742
|
-
tenantId: { __type: "uuid" },
|
|
7743
|
-
type: { __type: "String" },
|
|
7744
|
-
uniqueRef: { __type: "String" },
|
|
7745
|
-
updatedAt: { __type: "timestamptz" },
|
|
7746
|
-
},
|
|
7747
|
-
csv_line_max_order_by: {
|
|
7748
|
-
connectionId: { __type: "order_by" },
|
|
7749
|
-
createdAt: { __type: "order_by" },
|
|
7750
|
-
csv: { __type: "order_by" },
|
|
7751
|
-
date: { __type: "order_by" },
|
|
7752
|
-
fileId: { __type: "order_by" },
|
|
7753
|
-
fileUniqueRef: { __type: "order_by" },
|
|
7754
|
-
headers: { __type: "order_by" },
|
|
7755
|
-
id: { __type: "order_by" },
|
|
7756
|
-
index: { __type: "order_by" },
|
|
7757
|
-
tenantId: { __type: "order_by" },
|
|
7758
|
-
type: { __type: "order_by" },
|
|
7759
|
-
uniqueRef: { __type: "order_by" },
|
|
7760
|
-
updatedAt: { __type: "order_by" },
|
|
7761
|
-
},
|
|
7762
|
-
csv_line_min_fields: {
|
|
7763
|
-
__typename: { __type: "String!" },
|
|
7764
|
-
connectionId: { __type: "uuid" },
|
|
7765
|
-
createdAt: { __type: "timestamptz" },
|
|
7766
|
-
csv: { __type: "String" },
|
|
7767
|
-
date: { __type: "timestamptz" },
|
|
7768
|
-
fileId: { __type: "uuid" },
|
|
7769
|
-
fileUniqueRef: { __type: "String" },
|
|
7770
|
-
headers: { __type: "String" },
|
|
7771
|
-
id: { __type: "uuid" },
|
|
7772
|
-
index: { __type: "Int" },
|
|
7773
|
-
tenantId: { __type: "uuid" },
|
|
7774
|
-
type: { __type: "String" },
|
|
7775
|
-
uniqueRef: { __type: "String" },
|
|
7776
|
-
updatedAt: { __type: "timestamptz" },
|
|
7777
|
-
},
|
|
7778
|
-
csv_line_min_order_by: {
|
|
7779
|
-
connectionId: { __type: "order_by" },
|
|
7780
|
-
createdAt: { __type: "order_by" },
|
|
7781
|
-
csv: { __type: "order_by" },
|
|
7782
|
-
date: { __type: "order_by" },
|
|
7783
|
-
fileId: { __type: "order_by" },
|
|
7784
|
-
fileUniqueRef: { __type: "order_by" },
|
|
7785
|
-
headers: { __type: "order_by" },
|
|
7786
|
-
id: { __type: "order_by" },
|
|
7787
|
-
index: { __type: "order_by" },
|
|
7788
|
-
tenantId: { __type: "order_by" },
|
|
7789
|
-
type: { __type: "order_by" },
|
|
7790
|
-
uniqueRef: { __type: "order_by" },
|
|
7791
|
-
updatedAt: { __type: "order_by" },
|
|
7792
|
-
},
|
|
7793
|
-
csv_line_mutation_response: {
|
|
7794
|
-
__typename: { __type: "String!" },
|
|
7795
|
-
affected_rows: { __type: "Int!" },
|
|
7796
|
-
returning: { __type: "[csv_line!]!" },
|
|
7797
|
-
},
|
|
7798
|
-
csv_line_on_conflict: {
|
|
7799
|
-
constraint: { __type: "csv_line_constraint!" },
|
|
7800
|
-
update_columns: { __type: "[csv_line_update_column!]!" },
|
|
7801
|
-
where: { __type: "csv_line_bool_exp" },
|
|
7802
|
-
},
|
|
7803
|
-
csv_line_order_by: {
|
|
7804
|
-
connection: { __type: "connection_order_by" },
|
|
7805
|
-
connectionId: { __type: "order_by" },
|
|
7806
|
-
createdAt: { __type: "order_by" },
|
|
7807
|
-
csv: { __type: "order_by" },
|
|
7808
|
-
date: { __type: "order_by" },
|
|
7809
|
-
file: { __type: "file_storage_order_by" },
|
|
7810
|
-
fileId: { __type: "order_by" },
|
|
7811
|
-
fileUniqueRef: { __type: "order_by" },
|
|
7812
|
-
headers: { __type: "order_by" },
|
|
7813
|
-
id: { __type: "order_by" },
|
|
7814
|
-
index: { __type: "order_by" },
|
|
7815
|
-
json: { __type: "order_by" },
|
|
7816
|
-
tenant: { __type: "tenant_order_by" },
|
|
7817
|
-
tenantId: { __type: "order_by" },
|
|
7818
|
-
type: { __type: "order_by" },
|
|
7819
|
-
uniqueRef: { __type: "order_by" },
|
|
7820
|
-
updatedAt: { __type: "order_by" },
|
|
7821
|
-
},
|
|
7822
|
-
csv_line_pk_columns_input: { id: { __type: "uuid!" } },
|
|
7823
|
-
csv_line_prepend_input: { json: { __type: "jsonb" } },
|
|
7824
|
-
csv_line_set_input: {
|
|
7825
|
-
connectionId: { __type: "uuid" },
|
|
7826
|
-
createdAt: { __type: "timestamptz" },
|
|
7827
|
-
csv: { __type: "String" },
|
|
7828
|
-
date: { __type: "timestamptz" },
|
|
7829
|
-
fileId: { __type: "uuid" },
|
|
7830
|
-
fileUniqueRef: { __type: "String" },
|
|
7831
|
-
headers: { __type: "String" },
|
|
7832
|
-
id: { __type: "uuid" },
|
|
7833
|
-
index: { __type: "Int" },
|
|
7834
|
-
json: { __type: "jsonb" },
|
|
7835
|
-
tenantId: { __type: "uuid" },
|
|
7836
|
-
type: { __type: "String" },
|
|
7837
|
-
uniqueRef: { __type: "String" },
|
|
7838
|
-
updatedAt: { __type: "timestamptz" },
|
|
7839
|
-
},
|
|
7840
|
-
csv_line_stddev_fields: {
|
|
7841
|
-
__typename: { __type: "String!" },
|
|
7842
|
-
index: { __type: "Float" },
|
|
7843
|
-
},
|
|
7844
|
-
csv_line_stddev_order_by: { index: { __type: "order_by" } },
|
|
7845
|
-
csv_line_stddev_pop_fields: {
|
|
7846
|
-
__typename: { __type: "String!" },
|
|
7847
|
-
index: { __type: "Float" },
|
|
7848
|
-
},
|
|
7849
|
-
csv_line_stddev_pop_order_by: { index: { __type: "order_by" } },
|
|
7850
|
-
csv_line_stddev_samp_fields: {
|
|
7851
|
-
__typename: { __type: "String!" },
|
|
7852
|
-
index: { __type: "Float" },
|
|
7853
|
-
},
|
|
7854
|
-
csv_line_stddev_samp_order_by: { index: { __type: "order_by" } },
|
|
7855
|
-
csv_line_stream_cursor_input: {
|
|
7856
|
-
initial_value: { __type: "csv_line_stream_cursor_value_input!" },
|
|
7857
|
-
ordering: { __type: "cursor_ordering" },
|
|
7858
|
-
},
|
|
7859
|
-
csv_line_stream_cursor_value_input: {
|
|
7860
|
-
connectionId: { __type: "uuid" },
|
|
7861
|
-
createdAt: { __type: "timestamptz" },
|
|
7862
|
-
csv: { __type: "String" },
|
|
7863
|
-
date: { __type: "timestamptz" },
|
|
7864
|
-
fileId: { __type: "uuid" },
|
|
7865
|
-
fileUniqueRef: { __type: "String" },
|
|
7866
|
-
headers: { __type: "String" },
|
|
7867
|
-
id: { __type: "uuid" },
|
|
7868
|
-
index: { __type: "Int" },
|
|
7869
|
-
json: { __type: "jsonb" },
|
|
7870
|
-
tenantId: { __type: "uuid" },
|
|
7871
|
-
type: { __type: "String" },
|
|
7872
|
-
uniqueRef: { __type: "String" },
|
|
7873
|
-
updatedAt: { __type: "timestamptz" },
|
|
7874
|
-
},
|
|
7875
|
-
csv_line_sum_fields: {
|
|
7876
|
-
__typename: { __type: "String!" },
|
|
7877
|
-
index: { __type: "Int" },
|
|
7878
|
-
},
|
|
7879
|
-
csv_line_sum_order_by: { index: { __type: "order_by" } },
|
|
7880
|
-
csv_line_updates: {
|
|
7881
|
-
_append: { __type: "csv_line_append_input" },
|
|
7882
|
-
_delete_at_path: { __type: "csv_line_delete_at_path_input" },
|
|
7883
|
-
_delete_elem: { __type: "csv_line_delete_elem_input" },
|
|
7884
|
-
_delete_key: { __type: "csv_line_delete_key_input" },
|
|
7885
|
-
_inc: { __type: "csv_line_inc_input" },
|
|
7886
|
-
_prepend: { __type: "csv_line_prepend_input" },
|
|
7887
|
-
_set: { __type: "csv_line_set_input" },
|
|
7888
|
-
where: { __type: "csv_line_bool_exp!" },
|
|
7889
|
-
},
|
|
7890
|
-
csv_line_var_pop_fields: {
|
|
7891
|
-
__typename: { __type: "String!" },
|
|
7892
|
-
index: { __type: "Float" },
|
|
7893
|
-
},
|
|
7894
|
-
csv_line_var_pop_order_by: { index: { __type: "order_by" } },
|
|
7895
|
-
csv_line_var_samp_fields: {
|
|
7896
|
-
__typename: { __type: "String!" },
|
|
7897
|
-
index: { __type: "Float" },
|
|
7898
|
-
},
|
|
7899
|
-
csv_line_var_samp_order_by: { index: { __type: "order_by" } },
|
|
7900
|
-
csv_line_variance_fields: {
|
|
7901
|
-
__typename: { __type: "String!" },
|
|
7902
|
-
index: { __type: "Float" },
|
|
7903
|
-
},
|
|
7904
|
-
csv_line_variance_order_by: { index: { __type: "order_by" } },
|
|
7905
8099
|
currency: { __typename: { __type: "String!" }, name: { __type: "String!" } },
|
|
7906
8100
|
currency_aggregate: {
|
|
7907
8101
|
__typename: { __type: "String!" },
|
|
@@ -13971,6 +14165,11 @@ export const generatedSchema = {
|
|
|
13971
14165
|
__type: "account_mutation_response",
|
|
13972
14166
|
__args: { where: "account_bool_exp!" },
|
|
13973
14167
|
},
|
|
14168
|
+
deleteAction: { __type: "action", __args: { id: "uuid!" } },
|
|
14169
|
+
deleteActions: {
|
|
14170
|
+
__type: "action_mutation_response",
|
|
14171
|
+
__args: { where: "action_bool_exp!" },
|
|
14172
|
+
},
|
|
13974
14173
|
deleteActiveStatus: { __type: "activeStatus", __args: { name: "String!" } },
|
|
13975
14174
|
deleteActiveStatuses: {
|
|
13976
14175
|
__type: "activeStatus_mutation_response",
|
|
@@ -14100,11 +14299,6 @@ export const generatedSchema = {
|
|
|
14100
14299
|
__type: "contact_mutation_response",
|
|
14101
14300
|
__args: { where: "contact_bool_exp!" },
|
|
14102
14301
|
},
|
|
14103
|
-
deleteCsvLine: { __type: "csv_line", __args: { id: "uuid!" } },
|
|
14104
|
-
deleteCsvLines: {
|
|
14105
|
-
__type: "csv_line_mutation_response",
|
|
14106
|
-
__args: { where: "csv_line_bool_exp!" },
|
|
14107
|
-
},
|
|
14108
14302
|
deleteEmailTemplate: { __type: "emailTemplate", __args: { id: "uuid!" } },
|
|
14109
14303
|
deleteEmailTemplateType: {
|
|
14110
14304
|
__type: "emailTemplateType",
|
|
@@ -14906,6 +15100,20 @@ export const generatedSchema = {
|
|
|
14906
15100
|
on_conflict: "account_on_conflict",
|
|
14907
15101
|
},
|
|
14908
15102
|
},
|
|
15103
|
+
insertAction: {
|
|
15104
|
+
__type: "action",
|
|
15105
|
+
__args: {
|
|
15106
|
+
object: "action_insert_input!",
|
|
15107
|
+
on_conflict: "action_on_conflict",
|
|
15108
|
+
},
|
|
15109
|
+
},
|
|
15110
|
+
insertActions: {
|
|
15111
|
+
__type: "action_mutation_response",
|
|
15112
|
+
__args: {
|
|
15113
|
+
objects: "[action_insert_input!]!",
|
|
15114
|
+
on_conflict: "action_on_conflict",
|
|
15115
|
+
},
|
|
15116
|
+
},
|
|
14909
15117
|
insertActiveStatus: {
|
|
14910
15118
|
__type: "activeStatus",
|
|
14911
15119
|
__args: {
|
|
@@ -15186,20 +15394,6 @@ export const generatedSchema = {
|
|
|
15186
15394
|
on_conflict: "contact_on_conflict",
|
|
15187
15395
|
},
|
|
15188
15396
|
},
|
|
15189
|
-
insertCsvLine: {
|
|
15190
|
-
__type: "csv_line",
|
|
15191
|
-
__args: {
|
|
15192
|
-
object: "csv_line_insert_input!",
|
|
15193
|
-
on_conflict: "csv_line_on_conflict",
|
|
15194
|
-
},
|
|
15195
|
-
},
|
|
15196
|
-
insertCsvLines: {
|
|
15197
|
-
__type: "csv_line_mutation_response",
|
|
15198
|
-
__args: {
|
|
15199
|
-
objects: "[csv_line_insert_input!]!",
|
|
15200
|
-
on_conflict: "csv_line_on_conflict",
|
|
15201
|
-
},
|
|
15202
|
-
},
|
|
15203
15397
|
insertEmailTemplate: {
|
|
15204
15398
|
__type: "emailTemplate",
|
|
15205
15399
|
__args: {
|
|
@@ -16677,6 +16871,32 @@ export const generatedSchema = {
|
|
|
16677
16871
|
__type: "account_mutation_response",
|
|
16678
16872
|
__args: { _set: "account_set_input", where: "account_bool_exp!" },
|
|
16679
16873
|
},
|
|
16874
|
+
updateAction: {
|
|
16875
|
+
__type: "action",
|
|
16876
|
+
__args: {
|
|
16877
|
+
_append: "action_append_input",
|
|
16878
|
+
_delete_at_path: "action_delete_at_path_input",
|
|
16879
|
+
_delete_elem: "action_delete_elem_input",
|
|
16880
|
+
_delete_key: "action_delete_key_input",
|
|
16881
|
+
_inc: "action_inc_input",
|
|
16882
|
+
_prepend: "action_prepend_input",
|
|
16883
|
+
_set: "action_set_input",
|
|
16884
|
+
pk_columns: "action_pk_columns_input!",
|
|
16885
|
+
},
|
|
16886
|
+
},
|
|
16887
|
+
updateActions: {
|
|
16888
|
+
__type: "action_mutation_response",
|
|
16889
|
+
__args: {
|
|
16890
|
+
_append: "action_append_input",
|
|
16891
|
+
_delete_at_path: "action_delete_at_path_input",
|
|
16892
|
+
_delete_elem: "action_delete_elem_input",
|
|
16893
|
+
_delete_key: "action_delete_key_input",
|
|
16894
|
+
_inc: "action_inc_input",
|
|
16895
|
+
_prepend: "action_prepend_input",
|
|
16896
|
+
_set: "action_set_input",
|
|
16897
|
+
where: "action_bool_exp!",
|
|
16898
|
+
},
|
|
16899
|
+
},
|
|
16680
16900
|
updateActiveStatus: {
|
|
16681
16901
|
__type: "activeStatus",
|
|
16682
16902
|
__args: {
|
|
@@ -17041,36 +17261,6 @@ export const generatedSchema = {
|
|
|
17041
17261
|
where: "contact_bool_exp!",
|
|
17042
17262
|
},
|
|
17043
17263
|
},
|
|
17044
|
-
updateCsvLine: {
|
|
17045
|
-
__type: "csv_line",
|
|
17046
|
-
__args: {
|
|
17047
|
-
_append: "csv_line_append_input",
|
|
17048
|
-
_delete_at_path: "csv_line_delete_at_path_input",
|
|
17049
|
-
_delete_elem: "csv_line_delete_elem_input",
|
|
17050
|
-
_delete_key: "csv_line_delete_key_input",
|
|
17051
|
-
_inc: "csv_line_inc_input",
|
|
17052
|
-
_prepend: "csv_line_prepend_input",
|
|
17053
|
-
_set: "csv_line_set_input",
|
|
17054
|
-
pk_columns: "csv_line_pk_columns_input!",
|
|
17055
|
-
},
|
|
17056
|
-
},
|
|
17057
|
-
updateCsvLineBatch: {
|
|
17058
|
-
__type: "[csv_line_mutation_response]",
|
|
17059
|
-
__args: { updates: "[csv_line_updates!]!" },
|
|
17060
|
-
},
|
|
17061
|
-
updateCsvLines: {
|
|
17062
|
-
__type: "csv_line_mutation_response",
|
|
17063
|
-
__args: {
|
|
17064
|
-
_append: "csv_line_append_input",
|
|
17065
|
-
_delete_at_path: "csv_line_delete_at_path_input",
|
|
17066
|
-
_delete_elem: "csv_line_delete_elem_input",
|
|
17067
|
-
_delete_key: "csv_line_delete_key_input",
|
|
17068
|
-
_inc: "csv_line_inc_input",
|
|
17069
|
-
_prepend: "csv_line_prepend_input",
|
|
17070
|
-
_set: "csv_line_set_input",
|
|
17071
|
-
where: "csv_line_bool_exp!",
|
|
17072
|
-
},
|
|
17073
|
-
},
|
|
17074
17264
|
updateEmailTemplate: {
|
|
17075
17265
|
__type: "emailTemplate",
|
|
17076
17266
|
__args: {
|
|
@@ -17505,6 +17695,10 @@ export const generatedSchema = {
|
|
|
17505
17695
|
__type: "[account_mutation_response]",
|
|
17506
17696
|
__args: { updates: "[account_updates!]!" },
|
|
17507
17697
|
},
|
|
17698
|
+
updateManyActions: {
|
|
17699
|
+
__type: "[action_mutation_response]",
|
|
17700
|
+
__args: { updates: "[action_updates!]!" },
|
|
17701
|
+
},
|
|
17508
17702
|
updateManyActiveStatuses: {
|
|
17509
17703
|
__type: "[activeStatus_mutation_response]",
|
|
17510
17704
|
__args: { updates: "[activeStatus_updates!]!" },
|
|
@@ -24319,6 +24513,17 @@ export const generatedSchema = {
|
|
|
24319
24513
|
where: "account_bool_exp",
|
|
24320
24514
|
},
|
|
24321
24515
|
},
|
|
24516
|
+
action: { __type: "action", __args: { id: "uuid!" } },
|
|
24517
|
+
actions: {
|
|
24518
|
+
__type: "[action!]!",
|
|
24519
|
+
__args: {
|
|
24520
|
+
distinct_on: "[action_select_column!]",
|
|
24521
|
+
limit: "Int",
|
|
24522
|
+
offset: "Int",
|
|
24523
|
+
order_by: "[action_order_by!]",
|
|
24524
|
+
where: "action_bool_exp",
|
|
24525
|
+
},
|
|
24526
|
+
},
|
|
24322
24527
|
activeStatus: { __type: "activeStatus", __args: { name: "String!" } },
|
|
24323
24528
|
activeStatusAggregate: {
|
|
24324
24529
|
__type: "activeStatus_aggregate!",
|
|
@@ -24361,6 +24566,16 @@ export const generatedSchema = {
|
|
|
24361
24566
|
},
|
|
24362
24567
|
},
|
|
24363
24568
|
address_by_pk: { __type: "address", __args: { id: "uuid!" } },
|
|
24569
|
+
aggregateActions: {
|
|
24570
|
+
__type: "action_aggregate!",
|
|
24571
|
+
__args: {
|
|
24572
|
+
distinct_on: "[action_select_column!]",
|
|
24573
|
+
limit: "Int",
|
|
24574
|
+
offset: "Int",
|
|
24575
|
+
order_by: "[action_order_by!]",
|
|
24576
|
+
where: "action_bool_exp",
|
|
24577
|
+
},
|
|
24578
|
+
},
|
|
24364
24579
|
app: {
|
|
24365
24580
|
__type: "[app!]!",
|
|
24366
24581
|
__args: {
|
|
@@ -24903,27 +25118,6 @@ export const generatedSchema = {
|
|
|
24903
25118
|
__type: "core_change_source_link",
|
|
24904
25119
|
__args: { id: "uuid!" },
|
|
24905
25120
|
},
|
|
24906
|
-
csvLine: { __type: "csv_line", __args: { id: "uuid!" } },
|
|
24907
|
-
csvLineAggregate: {
|
|
24908
|
-
__type: "csv_line_aggregate!",
|
|
24909
|
-
__args: {
|
|
24910
|
-
distinct_on: "[csv_line_select_column!]",
|
|
24911
|
-
limit: "Int",
|
|
24912
|
-
offset: "Int",
|
|
24913
|
-
order_by: "[csv_line_order_by!]",
|
|
24914
|
-
where: "csv_line_bool_exp",
|
|
24915
|
-
},
|
|
24916
|
-
},
|
|
24917
|
-
csvLines: {
|
|
24918
|
-
__type: "[csv_line!]!",
|
|
24919
|
-
__args: {
|
|
24920
|
-
distinct_on: "[csv_line_select_column!]",
|
|
24921
|
-
limit: "Int",
|
|
24922
|
-
offset: "Int",
|
|
24923
|
-
order_by: "[csv_line_order_by!]",
|
|
24924
|
-
where: "csv_line_bool_exp",
|
|
24925
|
-
},
|
|
24926
|
-
},
|
|
24927
25121
|
currency: {
|
|
24928
25122
|
__type: "[currency!]!",
|
|
24929
25123
|
__args: {
|
|
@@ -32848,6 +33042,17 @@ export const generatedSchema = {
|
|
|
32848
33042
|
where: "account_bool_exp",
|
|
32849
33043
|
},
|
|
32850
33044
|
},
|
|
33045
|
+
action: { __type: "action", __args: { id: "uuid!" } },
|
|
33046
|
+
actions: {
|
|
33047
|
+
__type: "[action!]!",
|
|
33048
|
+
__args: {
|
|
33049
|
+
distinct_on: "[action_select_column!]",
|
|
33050
|
+
limit: "Int",
|
|
33051
|
+
offset: "Int",
|
|
33052
|
+
order_by: "[action_order_by!]",
|
|
33053
|
+
where: "action_bool_exp",
|
|
33054
|
+
},
|
|
33055
|
+
},
|
|
32851
33056
|
activeStatus: { __type: "activeStatus", __args: { name: "String!" } },
|
|
32852
33057
|
activeStatusAggregate: {
|
|
32853
33058
|
__type: "activeStatus_aggregate!",
|
|
@@ -32906,6 +33111,16 @@ export const generatedSchema = {
|
|
|
32906
33111
|
where: "address_bool_exp",
|
|
32907
33112
|
},
|
|
32908
33113
|
},
|
|
33114
|
+
aggregateActions: {
|
|
33115
|
+
__type: "action_aggregate!",
|
|
33116
|
+
__args: {
|
|
33117
|
+
distinct_on: "[action_select_column!]",
|
|
33118
|
+
limit: "Int",
|
|
33119
|
+
offset: "Int",
|
|
33120
|
+
order_by: "[action_order_by!]",
|
|
33121
|
+
where: "action_bool_exp",
|
|
33122
|
+
},
|
|
33123
|
+
},
|
|
32909
33124
|
app: {
|
|
32910
33125
|
__type: "[app!]!",
|
|
32911
33126
|
__args: {
|
|
@@ -33640,35 +33855,6 @@ export const generatedSchema = {
|
|
|
33640
33855
|
where: "core_change_source_link_bool_exp",
|
|
33641
33856
|
},
|
|
33642
33857
|
},
|
|
33643
|
-
csvLine: { __type: "csv_line", __args: { id: "uuid!" } },
|
|
33644
|
-
csvLineAggregate: {
|
|
33645
|
-
__type: "csv_line_aggregate!",
|
|
33646
|
-
__args: {
|
|
33647
|
-
distinct_on: "[csv_line_select_column!]",
|
|
33648
|
-
limit: "Int",
|
|
33649
|
-
offset: "Int",
|
|
33650
|
-
order_by: "[csv_line_order_by!]",
|
|
33651
|
-
where: "csv_line_bool_exp",
|
|
33652
|
-
},
|
|
33653
|
-
},
|
|
33654
|
-
csvLineStream: {
|
|
33655
|
-
__type: "[csv_line!]!",
|
|
33656
|
-
__args: {
|
|
33657
|
-
batch_size: "Int!",
|
|
33658
|
-
cursor: "[csv_line_stream_cursor_input]!",
|
|
33659
|
-
where: "csv_line_bool_exp",
|
|
33660
|
-
},
|
|
33661
|
-
},
|
|
33662
|
-
csvLines: {
|
|
33663
|
-
__type: "[csv_line!]!",
|
|
33664
|
-
__args: {
|
|
33665
|
-
distinct_on: "[csv_line_select_column!]",
|
|
33666
|
-
limit: "Int",
|
|
33667
|
-
offset: "Int",
|
|
33668
|
-
order_by: "[csv_line_order_by!]",
|
|
33669
|
-
where: "csv_line_bool_exp",
|
|
33670
|
-
},
|
|
33671
|
-
},
|
|
33672
33858
|
currency: {
|
|
33673
33859
|
__type: "[currency!]!",
|
|
33674
33860
|
__args: {
|
|
@@ -35950,6 +36136,14 @@ export const generatedSchema = {
|
|
|
35950
36136
|
where: "store_mutation_log_bool_exp",
|
|
35951
36137
|
},
|
|
35952
36138
|
},
|
|
36139
|
+
streamActions: {
|
|
36140
|
+
__type: "[action!]!",
|
|
36141
|
+
__args: {
|
|
36142
|
+
batch_size: "Int!",
|
|
36143
|
+
cursor: "[action_stream_cursor_input]!",
|
|
36144
|
+
where: "action_bool_exp",
|
|
36145
|
+
},
|
|
36146
|
+
},
|
|
35953
36147
|
sync: { __type: "sync", __args: { id: "uuid!" } },
|
|
35954
36148
|
syncAggregate: {
|
|
35955
36149
|
__type: "sync_aggregate!",
|
|
@@ -38026,26 +38220,6 @@ export const generatedSchema = {
|
|
|
38026
38220
|
},
|
|
38027
38221
|
},
|
|
38028
38222
|
createdAt: { __type: "timestamptz!" },
|
|
38029
|
-
csvLines: {
|
|
38030
|
-
__type: "[csv_line!]!",
|
|
38031
|
-
__args: {
|
|
38032
|
-
distinct_on: "[csv_line_select_column!]",
|
|
38033
|
-
limit: "Int",
|
|
38034
|
-
offset: "Int",
|
|
38035
|
-
order_by: "[csv_line_order_by!]",
|
|
38036
|
-
where: "csv_line_bool_exp",
|
|
38037
|
-
},
|
|
38038
|
-
},
|
|
38039
|
-
csvLines_aggregate: {
|
|
38040
|
-
__type: "csv_line_aggregate!",
|
|
38041
|
-
__args: {
|
|
38042
|
-
distinct_on: "[csv_line_select_column!]",
|
|
38043
|
-
limit: "Int",
|
|
38044
|
-
offset: "Int",
|
|
38045
|
-
order_by: "[csv_line_order_by!]",
|
|
38046
|
-
where: "csv_line_bool_exp",
|
|
38047
|
-
},
|
|
38048
|
-
},
|
|
38049
38223
|
defaultCurrency: { __type: "currency_enum" },
|
|
38050
38224
|
defaultRevenueRecognition: { __type: "accountReservationRevRec_enum" },
|
|
38051
38225
|
email: { __type: "String" },
|
|
@@ -38626,8 +38800,6 @@ export const generatedSchema = {
|
|
|
38626
38800
|
connections: { __type: "connection_bool_exp" },
|
|
38627
38801
|
connections_aggregate: { __type: "connection_aggregate_bool_exp" },
|
|
38628
38802
|
createdAt: { __type: "timestamptz_comparison_exp" },
|
|
38629
|
-
csvLines: { __type: "csv_line_bool_exp" },
|
|
38630
|
-
csvLines_aggregate: { __type: "csv_line_aggregate_bool_exp" },
|
|
38631
38803
|
defaultCurrency: { __type: "currency_enum_comparison_exp" },
|
|
38632
38804
|
defaultRevenueRecognition: {
|
|
38633
38805
|
__type: "accountReservationRevRec_enum_comparison_exp",
|
|
@@ -38763,7 +38935,6 @@ export const generatedSchema = {
|
|
|
38763
38935
|
companyTaxCode: { __type: "String" },
|
|
38764
38936
|
connections: { __type: "connection_arr_rel_insert_input" },
|
|
38765
38937
|
createdAt: { __type: "timestamptz" },
|
|
38766
|
-
csvLines: { __type: "csv_line_arr_rel_insert_input" },
|
|
38767
38938
|
defaultCurrency: { __type: "currency_enum" },
|
|
38768
38939
|
defaultRevenueRecognition: { __type: "accountReservationRevRec_enum" },
|
|
38769
38940
|
email: { __type: "String" },
|
|
@@ -39027,7 +39198,6 @@ export const generatedSchema = {
|
|
|
39027
39198
|
companyTaxCode: { __type: "order_by" },
|
|
39028
39199
|
connections_aggregate: { __type: "connection_aggregate_order_by" },
|
|
39029
39200
|
createdAt: { __type: "order_by" },
|
|
39030
|
-
csvLines_aggregate: { __type: "csv_line_aggregate_order_by" },
|
|
39031
39201
|
defaultCurrency: { __type: "order_by" },
|
|
39032
39202
|
defaultRevenueRecognition: { __type: "order_by" },
|
|
39033
39203
|
email: { __type: "order_by" },
|