@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
|
@@ -50,6 +50,11 @@ exports.scalarsEnumsHash = {
|
|
|
50
50
|
account_constraint: true,
|
|
51
51
|
account_select_column: true,
|
|
52
52
|
account_update_column: true,
|
|
53
|
+
action_constraint: true,
|
|
54
|
+
action_select_column: true,
|
|
55
|
+
action_select_column_action_aggregate_bool_exp_bool_and_arguments_columns: true,
|
|
56
|
+
action_select_column_action_aggregate_bool_exp_bool_or_arguments_columns: true,
|
|
57
|
+
action_update_column: true,
|
|
53
58
|
activeStatus_constraint: true,
|
|
54
59
|
activeStatus_enum: true,
|
|
55
60
|
activeStatus_select_column: true,
|
|
@@ -147,9 +152,6 @@ exports.scalarsEnumsHash = {
|
|
|
147
152
|
core_change_source_link_constraint: true,
|
|
148
153
|
core_change_source_link_select_column: true,
|
|
149
154
|
core_change_source_link_update_column: true,
|
|
150
|
-
csv_line_constraint: true,
|
|
151
|
-
csv_line_select_column: true,
|
|
152
|
-
csv_line_update_column: true,
|
|
153
155
|
currency_constraint: true,
|
|
154
156
|
currency_enum: true,
|
|
155
157
|
currency_select_column: true,
|
|
@@ -190,7 +192,6 @@ exports.scalarsEnumsHash = {
|
|
|
190
192
|
file_storage_tag_select_column: true,
|
|
191
193
|
file_storage_tag_update_column: true,
|
|
192
194
|
file_storage_update_column: true,
|
|
193
|
-
float8: true,
|
|
194
195
|
issueConnectionsNeedVersionUpgradeReturnType_enum_name: true,
|
|
195
196
|
issueDuplicatedPaymentsReturnType_enum_name: true,
|
|
196
197
|
issueMessageOverwrite_constraint: true,
|
|
@@ -250,9 +251,6 @@ exports.scalarsEnumsHash = {
|
|
|
250
251
|
listing_status_select_column: true,
|
|
251
252
|
listing_status_update_column: true,
|
|
252
253
|
listing_update_column: true,
|
|
253
|
-
metric_constraint: true,
|
|
254
|
-
metric_select_column: true,
|
|
255
|
-
metric_update_column: true,
|
|
256
254
|
metricsActiveListingCreatedReturnType_enum_name: true,
|
|
257
255
|
metricsBankRecordBalancesReturnType_enum_name: true,
|
|
258
256
|
metricsCurrenciesReturnType_enum_name: true,
|
|
@@ -2199,6 +2197,511 @@ exports.generatedSchema = {
|
|
|
2199
2197
|
_set: { __type: "account_set_input" },
|
|
2200
2198
|
where: { __type: "account_bool_exp!" },
|
|
2201
2199
|
},
|
|
2200
|
+
action: {
|
|
2201
|
+
__typename: { __type: "String!" },
|
|
2202
|
+
appId: { __type: "String" },
|
|
2203
|
+
automationId: { __type: "uuid" },
|
|
2204
|
+
changes: {
|
|
2205
|
+
__type: "[change!]!",
|
|
2206
|
+
__args: {
|
|
2207
|
+
distinct_on: "[change_select_column!]",
|
|
2208
|
+
limit: "Int",
|
|
2209
|
+
offset: "Int",
|
|
2210
|
+
order_by: "[change_order_by!]",
|
|
2211
|
+
where: "change_bool_exp",
|
|
2212
|
+
},
|
|
2213
|
+
},
|
|
2214
|
+
changes_aggregate: {
|
|
2215
|
+
__type: "change_aggregate!",
|
|
2216
|
+
__args: {
|
|
2217
|
+
distinct_on: "[change_select_column!]",
|
|
2218
|
+
limit: "Int",
|
|
2219
|
+
offset: "Int",
|
|
2220
|
+
order_by: "[change_order_by!]",
|
|
2221
|
+
where: "change_bool_exp",
|
|
2222
|
+
},
|
|
2223
|
+
},
|
|
2224
|
+
connection: { __type: "connection" },
|
|
2225
|
+
connectionId: { __type: "uuid" },
|
|
2226
|
+
createdAt: { __type: "timestamptz" },
|
|
2227
|
+
id: { __type: "uuid!" },
|
|
2228
|
+
inputJson: { __type: "jsonb", __args: { path: "String" } },
|
|
2229
|
+
isCurrent: { __type: "Boolean" },
|
|
2230
|
+
jobId: { __type: "uuid" },
|
|
2231
|
+
jobIndex: { __type: "Int" },
|
|
2232
|
+
jobPageId: { __type: "uuid" },
|
|
2233
|
+
jobPlanId: { __type: "uuid" },
|
|
2234
|
+
objectId: { __type: "uuid" },
|
|
2235
|
+
opId: { __type: "uuid" },
|
|
2236
|
+
outputJson: { __type: "jsonb", __args: { path: "String" } },
|
|
2237
|
+
previousActions: {
|
|
2238
|
+
__type: "[action!]!",
|
|
2239
|
+
__args: {
|
|
2240
|
+
distinct_on: "[action_select_column!]",
|
|
2241
|
+
limit: "Int",
|
|
2242
|
+
offset: "Int",
|
|
2243
|
+
order_by: "[action_order_by!]",
|
|
2244
|
+
where: "action_bool_exp",
|
|
2245
|
+
},
|
|
2246
|
+
},
|
|
2247
|
+
previousActions3: {
|
|
2248
|
+
__type: "[action!]!",
|
|
2249
|
+
__args: {
|
|
2250
|
+
distinct_on: "[action_select_column!]",
|
|
2251
|
+
limit: "Int",
|
|
2252
|
+
offset: "Int",
|
|
2253
|
+
order_by: "[action_order_by!]",
|
|
2254
|
+
where: "action_bool_exp",
|
|
2255
|
+
},
|
|
2256
|
+
},
|
|
2257
|
+
previousActions3_aggregate: {
|
|
2258
|
+
__type: "action_aggregate!",
|
|
2259
|
+
__args: {
|
|
2260
|
+
distinct_on: "[action_select_column!]",
|
|
2261
|
+
limit: "Int",
|
|
2262
|
+
offset: "Int",
|
|
2263
|
+
order_by: "[action_order_by!]",
|
|
2264
|
+
where: "action_bool_exp",
|
|
2265
|
+
},
|
|
2266
|
+
},
|
|
2267
|
+
previousActionsByType: {
|
|
2268
|
+
__type: "[action!]!",
|
|
2269
|
+
__args: {
|
|
2270
|
+
distinct_on: "[action_select_column!]",
|
|
2271
|
+
limit: "Int",
|
|
2272
|
+
offset: "Int",
|
|
2273
|
+
order_by: "[action_order_by!]",
|
|
2274
|
+
where: "action_bool_exp",
|
|
2275
|
+
},
|
|
2276
|
+
},
|
|
2277
|
+
previousActionsByType_aggregate: {
|
|
2278
|
+
__type: "action_aggregate!",
|
|
2279
|
+
__args: {
|
|
2280
|
+
distinct_on: "[action_select_column!]",
|
|
2281
|
+
limit: "Int",
|
|
2282
|
+
offset: "Int",
|
|
2283
|
+
order_by: "[action_order_by!]",
|
|
2284
|
+
where: "action_bool_exp",
|
|
2285
|
+
},
|
|
2286
|
+
},
|
|
2287
|
+
previousActions_aggregate: {
|
|
2288
|
+
__type: "action_aggregate!",
|
|
2289
|
+
__args: {
|
|
2290
|
+
distinct_on: "[action_select_column!]",
|
|
2291
|
+
limit: "Int",
|
|
2292
|
+
offset: "Int",
|
|
2293
|
+
order_by: "[action_order_by!]",
|
|
2294
|
+
where: "action_bool_exp",
|
|
2295
|
+
},
|
|
2296
|
+
},
|
|
2297
|
+
refs: { __type: "jsonb", __args: { path: "String" } },
|
|
2298
|
+
schemaId: { __type: "uuid" },
|
|
2299
|
+
source: { __type: "source" },
|
|
2300
|
+
sourceId: { __type: "uuid" },
|
|
2301
|
+
status: { __type: "String" },
|
|
2302
|
+
tenant: { __type: "tenant" },
|
|
2303
|
+
tenantId: { __type: "uuid" },
|
|
2304
|
+
title: { __type: "String" },
|
|
2305
|
+
type: { __type: "String" },
|
|
2306
|
+
uniqueRef: { __type: "String" },
|
|
2307
|
+
updatedAt: { __type: "timestamptz" },
|
|
2308
|
+
},
|
|
2309
|
+
action_aggregate: {
|
|
2310
|
+
__typename: { __type: "String!" },
|
|
2311
|
+
aggregate: { __type: "action_aggregate_fields" },
|
|
2312
|
+
nodes: { __type: "[action!]!" },
|
|
2313
|
+
},
|
|
2314
|
+
action_aggregate_bool_exp: {
|
|
2315
|
+
bool_and: { __type: "action_aggregate_bool_exp_bool_and" },
|
|
2316
|
+
bool_or: { __type: "action_aggregate_bool_exp_bool_or" },
|
|
2317
|
+
count: { __type: "action_aggregate_bool_exp_count" },
|
|
2318
|
+
},
|
|
2319
|
+
action_aggregate_bool_exp_bool_and: {
|
|
2320
|
+
arguments: {
|
|
2321
|
+
__type: "action_select_column_action_aggregate_bool_exp_bool_and_arguments_columns!",
|
|
2322
|
+
},
|
|
2323
|
+
distinct: { __type: "Boolean" },
|
|
2324
|
+
filter: { __type: "action_bool_exp" },
|
|
2325
|
+
predicate: { __type: "Boolean_comparison_exp!" },
|
|
2326
|
+
},
|
|
2327
|
+
action_aggregate_bool_exp_bool_or: {
|
|
2328
|
+
arguments: {
|
|
2329
|
+
__type: "action_select_column_action_aggregate_bool_exp_bool_or_arguments_columns!",
|
|
2330
|
+
},
|
|
2331
|
+
distinct: { __type: "Boolean" },
|
|
2332
|
+
filter: { __type: "action_bool_exp" },
|
|
2333
|
+
predicate: { __type: "Boolean_comparison_exp!" },
|
|
2334
|
+
},
|
|
2335
|
+
action_aggregate_bool_exp_count: {
|
|
2336
|
+
arguments: { __type: "[action_select_column!]" },
|
|
2337
|
+
distinct: { __type: "Boolean" },
|
|
2338
|
+
filter: { __type: "action_bool_exp" },
|
|
2339
|
+
predicate: { __type: "Int_comparison_exp!" },
|
|
2340
|
+
},
|
|
2341
|
+
action_aggregate_fields: {
|
|
2342
|
+
__typename: { __type: "String!" },
|
|
2343
|
+
avg: { __type: "action_avg_fields" },
|
|
2344
|
+
count: {
|
|
2345
|
+
__type: "Int!",
|
|
2346
|
+
__args: { columns: "[action_select_column!]", distinct: "Boolean" },
|
|
2347
|
+
},
|
|
2348
|
+
max: { __type: "action_max_fields" },
|
|
2349
|
+
min: { __type: "action_min_fields" },
|
|
2350
|
+
stddev: { __type: "action_stddev_fields" },
|
|
2351
|
+
stddev_pop: { __type: "action_stddev_pop_fields" },
|
|
2352
|
+
stddev_samp: { __type: "action_stddev_samp_fields" },
|
|
2353
|
+
sum: { __type: "action_sum_fields" },
|
|
2354
|
+
var_pop: { __type: "action_var_pop_fields" },
|
|
2355
|
+
var_samp: { __type: "action_var_samp_fields" },
|
|
2356
|
+
variance: { __type: "action_variance_fields" },
|
|
2357
|
+
},
|
|
2358
|
+
action_aggregate_order_by: {
|
|
2359
|
+
avg: { __type: "action_avg_order_by" },
|
|
2360
|
+
count: { __type: "order_by" },
|
|
2361
|
+
max: { __type: "action_max_order_by" },
|
|
2362
|
+
min: { __type: "action_min_order_by" },
|
|
2363
|
+
stddev: { __type: "action_stddev_order_by" },
|
|
2364
|
+
stddev_pop: { __type: "action_stddev_pop_order_by" },
|
|
2365
|
+
stddev_samp: { __type: "action_stddev_samp_order_by" },
|
|
2366
|
+
sum: { __type: "action_sum_order_by" },
|
|
2367
|
+
var_pop: { __type: "action_var_pop_order_by" },
|
|
2368
|
+
var_samp: { __type: "action_var_samp_order_by" },
|
|
2369
|
+
variance: { __type: "action_variance_order_by" },
|
|
2370
|
+
},
|
|
2371
|
+
action_append_input: {
|
|
2372
|
+
inputJson: { __type: "jsonb" },
|
|
2373
|
+
outputJson: { __type: "jsonb" },
|
|
2374
|
+
refs: { __type: "jsonb" },
|
|
2375
|
+
},
|
|
2376
|
+
action_arr_rel_insert_input: {
|
|
2377
|
+
data: { __type: "[action_insert_input!]!" },
|
|
2378
|
+
on_conflict: { __type: "action_on_conflict" },
|
|
2379
|
+
},
|
|
2380
|
+
action_avg_fields: {
|
|
2381
|
+
__typename: { __type: "String!" },
|
|
2382
|
+
jobIndex: { __type: "Float" },
|
|
2383
|
+
},
|
|
2384
|
+
action_avg_order_by: { jobIndex: { __type: "order_by" } },
|
|
2385
|
+
action_bool_exp: {
|
|
2386
|
+
_and: { __type: "[action_bool_exp!]" },
|
|
2387
|
+
_not: { __type: "action_bool_exp" },
|
|
2388
|
+
_or: { __type: "[action_bool_exp!]" },
|
|
2389
|
+
appId: { __type: "String_comparison_exp" },
|
|
2390
|
+
automationId: { __type: "uuid_comparison_exp" },
|
|
2391
|
+
changes: { __type: "change_bool_exp" },
|
|
2392
|
+
changes_aggregate: { __type: "change_aggregate_bool_exp" },
|
|
2393
|
+
connection: { __type: "connection_bool_exp" },
|
|
2394
|
+
connectionId: { __type: "uuid_comparison_exp" },
|
|
2395
|
+
createdAt: { __type: "timestamptz_comparison_exp" },
|
|
2396
|
+
id: { __type: "uuid_comparison_exp" },
|
|
2397
|
+
inputJson: { __type: "jsonb_comparison_exp" },
|
|
2398
|
+
isCurrent: { __type: "Boolean_comparison_exp" },
|
|
2399
|
+
jobId: { __type: "uuid_comparison_exp" },
|
|
2400
|
+
jobIndex: { __type: "Int_comparison_exp" },
|
|
2401
|
+
jobPageId: { __type: "uuid_comparison_exp" },
|
|
2402
|
+
jobPlanId: { __type: "uuid_comparison_exp" },
|
|
2403
|
+
objectId: { __type: "uuid_comparison_exp" },
|
|
2404
|
+
opId: { __type: "uuid_comparison_exp" },
|
|
2405
|
+
outputJson: { __type: "jsonb_comparison_exp" },
|
|
2406
|
+
previousActions: { __type: "action_bool_exp" },
|
|
2407
|
+
previousActions3: { __type: "action_bool_exp" },
|
|
2408
|
+
previousActions3_aggregate: { __type: "action_aggregate_bool_exp" },
|
|
2409
|
+
previousActionsByType: { __type: "action_bool_exp" },
|
|
2410
|
+
previousActionsByType_aggregate: { __type: "action_aggregate_bool_exp" },
|
|
2411
|
+
previousActions_aggregate: { __type: "action_aggregate_bool_exp" },
|
|
2412
|
+
refs: { __type: "jsonb_comparison_exp" },
|
|
2413
|
+
schemaId: { __type: "uuid_comparison_exp" },
|
|
2414
|
+
source: { __type: "source_bool_exp" },
|
|
2415
|
+
sourceId: { __type: "uuid_comparison_exp" },
|
|
2416
|
+
status: { __type: "String_comparison_exp" },
|
|
2417
|
+
tenant: { __type: "tenant_bool_exp" },
|
|
2418
|
+
tenantId: { __type: "uuid_comparison_exp" },
|
|
2419
|
+
title: { __type: "String_comparison_exp" },
|
|
2420
|
+
type: { __type: "String_comparison_exp" },
|
|
2421
|
+
uniqueRef: { __type: "String_comparison_exp" },
|
|
2422
|
+
updatedAt: { __type: "timestamptz_comparison_exp" },
|
|
2423
|
+
},
|
|
2424
|
+
action_delete_at_path_input: {
|
|
2425
|
+
inputJson: { __type: "[String!]" },
|
|
2426
|
+
outputJson: { __type: "[String!]" },
|
|
2427
|
+
refs: { __type: "[String!]" },
|
|
2428
|
+
},
|
|
2429
|
+
action_delete_elem_input: {
|
|
2430
|
+
inputJson: { __type: "Int" },
|
|
2431
|
+
outputJson: { __type: "Int" },
|
|
2432
|
+
refs: { __type: "Int" },
|
|
2433
|
+
},
|
|
2434
|
+
action_delete_key_input: {
|
|
2435
|
+
inputJson: { __type: "String" },
|
|
2436
|
+
outputJson: { __type: "String" },
|
|
2437
|
+
refs: { __type: "String" },
|
|
2438
|
+
},
|
|
2439
|
+
action_inc_input: { jobIndex: { __type: "Int" } },
|
|
2440
|
+
action_insert_input: {
|
|
2441
|
+
appId: { __type: "String" },
|
|
2442
|
+
automationId: { __type: "uuid" },
|
|
2443
|
+
changes: { __type: "change_arr_rel_insert_input" },
|
|
2444
|
+
connection: { __type: "connection_obj_rel_insert_input" },
|
|
2445
|
+
connectionId: { __type: "uuid" },
|
|
2446
|
+
createdAt: { __type: "timestamptz" },
|
|
2447
|
+
id: { __type: "uuid" },
|
|
2448
|
+
inputJson: { __type: "jsonb" },
|
|
2449
|
+
isCurrent: { __type: "Boolean" },
|
|
2450
|
+
jobId: { __type: "uuid" },
|
|
2451
|
+
jobIndex: { __type: "Int" },
|
|
2452
|
+
jobPageId: { __type: "uuid" },
|
|
2453
|
+
jobPlanId: { __type: "uuid" },
|
|
2454
|
+
objectId: { __type: "uuid" },
|
|
2455
|
+
opId: { __type: "uuid" },
|
|
2456
|
+
outputJson: { __type: "jsonb" },
|
|
2457
|
+
previousActions: { __type: "action_arr_rel_insert_input" },
|
|
2458
|
+
previousActions3: { __type: "action_arr_rel_insert_input" },
|
|
2459
|
+
previousActionsByType: { __type: "action_arr_rel_insert_input" },
|
|
2460
|
+
refs: { __type: "jsonb" },
|
|
2461
|
+
schemaId: { __type: "uuid" },
|
|
2462
|
+
source: { __type: "source_obj_rel_insert_input" },
|
|
2463
|
+
sourceId: { __type: "uuid" },
|
|
2464
|
+
status: { __type: "String" },
|
|
2465
|
+
tenant: { __type: "tenant_obj_rel_insert_input" },
|
|
2466
|
+
tenantId: { __type: "uuid" },
|
|
2467
|
+
title: { __type: "String" },
|
|
2468
|
+
type: { __type: "String" },
|
|
2469
|
+
uniqueRef: { __type: "String" },
|
|
2470
|
+
updatedAt: { __type: "timestamptz" },
|
|
2471
|
+
},
|
|
2472
|
+
action_max_fields: {
|
|
2473
|
+
__typename: { __type: "String!" },
|
|
2474
|
+
appId: { __type: "String" },
|
|
2475
|
+
automationId: { __type: "uuid" },
|
|
2476
|
+
connectionId: { __type: "uuid" },
|
|
2477
|
+
createdAt: { __type: "timestamptz" },
|
|
2478
|
+
id: { __type: "uuid" },
|
|
2479
|
+
jobId: { __type: "uuid" },
|
|
2480
|
+
jobIndex: { __type: "Int" },
|
|
2481
|
+
jobPageId: { __type: "uuid" },
|
|
2482
|
+
jobPlanId: { __type: "uuid" },
|
|
2483
|
+
objectId: { __type: "uuid" },
|
|
2484
|
+
opId: { __type: "uuid" },
|
|
2485
|
+
schemaId: { __type: "uuid" },
|
|
2486
|
+
sourceId: { __type: "uuid" },
|
|
2487
|
+
status: { __type: "String" },
|
|
2488
|
+
tenantId: { __type: "uuid" },
|
|
2489
|
+
title: { __type: "String" },
|
|
2490
|
+
type: { __type: "String" },
|
|
2491
|
+
uniqueRef: { __type: "String" },
|
|
2492
|
+
updatedAt: { __type: "timestamptz" },
|
|
2493
|
+
},
|
|
2494
|
+
action_max_order_by: {
|
|
2495
|
+
appId: { __type: "order_by" },
|
|
2496
|
+
automationId: { __type: "order_by" },
|
|
2497
|
+
connectionId: { __type: "order_by" },
|
|
2498
|
+
createdAt: { __type: "order_by" },
|
|
2499
|
+
id: { __type: "order_by" },
|
|
2500
|
+
jobId: { __type: "order_by" },
|
|
2501
|
+
jobIndex: { __type: "order_by" },
|
|
2502
|
+
jobPageId: { __type: "order_by" },
|
|
2503
|
+
jobPlanId: { __type: "order_by" },
|
|
2504
|
+
objectId: { __type: "order_by" },
|
|
2505
|
+
opId: { __type: "order_by" },
|
|
2506
|
+
schemaId: { __type: "order_by" },
|
|
2507
|
+
sourceId: { __type: "order_by" },
|
|
2508
|
+
status: { __type: "order_by" },
|
|
2509
|
+
tenantId: { __type: "order_by" },
|
|
2510
|
+
title: { __type: "order_by" },
|
|
2511
|
+
type: { __type: "order_by" },
|
|
2512
|
+
uniqueRef: { __type: "order_by" },
|
|
2513
|
+
updatedAt: { __type: "order_by" },
|
|
2514
|
+
},
|
|
2515
|
+
action_min_fields: {
|
|
2516
|
+
__typename: { __type: "String!" },
|
|
2517
|
+
appId: { __type: "String" },
|
|
2518
|
+
automationId: { __type: "uuid" },
|
|
2519
|
+
connectionId: { __type: "uuid" },
|
|
2520
|
+
createdAt: { __type: "timestamptz" },
|
|
2521
|
+
id: { __type: "uuid" },
|
|
2522
|
+
jobId: { __type: "uuid" },
|
|
2523
|
+
jobIndex: { __type: "Int" },
|
|
2524
|
+
jobPageId: { __type: "uuid" },
|
|
2525
|
+
jobPlanId: { __type: "uuid" },
|
|
2526
|
+
objectId: { __type: "uuid" },
|
|
2527
|
+
opId: { __type: "uuid" },
|
|
2528
|
+
schemaId: { __type: "uuid" },
|
|
2529
|
+
sourceId: { __type: "uuid" },
|
|
2530
|
+
status: { __type: "String" },
|
|
2531
|
+
tenantId: { __type: "uuid" },
|
|
2532
|
+
title: { __type: "String" },
|
|
2533
|
+
type: { __type: "String" },
|
|
2534
|
+
uniqueRef: { __type: "String" },
|
|
2535
|
+
updatedAt: { __type: "timestamptz" },
|
|
2536
|
+
},
|
|
2537
|
+
action_min_order_by: {
|
|
2538
|
+
appId: { __type: "order_by" },
|
|
2539
|
+
automationId: { __type: "order_by" },
|
|
2540
|
+
connectionId: { __type: "order_by" },
|
|
2541
|
+
createdAt: { __type: "order_by" },
|
|
2542
|
+
id: { __type: "order_by" },
|
|
2543
|
+
jobId: { __type: "order_by" },
|
|
2544
|
+
jobIndex: { __type: "order_by" },
|
|
2545
|
+
jobPageId: { __type: "order_by" },
|
|
2546
|
+
jobPlanId: { __type: "order_by" },
|
|
2547
|
+
objectId: { __type: "order_by" },
|
|
2548
|
+
opId: { __type: "order_by" },
|
|
2549
|
+
schemaId: { __type: "order_by" },
|
|
2550
|
+
sourceId: { __type: "order_by" },
|
|
2551
|
+
status: { __type: "order_by" },
|
|
2552
|
+
tenantId: { __type: "order_by" },
|
|
2553
|
+
title: { __type: "order_by" },
|
|
2554
|
+
type: { __type: "order_by" },
|
|
2555
|
+
uniqueRef: { __type: "order_by" },
|
|
2556
|
+
updatedAt: { __type: "order_by" },
|
|
2557
|
+
},
|
|
2558
|
+
action_mutation_response: {
|
|
2559
|
+
__typename: { __type: "String!" },
|
|
2560
|
+
affected_rows: { __type: "Int!" },
|
|
2561
|
+
returning: { __type: "[action!]!" },
|
|
2562
|
+
},
|
|
2563
|
+
action_on_conflict: {
|
|
2564
|
+
constraint: { __type: "action_constraint!" },
|
|
2565
|
+
update_columns: { __type: "[action_update_column!]!" },
|
|
2566
|
+
where: { __type: "action_bool_exp" },
|
|
2567
|
+
},
|
|
2568
|
+
action_order_by: {
|
|
2569
|
+
appId: { __type: "order_by" },
|
|
2570
|
+
automationId: { __type: "order_by" },
|
|
2571
|
+
changes_aggregate: { __type: "change_aggregate_order_by" },
|
|
2572
|
+
connection: { __type: "connection_order_by" },
|
|
2573
|
+
connectionId: { __type: "order_by" },
|
|
2574
|
+
createdAt: { __type: "order_by" },
|
|
2575
|
+
id: { __type: "order_by" },
|
|
2576
|
+
inputJson: { __type: "order_by" },
|
|
2577
|
+
isCurrent: { __type: "order_by" },
|
|
2578
|
+
jobId: { __type: "order_by" },
|
|
2579
|
+
jobIndex: { __type: "order_by" },
|
|
2580
|
+
jobPageId: { __type: "order_by" },
|
|
2581
|
+
jobPlanId: { __type: "order_by" },
|
|
2582
|
+
objectId: { __type: "order_by" },
|
|
2583
|
+
opId: { __type: "order_by" },
|
|
2584
|
+
outputJson: { __type: "order_by" },
|
|
2585
|
+
previousActions3_aggregate: { __type: "action_aggregate_order_by" },
|
|
2586
|
+
previousActionsByType_aggregate: { __type: "action_aggregate_order_by" },
|
|
2587
|
+
previousActions_aggregate: { __type: "action_aggregate_order_by" },
|
|
2588
|
+
refs: { __type: "order_by" },
|
|
2589
|
+
schemaId: { __type: "order_by" },
|
|
2590
|
+
source: { __type: "source_order_by" },
|
|
2591
|
+
sourceId: { __type: "order_by" },
|
|
2592
|
+
status: { __type: "order_by" },
|
|
2593
|
+
tenant: { __type: "tenant_order_by" },
|
|
2594
|
+
tenantId: { __type: "order_by" },
|
|
2595
|
+
title: { __type: "order_by" },
|
|
2596
|
+
type: { __type: "order_by" },
|
|
2597
|
+
uniqueRef: { __type: "order_by" },
|
|
2598
|
+
updatedAt: { __type: "order_by" },
|
|
2599
|
+
},
|
|
2600
|
+
action_pk_columns_input: { id: { __type: "uuid!" } },
|
|
2601
|
+
action_prepend_input: {
|
|
2602
|
+
inputJson: { __type: "jsonb" },
|
|
2603
|
+
outputJson: { __type: "jsonb" },
|
|
2604
|
+
refs: { __type: "jsonb" },
|
|
2605
|
+
},
|
|
2606
|
+
action_set_input: {
|
|
2607
|
+
appId: { __type: "String" },
|
|
2608
|
+
automationId: { __type: "uuid" },
|
|
2609
|
+
connectionId: { __type: "uuid" },
|
|
2610
|
+
createdAt: { __type: "timestamptz" },
|
|
2611
|
+
id: { __type: "uuid" },
|
|
2612
|
+
inputJson: { __type: "jsonb" },
|
|
2613
|
+
isCurrent: { __type: "Boolean" },
|
|
2614
|
+
jobId: { __type: "uuid" },
|
|
2615
|
+
jobIndex: { __type: "Int" },
|
|
2616
|
+
jobPageId: { __type: "uuid" },
|
|
2617
|
+
jobPlanId: { __type: "uuid" },
|
|
2618
|
+
objectId: { __type: "uuid" },
|
|
2619
|
+
opId: { __type: "uuid" },
|
|
2620
|
+
outputJson: { __type: "jsonb" },
|
|
2621
|
+
refs: { __type: "jsonb" },
|
|
2622
|
+
schemaId: { __type: "uuid" },
|
|
2623
|
+
sourceId: { __type: "uuid" },
|
|
2624
|
+
status: { __type: "String" },
|
|
2625
|
+
tenantId: { __type: "uuid" },
|
|
2626
|
+
title: { __type: "String" },
|
|
2627
|
+
type: { __type: "String" },
|
|
2628
|
+
uniqueRef: { __type: "String" },
|
|
2629
|
+
updatedAt: { __type: "timestamptz" },
|
|
2630
|
+
},
|
|
2631
|
+
action_stddev_fields: {
|
|
2632
|
+
__typename: { __type: "String!" },
|
|
2633
|
+
jobIndex: { __type: "Float" },
|
|
2634
|
+
},
|
|
2635
|
+
action_stddev_order_by: { jobIndex: { __type: "order_by" } },
|
|
2636
|
+
action_stddev_pop_fields: {
|
|
2637
|
+
__typename: { __type: "String!" },
|
|
2638
|
+
jobIndex: { __type: "Float" },
|
|
2639
|
+
},
|
|
2640
|
+
action_stddev_pop_order_by: { jobIndex: { __type: "order_by" } },
|
|
2641
|
+
action_stddev_samp_fields: {
|
|
2642
|
+
__typename: { __type: "String!" },
|
|
2643
|
+
jobIndex: { __type: "Float" },
|
|
2644
|
+
},
|
|
2645
|
+
action_stddev_samp_order_by: { jobIndex: { __type: "order_by" } },
|
|
2646
|
+
action_stream_cursor_input: {
|
|
2647
|
+
initial_value: { __type: "action_stream_cursor_value_input!" },
|
|
2648
|
+
ordering: { __type: "cursor_ordering" },
|
|
2649
|
+
},
|
|
2650
|
+
action_stream_cursor_value_input: {
|
|
2651
|
+
appId: { __type: "String" },
|
|
2652
|
+
automationId: { __type: "uuid" },
|
|
2653
|
+
connectionId: { __type: "uuid" },
|
|
2654
|
+
createdAt: { __type: "timestamptz" },
|
|
2655
|
+
id: { __type: "uuid" },
|
|
2656
|
+
inputJson: { __type: "jsonb" },
|
|
2657
|
+
isCurrent: { __type: "Boolean" },
|
|
2658
|
+
jobId: { __type: "uuid" },
|
|
2659
|
+
jobIndex: { __type: "Int" },
|
|
2660
|
+
jobPageId: { __type: "uuid" },
|
|
2661
|
+
jobPlanId: { __type: "uuid" },
|
|
2662
|
+
objectId: { __type: "uuid" },
|
|
2663
|
+
opId: { __type: "uuid" },
|
|
2664
|
+
outputJson: { __type: "jsonb" },
|
|
2665
|
+
refs: { __type: "jsonb" },
|
|
2666
|
+
schemaId: { __type: "uuid" },
|
|
2667
|
+
sourceId: { __type: "uuid" },
|
|
2668
|
+
status: { __type: "String" },
|
|
2669
|
+
tenantId: { __type: "uuid" },
|
|
2670
|
+
title: { __type: "String" },
|
|
2671
|
+
type: { __type: "String" },
|
|
2672
|
+
uniqueRef: { __type: "String" },
|
|
2673
|
+
updatedAt: { __type: "timestamptz" },
|
|
2674
|
+
},
|
|
2675
|
+
action_sum_fields: {
|
|
2676
|
+
__typename: { __type: "String!" },
|
|
2677
|
+
jobIndex: { __type: "Int" },
|
|
2678
|
+
},
|
|
2679
|
+
action_sum_order_by: { jobIndex: { __type: "order_by" } },
|
|
2680
|
+
action_updates: {
|
|
2681
|
+
_append: { __type: "action_append_input" },
|
|
2682
|
+
_delete_at_path: { __type: "action_delete_at_path_input" },
|
|
2683
|
+
_delete_elem: { __type: "action_delete_elem_input" },
|
|
2684
|
+
_delete_key: { __type: "action_delete_key_input" },
|
|
2685
|
+
_inc: { __type: "action_inc_input" },
|
|
2686
|
+
_prepend: { __type: "action_prepend_input" },
|
|
2687
|
+
_set: { __type: "action_set_input" },
|
|
2688
|
+
where: { __type: "action_bool_exp!" },
|
|
2689
|
+
},
|
|
2690
|
+
action_var_pop_fields: {
|
|
2691
|
+
__typename: { __type: "String!" },
|
|
2692
|
+
jobIndex: { __type: "Float" },
|
|
2693
|
+
},
|
|
2694
|
+
action_var_pop_order_by: { jobIndex: { __type: "order_by" } },
|
|
2695
|
+
action_var_samp_fields: {
|
|
2696
|
+
__typename: { __type: "String!" },
|
|
2697
|
+
jobIndex: { __type: "Float" },
|
|
2698
|
+
},
|
|
2699
|
+
action_var_samp_order_by: { jobIndex: { __type: "order_by" } },
|
|
2700
|
+
action_variance_fields: {
|
|
2701
|
+
__typename: { __type: "String!" },
|
|
2702
|
+
jobIndex: { __type: "Float" },
|
|
2703
|
+
},
|
|
2704
|
+
action_variance_order_by: { jobIndex: { __type: "order_by" } },
|
|
2202
2705
|
activeStatus: {
|
|
2203
2706
|
__typename: { __type: "String!" },
|
|
2204
2707
|
name: { __type: "String!" },
|
|
@@ -6189,26 +6692,6 @@ exports.generatedSchema = {
|
|
|
6189
6692
|
},
|
|
6190
6693
|
createdAt: { __type: "timestamptz!" },
|
|
6191
6694
|
credentials: { __type: "jsonb", __args: { path: "String" } },
|
|
6192
|
-
csvLines: {
|
|
6193
|
-
__type: "[csv_line!]!",
|
|
6194
|
-
__args: {
|
|
6195
|
-
distinct_on: "[csv_line_select_column!]",
|
|
6196
|
-
limit: "Int",
|
|
6197
|
-
offset: "Int",
|
|
6198
|
-
order_by: "[csv_line_order_by!]",
|
|
6199
|
-
where: "csv_line_bool_exp",
|
|
6200
|
-
},
|
|
6201
|
-
},
|
|
6202
|
-
csvLines_aggregate: {
|
|
6203
|
-
__type: "csv_line_aggregate!",
|
|
6204
|
-
__args: {
|
|
6205
|
-
distinct_on: "[csv_line_select_column!]",
|
|
6206
|
-
limit: "Int",
|
|
6207
|
-
offset: "Int",
|
|
6208
|
-
order_by: "[csv_line_order_by!]",
|
|
6209
|
-
where: "csv_line_bool_exp",
|
|
6210
|
-
},
|
|
6211
|
-
},
|
|
6212
6695
|
disabled: { __type: "Boolean" },
|
|
6213
6696
|
fetchNext: { __type: "timestamptz" },
|
|
6214
6697
|
fetchStatus: { __type: "syncStatus_enum!" },
|
|
@@ -6541,8 +7024,6 @@ exports.generatedSchema = {
|
|
|
6541
7024
|
changes_aggregate: { __type: "change_aggregate_bool_exp" },
|
|
6542
7025
|
createdAt: { __type: "timestamptz_comparison_exp" },
|
|
6543
7026
|
credentials: { __type: "jsonb_comparison_exp" },
|
|
6544
|
-
csvLines: { __type: "csv_line_bool_exp" },
|
|
6545
|
-
csvLines_aggregate: { __type: "csv_line_aggregate_bool_exp" },
|
|
6546
7027
|
disabled: { __type: "Boolean_comparison_exp" },
|
|
6547
7028
|
fetchNext: { __type: "timestamptz_comparison_exp" },
|
|
6548
7029
|
fetchStatus: { __type: "syncStatus_enum_comparison_exp" },
|
|
@@ -6612,7 +7093,6 @@ exports.generatedSchema = {
|
|
|
6612
7093
|
changes: { __type: "change_arr_rel_insert_input" },
|
|
6613
7094
|
createdAt: { __type: "timestamptz" },
|
|
6614
7095
|
credentials: { __type: "jsonb" },
|
|
6615
|
-
csvLines: { __type: "csv_line_arr_rel_insert_input" },
|
|
6616
7096
|
disabled: { __type: "Boolean" },
|
|
6617
7097
|
fetchNext: { __type: "timestamptz" },
|
|
6618
7098
|
fetchStatus: { __type: "syncStatus_enum" },
|
|
@@ -6730,7 +7210,6 @@ exports.generatedSchema = {
|
|
|
6730
7210
|
changes_aggregate: { __type: "change_aggregate_order_by" },
|
|
6731
7211
|
createdAt: { __type: "order_by" },
|
|
6732
7212
|
credentials: { __type: "order_by" },
|
|
6733
|
-
csvLines_aggregate: { __type: "csv_line_aggregate_order_by" },
|
|
6734
7213
|
disabled: { __type: "order_by" },
|
|
6735
7214
|
fetchNext: { __type: "order_by" },
|
|
6736
7215
|
fetchStatus: { __type: "order_by" },
|
|
@@ -7586,299 +8065,6 @@ exports.generatedSchema = {
|
|
|
7586
8065
|
_set: { __type: "core_change_source_link_set_input" },
|
|
7587
8066
|
where: { __type: "core_change_source_link_bool_exp!" },
|
|
7588
8067
|
},
|
|
7589
|
-
csv_line: {
|
|
7590
|
-
__typename: { __type: "String!" },
|
|
7591
|
-
connection: { __type: "connection!" },
|
|
7592
|
-
connectionId: { __type: "uuid!" },
|
|
7593
|
-
createdAt: { __type: "timestamptz" },
|
|
7594
|
-
csv: { __type: "String!" },
|
|
7595
|
-
date: { __type: "timestamptz!" },
|
|
7596
|
-
file: { __type: "file_storage" },
|
|
7597
|
-
fileId: { __type: "uuid" },
|
|
7598
|
-
fileUniqueRef: { __type: "String" },
|
|
7599
|
-
headers: { __type: "String" },
|
|
7600
|
-
id: { __type: "uuid!" },
|
|
7601
|
-
index: { __type: "Int" },
|
|
7602
|
-
json: { __type: "jsonb", __args: { path: "String" } },
|
|
7603
|
-
tenant: { __type: "tenant!" },
|
|
7604
|
-
tenantId: { __type: "uuid!" },
|
|
7605
|
-
type: { __type: "String!" },
|
|
7606
|
-
uniqueRef: { __type: "String!" },
|
|
7607
|
-
updatedAt: { __type: "timestamptz" },
|
|
7608
|
-
},
|
|
7609
|
-
csv_line_aggregate: {
|
|
7610
|
-
__typename: { __type: "String!" },
|
|
7611
|
-
aggregate: { __type: "csv_line_aggregate_fields" },
|
|
7612
|
-
nodes: { __type: "[csv_line!]!" },
|
|
7613
|
-
},
|
|
7614
|
-
csv_line_aggregate_bool_exp: {
|
|
7615
|
-
count: { __type: "csv_line_aggregate_bool_exp_count" },
|
|
7616
|
-
},
|
|
7617
|
-
csv_line_aggregate_bool_exp_count: {
|
|
7618
|
-
arguments: { __type: "[csv_line_select_column!]" },
|
|
7619
|
-
distinct: { __type: "Boolean" },
|
|
7620
|
-
filter: { __type: "csv_line_bool_exp" },
|
|
7621
|
-
predicate: { __type: "Int_comparison_exp!" },
|
|
7622
|
-
},
|
|
7623
|
-
csv_line_aggregate_fields: {
|
|
7624
|
-
__typename: { __type: "String!" },
|
|
7625
|
-
avg: { __type: "csv_line_avg_fields" },
|
|
7626
|
-
count: {
|
|
7627
|
-
__type: "Int!",
|
|
7628
|
-
__args: { columns: "[csv_line_select_column!]", distinct: "Boolean" },
|
|
7629
|
-
},
|
|
7630
|
-
max: { __type: "csv_line_max_fields" },
|
|
7631
|
-
min: { __type: "csv_line_min_fields" },
|
|
7632
|
-
stddev: { __type: "csv_line_stddev_fields" },
|
|
7633
|
-
stddev_pop: { __type: "csv_line_stddev_pop_fields" },
|
|
7634
|
-
stddev_samp: { __type: "csv_line_stddev_samp_fields" },
|
|
7635
|
-
sum: { __type: "csv_line_sum_fields" },
|
|
7636
|
-
var_pop: { __type: "csv_line_var_pop_fields" },
|
|
7637
|
-
var_samp: { __type: "csv_line_var_samp_fields" },
|
|
7638
|
-
variance: { __type: "csv_line_variance_fields" },
|
|
7639
|
-
},
|
|
7640
|
-
csv_line_aggregate_order_by: {
|
|
7641
|
-
avg: { __type: "csv_line_avg_order_by" },
|
|
7642
|
-
count: { __type: "order_by" },
|
|
7643
|
-
max: { __type: "csv_line_max_order_by" },
|
|
7644
|
-
min: { __type: "csv_line_min_order_by" },
|
|
7645
|
-
stddev: { __type: "csv_line_stddev_order_by" },
|
|
7646
|
-
stddev_pop: { __type: "csv_line_stddev_pop_order_by" },
|
|
7647
|
-
stddev_samp: { __type: "csv_line_stddev_samp_order_by" },
|
|
7648
|
-
sum: { __type: "csv_line_sum_order_by" },
|
|
7649
|
-
var_pop: { __type: "csv_line_var_pop_order_by" },
|
|
7650
|
-
var_samp: { __type: "csv_line_var_samp_order_by" },
|
|
7651
|
-
variance: { __type: "csv_line_variance_order_by" },
|
|
7652
|
-
},
|
|
7653
|
-
csv_line_append_input: { json: { __type: "jsonb" } },
|
|
7654
|
-
csv_line_arr_rel_insert_input: {
|
|
7655
|
-
data: { __type: "[csv_line_insert_input!]!" },
|
|
7656
|
-
on_conflict: { __type: "csv_line_on_conflict" },
|
|
7657
|
-
},
|
|
7658
|
-
csv_line_avg_fields: {
|
|
7659
|
-
__typename: { __type: "String!" },
|
|
7660
|
-
index: { __type: "Float" },
|
|
7661
|
-
},
|
|
7662
|
-
csv_line_avg_order_by: { index: { __type: "order_by" } },
|
|
7663
|
-
csv_line_bool_exp: {
|
|
7664
|
-
_and: { __type: "[csv_line_bool_exp!]" },
|
|
7665
|
-
_not: { __type: "csv_line_bool_exp" },
|
|
7666
|
-
_or: { __type: "[csv_line_bool_exp!]" },
|
|
7667
|
-
connection: { __type: "connection_bool_exp" },
|
|
7668
|
-
connectionId: { __type: "uuid_comparison_exp" },
|
|
7669
|
-
createdAt: { __type: "timestamptz_comparison_exp" },
|
|
7670
|
-
csv: { __type: "String_comparison_exp" },
|
|
7671
|
-
date: { __type: "timestamptz_comparison_exp" },
|
|
7672
|
-
file: { __type: "file_storage_bool_exp" },
|
|
7673
|
-
fileId: { __type: "uuid_comparison_exp" },
|
|
7674
|
-
fileUniqueRef: { __type: "String_comparison_exp" },
|
|
7675
|
-
headers: { __type: "String_comparison_exp" },
|
|
7676
|
-
id: { __type: "uuid_comparison_exp" },
|
|
7677
|
-
index: { __type: "Int_comparison_exp" },
|
|
7678
|
-
json: { __type: "jsonb_comparison_exp" },
|
|
7679
|
-
tenant: { __type: "tenant_bool_exp" },
|
|
7680
|
-
tenantId: { __type: "uuid_comparison_exp" },
|
|
7681
|
-
type: { __type: "String_comparison_exp" },
|
|
7682
|
-
uniqueRef: { __type: "String_comparison_exp" },
|
|
7683
|
-
updatedAt: { __type: "timestamptz_comparison_exp" },
|
|
7684
|
-
},
|
|
7685
|
-
csv_line_delete_at_path_input: { json: { __type: "[String!]" } },
|
|
7686
|
-
csv_line_delete_elem_input: { json: { __type: "Int" } },
|
|
7687
|
-
csv_line_delete_key_input: { json: { __type: "String" } },
|
|
7688
|
-
csv_line_inc_input: { index: { __type: "Int" } },
|
|
7689
|
-
csv_line_insert_input: {
|
|
7690
|
-
connection: { __type: "connection_obj_rel_insert_input" },
|
|
7691
|
-
connectionId: { __type: "uuid" },
|
|
7692
|
-
createdAt: { __type: "timestamptz" },
|
|
7693
|
-
csv: { __type: "String" },
|
|
7694
|
-
date: { __type: "timestamptz" },
|
|
7695
|
-
file: { __type: "file_storage_obj_rel_insert_input" },
|
|
7696
|
-
fileId: { __type: "uuid" },
|
|
7697
|
-
fileUniqueRef: { __type: "String" },
|
|
7698
|
-
headers: { __type: "String" },
|
|
7699
|
-
id: { __type: "uuid" },
|
|
7700
|
-
index: { __type: "Int" },
|
|
7701
|
-
json: { __type: "jsonb" },
|
|
7702
|
-
tenant: { __type: "tenant_obj_rel_insert_input" },
|
|
7703
|
-
tenantId: { __type: "uuid" },
|
|
7704
|
-
type: { __type: "String" },
|
|
7705
|
-
uniqueRef: { __type: "String" },
|
|
7706
|
-
updatedAt: { __type: "timestamptz" },
|
|
7707
|
-
},
|
|
7708
|
-
csv_line_max_fields: {
|
|
7709
|
-
__typename: { __type: "String!" },
|
|
7710
|
-
connectionId: { __type: "uuid" },
|
|
7711
|
-
createdAt: { __type: "timestamptz" },
|
|
7712
|
-
csv: { __type: "String" },
|
|
7713
|
-
date: { __type: "timestamptz" },
|
|
7714
|
-
fileId: { __type: "uuid" },
|
|
7715
|
-
fileUniqueRef: { __type: "String" },
|
|
7716
|
-
headers: { __type: "String" },
|
|
7717
|
-
id: { __type: "uuid" },
|
|
7718
|
-
index: { __type: "Int" },
|
|
7719
|
-
tenantId: { __type: "uuid" },
|
|
7720
|
-
type: { __type: "String" },
|
|
7721
|
-
uniqueRef: { __type: "String" },
|
|
7722
|
-
updatedAt: { __type: "timestamptz" },
|
|
7723
|
-
},
|
|
7724
|
-
csv_line_max_order_by: {
|
|
7725
|
-
connectionId: { __type: "order_by" },
|
|
7726
|
-
createdAt: { __type: "order_by" },
|
|
7727
|
-
csv: { __type: "order_by" },
|
|
7728
|
-
date: { __type: "order_by" },
|
|
7729
|
-
fileId: { __type: "order_by" },
|
|
7730
|
-
fileUniqueRef: { __type: "order_by" },
|
|
7731
|
-
headers: { __type: "order_by" },
|
|
7732
|
-
id: { __type: "order_by" },
|
|
7733
|
-
index: { __type: "order_by" },
|
|
7734
|
-
tenantId: { __type: "order_by" },
|
|
7735
|
-
type: { __type: "order_by" },
|
|
7736
|
-
uniqueRef: { __type: "order_by" },
|
|
7737
|
-
updatedAt: { __type: "order_by" },
|
|
7738
|
-
},
|
|
7739
|
-
csv_line_min_fields: {
|
|
7740
|
-
__typename: { __type: "String!" },
|
|
7741
|
-
connectionId: { __type: "uuid" },
|
|
7742
|
-
createdAt: { __type: "timestamptz" },
|
|
7743
|
-
csv: { __type: "String" },
|
|
7744
|
-
date: { __type: "timestamptz" },
|
|
7745
|
-
fileId: { __type: "uuid" },
|
|
7746
|
-
fileUniqueRef: { __type: "String" },
|
|
7747
|
-
headers: { __type: "String" },
|
|
7748
|
-
id: { __type: "uuid" },
|
|
7749
|
-
index: { __type: "Int" },
|
|
7750
|
-
tenantId: { __type: "uuid" },
|
|
7751
|
-
type: { __type: "String" },
|
|
7752
|
-
uniqueRef: { __type: "String" },
|
|
7753
|
-
updatedAt: { __type: "timestamptz" },
|
|
7754
|
-
},
|
|
7755
|
-
csv_line_min_order_by: {
|
|
7756
|
-
connectionId: { __type: "order_by" },
|
|
7757
|
-
createdAt: { __type: "order_by" },
|
|
7758
|
-
csv: { __type: "order_by" },
|
|
7759
|
-
date: { __type: "order_by" },
|
|
7760
|
-
fileId: { __type: "order_by" },
|
|
7761
|
-
fileUniqueRef: { __type: "order_by" },
|
|
7762
|
-
headers: { __type: "order_by" },
|
|
7763
|
-
id: { __type: "order_by" },
|
|
7764
|
-
index: { __type: "order_by" },
|
|
7765
|
-
tenantId: { __type: "order_by" },
|
|
7766
|
-
type: { __type: "order_by" },
|
|
7767
|
-
uniqueRef: { __type: "order_by" },
|
|
7768
|
-
updatedAt: { __type: "order_by" },
|
|
7769
|
-
},
|
|
7770
|
-
csv_line_mutation_response: {
|
|
7771
|
-
__typename: { __type: "String!" },
|
|
7772
|
-
affected_rows: { __type: "Int!" },
|
|
7773
|
-
returning: { __type: "[csv_line!]!" },
|
|
7774
|
-
},
|
|
7775
|
-
csv_line_on_conflict: {
|
|
7776
|
-
constraint: { __type: "csv_line_constraint!" },
|
|
7777
|
-
update_columns: { __type: "[csv_line_update_column!]!" },
|
|
7778
|
-
where: { __type: "csv_line_bool_exp" },
|
|
7779
|
-
},
|
|
7780
|
-
csv_line_order_by: {
|
|
7781
|
-
connection: { __type: "connection_order_by" },
|
|
7782
|
-
connectionId: { __type: "order_by" },
|
|
7783
|
-
createdAt: { __type: "order_by" },
|
|
7784
|
-
csv: { __type: "order_by" },
|
|
7785
|
-
date: { __type: "order_by" },
|
|
7786
|
-
file: { __type: "file_storage_order_by" },
|
|
7787
|
-
fileId: { __type: "order_by" },
|
|
7788
|
-
fileUniqueRef: { __type: "order_by" },
|
|
7789
|
-
headers: { __type: "order_by" },
|
|
7790
|
-
id: { __type: "order_by" },
|
|
7791
|
-
index: { __type: "order_by" },
|
|
7792
|
-
json: { __type: "order_by" },
|
|
7793
|
-
tenant: { __type: "tenant_order_by" },
|
|
7794
|
-
tenantId: { __type: "order_by" },
|
|
7795
|
-
type: { __type: "order_by" },
|
|
7796
|
-
uniqueRef: { __type: "order_by" },
|
|
7797
|
-
updatedAt: { __type: "order_by" },
|
|
7798
|
-
},
|
|
7799
|
-
csv_line_pk_columns_input: { id: { __type: "uuid!" } },
|
|
7800
|
-
csv_line_prepend_input: { json: { __type: "jsonb" } },
|
|
7801
|
-
csv_line_set_input: {
|
|
7802
|
-
connectionId: { __type: "uuid" },
|
|
7803
|
-
createdAt: { __type: "timestamptz" },
|
|
7804
|
-
csv: { __type: "String" },
|
|
7805
|
-
date: { __type: "timestamptz" },
|
|
7806
|
-
fileId: { __type: "uuid" },
|
|
7807
|
-
fileUniqueRef: { __type: "String" },
|
|
7808
|
-
headers: { __type: "String" },
|
|
7809
|
-
id: { __type: "uuid" },
|
|
7810
|
-
index: { __type: "Int" },
|
|
7811
|
-
json: { __type: "jsonb" },
|
|
7812
|
-
tenantId: { __type: "uuid" },
|
|
7813
|
-
type: { __type: "String" },
|
|
7814
|
-
uniqueRef: { __type: "String" },
|
|
7815
|
-
updatedAt: { __type: "timestamptz" },
|
|
7816
|
-
},
|
|
7817
|
-
csv_line_stddev_fields: {
|
|
7818
|
-
__typename: { __type: "String!" },
|
|
7819
|
-
index: { __type: "Float" },
|
|
7820
|
-
},
|
|
7821
|
-
csv_line_stddev_order_by: { index: { __type: "order_by" } },
|
|
7822
|
-
csv_line_stddev_pop_fields: {
|
|
7823
|
-
__typename: { __type: "String!" },
|
|
7824
|
-
index: { __type: "Float" },
|
|
7825
|
-
},
|
|
7826
|
-
csv_line_stddev_pop_order_by: { index: { __type: "order_by" } },
|
|
7827
|
-
csv_line_stddev_samp_fields: {
|
|
7828
|
-
__typename: { __type: "String!" },
|
|
7829
|
-
index: { __type: "Float" },
|
|
7830
|
-
},
|
|
7831
|
-
csv_line_stddev_samp_order_by: { index: { __type: "order_by" } },
|
|
7832
|
-
csv_line_stream_cursor_input: {
|
|
7833
|
-
initial_value: { __type: "csv_line_stream_cursor_value_input!" },
|
|
7834
|
-
ordering: { __type: "cursor_ordering" },
|
|
7835
|
-
},
|
|
7836
|
-
csv_line_stream_cursor_value_input: {
|
|
7837
|
-
connectionId: { __type: "uuid" },
|
|
7838
|
-
createdAt: { __type: "timestamptz" },
|
|
7839
|
-
csv: { __type: "String" },
|
|
7840
|
-
date: { __type: "timestamptz" },
|
|
7841
|
-
fileId: { __type: "uuid" },
|
|
7842
|
-
fileUniqueRef: { __type: "String" },
|
|
7843
|
-
headers: { __type: "String" },
|
|
7844
|
-
id: { __type: "uuid" },
|
|
7845
|
-
index: { __type: "Int" },
|
|
7846
|
-
json: { __type: "jsonb" },
|
|
7847
|
-
tenantId: { __type: "uuid" },
|
|
7848
|
-
type: { __type: "String" },
|
|
7849
|
-
uniqueRef: { __type: "String" },
|
|
7850
|
-
updatedAt: { __type: "timestamptz" },
|
|
7851
|
-
},
|
|
7852
|
-
csv_line_sum_fields: {
|
|
7853
|
-
__typename: { __type: "String!" },
|
|
7854
|
-
index: { __type: "Int" },
|
|
7855
|
-
},
|
|
7856
|
-
csv_line_sum_order_by: { index: { __type: "order_by" } },
|
|
7857
|
-
csv_line_updates: {
|
|
7858
|
-
_append: { __type: "csv_line_append_input" },
|
|
7859
|
-
_delete_at_path: { __type: "csv_line_delete_at_path_input" },
|
|
7860
|
-
_delete_elem: { __type: "csv_line_delete_elem_input" },
|
|
7861
|
-
_delete_key: { __type: "csv_line_delete_key_input" },
|
|
7862
|
-
_inc: { __type: "csv_line_inc_input" },
|
|
7863
|
-
_prepend: { __type: "csv_line_prepend_input" },
|
|
7864
|
-
_set: { __type: "csv_line_set_input" },
|
|
7865
|
-
where: { __type: "csv_line_bool_exp!" },
|
|
7866
|
-
},
|
|
7867
|
-
csv_line_var_pop_fields: {
|
|
7868
|
-
__typename: { __type: "String!" },
|
|
7869
|
-
index: { __type: "Float" },
|
|
7870
|
-
},
|
|
7871
|
-
csv_line_var_pop_order_by: { index: { __type: "order_by" } },
|
|
7872
|
-
csv_line_var_samp_fields: {
|
|
7873
|
-
__typename: { __type: "String!" },
|
|
7874
|
-
index: { __type: "Float" },
|
|
7875
|
-
},
|
|
7876
|
-
csv_line_var_samp_order_by: { index: { __type: "order_by" } },
|
|
7877
|
-
csv_line_variance_fields: {
|
|
7878
|
-
__typename: { __type: "String!" },
|
|
7879
|
-
index: { __type: "Float" },
|
|
7880
|
-
},
|
|
7881
|
-
csv_line_variance_order_by: { index: { __type: "order_by" } },
|
|
7882
8068
|
currency: { __typename: { __type: "String!" }, name: { __type: "String!" } },
|
|
7883
8069
|
currency_aggregate: {
|
|
7884
8070
|
__typename: { __type: "String!" },
|
|
@@ -9371,17 +9557,6 @@ exports.generatedSchema = {
|
|
|
9371
9557
|
_set: { __type: "file_storage_set_input" },
|
|
9372
9558
|
where: { __type: "file_storage_bool_exp!" },
|
|
9373
9559
|
},
|
|
9374
|
-
float8_comparison_exp: {
|
|
9375
|
-
_eq: { __type: "float8" },
|
|
9376
|
-
_gt: { __type: "float8" },
|
|
9377
|
-
_gte: { __type: "float8" },
|
|
9378
|
-
_in: { __type: "[float8!]" },
|
|
9379
|
-
_is_null: { __type: "Boolean" },
|
|
9380
|
-
_lt: { __type: "float8" },
|
|
9381
|
-
_lte: { __type: "float8" },
|
|
9382
|
-
_neq: { __type: "float8" },
|
|
9383
|
-
_nin: { __type: "[float8!]" },
|
|
9384
|
-
},
|
|
9385
9560
|
issueConnectionsNeedVersionUpgradeReturnType: {
|
|
9386
9561
|
__typename: { __type: "String!" },
|
|
9387
9562
|
appIcon: { __type: "String!" },
|
|
@@ -13001,211 +13176,6 @@ exports.generatedSchema = {
|
|
|
13001
13176
|
centExpenseReserve: { __type: "order_by" },
|
|
13002
13177
|
centTaxStartingBalance: { __type: "order_by" },
|
|
13003
13178
|
},
|
|
13004
|
-
metric: {
|
|
13005
|
-
__typename: { __type: "String!" },
|
|
13006
|
-
connection: { __type: "connection!" },
|
|
13007
|
-
connectionId: { __type: "uuid!" },
|
|
13008
|
-
createdAt: { __type: "timestamptz!" },
|
|
13009
|
-
date: { __type: "timestamptz!" },
|
|
13010
|
-
id: { __type: "uuid!" },
|
|
13011
|
-
listingConnection: { __type: "listing_connection" },
|
|
13012
|
-
listingConnectionId: { __type: "uuid" },
|
|
13013
|
-
metadata: { __type: "jsonb!", __args: { path: "String" } },
|
|
13014
|
-
tenant: { __type: "tenant!" },
|
|
13015
|
-
tenantId: { __type: "uuid!" },
|
|
13016
|
-
type: { __type: "String!" },
|
|
13017
|
-
uniqueRef: { __type: "String" },
|
|
13018
|
-
updatedAt: { __type: "timestamptz!" },
|
|
13019
|
-
value: { __type: "float8" },
|
|
13020
|
-
},
|
|
13021
|
-
metric_aggregate: {
|
|
13022
|
-
__typename: { __type: "String!" },
|
|
13023
|
-
aggregate: { __type: "metric_aggregate_fields" },
|
|
13024
|
-
nodes: { __type: "[metric!]!" },
|
|
13025
|
-
},
|
|
13026
|
-
metric_aggregate_fields: {
|
|
13027
|
-
__typename: { __type: "String!" },
|
|
13028
|
-
avg: { __type: "metric_avg_fields" },
|
|
13029
|
-
count: {
|
|
13030
|
-
__type: "Int!",
|
|
13031
|
-
__args: { columns: "[metric_select_column!]", distinct: "Boolean" },
|
|
13032
|
-
},
|
|
13033
|
-
max: { __type: "metric_max_fields" },
|
|
13034
|
-
min: { __type: "metric_min_fields" },
|
|
13035
|
-
stddev: { __type: "metric_stddev_fields" },
|
|
13036
|
-
stddev_pop: { __type: "metric_stddev_pop_fields" },
|
|
13037
|
-
stddev_samp: { __type: "metric_stddev_samp_fields" },
|
|
13038
|
-
sum: { __type: "metric_sum_fields" },
|
|
13039
|
-
var_pop: { __type: "metric_var_pop_fields" },
|
|
13040
|
-
var_samp: { __type: "metric_var_samp_fields" },
|
|
13041
|
-
variance: { __type: "metric_variance_fields" },
|
|
13042
|
-
},
|
|
13043
|
-
metric_append_input: { metadata: { __type: "jsonb" } },
|
|
13044
|
-
metric_avg_fields: {
|
|
13045
|
-
__typename: { __type: "String!" },
|
|
13046
|
-
value: { __type: "Float" },
|
|
13047
|
-
},
|
|
13048
|
-
metric_bool_exp: {
|
|
13049
|
-
_and: { __type: "[metric_bool_exp!]" },
|
|
13050
|
-
_not: { __type: "metric_bool_exp" },
|
|
13051
|
-
_or: { __type: "[metric_bool_exp!]" },
|
|
13052
|
-
connection: { __type: "connection_bool_exp" },
|
|
13053
|
-
connectionId: { __type: "uuid_comparison_exp" },
|
|
13054
|
-
createdAt: { __type: "timestamptz_comparison_exp" },
|
|
13055
|
-
date: { __type: "timestamptz_comparison_exp" },
|
|
13056
|
-
id: { __type: "uuid_comparison_exp" },
|
|
13057
|
-
listingConnection: { __type: "listing_connection_bool_exp" },
|
|
13058
|
-
listingConnectionId: { __type: "uuid_comparison_exp" },
|
|
13059
|
-
metadata: { __type: "jsonb_comparison_exp" },
|
|
13060
|
-
tenant: { __type: "tenant_bool_exp" },
|
|
13061
|
-
tenantId: { __type: "uuid_comparison_exp" },
|
|
13062
|
-
type: { __type: "String_comparison_exp" },
|
|
13063
|
-
uniqueRef: { __type: "String_comparison_exp" },
|
|
13064
|
-
updatedAt: { __type: "timestamptz_comparison_exp" },
|
|
13065
|
-
value: { __type: "float8_comparison_exp" },
|
|
13066
|
-
},
|
|
13067
|
-
metric_delete_at_path_input: { metadata: { __type: "[String!]" } },
|
|
13068
|
-
metric_delete_elem_input: { metadata: { __type: "Int" } },
|
|
13069
|
-
metric_delete_key_input: { metadata: { __type: "String" } },
|
|
13070
|
-
metric_inc_input: { value: { __type: "float8" } },
|
|
13071
|
-
metric_insert_input: {
|
|
13072
|
-
connection: { __type: "connection_obj_rel_insert_input" },
|
|
13073
|
-
connectionId: { __type: "uuid" },
|
|
13074
|
-
createdAt: { __type: "timestamptz" },
|
|
13075
|
-
date: { __type: "timestamptz" },
|
|
13076
|
-
id: { __type: "uuid" },
|
|
13077
|
-
listingConnection: { __type: "listing_connection_obj_rel_insert_input" },
|
|
13078
|
-
listingConnectionId: { __type: "uuid" },
|
|
13079
|
-
metadata: { __type: "jsonb" },
|
|
13080
|
-
tenant: { __type: "tenant_obj_rel_insert_input" },
|
|
13081
|
-
tenantId: { __type: "uuid" },
|
|
13082
|
-
type: { __type: "String" },
|
|
13083
|
-
uniqueRef: { __type: "String" },
|
|
13084
|
-
updatedAt: { __type: "timestamptz" },
|
|
13085
|
-
value: { __type: "float8" },
|
|
13086
|
-
},
|
|
13087
|
-
metric_max_fields: {
|
|
13088
|
-
__typename: { __type: "String!" },
|
|
13089
|
-
connectionId: { __type: "uuid" },
|
|
13090
|
-
createdAt: { __type: "timestamptz" },
|
|
13091
|
-
date: { __type: "timestamptz" },
|
|
13092
|
-
id: { __type: "uuid" },
|
|
13093
|
-
listingConnectionId: { __type: "uuid" },
|
|
13094
|
-
tenantId: { __type: "uuid" },
|
|
13095
|
-
type: { __type: "String" },
|
|
13096
|
-
uniqueRef: { __type: "String" },
|
|
13097
|
-
updatedAt: { __type: "timestamptz" },
|
|
13098
|
-
value: { __type: "float8" },
|
|
13099
|
-
},
|
|
13100
|
-
metric_min_fields: {
|
|
13101
|
-
__typename: { __type: "String!" },
|
|
13102
|
-
connectionId: { __type: "uuid" },
|
|
13103
|
-
createdAt: { __type: "timestamptz" },
|
|
13104
|
-
date: { __type: "timestamptz" },
|
|
13105
|
-
id: { __type: "uuid" },
|
|
13106
|
-
listingConnectionId: { __type: "uuid" },
|
|
13107
|
-
tenantId: { __type: "uuid" },
|
|
13108
|
-
type: { __type: "String" },
|
|
13109
|
-
uniqueRef: { __type: "String" },
|
|
13110
|
-
updatedAt: { __type: "timestamptz" },
|
|
13111
|
-
value: { __type: "float8" },
|
|
13112
|
-
},
|
|
13113
|
-
metric_mutation_response: {
|
|
13114
|
-
__typename: { __type: "String!" },
|
|
13115
|
-
affected_rows: { __type: "Int!" },
|
|
13116
|
-
returning: { __type: "[metric!]!" },
|
|
13117
|
-
},
|
|
13118
|
-
metric_on_conflict: {
|
|
13119
|
-
constraint: { __type: "metric_constraint!" },
|
|
13120
|
-
update_columns: { __type: "[metric_update_column!]!" },
|
|
13121
|
-
where: { __type: "metric_bool_exp" },
|
|
13122
|
-
},
|
|
13123
|
-
metric_order_by: {
|
|
13124
|
-
connection: { __type: "connection_order_by" },
|
|
13125
|
-
connectionId: { __type: "order_by" },
|
|
13126
|
-
createdAt: { __type: "order_by" },
|
|
13127
|
-
date: { __type: "order_by" },
|
|
13128
|
-
id: { __type: "order_by" },
|
|
13129
|
-
listingConnection: { __type: "listing_connection_order_by" },
|
|
13130
|
-
listingConnectionId: { __type: "order_by" },
|
|
13131
|
-
metadata: { __type: "order_by" },
|
|
13132
|
-
tenant: { __type: "tenant_order_by" },
|
|
13133
|
-
tenantId: { __type: "order_by" },
|
|
13134
|
-
type: { __type: "order_by" },
|
|
13135
|
-
uniqueRef: { __type: "order_by" },
|
|
13136
|
-
updatedAt: { __type: "order_by" },
|
|
13137
|
-
value: { __type: "order_by" },
|
|
13138
|
-
},
|
|
13139
|
-
metric_pk_columns_input: { id: { __type: "uuid!" } },
|
|
13140
|
-
metric_prepend_input: { metadata: { __type: "jsonb" } },
|
|
13141
|
-
metric_set_input: {
|
|
13142
|
-
connectionId: { __type: "uuid" },
|
|
13143
|
-
createdAt: { __type: "timestamptz" },
|
|
13144
|
-
date: { __type: "timestamptz" },
|
|
13145
|
-
id: { __type: "uuid" },
|
|
13146
|
-
listingConnectionId: { __type: "uuid" },
|
|
13147
|
-
metadata: { __type: "jsonb" },
|
|
13148
|
-
tenantId: { __type: "uuid" },
|
|
13149
|
-
type: { __type: "String" },
|
|
13150
|
-
uniqueRef: { __type: "String" },
|
|
13151
|
-
updatedAt: { __type: "timestamptz" },
|
|
13152
|
-
value: { __type: "float8" },
|
|
13153
|
-
},
|
|
13154
|
-
metric_stddev_fields: {
|
|
13155
|
-
__typename: { __type: "String!" },
|
|
13156
|
-
value: { __type: "Float" },
|
|
13157
|
-
},
|
|
13158
|
-
metric_stddev_pop_fields: {
|
|
13159
|
-
__typename: { __type: "String!" },
|
|
13160
|
-
value: { __type: "Float" },
|
|
13161
|
-
},
|
|
13162
|
-
metric_stddev_samp_fields: {
|
|
13163
|
-
__typename: { __type: "String!" },
|
|
13164
|
-
value: { __type: "Float" },
|
|
13165
|
-
},
|
|
13166
|
-
metric_stream_cursor_input: {
|
|
13167
|
-
initial_value: { __type: "metric_stream_cursor_value_input!" },
|
|
13168
|
-
ordering: { __type: "cursor_ordering" },
|
|
13169
|
-
},
|
|
13170
|
-
metric_stream_cursor_value_input: {
|
|
13171
|
-
connectionId: { __type: "uuid" },
|
|
13172
|
-
createdAt: { __type: "timestamptz" },
|
|
13173
|
-
date: { __type: "timestamptz" },
|
|
13174
|
-
id: { __type: "uuid" },
|
|
13175
|
-
listingConnectionId: { __type: "uuid" },
|
|
13176
|
-
metadata: { __type: "jsonb" },
|
|
13177
|
-
tenantId: { __type: "uuid" },
|
|
13178
|
-
type: { __type: "String" },
|
|
13179
|
-
uniqueRef: { __type: "String" },
|
|
13180
|
-
updatedAt: { __type: "timestamptz" },
|
|
13181
|
-
value: { __type: "float8" },
|
|
13182
|
-
},
|
|
13183
|
-
metric_sum_fields: {
|
|
13184
|
-
__typename: { __type: "String!" },
|
|
13185
|
-
value: { __type: "float8" },
|
|
13186
|
-
},
|
|
13187
|
-
metric_updates: {
|
|
13188
|
-
_append: { __type: "metric_append_input" },
|
|
13189
|
-
_delete_at_path: { __type: "metric_delete_at_path_input" },
|
|
13190
|
-
_delete_elem: { __type: "metric_delete_elem_input" },
|
|
13191
|
-
_delete_key: { __type: "metric_delete_key_input" },
|
|
13192
|
-
_inc: { __type: "metric_inc_input" },
|
|
13193
|
-
_prepend: { __type: "metric_prepend_input" },
|
|
13194
|
-
_set: { __type: "metric_set_input" },
|
|
13195
|
-
where: { __type: "metric_bool_exp!" },
|
|
13196
|
-
},
|
|
13197
|
-
metric_var_pop_fields: {
|
|
13198
|
-
__typename: { __type: "String!" },
|
|
13199
|
-
value: { __type: "Float" },
|
|
13200
|
-
},
|
|
13201
|
-
metric_var_samp_fields: {
|
|
13202
|
-
__typename: { __type: "String!" },
|
|
13203
|
-
value: { __type: "Float" },
|
|
13204
|
-
},
|
|
13205
|
-
metric_variance_fields: {
|
|
13206
|
-
__typename: { __type: "String!" },
|
|
13207
|
-
value: { __type: "Float" },
|
|
13208
|
-
},
|
|
13209
13179
|
metricsActiveListingCreatedReturnType: {
|
|
13210
13180
|
__typename: { __type: "String!" },
|
|
13211
13181
|
created: { __type: "bigint" },
|
|
@@ -13934,6 +13904,11 @@ exports.generatedSchema = {
|
|
|
13934
13904
|
__type: "account_mutation_response",
|
|
13935
13905
|
__args: { where: "account_bool_exp!" },
|
|
13936
13906
|
},
|
|
13907
|
+
deleteAction: { __type: "action", __args: { id: "uuid!" } },
|
|
13908
|
+
deleteActions: {
|
|
13909
|
+
__type: "action_mutation_response",
|
|
13910
|
+
__args: { where: "action_bool_exp!" },
|
|
13911
|
+
},
|
|
13937
13912
|
deleteActiveStatus: { __type: "activeStatus", __args: { name: "String!" } },
|
|
13938
13913
|
deleteActiveStatuses: {
|
|
13939
13914
|
__type: "activeStatus_mutation_response",
|
|
@@ -14063,11 +14038,6 @@ exports.generatedSchema = {
|
|
|
14063
14038
|
__type: "contact_mutation_response",
|
|
14064
14039
|
__args: { where: "contact_bool_exp!" },
|
|
14065
14040
|
},
|
|
14066
|
-
deleteCsvLine: { __type: "csv_line", __args: { id: "uuid!" } },
|
|
14067
|
-
deleteCsvLines: {
|
|
14068
|
-
__type: "csv_line_mutation_response",
|
|
14069
|
-
__args: { where: "csv_line_bool_exp!" },
|
|
14070
|
-
},
|
|
14071
14041
|
deleteEmailTemplate: { __type: "emailTemplate", __args: { id: "uuid!" } },
|
|
14072
14042
|
deleteEmailTemplateType: {
|
|
14073
14043
|
__type: "emailTemplateType",
|
|
@@ -14242,11 +14212,6 @@ exports.generatedSchema = {
|
|
|
14242
14212
|
__type: "listing_mutation_response",
|
|
14243
14213
|
__args: { where: "listing_bool_exp!" },
|
|
14244
14214
|
},
|
|
14245
|
-
deleteMetric: { __type: "metric", __args: { id: "uuid!" } },
|
|
14246
|
-
deleteMetrics: {
|
|
14247
|
-
__type: "metric_mutation_response",
|
|
14248
|
-
__args: { where: "metric_bool_exp!" },
|
|
14249
|
-
},
|
|
14250
14215
|
deleteMonitorConnection: {
|
|
14251
14216
|
__type: "monitorConnection",
|
|
14252
14217
|
__args: { id: "uuid!" },
|
|
@@ -14869,6 +14834,20 @@ exports.generatedSchema = {
|
|
|
14869
14834
|
on_conflict: "account_on_conflict",
|
|
14870
14835
|
},
|
|
14871
14836
|
},
|
|
14837
|
+
insertAction: {
|
|
14838
|
+
__type: "action",
|
|
14839
|
+
__args: {
|
|
14840
|
+
object: "action_insert_input!",
|
|
14841
|
+
on_conflict: "action_on_conflict",
|
|
14842
|
+
},
|
|
14843
|
+
},
|
|
14844
|
+
insertActions: {
|
|
14845
|
+
__type: "action_mutation_response",
|
|
14846
|
+
__args: {
|
|
14847
|
+
objects: "[action_insert_input!]!",
|
|
14848
|
+
on_conflict: "action_on_conflict",
|
|
14849
|
+
},
|
|
14850
|
+
},
|
|
14872
14851
|
insertActiveStatus: {
|
|
14873
14852
|
__type: "activeStatus",
|
|
14874
14853
|
__args: {
|
|
@@ -15149,20 +15128,6 @@ exports.generatedSchema = {
|
|
|
15149
15128
|
on_conflict: "contact_on_conflict",
|
|
15150
15129
|
},
|
|
15151
15130
|
},
|
|
15152
|
-
insertCsvLine: {
|
|
15153
|
-
__type: "csv_line",
|
|
15154
|
-
__args: {
|
|
15155
|
-
object: "csv_line_insert_input!",
|
|
15156
|
-
on_conflict: "csv_line_on_conflict",
|
|
15157
|
-
},
|
|
15158
|
-
},
|
|
15159
|
-
insertCsvLines: {
|
|
15160
|
-
__type: "csv_line_mutation_response",
|
|
15161
|
-
__args: {
|
|
15162
|
-
objects: "[csv_line_insert_input!]!",
|
|
15163
|
-
on_conflict: "csv_line_on_conflict",
|
|
15164
|
-
},
|
|
15165
|
-
},
|
|
15166
15131
|
insertEmailTemplate: {
|
|
15167
15132
|
__type: "emailTemplate",
|
|
15168
15133
|
__args: {
|
|
@@ -15471,20 +15436,6 @@ exports.generatedSchema = {
|
|
|
15471
15436
|
on_conflict: "listing_on_conflict",
|
|
15472
15437
|
},
|
|
15473
15438
|
},
|
|
15474
|
-
insertMetric: {
|
|
15475
|
-
__type: "metric",
|
|
15476
|
-
__args: {
|
|
15477
|
-
object: "metric_insert_input!",
|
|
15478
|
-
on_conflict: "metric_on_conflict",
|
|
15479
|
-
},
|
|
15480
|
-
},
|
|
15481
|
-
insertMetrics: {
|
|
15482
|
-
__type: "metric_mutation_response",
|
|
15483
|
-
__args: {
|
|
15484
|
-
objects: "[metric_insert_input!]!",
|
|
15485
|
-
on_conflict: "metric_on_conflict",
|
|
15486
|
-
},
|
|
15487
|
-
},
|
|
15488
15439
|
insertMonitorConnection: {
|
|
15489
15440
|
__type: "monitorConnection",
|
|
15490
15441
|
__args: {
|
|
@@ -16639,6 +16590,32 @@ exports.generatedSchema = {
|
|
|
16639
16590
|
__type: "account_mutation_response",
|
|
16640
16591
|
__args: { _set: "account_set_input", where: "account_bool_exp!" },
|
|
16641
16592
|
},
|
|
16593
|
+
updateAction: {
|
|
16594
|
+
__type: "action",
|
|
16595
|
+
__args: {
|
|
16596
|
+
_append: "action_append_input",
|
|
16597
|
+
_delete_at_path: "action_delete_at_path_input",
|
|
16598
|
+
_delete_elem: "action_delete_elem_input",
|
|
16599
|
+
_delete_key: "action_delete_key_input",
|
|
16600
|
+
_inc: "action_inc_input",
|
|
16601
|
+
_prepend: "action_prepend_input",
|
|
16602
|
+
_set: "action_set_input",
|
|
16603
|
+
pk_columns: "action_pk_columns_input!",
|
|
16604
|
+
},
|
|
16605
|
+
},
|
|
16606
|
+
updateActions: {
|
|
16607
|
+
__type: "action_mutation_response",
|
|
16608
|
+
__args: {
|
|
16609
|
+
_append: "action_append_input",
|
|
16610
|
+
_delete_at_path: "action_delete_at_path_input",
|
|
16611
|
+
_delete_elem: "action_delete_elem_input",
|
|
16612
|
+
_delete_key: "action_delete_key_input",
|
|
16613
|
+
_inc: "action_inc_input",
|
|
16614
|
+
_prepend: "action_prepend_input",
|
|
16615
|
+
_set: "action_set_input",
|
|
16616
|
+
where: "action_bool_exp!",
|
|
16617
|
+
},
|
|
16618
|
+
},
|
|
16642
16619
|
updateActiveStatus: {
|
|
16643
16620
|
__type: "activeStatus",
|
|
16644
16621
|
__args: {
|
|
@@ -17003,36 +16980,6 @@ exports.generatedSchema = {
|
|
|
17003
16980
|
where: "contact_bool_exp!",
|
|
17004
16981
|
},
|
|
17005
16982
|
},
|
|
17006
|
-
updateCsvLine: {
|
|
17007
|
-
__type: "csv_line",
|
|
17008
|
-
__args: {
|
|
17009
|
-
_append: "csv_line_append_input",
|
|
17010
|
-
_delete_at_path: "csv_line_delete_at_path_input",
|
|
17011
|
-
_delete_elem: "csv_line_delete_elem_input",
|
|
17012
|
-
_delete_key: "csv_line_delete_key_input",
|
|
17013
|
-
_inc: "csv_line_inc_input",
|
|
17014
|
-
_prepend: "csv_line_prepend_input",
|
|
17015
|
-
_set: "csv_line_set_input",
|
|
17016
|
-
pk_columns: "csv_line_pk_columns_input!",
|
|
17017
|
-
},
|
|
17018
|
-
},
|
|
17019
|
-
updateCsvLineBatch: {
|
|
17020
|
-
__type: "[csv_line_mutation_response]",
|
|
17021
|
-
__args: { updates: "[csv_line_updates!]!" },
|
|
17022
|
-
},
|
|
17023
|
-
updateCsvLines: {
|
|
17024
|
-
__type: "csv_line_mutation_response",
|
|
17025
|
-
__args: {
|
|
17026
|
-
_append: "csv_line_append_input",
|
|
17027
|
-
_delete_at_path: "csv_line_delete_at_path_input",
|
|
17028
|
-
_delete_elem: "csv_line_delete_elem_input",
|
|
17029
|
-
_delete_key: "csv_line_delete_key_input",
|
|
17030
|
-
_inc: "csv_line_inc_input",
|
|
17031
|
-
_prepend: "csv_line_prepend_input",
|
|
17032
|
-
_set: "csv_line_set_input",
|
|
17033
|
-
where: "csv_line_bool_exp!",
|
|
17034
|
-
},
|
|
17035
|
-
},
|
|
17036
16983
|
updateEmailTemplate: {
|
|
17037
16984
|
__type: "emailTemplate",
|
|
17038
16985
|
__args: {
|
|
@@ -17467,6 +17414,10 @@ exports.generatedSchema = {
|
|
|
17467
17414
|
__type: "[account_mutation_response]",
|
|
17468
17415
|
__args: { updates: "[account_updates!]!" },
|
|
17469
17416
|
},
|
|
17417
|
+
updateManyActions: {
|
|
17418
|
+
__type: "[action_mutation_response]",
|
|
17419
|
+
__args: { updates: "[action_updates!]!" },
|
|
17420
|
+
},
|
|
17470
17421
|
updateManyActiveStatuses: {
|
|
17471
17422
|
__type: "[activeStatus_mutation_response]",
|
|
17472
17423
|
__args: { updates: "[activeStatus_updates!]!" },
|
|
@@ -17719,32 +17670,6 @@ exports.generatedSchema = {
|
|
|
17719
17670
|
__type: "[user_company_user_mutation_response]",
|
|
17720
17671
|
__args: { updates: "[user_company_user_updates!]!" },
|
|
17721
17672
|
},
|
|
17722
|
-
updateMetric: {
|
|
17723
|
-
__type: "metric",
|
|
17724
|
-
__args: {
|
|
17725
|
-
_append: "metric_append_input",
|
|
17726
|
-
_delete_at_path: "metric_delete_at_path_input",
|
|
17727
|
-
_delete_elem: "metric_delete_elem_input",
|
|
17728
|
-
_delete_key: "metric_delete_key_input",
|
|
17729
|
-
_inc: "metric_inc_input",
|
|
17730
|
-
_prepend: "metric_prepend_input",
|
|
17731
|
-
_set: "metric_set_input",
|
|
17732
|
-
pk_columns: "metric_pk_columns_input!",
|
|
17733
|
-
},
|
|
17734
|
-
},
|
|
17735
|
-
updateMetrics: {
|
|
17736
|
-
__type: "metric_mutation_response",
|
|
17737
|
-
__args: {
|
|
17738
|
-
_append: "metric_append_input",
|
|
17739
|
-
_delete_at_path: "metric_delete_at_path_input",
|
|
17740
|
-
_delete_elem: "metric_delete_elem_input",
|
|
17741
|
-
_delete_key: "metric_delete_key_input",
|
|
17742
|
-
_inc: "metric_inc_input",
|
|
17743
|
-
_prepend: "metric_prepend_input",
|
|
17744
|
-
_set: "metric_set_input",
|
|
17745
|
-
where: "metric_bool_exp!",
|
|
17746
|
-
},
|
|
17747
|
-
},
|
|
17748
17673
|
updateMonitorConnection: {
|
|
17749
17674
|
__type: "monitorConnection",
|
|
17750
17675
|
__args: {
|
|
@@ -18752,10 +18677,6 @@ exports.generatedSchema = {
|
|
|
18752
18677
|
__type: "[listing_status_mutation_response]",
|
|
18753
18678
|
__args: { updates: "[listing_status_updates!]!" },
|
|
18754
18679
|
},
|
|
18755
|
-
update_metric_many: {
|
|
18756
|
-
__type: "[metric_mutation_response]",
|
|
18757
|
-
__args: { updates: "[metric_updates!]!" },
|
|
18758
|
-
},
|
|
18759
18680
|
update_owner_pms_status: {
|
|
18760
18681
|
__type: "owner_pms_status_mutation_response",
|
|
18761
18682
|
__args: {
|
|
@@ -24271,6 +24192,17 @@ exports.generatedSchema = {
|
|
|
24271
24192
|
where: "account_bool_exp",
|
|
24272
24193
|
},
|
|
24273
24194
|
},
|
|
24195
|
+
action: { __type: "action", __args: { id: "uuid!" } },
|
|
24196
|
+
actions: {
|
|
24197
|
+
__type: "[action!]!",
|
|
24198
|
+
__args: {
|
|
24199
|
+
distinct_on: "[action_select_column!]",
|
|
24200
|
+
limit: "Int",
|
|
24201
|
+
offset: "Int",
|
|
24202
|
+
order_by: "[action_order_by!]",
|
|
24203
|
+
where: "action_bool_exp",
|
|
24204
|
+
},
|
|
24205
|
+
},
|
|
24274
24206
|
activeStatus: { __type: "activeStatus", __args: { name: "String!" } },
|
|
24275
24207
|
activeStatusAggregate: {
|
|
24276
24208
|
__type: "activeStatus_aggregate!",
|
|
@@ -24313,6 +24245,16 @@ exports.generatedSchema = {
|
|
|
24313
24245
|
},
|
|
24314
24246
|
},
|
|
24315
24247
|
address_by_pk: { __type: "address", __args: { id: "uuid!" } },
|
|
24248
|
+
aggregateActions: {
|
|
24249
|
+
__type: "action_aggregate!",
|
|
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
|
+
},
|
|
24316
24258
|
app: {
|
|
24317
24259
|
__type: "[app!]!",
|
|
24318
24260
|
__args: {
|
|
@@ -24855,27 +24797,6 @@ exports.generatedSchema = {
|
|
|
24855
24797
|
__type: "core_change_source_link",
|
|
24856
24798
|
__args: { id: "uuid!" },
|
|
24857
24799
|
},
|
|
24858
|
-
csvLine: { __type: "csv_line", __args: { id: "uuid!" } },
|
|
24859
|
-
csvLineAggregate: {
|
|
24860
|
-
__type: "csv_line_aggregate!",
|
|
24861
|
-
__args: {
|
|
24862
|
-
distinct_on: "[csv_line_select_column!]",
|
|
24863
|
-
limit: "Int",
|
|
24864
|
-
offset: "Int",
|
|
24865
|
-
order_by: "[csv_line_order_by!]",
|
|
24866
|
-
where: "csv_line_bool_exp",
|
|
24867
|
-
},
|
|
24868
|
-
},
|
|
24869
|
-
csvLines: {
|
|
24870
|
-
__type: "[csv_line!]!",
|
|
24871
|
-
__args: {
|
|
24872
|
-
distinct_on: "[csv_line_select_column!]",
|
|
24873
|
-
limit: "Int",
|
|
24874
|
-
offset: "Int",
|
|
24875
|
-
order_by: "[csv_line_order_by!]",
|
|
24876
|
-
where: "csv_line_bool_exp",
|
|
24877
|
-
},
|
|
24878
|
-
},
|
|
24879
24800
|
currency: {
|
|
24880
24801
|
__type: "[currency!]!",
|
|
24881
24802
|
__args: {
|
|
@@ -25602,27 +25523,6 @@ exports.generatedSchema = {
|
|
|
25602
25523
|
where: "listing_bool_exp",
|
|
25603
25524
|
},
|
|
25604
25525
|
},
|
|
25605
|
-
metric: { __type: "metric", __args: { id: "uuid!" } },
|
|
25606
|
-
metricAggregate: {
|
|
25607
|
-
__type: "metric_aggregate!",
|
|
25608
|
-
__args: {
|
|
25609
|
-
distinct_on: "[metric_select_column!]",
|
|
25610
|
-
limit: "Int",
|
|
25611
|
-
offset: "Int",
|
|
25612
|
-
order_by: "[metric_order_by!]",
|
|
25613
|
-
where: "metric_bool_exp",
|
|
25614
|
-
},
|
|
25615
|
-
},
|
|
25616
|
-
metrics: {
|
|
25617
|
-
__type: "[metric!]!",
|
|
25618
|
-
__args: {
|
|
25619
|
-
distinct_on: "[metric_select_column!]",
|
|
25620
|
-
limit: "Int",
|
|
25621
|
-
offset: "Int",
|
|
25622
|
-
order_by: "[metric_order_by!]",
|
|
25623
|
-
where: "metric_bool_exp",
|
|
25624
|
-
},
|
|
25625
|
-
},
|
|
25626
25526
|
metricsActiveListingCreated: {
|
|
25627
25527
|
__type: "[metricsActiveListingCreatedReturnType!]!",
|
|
25628
25528
|
__args: {
|
|
@@ -32782,6 +32682,17 @@ exports.generatedSchema = {
|
|
|
32782
32682
|
where: "account_bool_exp",
|
|
32783
32683
|
},
|
|
32784
32684
|
},
|
|
32685
|
+
action: { __type: "action", __args: { id: "uuid!" } },
|
|
32686
|
+
actions: {
|
|
32687
|
+
__type: "[action!]!",
|
|
32688
|
+
__args: {
|
|
32689
|
+
distinct_on: "[action_select_column!]",
|
|
32690
|
+
limit: "Int",
|
|
32691
|
+
offset: "Int",
|
|
32692
|
+
order_by: "[action_order_by!]",
|
|
32693
|
+
where: "action_bool_exp",
|
|
32694
|
+
},
|
|
32695
|
+
},
|
|
32785
32696
|
activeStatus: { __type: "activeStatus", __args: { name: "String!" } },
|
|
32786
32697
|
activeStatusAggregate: {
|
|
32787
32698
|
__type: "activeStatus_aggregate!",
|
|
@@ -32840,6 +32751,16 @@ exports.generatedSchema = {
|
|
|
32840
32751
|
where: "address_bool_exp",
|
|
32841
32752
|
},
|
|
32842
32753
|
},
|
|
32754
|
+
aggregateActions: {
|
|
32755
|
+
__type: "action_aggregate!",
|
|
32756
|
+
__args: {
|
|
32757
|
+
distinct_on: "[action_select_column!]",
|
|
32758
|
+
limit: "Int",
|
|
32759
|
+
offset: "Int",
|
|
32760
|
+
order_by: "[action_order_by!]",
|
|
32761
|
+
where: "action_bool_exp",
|
|
32762
|
+
},
|
|
32763
|
+
},
|
|
32843
32764
|
app: {
|
|
32844
32765
|
__type: "[app!]!",
|
|
32845
32766
|
__args: {
|
|
@@ -33574,35 +33495,6 @@ exports.generatedSchema = {
|
|
|
33574
33495
|
where: "core_change_source_link_bool_exp",
|
|
33575
33496
|
},
|
|
33576
33497
|
},
|
|
33577
|
-
csvLine: { __type: "csv_line", __args: { id: "uuid!" } },
|
|
33578
|
-
csvLineAggregate: {
|
|
33579
|
-
__type: "csv_line_aggregate!",
|
|
33580
|
-
__args: {
|
|
33581
|
-
distinct_on: "[csv_line_select_column!]",
|
|
33582
|
-
limit: "Int",
|
|
33583
|
-
offset: "Int",
|
|
33584
|
-
order_by: "[csv_line_order_by!]",
|
|
33585
|
-
where: "csv_line_bool_exp",
|
|
33586
|
-
},
|
|
33587
|
-
},
|
|
33588
|
-
csvLineStream: {
|
|
33589
|
-
__type: "[csv_line!]!",
|
|
33590
|
-
__args: {
|
|
33591
|
-
batch_size: "Int!",
|
|
33592
|
-
cursor: "[csv_line_stream_cursor_input]!",
|
|
33593
|
-
where: "csv_line_bool_exp",
|
|
33594
|
-
},
|
|
33595
|
-
},
|
|
33596
|
-
csvLines: {
|
|
33597
|
-
__type: "[csv_line!]!",
|
|
33598
|
-
__args: {
|
|
33599
|
-
distinct_on: "[csv_line_select_column!]",
|
|
33600
|
-
limit: "Int",
|
|
33601
|
-
offset: "Int",
|
|
33602
|
-
order_by: "[csv_line_order_by!]",
|
|
33603
|
-
where: "csv_line_bool_exp",
|
|
33604
|
-
},
|
|
33605
|
-
},
|
|
33606
33498
|
currency: {
|
|
33607
33499
|
__type: "[currency!]!",
|
|
33608
33500
|
__args: {
|
|
@@ -34569,35 +34461,6 @@ exports.generatedSchema = {
|
|
|
34569
34461
|
where: "listing_bool_exp",
|
|
34570
34462
|
},
|
|
34571
34463
|
},
|
|
34572
|
-
metric: { __type: "metric", __args: { id: "uuid!" } },
|
|
34573
|
-
metricAggregate: {
|
|
34574
|
-
__type: "metric_aggregate!",
|
|
34575
|
-
__args: {
|
|
34576
|
-
distinct_on: "[metric_select_column!]",
|
|
34577
|
-
limit: "Int",
|
|
34578
|
-
offset: "Int",
|
|
34579
|
-
order_by: "[metric_order_by!]",
|
|
34580
|
-
where: "metric_bool_exp",
|
|
34581
|
-
},
|
|
34582
|
-
},
|
|
34583
|
-
metric_stream: {
|
|
34584
|
-
__type: "[metric!]!",
|
|
34585
|
-
__args: {
|
|
34586
|
-
batch_size: "Int!",
|
|
34587
|
-
cursor: "[metric_stream_cursor_input]!",
|
|
34588
|
-
where: "metric_bool_exp",
|
|
34589
|
-
},
|
|
34590
|
-
},
|
|
34591
|
-
metrics: {
|
|
34592
|
-
__type: "[metric!]!",
|
|
34593
|
-
__args: {
|
|
34594
|
-
distinct_on: "[metric_select_column!]",
|
|
34595
|
-
limit: "Int",
|
|
34596
|
-
offset: "Int",
|
|
34597
|
-
order_by: "[metric_order_by!]",
|
|
34598
|
-
where: "metric_bool_exp",
|
|
34599
|
-
},
|
|
34600
|
-
},
|
|
34601
34464
|
metricsActiveListingCreated: {
|
|
34602
34465
|
__type: "[metricsActiveListingCreatedReturnType!]!",
|
|
34603
34466
|
__args: {
|
|
@@ -35870,6 +35733,14 @@ exports.generatedSchema = {
|
|
|
35870
35733
|
where: "store_mutation_log_bool_exp",
|
|
35871
35734
|
},
|
|
35872
35735
|
},
|
|
35736
|
+
streamActions: {
|
|
35737
|
+
__type: "[action!]!",
|
|
35738
|
+
__args: {
|
|
35739
|
+
batch_size: "Int!",
|
|
35740
|
+
cursor: "[action_stream_cursor_input]!",
|
|
35741
|
+
where: "action_bool_exp",
|
|
35742
|
+
},
|
|
35743
|
+
},
|
|
35873
35744
|
sync: { __type: "sync", __args: { id: "uuid!" } },
|
|
35874
35745
|
syncAggregate: {
|
|
35875
35746
|
__type: "sync_aggregate!",
|
|
@@ -37944,26 +37815,6 @@ exports.generatedSchema = {
|
|
|
37944
37815
|
},
|
|
37945
37816
|
},
|
|
37946
37817
|
createdAt: { __type: "timestamptz!" },
|
|
37947
|
-
csvLines: {
|
|
37948
|
-
__type: "[csv_line!]!",
|
|
37949
|
-
__args: {
|
|
37950
|
-
distinct_on: "[csv_line_select_column!]",
|
|
37951
|
-
limit: "Int",
|
|
37952
|
-
offset: "Int",
|
|
37953
|
-
order_by: "[csv_line_order_by!]",
|
|
37954
|
-
where: "csv_line_bool_exp",
|
|
37955
|
-
},
|
|
37956
|
-
},
|
|
37957
|
-
csvLines_aggregate: {
|
|
37958
|
-
__type: "csv_line_aggregate!",
|
|
37959
|
-
__args: {
|
|
37960
|
-
distinct_on: "[csv_line_select_column!]",
|
|
37961
|
-
limit: "Int",
|
|
37962
|
-
offset: "Int",
|
|
37963
|
-
order_by: "[csv_line_order_by!]",
|
|
37964
|
-
where: "csv_line_bool_exp",
|
|
37965
|
-
},
|
|
37966
|
-
},
|
|
37967
37818
|
defaultCurrency: { __type: "currency_enum" },
|
|
37968
37819
|
defaultRevenueRecognition: { __type: "accountReservationRevRec_enum" },
|
|
37969
37820
|
email: { __type: "String" },
|
|
@@ -38542,8 +38393,6 @@ exports.generatedSchema = {
|
|
|
38542
38393
|
connections: { __type: "connection_bool_exp" },
|
|
38543
38394
|
connections_aggregate: { __type: "connection_aggregate_bool_exp" },
|
|
38544
38395
|
createdAt: { __type: "timestamptz_comparison_exp" },
|
|
38545
|
-
csvLines: { __type: "csv_line_bool_exp" },
|
|
38546
|
-
csvLines_aggregate: { __type: "csv_line_aggregate_bool_exp" },
|
|
38547
38396
|
defaultCurrency: { __type: "currency_enum_comparison_exp" },
|
|
38548
38397
|
defaultRevenueRecognition: {
|
|
38549
38398
|
__type: "accountReservationRevRec_enum_comparison_exp",
|
|
@@ -38679,7 +38528,6 @@ exports.generatedSchema = {
|
|
|
38679
38528
|
companyTaxCode: { __type: "String" },
|
|
38680
38529
|
connections: { __type: "connection_arr_rel_insert_input" },
|
|
38681
38530
|
createdAt: { __type: "timestamptz" },
|
|
38682
|
-
csvLines: { __type: "csv_line_arr_rel_insert_input" },
|
|
38683
38531
|
defaultCurrency: { __type: "currency_enum" },
|
|
38684
38532
|
defaultRevenueRecognition: { __type: "accountReservationRevRec_enum" },
|
|
38685
38533
|
email: { __type: "String" },
|
|
@@ -38943,7 +38791,6 @@ exports.generatedSchema = {
|
|
|
38943
38791
|
companyTaxCode: { __type: "order_by" },
|
|
38944
38792
|
connections_aggregate: { __type: "connection_aggregate_order_by" },
|
|
38945
38793
|
createdAt: { __type: "order_by" },
|
|
38946
|
-
csvLines_aggregate: { __type: "csv_line_aggregate_order_by" },
|
|
38947
38794
|
defaultCurrency: { __type: "order_by" },
|
|
38948
38795
|
defaultRevenueRecognition: { __type: "order_by" },
|
|
38949
38796
|
email: { __type: "order_by" },
|