@vrplatform/graphql 1.1.1 → 1.1.3
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/constants.d.ts +1 -1
- package/build/main/constants.js +1 -1
- package/build/main/gqty/schema.generated.d.ts +1619 -2004
- package/build/main/gqty/schema.generated.js +609 -762
- package/build/module/constants.d.ts +1 -1
- package/build/module/constants.js +1 -1
- package/build/module/gqty/schema.generated.d.ts +1619 -2004
- package/build/module/gqty/schema.generated.js +609 -762
- package/package.json +3 -3
- package/src/constants.ts +1 -1
- package/src/gqty/schema.generated.d.ts +1619 -2004
- package/src/gqty/schema.generated.js +613 -762
|
@@ -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,
|
|
@@ -194,7 +198,6 @@ export const scalarsEnumsHash = {
|
|
|
194
198
|
file_storage_tag_select_column: true,
|
|
195
199
|
file_storage_tag_update_column: true,
|
|
196
200
|
file_storage_update_column: true,
|
|
197
|
-
float8: true,
|
|
198
201
|
issueConnectionsNeedVersionUpgradeReturnType_enum_name: true,
|
|
199
202
|
issueDuplicatedPaymentsReturnType_enum_name: true,
|
|
200
203
|
issueMessageOverwrite_constraint: true,
|
|
@@ -256,9 +259,6 @@ export const scalarsEnumsHash = {
|
|
|
256
259
|
listing_status_select_column: true,
|
|
257
260
|
listing_status_update_column: true,
|
|
258
261
|
listing_update_column: true,
|
|
259
|
-
metric_constraint: true,
|
|
260
|
-
metric_select_column: true,
|
|
261
|
-
metric_update_column: true,
|
|
262
262
|
metricsActiveListingCreatedReturnType_enum_name: true,
|
|
263
263
|
metricsBankRecordBalancesReturnType_enum_name: true,
|
|
264
264
|
metricsCurrenciesReturnType_enum_name: true,
|
|
@@ -2216,6 +2216,513 @@ export const generatedSchema = {
|
|
|
2216
2216
|
_set: { __type: "account_set_input" },
|
|
2217
2217
|
where: { __type: "account_bool_exp!" },
|
|
2218
2218
|
},
|
|
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" } },
|
|
2219
2726
|
activeStatus: {
|
|
2220
2727
|
__typename: { __type: "String!" },
|
|
2221
2728
|
name: { __type: "String!" },
|
|
@@ -6210,26 +6717,6 @@ export const generatedSchema = {
|
|
|
6210
6717
|
},
|
|
6211
6718
|
createdAt: { __type: "timestamptz!" },
|
|
6212
6719
|
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
6720
|
disabled: { __type: "Boolean" },
|
|
6234
6721
|
fetchNext: { __type: "timestamptz" },
|
|
6235
6722
|
fetchStatus: { __type: "syncStatus_enum!" },
|
|
@@ -6564,8 +7051,6 @@ export const generatedSchema = {
|
|
|
6564
7051
|
changes_aggregate: { __type: "change_aggregate_bool_exp" },
|
|
6565
7052
|
createdAt: { __type: "timestamptz_comparison_exp" },
|
|
6566
7053
|
credentials: { __type: "jsonb_comparison_exp" },
|
|
6567
|
-
csvLines: { __type: "csv_line_bool_exp" },
|
|
6568
|
-
csvLines_aggregate: { __type: "csv_line_aggregate_bool_exp" },
|
|
6569
7054
|
disabled: { __type: "Boolean_comparison_exp" },
|
|
6570
7055
|
fetchNext: { __type: "timestamptz_comparison_exp" },
|
|
6571
7056
|
fetchStatus: { __type: "syncStatus_enum_comparison_exp" },
|
|
@@ -6635,7 +7120,6 @@ export const generatedSchema = {
|
|
|
6635
7120
|
changes: { __type: "change_arr_rel_insert_input" },
|
|
6636
7121
|
createdAt: { __type: "timestamptz" },
|
|
6637
7122
|
credentials: { __type: "jsonb" },
|
|
6638
|
-
csvLines: { __type: "csv_line_arr_rel_insert_input" },
|
|
6639
7123
|
disabled: { __type: "Boolean" },
|
|
6640
7124
|
fetchNext: { __type: "timestamptz" },
|
|
6641
7125
|
fetchStatus: { __type: "syncStatus_enum" },
|
|
@@ -6753,7 +7237,6 @@ export const generatedSchema = {
|
|
|
6753
7237
|
changes_aggregate: { __type: "change_aggregate_order_by" },
|
|
6754
7238
|
createdAt: { __type: "order_by" },
|
|
6755
7239
|
credentials: { __type: "order_by" },
|
|
6756
|
-
csvLines_aggregate: { __type: "csv_line_aggregate_order_by" },
|
|
6757
7240
|
disabled: { __type: "order_by" },
|
|
6758
7241
|
fetchNext: { __type: "order_by" },
|
|
6759
7242
|
fetchStatus: { __type: "order_by" },
|
|
@@ -7609,299 +8092,6 @@ export const generatedSchema = {
|
|
|
7609
8092
|
_set: { __type: "core_change_source_link_set_input" },
|
|
7610
8093
|
where: { __type: "core_change_source_link_bool_exp!" },
|
|
7611
8094
|
},
|
|
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
8095
|
currency: { __typename: { __type: "String!" }, name: { __type: "String!" } },
|
|
7906
8096
|
currency_aggregate: {
|
|
7907
8097
|
__typename: { __type: "String!" },
|
|
@@ -9394,17 +9584,6 @@ export const generatedSchema = {
|
|
|
9394
9584
|
_set: { __type: "file_storage_set_input" },
|
|
9395
9585
|
where: { __type: "file_storage_bool_exp!" },
|
|
9396
9586
|
},
|
|
9397
|
-
float8_comparison_exp: {
|
|
9398
|
-
_eq: { __type: "float8" },
|
|
9399
|
-
_gt: { __type: "float8" },
|
|
9400
|
-
_gte: { __type: "float8" },
|
|
9401
|
-
_in: { __type: "[float8!]" },
|
|
9402
|
-
_is_null: { __type: "Boolean" },
|
|
9403
|
-
_lt: { __type: "float8" },
|
|
9404
|
-
_lte: { __type: "float8" },
|
|
9405
|
-
_neq: { __type: "float8" },
|
|
9406
|
-
_nin: { __type: "[float8!]" },
|
|
9407
|
-
},
|
|
9408
9587
|
issueConnectionsNeedVersionUpgradeReturnType: {
|
|
9409
9588
|
__typename: { __type: "String!" },
|
|
9410
9589
|
appIcon: { __type: "String!" },
|
|
@@ -13032,211 +13211,6 @@ export const generatedSchema = {
|
|
|
13032
13211
|
centExpenseReserve: { __type: "order_by" },
|
|
13033
13212
|
centTaxStartingBalance: { __type: "order_by" },
|
|
13034
13213
|
},
|
|
13035
|
-
metric: {
|
|
13036
|
-
__typename: { __type: "String!" },
|
|
13037
|
-
connection: { __type: "connection!" },
|
|
13038
|
-
connectionId: { __type: "uuid!" },
|
|
13039
|
-
createdAt: { __type: "timestamptz!" },
|
|
13040
|
-
date: { __type: "timestamptz!" },
|
|
13041
|
-
id: { __type: "uuid!" },
|
|
13042
|
-
listingConnection: { __type: "listing_connection" },
|
|
13043
|
-
listingConnectionId: { __type: "uuid" },
|
|
13044
|
-
metadata: { __type: "jsonb!", __args: { path: "String" } },
|
|
13045
|
-
tenant: { __type: "tenant!" },
|
|
13046
|
-
tenantId: { __type: "uuid!" },
|
|
13047
|
-
type: { __type: "String!" },
|
|
13048
|
-
uniqueRef: { __type: "String" },
|
|
13049
|
-
updatedAt: { __type: "timestamptz!" },
|
|
13050
|
-
value: { __type: "float8" },
|
|
13051
|
-
},
|
|
13052
|
-
metric_aggregate: {
|
|
13053
|
-
__typename: { __type: "String!" },
|
|
13054
|
-
aggregate: { __type: "metric_aggregate_fields" },
|
|
13055
|
-
nodes: { __type: "[metric!]!" },
|
|
13056
|
-
},
|
|
13057
|
-
metric_aggregate_fields: {
|
|
13058
|
-
__typename: { __type: "String!" },
|
|
13059
|
-
avg: { __type: "metric_avg_fields" },
|
|
13060
|
-
count: {
|
|
13061
|
-
__type: "Int!",
|
|
13062
|
-
__args: { columns: "[metric_select_column!]", distinct: "Boolean" },
|
|
13063
|
-
},
|
|
13064
|
-
max: { __type: "metric_max_fields" },
|
|
13065
|
-
min: { __type: "metric_min_fields" },
|
|
13066
|
-
stddev: { __type: "metric_stddev_fields" },
|
|
13067
|
-
stddev_pop: { __type: "metric_stddev_pop_fields" },
|
|
13068
|
-
stddev_samp: { __type: "metric_stddev_samp_fields" },
|
|
13069
|
-
sum: { __type: "metric_sum_fields" },
|
|
13070
|
-
var_pop: { __type: "metric_var_pop_fields" },
|
|
13071
|
-
var_samp: { __type: "metric_var_samp_fields" },
|
|
13072
|
-
variance: { __type: "metric_variance_fields" },
|
|
13073
|
-
},
|
|
13074
|
-
metric_append_input: { metadata: { __type: "jsonb" } },
|
|
13075
|
-
metric_avg_fields: {
|
|
13076
|
-
__typename: { __type: "String!" },
|
|
13077
|
-
value: { __type: "Float" },
|
|
13078
|
-
},
|
|
13079
|
-
metric_bool_exp: {
|
|
13080
|
-
_and: { __type: "[metric_bool_exp!]" },
|
|
13081
|
-
_not: { __type: "metric_bool_exp" },
|
|
13082
|
-
_or: { __type: "[metric_bool_exp!]" },
|
|
13083
|
-
connection: { __type: "connection_bool_exp" },
|
|
13084
|
-
connectionId: { __type: "uuid_comparison_exp" },
|
|
13085
|
-
createdAt: { __type: "timestamptz_comparison_exp" },
|
|
13086
|
-
date: { __type: "timestamptz_comparison_exp" },
|
|
13087
|
-
id: { __type: "uuid_comparison_exp" },
|
|
13088
|
-
listingConnection: { __type: "listing_connection_bool_exp" },
|
|
13089
|
-
listingConnectionId: { __type: "uuid_comparison_exp" },
|
|
13090
|
-
metadata: { __type: "jsonb_comparison_exp" },
|
|
13091
|
-
tenant: { __type: "tenant_bool_exp" },
|
|
13092
|
-
tenantId: { __type: "uuid_comparison_exp" },
|
|
13093
|
-
type: { __type: "String_comparison_exp" },
|
|
13094
|
-
uniqueRef: { __type: "String_comparison_exp" },
|
|
13095
|
-
updatedAt: { __type: "timestamptz_comparison_exp" },
|
|
13096
|
-
value: { __type: "float8_comparison_exp" },
|
|
13097
|
-
},
|
|
13098
|
-
metric_delete_at_path_input: { metadata: { __type: "[String!]" } },
|
|
13099
|
-
metric_delete_elem_input: { metadata: { __type: "Int" } },
|
|
13100
|
-
metric_delete_key_input: { metadata: { __type: "String" } },
|
|
13101
|
-
metric_inc_input: { value: { __type: "float8" } },
|
|
13102
|
-
metric_insert_input: {
|
|
13103
|
-
connection: { __type: "connection_obj_rel_insert_input" },
|
|
13104
|
-
connectionId: { __type: "uuid" },
|
|
13105
|
-
createdAt: { __type: "timestamptz" },
|
|
13106
|
-
date: { __type: "timestamptz" },
|
|
13107
|
-
id: { __type: "uuid" },
|
|
13108
|
-
listingConnection: { __type: "listing_connection_obj_rel_insert_input" },
|
|
13109
|
-
listingConnectionId: { __type: "uuid" },
|
|
13110
|
-
metadata: { __type: "jsonb" },
|
|
13111
|
-
tenant: { __type: "tenant_obj_rel_insert_input" },
|
|
13112
|
-
tenantId: { __type: "uuid" },
|
|
13113
|
-
type: { __type: "String" },
|
|
13114
|
-
uniqueRef: { __type: "String" },
|
|
13115
|
-
updatedAt: { __type: "timestamptz" },
|
|
13116
|
-
value: { __type: "float8" },
|
|
13117
|
-
},
|
|
13118
|
-
metric_max_fields: {
|
|
13119
|
-
__typename: { __type: "String!" },
|
|
13120
|
-
connectionId: { __type: "uuid" },
|
|
13121
|
-
createdAt: { __type: "timestamptz" },
|
|
13122
|
-
date: { __type: "timestamptz" },
|
|
13123
|
-
id: { __type: "uuid" },
|
|
13124
|
-
listingConnectionId: { __type: "uuid" },
|
|
13125
|
-
tenantId: { __type: "uuid" },
|
|
13126
|
-
type: { __type: "String" },
|
|
13127
|
-
uniqueRef: { __type: "String" },
|
|
13128
|
-
updatedAt: { __type: "timestamptz" },
|
|
13129
|
-
value: { __type: "float8" },
|
|
13130
|
-
},
|
|
13131
|
-
metric_min_fields: {
|
|
13132
|
-
__typename: { __type: "String!" },
|
|
13133
|
-
connectionId: { __type: "uuid" },
|
|
13134
|
-
createdAt: { __type: "timestamptz" },
|
|
13135
|
-
date: { __type: "timestamptz" },
|
|
13136
|
-
id: { __type: "uuid" },
|
|
13137
|
-
listingConnectionId: { __type: "uuid" },
|
|
13138
|
-
tenantId: { __type: "uuid" },
|
|
13139
|
-
type: { __type: "String" },
|
|
13140
|
-
uniqueRef: { __type: "String" },
|
|
13141
|
-
updatedAt: { __type: "timestamptz" },
|
|
13142
|
-
value: { __type: "float8" },
|
|
13143
|
-
},
|
|
13144
|
-
metric_mutation_response: {
|
|
13145
|
-
__typename: { __type: "String!" },
|
|
13146
|
-
affected_rows: { __type: "Int!" },
|
|
13147
|
-
returning: { __type: "[metric!]!" },
|
|
13148
|
-
},
|
|
13149
|
-
metric_on_conflict: {
|
|
13150
|
-
constraint: { __type: "metric_constraint!" },
|
|
13151
|
-
update_columns: { __type: "[metric_update_column!]!" },
|
|
13152
|
-
where: { __type: "metric_bool_exp" },
|
|
13153
|
-
},
|
|
13154
|
-
metric_order_by: {
|
|
13155
|
-
connection: { __type: "connection_order_by" },
|
|
13156
|
-
connectionId: { __type: "order_by" },
|
|
13157
|
-
createdAt: { __type: "order_by" },
|
|
13158
|
-
date: { __type: "order_by" },
|
|
13159
|
-
id: { __type: "order_by" },
|
|
13160
|
-
listingConnection: { __type: "listing_connection_order_by" },
|
|
13161
|
-
listingConnectionId: { __type: "order_by" },
|
|
13162
|
-
metadata: { __type: "order_by" },
|
|
13163
|
-
tenant: { __type: "tenant_order_by" },
|
|
13164
|
-
tenantId: { __type: "order_by" },
|
|
13165
|
-
type: { __type: "order_by" },
|
|
13166
|
-
uniqueRef: { __type: "order_by" },
|
|
13167
|
-
updatedAt: { __type: "order_by" },
|
|
13168
|
-
value: { __type: "order_by" },
|
|
13169
|
-
},
|
|
13170
|
-
metric_pk_columns_input: { id: { __type: "uuid!" } },
|
|
13171
|
-
metric_prepend_input: { metadata: { __type: "jsonb" } },
|
|
13172
|
-
metric_set_input: {
|
|
13173
|
-
connectionId: { __type: "uuid" },
|
|
13174
|
-
createdAt: { __type: "timestamptz" },
|
|
13175
|
-
date: { __type: "timestamptz" },
|
|
13176
|
-
id: { __type: "uuid" },
|
|
13177
|
-
listingConnectionId: { __type: "uuid" },
|
|
13178
|
-
metadata: { __type: "jsonb" },
|
|
13179
|
-
tenantId: { __type: "uuid" },
|
|
13180
|
-
type: { __type: "String" },
|
|
13181
|
-
uniqueRef: { __type: "String" },
|
|
13182
|
-
updatedAt: { __type: "timestamptz" },
|
|
13183
|
-
value: { __type: "float8" },
|
|
13184
|
-
},
|
|
13185
|
-
metric_stddev_fields: {
|
|
13186
|
-
__typename: { __type: "String!" },
|
|
13187
|
-
value: { __type: "Float" },
|
|
13188
|
-
},
|
|
13189
|
-
metric_stddev_pop_fields: {
|
|
13190
|
-
__typename: { __type: "String!" },
|
|
13191
|
-
value: { __type: "Float" },
|
|
13192
|
-
},
|
|
13193
|
-
metric_stddev_samp_fields: {
|
|
13194
|
-
__typename: { __type: "String!" },
|
|
13195
|
-
value: { __type: "Float" },
|
|
13196
|
-
},
|
|
13197
|
-
metric_stream_cursor_input: {
|
|
13198
|
-
initial_value: { __type: "metric_stream_cursor_value_input!" },
|
|
13199
|
-
ordering: { __type: "cursor_ordering" },
|
|
13200
|
-
},
|
|
13201
|
-
metric_stream_cursor_value_input: {
|
|
13202
|
-
connectionId: { __type: "uuid" },
|
|
13203
|
-
createdAt: { __type: "timestamptz" },
|
|
13204
|
-
date: { __type: "timestamptz" },
|
|
13205
|
-
id: { __type: "uuid" },
|
|
13206
|
-
listingConnectionId: { __type: "uuid" },
|
|
13207
|
-
metadata: { __type: "jsonb" },
|
|
13208
|
-
tenantId: { __type: "uuid" },
|
|
13209
|
-
type: { __type: "String" },
|
|
13210
|
-
uniqueRef: { __type: "String" },
|
|
13211
|
-
updatedAt: { __type: "timestamptz" },
|
|
13212
|
-
value: { __type: "float8" },
|
|
13213
|
-
},
|
|
13214
|
-
metric_sum_fields: {
|
|
13215
|
-
__typename: { __type: "String!" },
|
|
13216
|
-
value: { __type: "float8" },
|
|
13217
|
-
},
|
|
13218
|
-
metric_updates: {
|
|
13219
|
-
_append: { __type: "metric_append_input" },
|
|
13220
|
-
_delete_at_path: { __type: "metric_delete_at_path_input" },
|
|
13221
|
-
_delete_elem: { __type: "metric_delete_elem_input" },
|
|
13222
|
-
_delete_key: { __type: "metric_delete_key_input" },
|
|
13223
|
-
_inc: { __type: "metric_inc_input" },
|
|
13224
|
-
_prepend: { __type: "metric_prepend_input" },
|
|
13225
|
-
_set: { __type: "metric_set_input" },
|
|
13226
|
-
where: { __type: "metric_bool_exp!" },
|
|
13227
|
-
},
|
|
13228
|
-
metric_var_pop_fields: {
|
|
13229
|
-
__typename: { __type: "String!" },
|
|
13230
|
-
value: { __type: "Float" },
|
|
13231
|
-
},
|
|
13232
|
-
metric_var_samp_fields: {
|
|
13233
|
-
__typename: { __type: "String!" },
|
|
13234
|
-
value: { __type: "Float" },
|
|
13235
|
-
},
|
|
13236
|
-
metric_variance_fields: {
|
|
13237
|
-
__typename: { __type: "String!" },
|
|
13238
|
-
value: { __type: "Float" },
|
|
13239
|
-
},
|
|
13240
13214
|
metricsActiveListingCreatedReturnType: {
|
|
13241
13215
|
__typename: { __type: "String!" },
|
|
13242
13216
|
created: { __type: "bigint" },
|
|
@@ -13971,6 +13945,11 @@ export const generatedSchema = {
|
|
|
13971
13945
|
__type: "account_mutation_response",
|
|
13972
13946
|
__args: { where: "account_bool_exp!" },
|
|
13973
13947
|
},
|
|
13948
|
+
deleteAction: { __type: "action", __args: { id: "uuid!" } },
|
|
13949
|
+
deleteActions: {
|
|
13950
|
+
__type: "action_mutation_response",
|
|
13951
|
+
__args: { where: "action_bool_exp!" },
|
|
13952
|
+
},
|
|
13974
13953
|
deleteActiveStatus: { __type: "activeStatus", __args: { name: "String!" } },
|
|
13975
13954
|
deleteActiveStatuses: {
|
|
13976
13955
|
__type: "activeStatus_mutation_response",
|
|
@@ -14100,11 +14079,6 @@ export const generatedSchema = {
|
|
|
14100
14079
|
__type: "contact_mutation_response",
|
|
14101
14080
|
__args: { where: "contact_bool_exp!" },
|
|
14102
14081
|
},
|
|
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
14082
|
deleteEmailTemplate: { __type: "emailTemplate", __args: { id: "uuid!" } },
|
|
14109
14083
|
deleteEmailTemplateType: {
|
|
14110
14084
|
__type: "emailTemplateType",
|
|
@@ -14279,11 +14253,6 @@ export const generatedSchema = {
|
|
|
14279
14253
|
__type: "listing_mutation_response",
|
|
14280
14254
|
__args: { where: "listing_bool_exp!" },
|
|
14281
14255
|
},
|
|
14282
|
-
deleteMetric: { __type: "metric", __args: { id: "uuid!" } },
|
|
14283
|
-
deleteMetrics: {
|
|
14284
|
-
__type: "metric_mutation_response",
|
|
14285
|
-
__args: { where: "metric_bool_exp!" },
|
|
14286
|
-
},
|
|
14287
14256
|
deleteMonitorConnection: {
|
|
14288
14257
|
__type: "monitorConnection",
|
|
14289
14258
|
__args: { id: "uuid!" },
|
|
@@ -14906,6 +14875,20 @@ export const generatedSchema = {
|
|
|
14906
14875
|
on_conflict: "account_on_conflict",
|
|
14907
14876
|
},
|
|
14908
14877
|
},
|
|
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
|
+
},
|
|
14909
14892
|
insertActiveStatus: {
|
|
14910
14893
|
__type: "activeStatus",
|
|
14911
14894
|
__args: {
|
|
@@ -15186,20 +15169,6 @@ export const generatedSchema = {
|
|
|
15186
15169
|
on_conflict: "contact_on_conflict",
|
|
15187
15170
|
},
|
|
15188
15171
|
},
|
|
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
15172
|
insertEmailTemplate: {
|
|
15204
15173
|
__type: "emailTemplate",
|
|
15205
15174
|
__args: {
|
|
@@ -15508,20 +15477,6 @@ export const generatedSchema = {
|
|
|
15508
15477
|
on_conflict: "listing_on_conflict",
|
|
15509
15478
|
},
|
|
15510
15479
|
},
|
|
15511
|
-
insertMetric: {
|
|
15512
|
-
__type: "metric",
|
|
15513
|
-
__args: {
|
|
15514
|
-
object: "metric_insert_input!",
|
|
15515
|
-
on_conflict: "metric_on_conflict",
|
|
15516
|
-
},
|
|
15517
|
-
},
|
|
15518
|
-
insertMetrics: {
|
|
15519
|
-
__type: "metric_mutation_response",
|
|
15520
|
-
__args: {
|
|
15521
|
-
objects: "[metric_insert_input!]!",
|
|
15522
|
-
on_conflict: "metric_on_conflict",
|
|
15523
|
-
},
|
|
15524
|
-
},
|
|
15525
15480
|
insertMonitorConnection: {
|
|
15526
15481
|
__type: "monitorConnection",
|
|
15527
15482
|
__args: {
|
|
@@ -16677,6 +16632,32 @@ export const generatedSchema = {
|
|
|
16677
16632
|
__type: "account_mutation_response",
|
|
16678
16633
|
__args: { _set: "account_set_input", where: "account_bool_exp!" },
|
|
16679
16634
|
},
|
|
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
|
+
},
|
|
16680
16661
|
updateActiveStatus: {
|
|
16681
16662
|
__type: "activeStatus",
|
|
16682
16663
|
__args: {
|
|
@@ -17041,36 +17022,6 @@ export const generatedSchema = {
|
|
|
17041
17022
|
where: "contact_bool_exp!",
|
|
17042
17023
|
},
|
|
17043
17024
|
},
|
|
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
17025
|
updateEmailTemplate: {
|
|
17075
17026
|
__type: "emailTemplate",
|
|
17076
17027
|
__args: {
|
|
@@ -17505,6 +17456,10 @@ export const generatedSchema = {
|
|
|
17505
17456
|
__type: "[account_mutation_response]",
|
|
17506
17457
|
__args: { updates: "[account_updates!]!" },
|
|
17507
17458
|
},
|
|
17459
|
+
updateManyActions: {
|
|
17460
|
+
__type: "[action_mutation_response]",
|
|
17461
|
+
__args: { updates: "[action_updates!]!" },
|
|
17462
|
+
},
|
|
17508
17463
|
updateManyActiveStatuses: {
|
|
17509
17464
|
__type: "[activeStatus_mutation_response]",
|
|
17510
17465
|
__args: { updates: "[activeStatus_updates!]!" },
|
|
@@ -17757,32 +17712,6 @@ export const generatedSchema = {
|
|
|
17757
17712
|
__type: "[user_company_user_mutation_response]",
|
|
17758
17713
|
__args: { updates: "[user_company_user_updates!]!" },
|
|
17759
17714
|
},
|
|
17760
|
-
updateMetric: {
|
|
17761
|
-
__type: "metric",
|
|
17762
|
-
__args: {
|
|
17763
|
-
_append: "metric_append_input",
|
|
17764
|
-
_delete_at_path: "metric_delete_at_path_input",
|
|
17765
|
-
_delete_elem: "metric_delete_elem_input",
|
|
17766
|
-
_delete_key: "metric_delete_key_input",
|
|
17767
|
-
_inc: "metric_inc_input",
|
|
17768
|
-
_prepend: "metric_prepend_input",
|
|
17769
|
-
_set: "metric_set_input",
|
|
17770
|
-
pk_columns: "metric_pk_columns_input!",
|
|
17771
|
-
},
|
|
17772
|
-
},
|
|
17773
|
-
updateMetrics: {
|
|
17774
|
-
__type: "metric_mutation_response",
|
|
17775
|
-
__args: {
|
|
17776
|
-
_append: "metric_append_input",
|
|
17777
|
-
_delete_at_path: "metric_delete_at_path_input",
|
|
17778
|
-
_delete_elem: "metric_delete_elem_input",
|
|
17779
|
-
_delete_key: "metric_delete_key_input",
|
|
17780
|
-
_inc: "metric_inc_input",
|
|
17781
|
-
_prepend: "metric_prepend_input",
|
|
17782
|
-
_set: "metric_set_input",
|
|
17783
|
-
where: "metric_bool_exp!",
|
|
17784
|
-
},
|
|
17785
|
-
},
|
|
17786
17715
|
updateMonitorConnection: {
|
|
17787
17716
|
__type: "monitorConnection",
|
|
17788
17717
|
__args: {
|
|
@@ -18790,10 +18719,6 @@ export const generatedSchema = {
|
|
|
18790
18719
|
__type: "[listing_status_mutation_response]",
|
|
18791
18720
|
__args: { updates: "[listing_status_updates!]!" },
|
|
18792
18721
|
},
|
|
18793
|
-
update_metric_many: {
|
|
18794
|
-
__type: "[metric_mutation_response]",
|
|
18795
|
-
__args: { updates: "[metric_updates!]!" },
|
|
18796
|
-
},
|
|
18797
18722
|
update_owner_pms_status: {
|
|
18798
18723
|
__type: "owner_pms_status_mutation_response",
|
|
18799
18724
|
__args: {
|
|
@@ -24319,6 +24244,17 @@ export const generatedSchema = {
|
|
|
24319
24244
|
where: "account_bool_exp",
|
|
24320
24245
|
},
|
|
24321
24246
|
},
|
|
24247
|
+
action: { __type: "action", __args: { id: "uuid!" } },
|
|
24248
|
+
actions: {
|
|
24249
|
+
__type: "[action!]!",
|
|
24250
|
+
__args: {
|
|
24251
|
+
distinct_on: "[action_select_column!]",
|
|
24252
|
+
limit: "Int",
|
|
24253
|
+
offset: "Int",
|
|
24254
|
+
order_by: "[action_order_by!]",
|
|
24255
|
+
where: "action_bool_exp",
|
|
24256
|
+
},
|
|
24257
|
+
},
|
|
24322
24258
|
activeStatus: { __type: "activeStatus", __args: { name: "String!" } },
|
|
24323
24259
|
activeStatusAggregate: {
|
|
24324
24260
|
__type: "activeStatus_aggregate!",
|
|
@@ -24361,6 +24297,16 @@ export const generatedSchema = {
|
|
|
24361
24297
|
},
|
|
24362
24298
|
},
|
|
24363
24299
|
address_by_pk: { __type: "address", __args: { id: "uuid!" } },
|
|
24300
|
+
aggregateActions: {
|
|
24301
|
+
__type: "action_aggregate!",
|
|
24302
|
+
__args: {
|
|
24303
|
+
distinct_on: "[action_select_column!]",
|
|
24304
|
+
limit: "Int",
|
|
24305
|
+
offset: "Int",
|
|
24306
|
+
order_by: "[action_order_by!]",
|
|
24307
|
+
where: "action_bool_exp",
|
|
24308
|
+
},
|
|
24309
|
+
},
|
|
24364
24310
|
app: {
|
|
24365
24311
|
__type: "[app!]!",
|
|
24366
24312
|
__args: {
|
|
@@ -24903,27 +24849,6 @@ export const generatedSchema = {
|
|
|
24903
24849
|
__type: "core_change_source_link",
|
|
24904
24850
|
__args: { id: "uuid!" },
|
|
24905
24851
|
},
|
|
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
24852
|
currency: {
|
|
24928
24853
|
__type: "[currency!]!",
|
|
24929
24854
|
__args: {
|
|
@@ -25654,27 +25579,6 @@ export const generatedSchema = {
|
|
|
25654
25579
|
where: "listing_bool_exp",
|
|
25655
25580
|
},
|
|
25656
25581
|
},
|
|
25657
|
-
metric: { __type: "metric", __args: { id: "uuid!" } },
|
|
25658
|
-
metricAggregate: {
|
|
25659
|
-
__type: "metric_aggregate!",
|
|
25660
|
-
__args: {
|
|
25661
|
-
distinct_on: "[metric_select_column!]",
|
|
25662
|
-
limit: "Int",
|
|
25663
|
-
offset: "Int",
|
|
25664
|
-
order_by: "[metric_order_by!]",
|
|
25665
|
-
where: "metric_bool_exp",
|
|
25666
|
-
},
|
|
25667
|
-
},
|
|
25668
|
-
metrics: {
|
|
25669
|
-
__type: "[metric!]!",
|
|
25670
|
-
__args: {
|
|
25671
|
-
distinct_on: "[metric_select_column!]",
|
|
25672
|
-
limit: "Int",
|
|
25673
|
-
offset: "Int",
|
|
25674
|
-
order_by: "[metric_order_by!]",
|
|
25675
|
-
where: "metric_bool_exp",
|
|
25676
|
-
},
|
|
25677
|
-
},
|
|
25678
25582
|
metricsActiveListingCreated: {
|
|
25679
25583
|
__type: "[metricsActiveListingCreatedReturnType!]!",
|
|
25680
25584
|
__args: {
|
|
@@ -32848,6 +32752,17 @@ export const generatedSchema = {
|
|
|
32848
32752
|
where: "account_bool_exp",
|
|
32849
32753
|
},
|
|
32850
32754
|
},
|
|
32755
|
+
action: { __type: "action", __args: { id: "uuid!" } },
|
|
32756
|
+
actions: {
|
|
32757
|
+
__type: "[action!]!",
|
|
32758
|
+
__args: {
|
|
32759
|
+
distinct_on: "[action_select_column!]",
|
|
32760
|
+
limit: "Int",
|
|
32761
|
+
offset: "Int",
|
|
32762
|
+
order_by: "[action_order_by!]",
|
|
32763
|
+
where: "action_bool_exp",
|
|
32764
|
+
},
|
|
32765
|
+
},
|
|
32851
32766
|
activeStatus: { __type: "activeStatus", __args: { name: "String!" } },
|
|
32852
32767
|
activeStatusAggregate: {
|
|
32853
32768
|
__type: "activeStatus_aggregate!",
|
|
@@ -32906,6 +32821,16 @@ export const generatedSchema = {
|
|
|
32906
32821
|
where: "address_bool_exp",
|
|
32907
32822
|
},
|
|
32908
32823
|
},
|
|
32824
|
+
aggregateActions: {
|
|
32825
|
+
__type: "action_aggregate!",
|
|
32826
|
+
__args: {
|
|
32827
|
+
distinct_on: "[action_select_column!]",
|
|
32828
|
+
limit: "Int",
|
|
32829
|
+
offset: "Int",
|
|
32830
|
+
order_by: "[action_order_by!]",
|
|
32831
|
+
where: "action_bool_exp",
|
|
32832
|
+
},
|
|
32833
|
+
},
|
|
32909
32834
|
app: {
|
|
32910
32835
|
__type: "[app!]!",
|
|
32911
32836
|
__args: {
|
|
@@ -33640,35 +33565,6 @@ export const generatedSchema = {
|
|
|
33640
33565
|
where: "core_change_source_link_bool_exp",
|
|
33641
33566
|
},
|
|
33642
33567
|
},
|
|
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
33568
|
currency: {
|
|
33673
33569
|
__type: "[currency!]!",
|
|
33674
33570
|
__args: {
|
|
@@ -34639,35 +34535,6 @@ export const generatedSchema = {
|
|
|
34639
34535
|
where: "listing_bool_exp",
|
|
34640
34536
|
},
|
|
34641
34537
|
},
|
|
34642
|
-
metric: { __type: "metric", __args: { id: "uuid!" } },
|
|
34643
|
-
metricAggregate: {
|
|
34644
|
-
__type: "metric_aggregate!",
|
|
34645
|
-
__args: {
|
|
34646
|
-
distinct_on: "[metric_select_column!]",
|
|
34647
|
-
limit: "Int",
|
|
34648
|
-
offset: "Int",
|
|
34649
|
-
order_by: "[metric_order_by!]",
|
|
34650
|
-
where: "metric_bool_exp",
|
|
34651
|
-
},
|
|
34652
|
-
},
|
|
34653
|
-
metric_stream: {
|
|
34654
|
-
__type: "[metric!]!",
|
|
34655
|
-
__args: {
|
|
34656
|
-
batch_size: "Int!",
|
|
34657
|
-
cursor: "[metric_stream_cursor_input]!",
|
|
34658
|
-
where: "metric_bool_exp",
|
|
34659
|
-
},
|
|
34660
|
-
},
|
|
34661
|
-
metrics: {
|
|
34662
|
-
__type: "[metric!]!",
|
|
34663
|
-
__args: {
|
|
34664
|
-
distinct_on: "[metric_select_column!]",
|
|
34665
|
-
limit: "Int",
|
|
34666
|
-
offset: "Int",
|
|
34667
|
-
order_by: "[metric_order_by!]",
|
|
34668
|
-
where: "metric_bool_exp",
|
|
34669
|
-
},
|
|
34670
|
-
},
|
|
34671
34538
|
metricsActiveListingCreated: {
|
|
34672
34539
|
__type: "[metricsActiveListingCreatedReturnType!]!",
|
|
34673
34540
|
__args: {
|
|
@@ -35950,6 +35817,14 @@ export const generatedSchema = {
|
|
|
35950
35817
|
where: "store_mutation_log_bool_exp",
|
|
35951
35818
|
},
|
|
35952
35819
|
},
|
|
35820
|
+
streamActions: {
|
|
35821
|
+
__type: "[action!]!",
|
|
35822
|
+
__args: {
|
|
35823
|
+
batch_size: "Int!",
|
|
35824
|
+
cursor: "[action_stream_cursor_input]!",
|
|
35825
|
+
where: "action_bool_exp",
|
|
35826
|
+
},
|
|
35827
|
+
},
|
|
35953
35828
|
sync: { __type: "sync", __args: { id: "uuid!" } },
|
|
35954
35829
|
syncAggregate: {
|
|
35955
35830
|
__type: "sync_aggregate!",
|
|
@@ -38026,26 +37901,6 @@ export const generatedSchema = {
|
|
|
38026
37901
|
},
|
|
38027
37902
|
},
|
|
38028
37903
|
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
37904
|
defaultCurrency: { __type: "currency_enum" },
|
|
38050
37905
|
defaultRevenueRecognition: { __type: "accountReservationRevRec_enum" },
|
|
38051
37906
|
email: { __type: "String" },
|
|
@@ -38626,8 +38481,6 @@ export const generatedSchema = {
|
|
|
38626
38481
|
connections: { __type: "connection_bool_exp" },
|
|
38627
38482
|
connections_aggregate: { __type: "connection_aggregate_bool_exp" },
|
|
38628
38483
|
createdAt: { __type: "timestamptz_comparison_exp" },
|
|
38629
|
-
csvLines: { __type: "csv_line_bool_exp" },
|
|
38630
|
-
csvLines_aggregate: { __type: "csv_line_aggregate_bool_exp" },
|
|
38631
38484
|
defaultCurrency: { __type: "currency_enum_comparison_exp" },
|
|
38632
38485
|
defaultRevenueRecognition: {
|
|
38633
38486
|
__type: "accountReservationRevRec_enum_comparison_exp",
|
|
@@ -38763,7 +38616,6 @@ export const generatedSchema = {
|
|
|
38763
38616
|
companyTaxCode: { __type: "String" },
|
|
38764
38617
|
connections: { __type: "connection_arr_rel_insert_input" },
|
|
38765
38618
|
createdAt: { __type: "timestamptz" },
|
|
38766
|
-
csvLines: { __type: "csv_line_arr_rel_insert_input" },
|
|
38767
38619
|
defaultCurrency: { __type: "currency_enum" },
|
|
38768
38620
|
defaultRevenueRecognition: { __type: "accountReservationRevRec_enum" },
|
|
38769
38621
|
email: { __type: "String" },
|
|
@@ -39027,7 +38879,6 @@ export const generatedSchema = {
|
|
|
39027
38879
|
companyTaxCode: { __type: "order_by" },
|
|
39028
38880
|
connections_aggregate: { __type: "connection_aggregate_order_by" },
|
|
39029
38881
|
createdAt: { __type: "order_by" },
|
|
39030
|
-
csvLines_aggregate: { __type: "csv_line_aggregate_order_by" },
|
|
39031
38882
|
defaultCurrency: { __type: "order_by" },
|
|
39032
38883
|
defaultRevenueRecognition: { __type: "order_by" },
|
|
39033
38884
|
email: { __type: "order_by" },
|