@vrplatform/graphql 1.1.10 → 1.1.15
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/common/flow.d.ts +23 -0
- package/build/main/common/flow.js +2 -0
- package/build/main/common/index.d.ts +1 -0
- package/build/main/common/index.js +1 -0
- package/build/main/gqty/schema.generated.d.ts +1806 -785
- package/build/main/gqty/schema.generated.js +748 -340
- package/build/main/tsconfig.main.tsbuildinfo +1 -1
- package/build/module/common/flow.d.ts +23 -0
- package/build/module/common/flow.js +1 -0
- package/build/module/common/index.d.ts +1 -0
- package/build/module/common/index.js +1 -0
- package/build/module/gqty/schema.generated.d.ts +1806 -785
- package/build/module/gqty/schema.generated.js +748 -340
- package/build/module/tsconfig.esm.tsbuildinfo +1 -1
- package/package.json +1 -1
- package/src/common/flow.ts +34 -0
- package/src/common/index.ts +1 -0
- package/src/gqty/schema.generated.d.ts +1806 -785
- package/src/gqty/schema.generated.js +748 -340
|
@@ -65,10 +65,6 @@ exports.scalarsEnumsHash = {
|
|
|
65
65
|
audit_log_update_column: true,
|
|
66
66
|
automation_constraint: true,
|
|
67
67
|
automation_select_column: true,
|
|
68
|
-
automation_status_constraint: true,
|
|
69
|
-
automation_status_enum: true,
|
|
70
|
-
automation_status_select_column: true,
|
|
71
|
-
automation_status_update_column: true,
|
|
72
68
|
automation_template_constraint: true,
|
|
73
69
|
automation_template_select_column: true,
|
|
74
70
|
automation_template_update_column: true,
|
|
@@ -129,9 +125,6 @@ exports.scalarsEnumsHash = {
|
|
|
129
125
|
connection_select_column: true,
|
|
130
126
|
connection_select_column_connection_aggregate_bool_exp_bool_and_arguments_columns: true,
|
|
131
127
|
connection_select_column_connection_aggregate_bool_exp_bool_or_arguments_columns: true,
|
|
132
|
-
connection_status_temporary_constraint: true,
|
|
133
|
-
connection_status_temporary_select_column: true,
|
|
134
|
-
connection_status_temporary_update_column: true,
|
|
135
128
|
connection_update_column: true,
|
|
136
129
|
contactCompanyType_constraint: true,
|
|
137
130
|
contactCompanyType_enum: true,
|
|
@@ -147,6 +140,15 @@ exports.scalarsEnumsHash = {
|
|
|
147
140
|
core_change_source_link_constraint: true,
|
|
148
141
|
core_change_source_link_select_column: true,
|
|
149
142
|
core_change_source_link_update_column: true,
|
|
143
|
+
core_flow_constraint: true,
|
|
144
|
+
core_flow_mapping_constraint: true,
|
|
145
|
+
core_flow_mapping_select_column: true,
|
|
146
|
+
core_flow_mapping_update_column: true,
|
|
147
|
+
core_flow_select_column: true,
|
|
148
|
+
core_flow_setting_constraint: true,
|
|
149
|
+
core_flow_setting_select_column: true,
|
|
150
|
+
core_flow_setting_update_column: true,
|
|
151
|
+
core_flow_update_column: true,
|
|
150
152
|
currency_constraint: true,
|
|
151
153
|
currency_enum: true,
|
|
152
154
|
currency_select_column: true,
|
|
@@ -187,6 +189,7 @@ exports.scalarsEnumsHash = {
|
|
|
187
189
|
file_storage_tag_select_column: true,
|
|
188
190
|
file_storage_tag_update_column: true,
|
|
189
191
|
file_storage_update_column: true,
|
|
192
|
+
flow_type: true,
|
|
190
193
|
issueConnectionsNeedVersionUpgradeReturnType_enum_name: true,
|
|
191
194
|
issueDuplicatedPaymentsReturnType_enum_name: true,
|
|
192
195
|
issueMessageOverwrite_constraint: true,
|
|
@@ -3185,7 +3188,7 @@ exports.generatedSchema = {
|
|
|
3185
3188
|
where: "setting_bool_exp",
|
|
3186
3189
|
},
|
|
3187
3190
|
},
|
|
3188
|
-
status: { __type: "
|
|
3191
|
+
status: { __type: "activeStatus_enum!" },
|
|
3189
3192
|
syncs: {
|
|
3190
3193
|
__type: "[sync!]!",
|
|
3191
3194
|
__args: {
|
|
@@ -3276,7 +3279,7 @@ exports.generatedSchema = {
|
|
|
3276
3279
|
scheduleStatus: { __type: "activeStatus_enum_comparison_exp" },
|
|
3277
3280
|
settings: { __type: "setting_bool_exp" },
|
|
3278
3281
|
settings_aggregate: { __type: "setting_aggregate_bool_exp" },
|
|
3279
|
-
status: { __type: "
|
|
3282
|
+
status: { __type: "activeStatus_enum_comparison_exp" },
|
|
3280
3283
|
syncs: { __type: "sync_bool_exp" },
|
|
3281
3284
|
syncs_aggregate: { __type: "sync_aggregate_bool_exp" },
|
|
3282
3285
|
template: { __type: "String_comparison_exp" },
|
|
@@ -3317,7 +3320,7 @@ exports.generatedSchema = {
|
|
|
3317
3320
|
runSettings: { __type: "jsonb" },
|
|
3318
3321
|
scheduleStatus: { __type: "activeStatus_enum" },
|
|
3319
3322
|
settings: { __type: "setting_arr_rel_insert_input" },
|
|
3320
|
-
status: { __type: "
|
|
3323
|
+
status: { __type: "activeStatus_enum" },
|
|
3321
3324
|
syncs: { __type: "sync_arr_rel_insert_input" },
|
|
3322
3325
|
template: { __type: "String" },
|
|
3323
3326
|
templateId: { __type: "uuid" },
|
|
@@ -3438,7 +3441,7 @@ exports.generatedSchema = {
|
|
|
3438
3441
|
rightConnectionId: { __type: "uuid" },
|
|
3439
3442
|
runSettings: { __type: "jsonb" },
|
|
3440
3443
|
scheduleStatus: { __type: "activeStatus_enum" },
|
|
3441
|
-
status: { __type: "
|
|
3444
|
+
status: { __type: "activeStatus_enum" },
|
|
3442
3445
|
template: { __type: "String" },
|
|
3443
3446
|
templateId: { __type: "uuid" },
|
|
3444
3447
|
tenantId: { __type: "uuid" },
|
|
@@ -3447,71 +3450,6 @@ exports.generatedSchema = {
|
|
|
3447
3450
|
updatedAt: { __type: "timestamptz" },
|
|
3448
3451
|
viewSettings: { __type: "jsonb" },
|
|
3449
3452
|
},
|
|
3450
|
-
automation_status: {
|
|
3451
|
-
__typename: { __type: "String!" },
|
|
3452
|
-
name: { __type: "String!" },
|
|
3453
|
-
},
|
|
3454
|
-
automation_status_aggregate: {
|
|
3455
|
-
__typename: { __type: "String!" },
|
|
3456
|
-
aggregate: { __type: "automation_status_aggregate_fields" },
|
|
3457
|
-
nodes: { __type: "[automation_status!]!" },
|
|
3458
|
-
},
|
|
3459
|
-
automation_status_aggregate_fields: {
|
|
3460
|
-
__typename: { __type: "String!" },
|
|
3461
|
-
count: {
|
|
3462
|
-
__type: "Int!",
|
|
3463
|
-
__args: {
|
|
3464
|
-
columns: "[automation_status_select_column!]",
|
|
3465
|
-
distinct: "Boolean",
|
|
3466
|
-
},
|
|
3467
|
-
},
|
|
3468
|
-
max: { __type: "automation_status_max_fields" },
|
|
3469
|
-
min: { __type: "automation_status_min_fields" },
|
|
3470
|
-
},
|
|
3471
|
-
automation_status_bool_exp: {
|
|
3472
|
-
_and: { __type: "[automation_status_bool_exp!]" },
|
|
3473
|
-
_not: { __type: "automation_status_bool_exp" },
|
|
3474
|
-
_or: { __type: "[automation_status_bool_exp!]" },
|
|
3475
|
-
name: { __type: "String_comparison_exp" },
|
|
3476
|
-
},
|
|
3477
|
-
automation_status_enum_comparison_exp: {
|
|
3478
|
-
_eq: { __type: "automation_status_enum" },
|
|
3479
|
-
_in: { __type: "[automation_status_enum!]" },
|
|
3480
|
-
_is_null: { __type: "Boolean" },
|
|
3481
|
-
_neq: { __type: "automation_status_enum" },
|
|
3482
|
-
_nin: { __type: "[automation_status_enum!]" },
|
|
3483
|
-
},
|
|
3484
|
-
automation_status_insert_input: { name: { __type: "String" } },
|
|
3485
|
-
automation_status_max_fields: {
|
|
3486
|
-
__typename: { __type: "String!" },
|
|
3487
|
-
name: { __type: "String" },
|
|
3488
|
-
},
|
|
3489
|
-
automation_status_min_fields: {
|
|
3490
|
-
__typename: { __type: "String!" },
|
|
3491
|
-
name: { __type: "String" },
|
|
3492
|
-
},
|
|
3493
|
-
automation_status_mutation_response: {
|
|
3494
|
-
__typename: { __type: "String!" },
|
|
3495
|
-
affected_rows: { __type: "Int!" },
|
|
3496
|
-
returning: { __type: "[automation_status!]!" },
|
|
3497
|
-
},
|
|
3498
|
-
automation_status_on_conflict: {
|
|
3499
|
-
constraint: { __type: "automation_status_constraint!" },
|
|
3500
|
-
update_columns: { __type: "[automation_status_update_column!]!" },
|
|
3501
|
-
where: { __type: "automation_status_bool_exp" },
|
|
3502
|
-
},
|
|
3503
|
-
automation_status_order_by: { name: { __type: "order_by" } },
|
|
3504
|
-
automation_status_pk_columns_input: { name: { __type: "String!" } },
|
|
3505
|
-
automation_status_set_input: { name: { __type: "String" } },
|
|
3506
|
-
automation_status_stream_cursor_input: {
|
|
3507
|
-
initial_value: { __type: "automation_status_stream_cursor_value_input!" },
|
|
3508
|
-
ordering: { __type: "cursor_ordering" },
|
|
3509
|
-
},
|
|
3510
|
-
automation_status_stream_cursor_value_input: { name: { __type: "String" } },
|
|
3511
|
-
automation_status_updates: {
|
|
3512
|
-
_set: { __type: "automation_status_set_input" },
|
|
3513
|
-
where: { __type: "automation_status_bool_exp!" },
|
|
3514
|
-
},
|
|
3515
3453
|
automation_stream_cursor_input: {
|
|
3516
3454
|
initial_value: { __type: "automation_stream_cursor_value_input!" },
|
|
3517
3455
|
ordering: { __type: "cursor_ordering" },
|
|
@@ -3524,7 +3462,7 @@ exports.generatedSchema = {
|
|
|
3524
3462
|
rightConnectionId: { __type: "uuid" },
|
|
3525
3463
|
runSettings: { __type: "jsonb" },
|
|
3526
3464
|
scheduleStatus: { __type: "activeStatus_enum" },
|
|
3527
|
-
status: { __type: "
|
|
3465
|
+
status: { __type: "activeStatus_enum" },
|
|
3528
3466
|
template: { __type: "String" },
|
|
3529
3467
|
templateId: { __type: "uuid" },
|
|
3530
3468
|
tenantId: { __type: "uuid" },
|
|
@@ -6371,7 +6309,7 @@ exports.generatedSchema = {
|
|
|
6371
6309
|
where: "setting_bool_exp",
|
|
6372
6310
|
},
|
|
6373
6311
|
},
|
|
6374
|
-
status: { __type: "
|
|
6312
|
+
status: { __type: "activeStatus_enum" },
|
|
6375
6313
|
syncs: {
|
|
6376
6314
|
__type: "[sync!]!",
|
|
6377
6315
|
__args: {
|
|
@@ -6543,7 +6481,7 @@ exports.generatedSchema = {
|
|
|
6543
6481
|
settingsRight: { __type: "setting_bool_exp" },
|
|
6544
6482
|
settingsRight_aggregate: { __type: "setting_aggregate_bool_exp" },
|
|
6545
6483
|
settings_aggregate: { __type: "setting_aggregate_bool_exp" },
|
|
6546
|
-
status: { __type: "
|
|
6484
|
+
status: { __type: "activeStatus_enum_comparison_exp" },
|
|
6547
6485
|
syncs: { __type: "sync_bool_exp" },
|
|
6548
6486
|
syncs_aggregate: { __type: "sync_aggregate_bool_exp" },
|
|
6549
6487
|
tasks: { __type: "task_bool_exp" },
|
|
@@ -6601,7 +6539,7 @@ exports.generatedSchema = {
|
|
|
6601
6539
|
settings: { __type: "setting_arr_rel_insert_input" },
|
|
6602
6540
|
settingsLeft: { __type: "setting_arr_rel_insert_input" },
|
|
6603
6541
|
settingsRight: { __type: "setting_arr_rel_insert_input" },
|
|
6604
|
-
status: { __type: "
|
|
6542
|
+
status: { __type: "activeStatus_enum" },
|
|
6605
6543
|
syncs: { __type: "sync_arr_rel_insert_input" },
|
|
6606
6544
|
tasks: { __type: "task_arr_rel_insert_input" },
|
|
6607
6545
|
tenant: { __type: "tenant_obj_rel_insert_input" },
|
|
@@ -6621,7 +6559,6 @@ exports.generatedSchema = {
|
|
|
6621
6559
|
id: { __type: "uuid" },
|
|
6622
6560
|
lastFetch: { __type: "timestamptz" },
|
|
6623
6561
|
name: { __type: "String" },
|
|
6624
|
-
status: { __type: "String" },
|
|
6625
6562
|
tenantId: { __type: "uuid" },
|
|
6626
6563
|
type: { __type: "String" },
|
|
6627
6564
|
uniqueRef: { __type: "String" },
|
|
@@ -6637,7 +6574,6 @@ exports.generatedSchema = {
|
|
|
6637
6574
|
id: { __type: "order_by" },
|
|
6638
6575
|
lastFetch: { __type: "order_by" },
|
|
6639
6576
|
name: { __type: "order_by" },
|
|
6640
|
-
status: { __type: "order_by" },
|
|
6641
6577
|
tenantId: { __type: "order_by" },
|
|
6642
6578
|
type: { __type: "order_by" },
|
|
6643
6579
|
uniqueRef: { __type: "order_by" },
|
|
@@ -6654,7 +6590,6 @@ exports.generatedSchema = {
|
|
|
6654
6590
|
id: { __type: "uuid" },
|
|
6655
6591
|
lastFetch: { __type: "timestamptz" },
|
|
6656
6592
|
name: { __type: "String" },
|
|
6657
|
-
status: { __type: "String" },
|
|
6658
6593
|
tenantId: { __type: "uuid" },
|
|
6659
6594
|
type: { __type: "String" },
|
|
6660
6595
|
uniqueRef: { __type: "String" },
|
|
@@ -6670,7 +6605,6 @@ exports.generatedSchema = {
|
|
|
6670
6605
|
id: { __type: "order_by" },
|
|
6671
6606
|
lastFetch: { __type: "order_by" },
|
|
6672
6607
|
name: { __type: "order_by" },
|
|
6673
|
-
status: { __type: "order_by" },
|
|
6674
6608
|
tenantId: { __type: "order_by" },
|
|
6675
6609
|
type: { __type: "order_by" },
|
|
6676
6610
|
uniqueRef: { __type: "order_by" },
|
|
@@ -6750,75 +6684,13 @@ exports.generatedSchema = {
|
|
|
6750
6684
|
metadata: { __type: "jsonb" },
|
|
6751
6685
|
name: { __type: "String" },
|
|
6752
6686
|
persistentState: { __type: "jsonb" },
|
|
6753
|
-
status: { __type: "
|
|
6687
|
+
status: { __type: "activeStatus_enum" },
|
|
6754
6688
|
tenantId: { __type: "uuid" },
|
|
6755
6689
|
type: { __type: "String" },
|
|
6756
6690
|
uniqueRef: { __type: "String" },
|
|
6757
6691
|
updatedAt: { __type: "timestamptz" },
|
|
6758
6692
|
version: { __type: "Int" },
|
|
6759
6693
|
},
|
|
6760
|
-
connection_status_temporary: {
|
|
6761
|
-
__typename: { __type: "String!" },
|
|
6762
|
-
name: { __type: "String!" },
|
|
6763
|
-
},
|
|
6764
|
-
connection_status_temporary_aggregate: {
|
|
6765
|
-
__typename: { __type: "String!" },
|
|
6766
|
-
aggregate: { __type: "connection_status_temporary_aggregate_fields" },
|
|
6767
|
-
nodes: { __type: "[connection_status_temporary!]!" },
|
|
6768
|
-
},
|
|
6769
|
-
connection_status_temporary_aggregate_fields: {
|
|
6770
|
-
__typename: { __type: "String!" },
|
|
6771
|
-
count: {
|
|
6772
|
-
__type: "Int!",
|
|
6773
|
-
__args: {
|
|
6774
|
-
columns: "[connection_status_temporary_select_column!]",
|
|
6775
|
-
distinct: "Boolean",
|
|
6776
|
-
},
|
|
6777
|
-
},
|
|
6778
|
-
max: { __type: "connection_status_temporary_max_fields" },
|
|
6779
|
-
min: { __type: "connection_status_temporary_min_fields" },
|
|
6780
|
-
},
|
|
6781
|
-
connection_status_temporary_bool_exp: {
|
|
6782
|
-
_and: { __type: "[connection_status_temporary_bool_exp!]" },
|
|
6783
|
-
_not: { __type: "connection_status_temporary_bool_exp" },
|
|
6784
|
-
_or: { __type: "[connection_status_temporary_bool_exp!]" },
|
|
6785
|
-
name: { __type: "String_comparison_exp" },
|
|
6786
|
-
},
|
|
6787
|
-
connection_status_temporary_insert_input: { name: { __type: "String" } },
|
|
6788
|
-
connection_status_temporary_max_fields: {
|
|
6789
|
-
__typename: { __type: "String!" },
|
|
6790
|
-
name: { __type: "String" },
|
|
6791
|
-
},
|
|
6792
|
-
connection_status_temporary_min_fields: {
|
|
6793
|
-
__typename: { __type: "String!" },
|
|
6794
|
-
name: { __type: "String" },
|
|
6795
|
-
},
|
|
6796
|
-
connection_status_temporary_mutation_response: {
|
|
6797
|
-
__typename: { __type: "String!" },
|
|
6798
|
-
affected_rows: { __type: "Int!" },
|
|
6799
|
-
returning: { __type: "[connection_status_temporary!]!" },
|
|
6800
|
-
},
|
|
6801
|
-
connection_status_temporary_on_conflict: {
|
|
6802
|
-
constraint: { __type: "connection_status_temporary_constraint!" },
|
|
6803
|
-
update_columns: { __type: "[connection_status_temporary_update_column!]!" },
|
|
6804
|
-
where: { __type: "connection_status_temporary_bool_exp" },
|
|
6805
|
-
},
|
|
6806
|
-
connection_status_temporary_order_by: { name: { __type: "order_by" } },
|
|
6807
|
-
connection_status_temporary_pk_columns_input: { name: { __type: "String!" } },
|
|
6808
|
-
connection_status_temporary_set_input: { name: { __type: "String" } },
|
|
6809
|
-
connection_status_temporary_stream_cursor_input: {
|
|
6810
|
-
initial_value: {
|
|
6811
|
-
__type: "connection_status_temporary_stream_cursor_value_input!",
|
|
6812
|
-
},
|
|
6813
|
-
ordering: { __type: "cursor_ordering" },
|
|
6814
|
-
},
|
|
6815
|
-
connection_status_temporary_stream_cursor_value_input: {
|
|
6816
|
-
name: { __type: "String" },
|
|
6817
|
-
},
|
|
6818
|
-
connection_status_temporary_updates: {
|
|
6819
|
-
_set: { __type: "connection_status_temporary_set_input" },
|
|
6820
|
-
where: { __type: "connection_status_temporary_bool_exp!" },
|
|
6821
|
-
},
|
|
6822
6694
|
connection_stddev_fields: {
|
|
6823
6695
|
__typename: { __type: "String!" },
|
|
6824
6696
|
backendVersion: { __type: "Float" },
|
|
@@ -6864,7 +6736,7 @@ exports.generatedSchema = {
|
|
|
6864
6736
|
metadata: { __type: "jsonb" },
|
|
6865
6737
|
name: { __type: "String" },
|
|
6866
6738
|
persistentState: { __type: "jsonb" },
|
|
6867
|
-
status: { __type: "
|
|
6739
|
+
status: { __type: "activeStatus_enum" },
|
|
6868
6740
|
tenantId: { __type: "uuid" },
|
|
6869
6741
|
type: { __type: "String" },
|
|
6870
6742
|
uniqueRef: { __type: "String" },
|
|
@@ -7555,6 +7427,414 @@ exports.generatedSchema = {
|
|
|
7555
7427
|
_set: { __type: "core_change_source_link_set_input" },
|
|
7556
7428
|
where: { __type: "core_change_source_link_bool_exp!" },
|
|
7557
7429
|
},
|
|
7430
|
+
core_flow: {
|
|
7431
|
+
__typename: { __type: "String!" },
|
|
7432
|
+
app_id: { __type: "String!" },
|
|
7433
|
+
description: { __type: "String" },
|
|
7434
|
+
id: { __type: "uuid!" },
|
|
7435
|
+
mapping_schema: { __type: "jsonb!", __args: { path: "String" } },
|
|
7436
|
+
setting_schema: { __type: "jsonb!", __args: { path: "String" } },
|
|
7437
|
+
title: { __type: "String!" },
|
|
7438
|
+
type: { __type: "flow_type" },
|
|
7439
|
+
},
|
|
7440
|
+
core_flow_aggregate: {
|
|
7441
|
+
__typename: { __type: "String!" },
|
|
7442
|
+
aggregate: { __type: "core_flow_aggregate_fields" },
|
|
7443
|
+
nodes: { __type: "[core_flow!]!" },
|
|
7444
|
+
},
|
|
7445
|
+
core_flow_aggregate_fields: {
|
|
7446
|
+
__typename: { __type: "String!" },
|
|
7447
|
+
count: {
|
|
7448
|
+
__type: "Int!",
|
|
7449
|
+
__args: { columns: "[core_flow_select_column!]", distinct: "Boolean" },
|
|
7450
|
+
},
|
|
7451
|
+
max: { __type: "core_flow_max_fields" },
|
|
7452
|
+
min: { __type: "core_flow_min_fields" },
|
|
7453
|
+
},
|
|
7454
|
+
core_flow_append_input: {
|
|
7455
|
+
mapping_schema: { __type: "jsonb" },
|
|
7456
|
+
setting_schema: { __type: "jsonb" },
|
|
7457
|
+
},
|
|
7458
|
+
core_flow_bool_exp: {
|
|
7459
|
+
_and: { __type: "[core_flow_bool_exp!]" },
|
|
7460
|
+
_not: { __type: "core_flow_bool_exp" },
|
|
7461
|
+
_or: { __type: "[core_flow_bool_exp!]" },
|
|
7462
|
+
app_id: { __type: "String_comparison_exp" },
|
|
7463
|
+
description: { __type: "String_comparison_exp" },
|
|
7464
|
+
id: { __type: "uuid_comparison_exp" },
|
|
7465
|
+
mapping_schema: { __type: "jsonb_comparison_exp" },
|
|
7466
|
+
setting_schema: { __type: "jsonb_comparison_exp" },
|
|
7467
|
+
title: { __type: "String_comparison_exp" },
|
|
7468
|
+
type: { __type: "flow_type_comparison_exp" },
|
|
7469
|
+
},
|
|
7470
|
+
core_flow_delete_at_path_input: {
|
|
7471
|
+
mapping_schema: { __type: "[String!]" },
|
|
7472
|
+
setting_schema: { __type: "[String!]" },
|
|
7473
|
+
},
|
|
7474
|
+
core_flow_delete_elem_input: {
|
|
7475
|
+
mapping_schema: { __type: "Int" },
|
|
7476
|
+
setting_schema: { __type: "Int" },
|
|
7477
|
+
},
|
|
7478
|
+
core_flow_delete_key_input: {
|
|
7479
|
+
mapping_schema: { __type: "String" },
|
|
7480
|
+
setting_schema: { __type: "String" },
|
|
7481
|
+
},
|
|
7482
|
+
core_flow_insert_input: {
|
|
7483
|
+
app_id: { __type: "String" },
|
|
7484
|
+
description: { __type: "String" },
|
|
7485
|
+
id: { __type: "uuid" },
|
|
7486
|
+
mapping_schema: { __type: "jsonb" },
|
|
7487
|
+
setting_schema: { __type: "jsonb" },
|
|
7488
|
+
title: { __type: "String" },
|
|
7489
|
+
type: { __type: "flow_type" },
|
|
7490
|
+
},
|
|
7491
|
+
core_flow_mapping: {
|
|
7492
|
+
__typename: { __type: "String!" },
|
|
7493
|
+
account_id: { __type: "uuid" },
|
|
7494
|
+
booking_channel_id: { __type: "uuid" },
|
|
7495
|
+
contact_id: { __type: "uuid" },
|
|
7496
|
+
flow_id: { __type: "uuid!" },
|
|
7497
|
+
id: { __type: "uuid!" },
|
|
7498
|
+
listing_id: { __type: "uuid" },
|
|
7499
|
+
mapping_key: { __type: "String!" },
|
|
7500
|
+
source_id: { __type: "uuid!" },
|
|
7501
|
+
value: { __type: "jsonb", __args: { path: "String" } },
|
|
7502
|
+
},
|
|
7503
|
+
core_flow_mapping_aggregate: {
|
|
7504
|
+
__typename: { __type: "String!" },
|
|
7505
|
+
aggregate: { __type: "core_flow_mapping_aggregate_fields" },
|
|
7506
|
+
nodes: { __type: "[core_flow_mapping!]!" },
|
|
7507
|
+
},
|
|
7508
|
+
core_flow_mapping_aggregate_fields: {
|
|
7509
|
+
__typename: { __type: "String!" },
|
|
7510
|
+
count: {
|
|
7511
|
+
__type: "Int!",
|
|
7512
|
+
__args: {
|
|
7513
|
+
columns: "[core_flow_mapping_select_column!]",
|
|
7514
|
+
distinct: "Boolean",
|
|
7515
|
+
},
|
|
7516
|
+
},
|
|
7517
|
+
max: { __type: "core_flow_mapping_max_fields" },
|
|
7518
|
+
min: { __type: "core_flow_mapping_min_fields" },
|
|
7519
|
+
},
|
|
7520
|
+
core_flow_mapping_append_input: { value: { __type: "jsonb" } },
|
|
7521
|
+
core_flow_mapping_bool_exp: {
|
|
7522
|
+
_and: { __type: "[core_flow_mapping_bool_exp!]" },
|
|
7523
|
+
_not: { __type: "core_flow_mapping_bool_exp" },
|
|
7524
|
+
_or: { __type: "[core_flow_mapping_bool_exp!]" },
|
|
7525
|
+
account_id: { __type: "uuid_comparison_exp" },
|
|
7526
|
+
booking_channel_id: { __type: "uuid_comparison_exp" },
|
|
7527
|
+
contact_id: { __type: "uuid_comparison_exp" },
|
|
7528
|
+
flow_id: { __type: "uuid_comparison_exp" },
|
|
7529
|
+
id: { __type: "uuid_comparison_exp" },
|
|
7530
|
+
listing_id: { __type: "uuid_comparison_exp" },
|
|
7531
|
+
mapping_key: { __type: "String_comparison_exp" },
|
|
7532
|
+
source_id: { __type: "uuid_comparison_exp" },
|
|
7533
|
+
value: { __type: "jsonb_comparison_exp" },
|
|
7534
|
+
},
|
|
7535
|
+
core_flow_mapping_delete_at_path_input: { value: { __type: "[String!]" } },
|
|
7536
|
+
core_flow_mapping_delete_elem_input: { value: { __type: "Int" } },
|
|
7537
|
+
core_flow_mapping_delete_key_input: { value: { __type: "String" } },
|
|
7538
|
+
core_flow_mapping_insert_input: {
|
|
7539
|
+
account_id: { __type: "uuid" },
|
|
7540
|
+
booking_channel_id: { __type: "uuid" },
|
|
7541
|
+
contact_id: { __type: "uuid" },
|
|
7542
|
+
flow_id: { __type: "uuid" },
|
|
7543
|
+
id: { __type: "uuid" },
|
|
7544
|
+
listing_id: { __type: "uuid" },
|
|
7545
|
+
mapping_key: { __type: "String" },
|
|
7546
|
+
source_id: { __type: "uuid" },
|
|
7547
|
+
value: { __type: "jsonb" },
|
|
7548
|
+
},
|
|
7549
|
+
core_flow_mapping_max_fields: {
|
|
7550
|
+
__typename: { __type: "String!" },
|
|
7551
|
+
account_id: { __type: "uuid" },
|
|
7552
|
+
booking_channel_id: { __type: "uuid" },
|
|
7553
|
+
contact_id: { __type: "uuid" },
|
|
7554
|
+
flow_id: { __type: "uuid" },
|
|
7555
|
+
id: { __type: "uuid" },
|
|
7556
|
+
listing_id: { __type: "uuid" },
|
|
7557
|
+
mapping_key: { __type: "String" },
|
|
7558
|
+
source_id: { __type: "uuid" },
|
|
7559
|
+
},
|
|
7560
|
+
core_flow_mapping_min_fields: {
|
|
7561
|
+
__typename: { __type: "String!" },
|
|
7562
|
+
account_id: { __type: "uuid" },
|
|
7563
|
+
booking_channel_id: { __type: "uuid" },
|
|
7564
|
+
contact_id: { __type: "uuid" },
|
|
7565
|
+
flow_id: { __type: "uuid" },
|
|
7566
|
+
id: { __type: "uuid" },
|
|
7567
|
+
listing_id: { __type: "uuid" },
|
|
7568
|
+
mapping_key: { __type: "String" },
|
|
7569
|
+
source_id: { __type: "uuid" },
|
|
7570
|
+
},
|
|
7571
|
+
core_flow_mapping_mutation_response: {
|
|
7572
|
+
__typename: { __type: "String!" },
|
|
7573
|
+
affected_rows: { __type: "Int!" },
|
|
7574
|
+
returning: { __type: "[core_flow_mapping!]!" },
|
|
7575
|
+
},
|
|
7576
|
+
core_flow_mapping_on_conflict: {
|
|
7577
|
+
constraint: { __type: "core_flow_mapping_constraint!" },
|
|
7578
|
+
update_columns: { __type: "[core_flow_mapping_update_column!]!" },
|
|
7579
|
+
where: { __type: "core_flow_mapping_bool_exp" },
|
|
7580
|
+
},
|
|
7581
|
+
core_flow_mapping_order_by: {
|
|
7582
|
+
account_id: { __type: "order_by" },
|
|
7583
|
+
booking_channel_id: { __type: "order_by" },
|
|
7584
|
+
contact_id: { __type: "order_by" },
|
|
7585
|
+
flow_id: { __type: "order_by" },
|
|
7586
|
+
id: { __type: "order_by" },
|
|
7587
|
+
listing_id: { __type: "order_by" },
|
|
7588
|
+
mapping_key: { __type: "order_by" },
|
|
7589
|
+
source_id: { __type: "order_by" },
|
|
7590
|
+
value: { __type: "order_by" },
|
|
7591
|
+
},
|
|
7592
|
+
core_flow_mapping_pk_columns_input: { id: { __type: "uuid!" } },
|
|
7593
|
+
core_flow_mapping_prepend_input: { value: { __type: "jsonb" } },
|
|
7594
|
+
core_flow_mapping_set_input: {
|
|
7595
|
+
account_id: { __type: "uuid" },
|
|
7596
|
+
booking_channel_id: { __type: "uuid" },
|
|
7597
|
+
contact_id: { __type: "uuid" },
|
|
7598
|
+
flow_id: { __type: "uuid" },
|
|
7599
|
+
id: { __type: "uuid" },
|
|
7600
|
+
listing_id: { __type: "uuid" },
|
|
7601
|
+
mapping_key: { __type: "String" },
|
|
7602
|
+
source_id: { __type: "uuid" },
|
|
7603
|
+
value: { __type: "jsonb" },
|
|
7604
|
+
},
|
|
7605
|
+
core_flow_mapping_stream_cursor_input: {
|
|
7606
|
+
initial_value: { __type: "core_flow_mapping_stream_cursor_value_input!" },
|
|
7607
|
+
ordering: { __type: "cursor_ordering" },
|
|
7608
|
+
},
|
|
7609
|
+
core_flow_mapping_stream_cursor_value_input: {
|
|
7610
|
+
account_id: { __type: "uuid" },
|
|
7611
|
+
booking_channel_id: { __type: "uuid" },
|
|
7612
|
+
contact_id: { __type: "uuid" },
|
|
7613
|
+
flow_id: { __type: "uuid" },
|
|
7614
|
+
id: { __type: "uuid" },
|
|
7615
|
+
listing_id: { __type: "uuid" },
|
|
7616
|
+
mapping_key: { __type: "String" },
|
|
7617
|
+
source_id: { __type: "uuid" },
|
|
7618
|
+
value: { __type: "jsonb" },
|
|
7619
|
+
},
|
|
7620
|
+
core_flow_mapping_updates: {
|
|
7621
|
+
_append: { __type: "core_flow_mapping_append_input" },
|
|
7622
|
+
_delete_at_path: { __type: "core_flow_mapping_delete_at_path_input" },
|
|
7623
|
+
_delete_elem: { __type: "core_flow_mapping_delete_elem_input" },
|
|
7624
|
+
_delete_key: { __type: "core_flow_mapping_delete_key_input" },
|
|
7625
|
+
_prepend: { __type: "core_flow_mapping_prepend_input" },
|
|
7626
|
+
_set: { __type: "core_flow_mapping_set_input" },
|
|
7627
|
+
where: { __type: "core_flow_mapping_bool_exp!" },
|
|
7628
|
+
},
|
|
7629
|
+
core_flow_max_fields: {
|
|
7630
|
+
__typename: { __type: "String!" },
|
|
7631
|
+
app_id: { __type: "String" },
|
|
7632
|
+
description: { __type: "String" },
|
|
7633
|
+
id: { __type: "uuid" },
|
|
7634
|
+
title: { __type: "String" },
|
|
7635
|
+
type: { __type: "flow_type" },
|
|
7636
|
+
},
|
|
7637
|
+
core_flow_min_fields: {
|
|
7638
|
+
__typename: { __type: "String!" },
|
|
7639
|
+
app_id: { __type: "String" },
|
|
7640
|
+
description: { __type: "String" },
|
|
7641
|
+
id: { __type: "uuid" },
|
|
7642
|
+
title: { __type: "String" },
|
|
7643
|
+
type: { __type: "flow_type" },
|
|
7644
|
+
},
|
|
7645
|
+
core_flow_mutation_response: {
|
|
7646
|
+
__typename: { __type: "String!" },
|
|
7647
|
+
affected_rows: { __type: "Int!" },
|
|
7648
|
+
returning: { __type: "[core_flow!]!" },
|
|
7649
|
+
},
|
|
7650
|
+
core_flow_on_conflict: {
|
|
7651
|
+
constraint: { __type: "core_flow_constraint!" },
|
|
7652
|
+
update_columns: { __type: "[core_flow_update_column!]!" },
|
|
7653
|
+
where: { __type: "core_flow_bool_exp" },
|
|
7654
|
+
},
|
|
7655
|
+
core_flow_order_by: {
|
|
7656
|
+
app_id: { __type: "order_by" },
|
|
7657
|
+
description: { __type: "order_by" },
|
|
7658
|
+
id: { __type: "order_by" },
|
|
7659
|
+
mapping_schema: { __type: "order_by" },
|
|
7660
|
+
setting_schema: { __type: "order_by" },
|
|
7661
|
+
title: { __type: "order_by" },
|
|
7662
|
+
type: { __type: "order_by" },
|
|
7663
|
+
},
|
|
7664
|
+
core_flow_pk_columns_input: { id: { __type: "uuid!" } },
|
|
7665
|
+
core_flow_prepend_input: {
|
|
7666
|
+
mapping_schema: { __type: "jsonb" },
|
|
7667
|
+
setting_schema: { __type: "jsonb" },
|
|
7668
|
+
},
|
|
7669
|
+
core_flow_set_input: {
|
|
7670
|
+
app_id: { __type: "String" },
|
|
7671
|
+
description: { __type: "String" },
|
|
7672
|
+
id: { __type: "uuid" },
|
|
7673
|
+
mapping_schema: { __type: "jsonb" },
|
|
7674
|
+
setting_schema: { __type: "jsonb" },
|
|
7675
|
+
title: { __type: "String" },
|
|
7676
|
+
type: { __type: "flow_type" },
|
|
7677
|
+
},
|
|
7678
|
+
core_flow_setting: {
|
|
7679
|
+
__typename: { __type: "String!" },
|
|
7680
|
+
account_id: { __type: "uuid" },
|
|
7681
|
+
booking_channel_id: { __type: "uuid" },
|
|
7682
|
+
connection_id: { __type: "uuid!" },
|
|
7683
|
+
contact_id: { __type: "uuid" },
|
|
7684
|
+
flow_id: { __type: "uuid!" },
|
|
7685
|
+
id: { __type: "uuid!" },
|
|
7686
|
+
listing_id: { __type: "uuid" },
|
|
7687
|
+
setting_key: { __type: "String!" },
|
|
7688
|
+
value: { __type: "jsonb", __args: { path: "String" } },
|
|
7689
|
+
},
|
|
7690
|
+
core_flow_setting_aggregate: {
|
|
7691
|
+
__typename: { __type: "String!" },
|
|
7692
|
+
aggregate: { __type: "core_flow_setting_aggregate_fields" },
|
|
7693
|
+
nodes: { __type: "[core_flow_setting!]!" },
|
|
7694
|
+
},
|
|
7695
|
+
core_flow_setting_aggregate_fields: {
|
|
7696
|
+
__typename: { __type: "String!" },
|
|
7697
|
+
count: {
|
|
7698
|
+
__type: "Int!",
|
|
7699
|
+
__args: {
|
|
7700
|
+
columns: "[core_flow_setting_select_column!]",
|
|
7701
|
+
distinct: "Boolean",
|
|
7702
|
+
},
|
|
7703
|
+
},
|
|
7704
|
+
max: { __type: "core_flow_setting_max_fields" },
|
|
7705
|
+
min: { __type: "core_flow_setting_min_fields" },
|
|
7706
|
+
},
|
|
7707
|
+
core_flow_setting_append_input: { value: { __type: "jsonb" } },
|
|
7708
|
+
core_flow_setting_bool_exp: {
|
|
7709
|
+
_and: { __type: "[core_flow_setting_bool_exp!]" },
|
|
7710
|
+
_not: { __type: "core_flow_setting_bool_exp" },
|
|
7711
|
+
_or: { __type: "[core_flow_setting_bool_exp!]" },
|
|
7712
|
+
account_id: { __type: "uuid_comparison_exp" },
|
|
7713
|
+
booking_channel_id: { __type: "uuid_comparison_exp" },
|
|
7714
|
+
connection_id: { __type: "uuid_comparison_exp" },
|
|
7715
|
+
contact_id: { __type: "uuid_comparison_exp" },
|
|
7716
|
+
flow_id: { __type: "uuid_comparison_exp" },
|
|
7717
|
+
id: { __type: "uuid_comparison_exp" },
|
|
7718
|
+
listing_id: { __type: "uuid_comparison_exp" },
|
|
7719
|
+
setting_key: { __type: "String_comparison_exp" },
|
|
7720
|
+
value: { __type: "jsonb_comparison_exp" },
|
|
7721
|
+
},
|
|
7722
|
+
core_flow_setting_delete_at_path_input: { value: { __type: "[String!]" } },
|
|
7723
|
+
core_flow_setting_delete_elem_input: { value: { __type: "Int" } },
|
|
7724
|
+
core_flow_setting_delete_key_input: { value: { __type: "String" } },
|
|
7725
|
+
core_flow_setting_insert_input: {
|
|
7726
|
+
account_id: { __type: "uuid" },
|
|
7727
|
+
booking_channel_id: { __type: "uuid" },
|
|
7728
|
+
connection_id: { __type: "uuid" },
|
|
7729
|
+
contact_id: { __type: "uuid" },
|
|
7730
|
+
flow_id: { __type: "uuid" },
|
|
7731
|
+
id: { __type: "uuid" },
|
|
7732
|
+
listing_id: { __type: "uuid" },
|
|
7733
|
+
setting_key: { __type: "String" },
|
|
7734
|
+
value: { __type: "jsonb" },
|
|
7735
|
+
},
|
|
7736
|
+
core_flow_setting_max_fields: {
|
|
7737
|
+
__typename: { __type: "String!" },
|
|
7738
|
+
account_id: { __type: "uuid" },
|
|
7739
|
+
booking_channel_id: { __type: "uuid" },
|
|
7740
|
+
connection_id: { __type: "uuid" },
|
|
7741
|
+
contact_id: { __type: "uuid" },
|
|
7742
|
+
flow_id: { __type: "uuid" },
|
|
7743
|
+
id: { __type: "uuid" },
|
|
7744
|
+
listing_id: { __type: "uuid" },
|
|
7745
|
+
setting_key: { __type: "String" },
|
|
7746
|
+
},
|
|
7747
|
+
core_flow_setting_min_fields: {
|
|
7748
|
+
__typename: { __type: "String!" },
|
|
7749
|
+
account_id: { __type: "uuid" },
|
|
7750
|
+
booking_channel_id: { __type: "uuid" },
|
|
7751
|
+
connection_id: { __type: "uuid" },
|
|
7752
|
+
contact_id: { __type: "uuid" },
|
|
7753
|
+
flow_id: { __type: "uuid" },
|
|
7754
|
+
id: { __type: "uuid" },
|
|
7755
|
+
listing_id: { __type: "uuid" },
|
|
7756
|
+
setting_key: { __type: "String" },
|
|
7757
|
+
},
|
|
7758
|
+
core_flow_setting_mutation_response: {
|
|
7759
|
+
__typename: { __type: "String!" },
|
|
7760
|
+
affected_rows: { __type: "Int!" },
|
|
7761
|
+
returning: { __type: "[core_flow_setting!]!" },
|
|
7762
|
+
},
|
|
7763
|
+
core_flow_setting_on_conflict: {
|
|
7764
|
+
constraint: { __type: "core_flow_setting_constraint!" },
|
|
7765
|
+
update_columns: { __type: "[core_flow_setting_update_column!]!" },
|
|
7766
|
+
where: { __type: "core_flow_setting_bool_exp" },
|
|
7767
|
+
},
|
|
7768
|
+
core_flow_setting_order_by: {
|
|
7769
|
+
account_id: { __type: "order_by" },
|
|
7770
|
+
booking_channel_id: { __type: "order_by" },
|
|
7771
|
+
connection_id: { __type: "order_by" },
|
|
7772
|
+
contact_id: { __type: "order_by" },
|
|
7773
|
+
flow_id: { __type: "order_by" },
|
|
7774
|
+
id: { __type: "order_by" },
|
|
7775
|
+
listing_id: { __type: "order_by" },
|
|
7776
|
+
setting_key: { __type: "order_by" },
|
|
7777
|
+
value: { __type: "order_by" },
|
|
7778
|
+
},
|
|
7779
|
+
core_flow_setting_pk_columns_input: { id: { __type: "uuid!" } },
|
|
7780
|
+
core_flow_setting_prepend_input: { value: { __type: "jsonb" } },
|
|
7781
|
+
core_flow_setting_set_input: {
|
|
7782
|
+
account_id: { __type: "uuid" },
|
|
7783
|
+
booking_channel_id: { __type: "uuid" },
|
|
7784
|
+
connection_id: { __type: "uuid" },
|
|
7785
|
+
contact_id: { __type: "uuid" },
|
|
7786
|
+
flow_id: { __type: "uuid" },
|
|
7787
|
+
id: { __type: "uuid" },
|
|
7788
|
+
listing_id: { __type: "uuid" },
|
|
7789
|
+
setting_key: { __type: "String" },
|
|
7790
|
+
value: { __type: "jsonb" },
|
|
7791
|
+
},
|
|
7792
|
+
core_flow_setting_stream_cursor_input: {
|
|
7793
|
+
initial_value: { __type: "core_flow_setting_stream_cursor_value_input!" },
|
|
7794
|
+
ordering: { __type: "cursor_ordering" },
|
|
7795
|
+
},
|
|
7796
|
+
core_flow_setting_stream_cursor_value_input: {
|
|
7797
|
+
account_id: { __type: "uuid" },
|
|
7798
|
+
booking_channel_id: { __type: "uuid" },
|
|
7799
|
+
connection_id: { __type: "uuid" },
|
|
7800
|
+
contact_id: { __type: "uuid" },
|
|
7801
|
+
flow_id: { __type: "uuid" },
|
|
7802
|
+
id: { __type: "uuid" },
|
|
7803
|
+
listing_id: { __type: "uuid" },
|
|
7804
|
+
setting_key: { __type: "String" },
|
|
7805
|
+
value: { __type: "jsonb" },
|
|
7806
|
+
},
|
|
7807
|
+
core_flow_setting_updates: {
|
|
7808
|
+
_append: { __type: "core_flow_setting_append_input" },
|
|
7809
|
+
_delete_at_path: { __type: "core_flow_setting_delete_at_path_input" },
|
|
7810
|
+
_delete_elem: { __type: "core_flow_setting_delete_elem_input" },
|
|
7811
|
+
_delete_key: { __type: "core_flow_setting_delete_key_input" },
|
|
7812
|
+
_prepend: { __type: "core_flow_setting_prepend_input" },
|
|
7813
|
+
_set: { __type: "core_flow_setting_set_input" },
|
|
7814
|
+
where: { __type: "core_flow_setting_bool_exp!" },
|
|
7815
|
+
},
|
|
7816
|
+
core_flow_stream_cursor_input: {
|
|
7817
|
+
initial_value: { __type: "core_flow_stream_cursor_value_input!" },
|
|
7818
|
+
ordering: { __type: "cursor_ordering" },
|
|
7819
|
+
},
|
|
7820
|
+
core_flow_stream_cursor_value_input: {
|
|
7821
|
+
app_id: { __type: "String" },
|
|
7822
|
+
description: { __type: "String" },
|
|
7823
|
+
id: { __type: "uuid" },
|
|
7824
|
+
mapping_schema: { __type: "jsonb" },
|
|
7825
|
+
setting_schema: { __type: "jsonb" },
|
|
7826
|
+
title: { __type: "String" },
|
|
7827
|
+
type: { __type: "flow_type" },
|
|
7828
|
+
},
|
|
7829
|
+
core_flow_updates: {
|
|
7830
|
+
_append: { __type: "core_flow_append_input" },
|
|
7831
|
+
_delete_at_path: { __type: "core_flow_delete_at_path_input" },
|
|
7832
|
+
_delete_elem: { __type: "core_flow_delete_elem_input" },
|
|
7833
|
+
_delete_key: { __type: "core_flow_delete_key_input" },
|
|
7834
|
+
_prepend: { __type: "core_flow_prepend_input" },
|
|
7835
|
+
_set: { __type: "core_flow_set_input" },
|
|
7836
|
+
where: { __type: "core_flow_bool_exp!" },
|
|
7837
|
+
},
|
|
7558
7838
|
currency: { __typename: { __type: "String!" }, name: { __type: "String!" } },
|
|
7559
7839
|
currency_aggregate: {
|
|
7560
7840
|
__typename: { __type: "String!" },
|
|
@@ -9047,6 +9327,17 @@ exports.generatedSchema = {
|
|
|
9047
9327
|
_set: { __type: "file_storage_set_input" },
|
|
9048
9328
|
where: { __type: "file_storage_bool_exp!" },
|
|
9049
9329
|
},
|
|
9330
|
+
flow_type_comparison_exp: {
|
|
9331
|
+
_eq: { __type: "flow_type" },
|
|
9332
|
+
_gt: { __type: "flow_type" },
|
|
9333
|
+
_gte: { __type: "flow_type" },
|
|
9334
|
+
_in: { __type: "[flow_type!]" },
|
|
9335
|
+
_is_null: { __type: "Boolean" },
|
|
9336
|
+
_lt: { __type: "flow_type" },
|
|
9337
|
+
_lte: { __type: "flow_type" },
|
|
9338
|
+
_neq: { __type: "flow_type" },
|
|
9339
|
+
_nin: { __type: "[flow_type!]" },
|
|
9340
|
+
},
|
|
9050
9341
|
issueConnectionsNeedVersionUpgradeReturnType: {
|
|
9051
9342
|
__typename: { __type: "String!" },
|
|
9052
9343
|
appIcon: { __type: "String!" },
|
|
@@ -13965,14 +14256,6 @@ exports.generatedSchema = {
|
|
|
13965
14256
|
__args: { where: "address_bool_exp!" },
|
|
13966
14257
|
},
|
|
13967
14258
|
delete_address_by_pk: { __type: "address", __args: { id: "uuid!" } },
|
|
13968
|
-
delete_automation_status: {
|
|
13969
|
-
__type: "automation_status_mutation_response",
|
|
13970
|
-
__args: { where: "automation_status_bool_exp!" },
|
|
13971
|
-
},
|
|
13972
|
-
delete_automation_status_by_pk: {
|
|
13973
|
-
__type: "automation_status",
|
|
13974
|
-
__args: { name: "String!" },
|
|
13975
|
-
},
|
|
13976
14259
|
delete_billing_payment_method_type: {
|
|
13977
14260
|
__type: "billing_payment_method_type_mutation_response",
|
|
13978
14261
|
__args: { where: "billing_payment_method_type_bool_exp!" },
|
|
@@ -13981,14 +14264,6 @@ exports.generatedSchema = {
|
|
|
13981
14264
|
__type: "billing_payment_method_type",
|
|
13982
14265
|
__args: { name: "String!" },
|
|
13983
14266
|
},
|
|
13984
|
-
delete_connection_status_temporary: {
|
|
13985
|
-
__type: "connection_status_temporary_mutation_response",
|
|
13986
|
-
__args: { where: "connection_status_temporary_bool_exp!" },
|
|
13987
|
-
},
|
|
13988
|
-
delete_connection_status_temporary_by_pk: {
|
|
13989
|
-
__type: "connection_status_temporary",
|
|
13990
|
-
__args: { name: "String!" },
|
|
13991
|
-
},
|
|
13992
14267
|
delete_core_change_source_link: {
|
|
13993
14268
|
__type: "core_change_source_link_mutation_response",
|
|
13994
14269
|
__args: { where: "core_change_source_link_bool_exp!" },
|
|
@@ -13997,6 +14272,27 @@ exports.generatedSchema = {
|
|
|
13997
14272
|
__type: "core_change_source_link",
|
|
13998
14273
|
__args: { id: "uuid!" },
|
|
13999
14274
|
},
|
|
14275
|
+
delete_core_flow: {
|
|
14276
|
+
__type: "core_flow_mutation_response",
|
|
14277
|
+
__args: { where: "core_flow_bool_exp!" },
|
|
14278
|
+
},
|
|
14279
|
+
delete_core_flow_by_pk: { __type: "core_flow", __args: { id: "uuid!" } },
|
|
14280
|
+
delete_core_flow_mapping: {
|
|
14281
|
+
__type: "core_flow_mapping_mutation_response",
|
|
14282
|
+
__args: { where: "core_flow_mapping_bool_exp!" },
|
|
14283
|
+
},
|
|
14284
|
+
delete_core_flow_mapping_by_pk: {
|
|
14285
|
+
__type: "core_flow_mapping",
|
|
14286
|
+
__args: { id: "uuid!" },
|
|
14287
|
+
},
|
|
14288
|
+
delete_core_flow_setting: {
|
|
14289
|
+
__type: "core_flow_setting_mutation_response",
|
|
14290
|
+
__args: { where: "core_flow_setting_bool_exp!" },
|
|
14291
|
+
},
|
|
14292
|
+
delete_core_flow_setting_by_pk: {
|
|
14293
|
+
__type: "core_flow_setting",
|
|
14294
|
+
__args: { id: "uuid!" },
|
|
14295
|
+
},
|
|
14000
14296
|
delete_currency: {
|
|
14001
14297
|
__type: "currency_mutation_response",
|
|
14002
14298
|
__args: { where: "currency_bool_exp!" },
|
|
@@ -15533,20 +15829,6 @@ exports.generatedSchema = {
|
|
|
15533
15829
|
on_conflict: "address_on_conflict",
|
|
15534
15830
|
},
|
|
15535
15831
|
},
|
|
15536
|
-
insert_automation_status: {
|
|
15537
|
-
__type: "automation_status_mutation_response",
|
|
15538
|
-
__args: {
|
|
15539
|
-
objects: "[automation_status_insert_input!]!",
|
|
15540
|
-
on_conflict: "automation_status_on_conflict",
|
|
15541
|
-
},
|
|
15542
|
-
},
|
|
15543
|
-
insert_automation_status_one: {
|
|
15544
|
-
__type: "automation_status",
|
|
15545
|
-
__args: {
|
|
15546
|
-
object: "automation_status_insert_input!",
|
|
15547
|
-
on_conflict: "automation_status_on_conflict",
|
|
15548
|
-
},
|
|
15549
|
-
},
|
|
15550
15832
|
insert_billing_payment_method_type: {
|
|
15551
15833
|
__type: "billing_payment_method_type_mutation_response",
|
|
15552
15834
|
__args: {
|
|
@@ -15561,20 +15843,6 @@ exports.generatedSchema = {
|
|
|
15561
15843
|
on_conflict: "billing_payment_method_type_on_conflict",
|
|
15562
15844
|
},
|
|
15563
15845
|
},
|
|
15564
|
-
insert_connection_status_temporary: {
|
|
15565
|
-
__type: "connection_status_temporary_mutation_response",
|
|
15566
|
-
__args: {
|
|
15567
|
-
objects: "[connection_status_temporary_insert_input!]!",
|
|
15568
|
-
on_conflict: "connection_status_temporary_on_conflict",
|
|
15569
|
-
},
|
|
15570
|
-
},
|
|
15571
|
-
insert_connection_status_temporary_one: {
|
|
15572
|
-
__type: "connection_status_temporary",
|
|
15573
|
-
__args: {
|
|
15574
|
-
object: "connection_status_temporary_insert_input!",
|
|
15575
|
-
on_conflict: "connection_status_temporary_on_conflict",
|
|
15576
|
-
},
|
|
15577
|
-
},
|
|
15578
15846
|
insert_core_change_source_link: {
|
|
15579
15847
|
__type: "core_change_source_link_mutation_response",
|
|
15580
15848
|
__args: {
|
|
@@ -15589,6 +15857,48 @@ exports.generatedSchema = {
|
|
|
15589
15857
|
on_conflict: "core_change_source_link_on_conflict",
|
|
15590
15858
|
},
|
|
15591
15859
|
},
|
|
15860
|
+
insert_core_flow: {
|
|
15861
|
+
__type: "core_flow_mutation_response",
|
|
15862
|
+
__args: {
|
|
15863
|
+
objects: "[core_flow_insert_input!]!",
|
|
15864
|
+
on_conflict: "core_flow_on_conflict",
|
|
15865
|
+
},
|
|
15866
|
+
},
|
|
15867
|
+
insert_core_flow_mapping: {
|
|
15868
|
+
__type: "core_flow_mapping_mutation_response",
|
|
15869
|
+
__args: {
|
|
15870
|
+
objects: "[core_flow_mapping_insert_input!]!",
|
|
15871
|
+
on_conflict: "core_flow_mapping_on_conflict",
|
|
15872
|
+
},
|
|
15873
|
+
},
|
|
15874
|
+
insert_core_flow_mapping_one: {
|
|
15875
|
+
__type: "core_flow_mapping",
|
|
15876
|
+
__args: {
|
|
15877
|
+
object: "core_flow_mapping_insert_input!",
|
|
15878
|
+
on_conflict: "core_flow_mapping_on_conflict",
|
|
15879
|
+
},
|
|
15880
|
+
},
|
|
15881
|
+
insert_core_flow_one: {
|
|
15882
|
+
__type: "core_flow",
|
|
15883
|
+
__args: {
|
|
15884
|
+
object: "core_flow_insert_input!",
|
|
15885
|
+
on_conflict: "core_flow_on_conflict",
|
|
15886
|
+
},
|
|
15887
|
+
},
|
|
15888
|
+
insert_core_flow_setting: {
|
|
15889
|
+
__type: "core_flow_setting_mutation_response",
|
|
15890
|
+
__args: {
|
|
15891
|
+
objects: "[core_flow_setting_insert_input!]!",
|
|
15892
|
+
on_conflict: "core_flow_setting_on_conflict",
|
|
15893
|
+
},
|
|
15894
|
+
},
|
|
15895
|
+
insert_core_flow_setting_one: {
|
|
15896
|
+
__type: "core_flow_setting",
|
|
15897
|
+
__args: {
|
|
15898
|
+
object: "core_flow_setting_insert_input!",
|
|
15899
|
+
on_conflict: "core_flow_setting_on_conflict",
|
|
15900
|
+
},
|
|
15901
|
+
},
|
|
15592
15902
|
insert_currency: {
|
|
15593
15903
|
__type: "currency_mutation_response",
|
|
15594
15904
|
__args: {
|
|
@@ -17917,24 +18227,6 @@ exports.generatedSchema = {
|
|
|
17917
18227
|
__type: "[automation_mutation_response]",
|
|
17918
18228
|
__args: { updates: "[automation_updates!]!" },
|
|
17919
18229
|
},
|
|
17920
|
-
update_automation_status: {
|
|
17921
|
-
__type: "automation_status_mutation_response",
|
|
17922
|
-
__args: {
|
|
17923
|
-
_set: "automation_status_set_input",
|
|
17924
|
-
where: "automation_status_bool_exp!",
|
|
17925
|
-
},
|
|
17926
|
-
},
|
|
17927
|
-
update_automation_status_by_pk: {
|
|
17928
|
-
__type: "automation_status",
|
|
17929
|
-
__args: {
|
|
17930
|
-
_set: "automation_status_set_input",
|
|
17931
|
-
pk_columns: "automation_status_pk_columns_input!",
|
|
17932
|
-
},
|
|
17933
|
-
},
|
|
17934
|
-
update_automation_status_many: {
|
|
17935
|
-
__type: "[automation_status_mutation_response]",
|
|
17936
|
-
__args: { updates: "[automation_status_updates!]!" },
|
|
17937
|
-
},
|
|
17938
18230
|
update_automation_template_many: {
|
|
17939
18231
|
__type: "[automation_template_mutation_response]",
|
|
17940
18232
|
__args: { updates: "[automation_template_updates!]!" },
|
|
@@ -17961,24 +18253,6 @@ exports.generatedSchema = {
|
|
|
17961
18253
|
__type: "[connection_mutation_response]",
|
|
17962
18254
|
__args: { updates: "[connection_updates!]!" },
|
|
17963
18255
|
},
|
|
17964
|
-
update_connection_status_temporary: {
|
|
17965
|
-
__type: "connection_status_temporary_mutation_response",
|
|
17966
|
-
__args: {
|
|
17967
|
-
_set: "connection_status_temporary_set_input",
|
|
17968
|
-
where: "connection_status_temporary_bool_exp!",
|
|
17969
|
-
},
|
|
17970
|
-
},
|
|
17971
|
-
update_connection_status_temporary_by_pk: {
|
|
17972
|
-
__type: "connection_status_temporary",
|
|
17973
|
-
__args: {
|
|
17974
|
-
_set: "connection_status_temporary_set_input",
|
|
17975
|
-
pk_columns: "connection_status_temporary_pk_columns_input!",
|
|
17976
|
-
},
|
|
17977
|
-
},
|
|
17978
|
-
update_connection_status_temporary_many: {
|
|
17979
|
-
__type: "[connection_status_temporary_mutation_response]",
|
|
17980
|
-
__args: { updates: "[connection_status_temporary_updates!]!" },
|
|
17981
|
-
},
|
|
17982
18256
|
update_core_change_source_link: {
|
|
17983
18257
|
__type: "core_change_source_link_mutation_response",
|
|
17984
18258
|
__args: {
|
|
@@ -17997,6 +18271,90 @@ exports.generatedSchema = {
|
|
|
17997
18271
|
__type: "[core_change_source_link_mutation_response]",
|
|
17998
18272
|
__args: { updates: "[core_change_source_link_updates!]!" },
|
|
17999
18273
|
},
|
|
18274
|
+
update_core_flow: {
|
|
18275
|
+
__type: "core_flow_mutation_response",
|
|
18276
|
+
__args: {
|
|
18277
|
+
_append: "core_flow_append_input",
|
|
18278
|
+
_delete_at_path: "core_flow_delete_at_path_input",
|
|
18279
|
+
_delete_elem: "core_flow_delete_elem_input",
|
|
18280
|
+
_delete_key: "core_flow_delete_key_input",
|
|
18281
|
+
_prepend: "core_flow_prepend_input",
|
|
18282
|
+
_set: "core_flow_set_input",
|
|
18283
|
+
where: "core_flow_bool_exp!",
|
|
18284
|
+
},
|
|
18285
|
+
},
|
|
18286
|
+
update_core_flow_by_pk: {
|
|
18287
|
+
__type: "core_flow",
|
|
18288
|
+
__args: {
|
|
18289
|
+
_append: "core_flow_append_input",
|
|
18290
|
+
_delete_at_path: "core_flow_delete_at_path_input",
|
|
18291
|
+
_delete_elem: "core_flow_delete_elem_input",
|
|
18292
|
+
_delete_key: "core_flow_delete_key_input",
|
|
18293
|
+
_prepend: "core_flow_prepend_input",
|
|
18294
|
+
_set: "core_flow_set_input",
|
|
18295
|
+
pk_columns: "core_flow_pk_columns_input!",
|
|
18296
|
+
},
|
|
18297
|
+
},
|
|
18298
|
+
update_core_flow_many: {
|
|
18299
|
+
__type: "[core_flow_mutation_response]",
|
|
18300
|
+
__args: { updates: "[core_flow_updates!]!" },
|
|
18301
|
+
},
|
|
18302
|
+
update_core_flow_mapping: {
|
|
18303
|
+
__type: "core_flow_mapping_mutation_response",
|
|
18304
|
+
__args: {
|
|
18305
|
+
_append: "core_flow_mapping_append_input",
|
|
18306
|
+
_delete_at_path: "core_flow_mapping_delete_at_path_input",
|
|
18307
|
+
_delete_elem: "core_flow_mapping_delete_elem_input",
|
|
18308
|
+
_delete_key: "core_flow_mapping_delete_key_input",
|
|
18309
|
+
_prepend: "core_flow_mapping_prepend_input",
|
|
18310
|
+
_set: "core_flow_mapping_set_input",
|
|
18311
|
+
where: "core_flow_mapping_bool_exp!",
|
|
18312
|
+
},
|
|
18313
|
+
},
|
|
18314
|
+
update_core_flow_mapping_by_pk: {
|
|
18315
|
+
__type: "core_flow_mapping",
|
|
18316
|
+
__args: {
|
|
18317
|
+
_append: "core_flow_mapping_append_input",
|
|
18318
|
+
_delete_at_path: "core_flow_mapping_delete_at_path_input",
|
|
18319
|
+
_delete_elem: "core_flow_mapping_delete_elem_input",
|
|
18320
|
+
_delete_key: "core_flow_mapping_delete_key_input",
|
|
18321
|
+
_prepend: "core_flow_mapping_prepend_input",
|
|
18322
|
+
_set: "core_flow_mapping_set_input",
|
|
18323
|
+
pk_columns: "core_flow_mapping_pk_columns_input!",
|
|
18324
|
+
},
|
|
18325
|
+
},
|
|
18326
|
+
update_core_flow_mapping_many: {
|
|
18327
|
+
__type: "[core_flow_mapping_mutation_response]",
|
|
18328
|
+
__args: { updates: "[core_flow_mapping_updates!]!" },
|
|
18329
|
+
},
|
|
18330
|
+
update_core_flow_setting: {
|
|
18331
|
+
__type: "core_flow_setting_mutation_response",
|
|
18332
|
+
__args: {
|
|
18333
|
+
_append: "core_flow_setting_append_input",
|
|
18334
|
+
_delete_at_path: "core_flow_setting_delete_at_path_input",
|
|
18335
|
+
_delete_elem: "core_flow_setting_delete_elem_input",
|
|
18336
|
+
_delete_key: "core_flow_setting_delete_key_input",
|
|
18337
|
+
_prepend: "core_flow_setting_prepend_input",
|
|
18338
|
+
_set: "core_flow_setting_set_input",
|
|
18339
|
+
where: "core_flow_setting_bool_exp!",
|
|
18340
|
+
},
|
|
18341
|
+
},
|
|
18342
|
+
update_core_flow_setting_by_pk: {
|
|
18343
|
+
__type: "core_flow_setting",
|
|
18344
|
+
__args: {
|
|
18345
|
+
_append: "core_flow_setting_append_input",
|
|
18346
|
+
_delete_at_path: "core_flow_setting_delete_at_path_input",
|
|
18347
|
+
_delete_elem: "core_flow_setting_delete_elem_input",
|
|
18348
|
+
_delete_key: "core_flow_setting_delete_key_input",
|
|
18349
|
+
_prepend: "core_flow_setting_prepend_input",
|
|
18350
|
+
_set: "core_flow_setting_set_input",
|
|
18351
|
+
pk_columns: "core_flow_setting_pk_columns_input!",
|
|
18352
|
+
},
|
|
18353
|
+
},
|
|
18354
|
+
update_core_flow_setting_many: {
|
|
18355
|
+
__type: "[core_flow_setting_mutation_response]",
|
|
18356
|
+
__args: { updates: "[core_flow_setting_updates!]!" },
|
|
18357
|
+
},
|
|
18000
18358
|
update_currency: {
|
|
18001
18359
|
__type: "currency_mutation_response",
|
|
18002
18360
|
__args: { _set: "currency_set_input", where: "currency_bool_exp!" },
|
|
@@ -23833,30 +24191,6 @@ exports.generatedSchema = {
|
|
|
23833
24191
|
where: "automation_template_bool_exp",
|
|
23834
24192
|
},
|
|
23835
24193
|
},
|
|
23836
|
-
automation_status: {
|
|
23837
|
-
__type: "[automation_status!]!",
|
|
23838
|
-
__args: {
|
|
23839
|
-
distinct_on: "[automation_status_select_column!]",
|
|
23840
|
-
limit: "Int",
|
|
23841
|
-
offset: "Int",
|
|
23842
|
-
order_by: "[automation_status_order_by!]",
|
|
23843
|
-
where: "automation_status_bool_exp",
|
|
23844
|
-
},
|
|
23845
|
-
},
|
|
23846
|
-
automation_status_aggregate: {
|
|
23847
|
-
__type: "automation_status_aggregate!",
|
|
23848
|
-
__args: {
|
|
23849
|
-
distinct_on: "[automation_status_select_column!]",
|
|
23850
|
-
limit: "Int",
|
|
23851
|
-
offset: "Int",
|
|
23852
|
-
order_by: "[automation_status_order_by!]",
|
|
23853
|
-
where: "automation_status_bool_exp",
|
|
23854
|
-
},
|
|
23855
|
-
},
|
|
23856
|
-
automation_status_by_pk: {
|
|
23857
|
-
__type: "automation_status",
|
|
23858
|
-
__args: { name: "String!" },
|
|
23859
|
-
},
|
|
23860
24194
|
automations: {
|
|
23861
24195
|
__type: "[automation!]!",
|
|
23862
24196
|
__args: {
|
|
@@ -24184,30 +24518,6 @@ exports.generatedSchema = {
|
|
|
24184
24518
|
},
|
|
24185
24519
|
},
|
|
24186
24520
|
connectionById: { __type: "connection", __args: { id: "uuid!" } },
|
|
24187
|
-
connection_status_temporary: {
|
|
24188
|
-
__type: "[connection_status_temporary!]!",
|
|
24189
|
-
__args: {
|
|
24190
|
-
distinct_on: "[connection_status_temporary_select_column!]",
|
|
24191
|
-
limit: "Int",
|
|
24192
|
-
offset: "Int",
|
|
24193
|
-
order_by: "[connection_status_temporary_order_by!]",
|
|
24194
|
-
where: "connection_status_temporary_bool_exp",
|
|
24195
|
-
},
|
|
24196
|
-
},
|
|
24197
|
-
connection_status_temporary_aggregate: {
|
|
24198
|
-
__type: "connection_status_temporary_aggregate!",
|
|
24199
|
-
__args: {
|
|
24200
|
-
distinct_on: "[connection_status_temporary_select_column!]",
|
|
24201
|
-
limit: "Int",
|
|
24202
|
-
offset: "Int",
|
|
24203
|
-
order_by: "[connection_status_temporary_order_by!]",
|
|
24204
|
-
where: "connection_status_temporary_bool_exp",
|
|
24205
|
-
},
|
|
24206
|
-
},
|
|
24207
|
-
connection_status_temporary_by_pk: {
|
|
24208
|
-
__type: "connection_status_temporary",
|
|
24209
|
-
__args: { name: "String!" },
|
|
24210
|
-
},
|
|
24211
24521
|
contact: { __type: "contact", __args: { id: "uuid!" } },
|
|
24212
24522
|
contactAggregate: {
|
|
24213
24523
|
__type: "contact_aggregate!",
|
|
@@ -24298,6 +24608,75 @@ exports.generatedSchema = {
|
|
|
24298
24608
|
__type: "core_change_source_link",
|
|
24299
24609
|
__args: { id: "uuid!" },
|
|
24300
24610
|
},
|
|
24611
|
+
core_flow: {
|
|
24612
|
+
__type: "[core_flow!]!",
|
|
24613
|
+
__args: {
|
|
24614
|
+
distinct_on: "[core_flow_select_column!]",
|
|
24615
|
+
limit: "Int",
|
|
24616
|
+
offset: "Int",
|
|
24617
|
+
order_by: "[core_flow_order_by!]",
|
|
24618
|
+
where: "core_flow_bool_exp",
|
|
24619
|
+
},
|
|
24620
|
+
},
|
|
24621
|
+
core_flow_aggregate: {
|
|
24622
|
+
__type: "core_flow_aggregate!",
|
|
24623
|
+
__args: {
|
|
24624
|
+
distinct_on: "[core_flow_select_column!]",
|
|
24625
|
+
limit: "Int",
|
|
24626
|
+
offset: "Int",
|
|
24627
|
+
order_by: "[core_flow_order_by!]",
|
|
24628
|
+
where: "core_flow_bool_exp",
|
|
24629
|
+
},
|
|
24630
|
+
},
|
|
24631
|
+
core_flow_by_pk: { __type: "core_flow", __args: { id: "uuid!" } },
|
|
24632
|
+
core_flow_mapping: {
|
|
24633
|
+
__type: "[core_flow_mapping!]!",
|
|
24634
|
+
__args: {
|
|
24635
|
+
distinct_on: "[core_flow_mapping_select_column!]",
|
|
24636
|
+
limit: "Int",
|
|
24637
|
+
offset: "Int",
|
|
24638
|
+
order_by: "[core_flow_mapping_order_by!]",
|
|
24639
|
+
where: "core_flow_mapping_bool_exp",
|
|
24640
|
+
},
|
|
24641
|
+
},
|
|
24642
|
+
core_flow_mapping_aggregate: {
|
|
24643
|
+
__type: "core_flow_mapping_aggregate!",
|
|
24644
|
+
__args: {
|
|
24645
|
+
distinct_on: "[core_flow_mapping_select_column!]",
|
|
24646
|
+
limit: "Int",
|
|
24647
|
+
offset: "Int",
|
|
24648
|
+
order_by: "[core_flow_mapping_order_by!]",
|
|
24649
|
+
where: "core_flow_mapping_bool_exp",
|
|
24650
|
+
},
|
|
24651
|
+
},
|
|
24652
|
+
core_flow_mapping_by_pk: {
|
|
24653
|
+
__type: "core_flow_mapping",
|
|
24654
|
+
__args: { id: "uuid!" },
|
|
24655
|
+
},
|
|
24656
|
+
core_flow_setting: {
|
|
24657
|
+
__type: "[core_flow_setting!]!",
|
|
24658
|
+
__args: {
|
|
24659
|
+
distinct_on: "[core_flow_setting_select_column!]",
|
|
24660
|
+
limit: "Int",
|
|
24661
|
+
offset: "Int",
|
|
24662
|
+
order_by: "[core_flow_setting_order_by!]",
|
|
24663
|
+
where: "core_flow_setting_bool_exp",
|
|
24664
|
+
},
|
|
24665
|
+
},
|
|
24666
|
+
core_flow_setting_aggregate: {
|
|
24667
|
+
__type: "core_flow_setting_aggregate!",
|
|
24668
|
+
__args: {
|
|
24669
|
+
distinct_on: "[core_flow_setting_select_column!]",
|
|
24670
|
+
limit: "Int",
|
|
24671
|
+
offset: "Int",
|
|
24672
|
+
order_by: "[core_flow_setting_order_by!]",
|
|
24673
|
+
where: "core_flow_setting_bool_exp",
|
|
24674
|
+
},
|
|
24675
|
+
},
|
|
24676
|
+
core_flow_setting_by_pk: {
|
|
24677
|
+
__type: "core_flow_setting",
|
|
24678
|
+
__args: { id: "uuid!" },
|
|
24679
|
+
},
|
|
24301
24680
|
currency: {
|
|
24302
24681
|
__type: "[currency!]!",
|
|
24303
24682
|
__args: {
|
|
@@ -32332,38 +32711,6 @@ exports.generatedSchema = {
|
|
|
32332
32711
|
where: "automation_template_bool_exp",
|
|
32333
32712
|
},
|
|
32334
32713
|
},
|
|
32335
|
-
automation_status: {
|
|
32336
|
-
__type: "[automation_status!]!",
|
|
32337
|
-
__args: {
|
|
32338
|
-
distinct_on: "[automation_status_select_column!]",
|
|
32339
|
-
limit: "Int",
|
|
32340
|
-
offset: "Int",
|
|
32341
|
-
order_by: "[automation_status_order_by!]",
|
|
32342
|
-
where: "automation_status_bool_exp",
|
|
32343
|
-
},
|
|
32344
|
-
},
|
|
32345
|
-
automation_status_aggregate: {
|
|
32346
|
-
__type: "automation_status_aggregate!",
|
|
32347
|
-
__args: {
|
|
32348
|
-
distinct_on: "[automation_status_select_column!]",
|
|
32349
|
-
limit: "Int",
|
|
32350
|
-
offset: "Int",
|
|
32351
|
-
order_by: "[automation_status_order_by!]",
|
|
32352
|
-
where: "automation_status_bool_exp",
|
|
32353
|
-
},
|
|
32354
|
-
},
|
|
32355
|
-
automation_status_by_pk: {
|
|
32356
|
-
__type: "automation_status",
|
|
32357
|
-
__args: { name: "String!" },
|
|
32358
|
-
},
|
|
32359
|
-
automation_status_stream: {
|
|
32360
|
-
__type: "[automation_status!]!",
|
|
32361
|
-
__args: {
|
|
32362
|
-
batch_size: "Int!",
|
|
32363
|
-
cursor: "[automation_status_stream_cursor_input]!",
|
|
32364
|
-
where: "automation_status_bool_exp",
|
|
32365
|
-
},
|
|
32366
|
-
},
|
|
32367
32714
|
automation_stream: {
|
|
32368
32715
|
__type: "[automation!]!",
|
|
32369
32716
|
__args: {
|
|
@@ -32803,38 +33150,6 @@ exports.generatedSchema = {
|
|
|
32803
33150
|
},
|
|
32804
33151
|
},
|
|
32805
33152
|
connectionById: { __type: "connection", __args: { id: "uuid!" } },
|
|
32806
|
-
connection_status_temporary: {
|
|
32807
|
-
__type: "[connection_status_temporary!]!",
|
|
32808
|
-
__args: {
|
|
32809
|
-
distinct_on: "[connection_status_temporary_select_column!]",
|
|
32810
|
-
limit: "Int",
|
|
32811
|
-
offset: "Int",
|
|
32812
|
-
order_by: "[connection_status_temporary_order_by!]",
|
|
32813
|
-
where: "connection_status_temporary_bool_exp",
|
|
32814
|
-
},
|
|
32815
|
-
},
|
|
32816
|
-
connection_status_temporary_aggregate: {
|
|
32817
|
-
__type: "connection_status_temporary_aggregate!",
|
|
32818
|
-
__args: {
|
|
32819
|
-
distinct_on: "[connection_status_temporary_select_column!]",
|
|
32820
|
-
limit: "Int",
|
|
32821
|
-
offset: "Int",
|
|
32822
|
-
order_by: "[connection_status_temporary_order_by!]",
|
|
32823
|
-
where: "connection_status_temporary_bool_exp",
|
|
32824
|
-
},
|
|
32825
|
-
},
|
|
32826
|
-
connection_status_temporary_by_pk: {
|
|
32827
|
-
__type: "connection_status_temporary",
|
|
32828
|
-
__args: { name: "String!" },
|
|
32829
|
-
},
|
|
32830
|
-
connection_status_temporary_stream: {
|
|
32831
|
-
__type: "[connection_status_temporary!]!",
|
|
32832
|
-
__args: {
|
|
32833
|
-
batch_size: "Int!",
|
|
32834
|
-
cursor: "[connection_status_temporary_stream_cursor_input]!",
|
|
32835
|
-
where: "connection_status_temporary_bool_exp",
|
|
32836
|
-
},
|
|
32837
|
-
},
|
|
32838
33153
|
connection_stream: {
|
|
32839
33154
|
__type: "[connection!]!",
|
|
32840
33155
|
__args: {
|
|
@@ -32965,6 +33280,99 @@ exports.generatedSchema = {
|
|
|
32965
33280
|
where: "core_change_source_link_bool_exp",
|
|
32966
33281
|
},
|
|
32967
33282
|
},
|
|
33283
|
+
core_flow: {
|
|
33284
|
+
__type: "[core_flow!]!",
|
|
33285
|
+
__args: {
|
|
33286
|
+
distinct_on: "[core_flow_select_column!]",
|
|
33287
|
+
limit: "Int",
|
|
33288
|
+
offset: "Int",
|
|
33289
|
+
order_by: "[core_flow_order_by!]",
|
|
33290
|
+
where: "core_flow_bool_exp",
|
|
33291
|
+
},
|
|
33292
|
+
},
|
|
33293
|
+
core_flow_aggregate: {
|
|
33294
|
+
__type: "core_flow_aggregate!",
|
|
33295
|
+
__args: {
|
|
33296
|
+
distinct_on: "[core_flow_select_column!]",
|
|
33297
|
+
limit: "Int",
|
|
33298
|
+
offset: "Int",
|
|
33299
|
+
order_by: "[core_flow_order_by!]",
|
|
33300
|
+
where: "core_flow_bool_exp",
|
|
33301
|
+
},
|
|
33302
|
+
},
|
|
33303
|
+
core_flow_by_pk: { __type: "core_flow", __args: { id: "uuid!" } },
|
|
33304
|
+
core_flow_mapping: {
|
|
33305
|
+
__type: "[core_flow_mapping!]!",
|
|
33306
|
+
__args: {
|
|
33307
|
+
distinct_on: "[core_flow_mapping_select_column!]",
|
|
33308
|
+
limit: "Int",
|
|
33309
|
+
offset: "Int",
|
|
33310
|
+
order_by: "[core_flow_mapping_order_by!]",
|
|
33311
|
+
where: "core_flow_mapping_bool_exp",
|
|
33312
|
+
},
|
|
33313
|
+
},
|
|
33314
|
+
core_flow_mapping_aggregate: {
|
|
33315
|
+
__type: "core_flow_mapping_aggregate!",
|
|
33316
|
+
__args: {
|
|
33317
|
+
distinct_on: "[core_flow_mapping_select_column!]",
|
|
33318
|
+
limit: "Int",
|
|
33319
|
+
offset: "Int",
|
|
33320
|
+
order_by: "[core_flow_mapping_order_by!]",
|
|
33321
|
+
where: "core_flow_mapping_bool_exp",
|
|
33322
|
+
},
|
|
33323
|
+
},
|
|
33324
|
+
core_flow_mapping_by_pk: {
|
|
33325
|
+
__type: "core_flow_mapping",
|
|
33326
|
+
__args: { id: "uuid!" },
|
|
33327
|
+
},
|
|
33328
|
+
core_flow_mapping_stream: {
|
|
33329
|
+
__type: "[core_flow_mapping!]!",
|
|
33330
|
+
__args: {
|
|
33331
|
+
batch_size: "Int!",
|
|
33332
|
+
cursor: "[core_flow_mapping_stream_cursor_input]!",
|
|
33333
|
+
where: "core_flow_mapping_bool_exp",
|
|
33334
|
+
},
|
|
33335
|
+
},
|
|
33336
|
+
core_flow_setting: {
|
|
33337
|
+
__type: "[core_flow_setting!]!",
|
|
33338
|
+
__args: {
|
|
33339
|
+
distinct_on: "[core_flow_setting_select_column!]",
|
|
33340
|
+
limit: "Int",
|
|
33341
|
+
offset: "Int",
|
|
33342
|
+
order_by: "[core_flow_setting_order_by!]",
|
|
33343
|
+
where: "core_flow_setting_bool_exp",
|
|
33344
|
+
},
|
|
33345
|
+
},
|
|
33346
|
+
core_flow_setting_aggregate: {
|
|
33347
|
+
__type: "core_flow_setting_aggregate!",
|
|
33348
|
+
__args: {
|
|
33349
|
+
distinct_on: "[core_flow_setting_select_column!]",
|
|
33350
|
+
limit: "Int",
|
|
33351
|
+
offset: "Int",
|
|
33352
|
+
order_by: "[core_flow_setting_order_by!]",
|
|
33353
|
+
where: "core_flow_setting_bool_exp",
|
|
33354
|
+
},
|
|
33355
|
+
},
|
|
33356
|
+
core_flow_setting_by_pk: {
|
|
33357
|
+
__type: "core_flow_setting",
|
|
33358
|
+
__args: { id: "uuid!" },
|
|
33359
|
+
},
|
|
33360
|
+
core_flow_setting_stream: {
|
|
33361
|
+
__type: "[core_flow_setting!]!",
|
|
33362
|
+
__args: {
|
|
33363
|
+
batch_size: "Int!",
|
|
33364
|
+
cursor: "[core_flow_setting_stream_cursor_input]!",
|
|
33365
|
+
where: "core_flow_setting_bool_exp",
|
|
33366
|
+
},
|
|
33367
|
+
},
|
|
33368
|
+
core_flow_stream: {
|
|
33369
|
+
__type: "[core_flow!]!",
|
|
33370
|
+
__args: {
|
|
33371
|
+
batch_size: "Int!",
|
|
33372
|
+
cursor: "[core_flow_stream_cursor_input]!",
|
|
33373
|
+
where: "core_flow_bool_exp",
|
|
33374
|
+
},
|
|
33375
|
+
},
|
|
32968
33376
|
currency: {
|
|
32969
33377
|
__type: "[currency!]!",
|
|
32970
33378
|
__args: {
|