@vrplatform/graphql 1.1.34 → 1.1.35
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/main/gqty/schema.generated.d.ts +48 -0
- package/build/main/gqty/schema.generated.js +20 -0
- package/build/module/gqty/schema.generated.d.ts +48 -0
- package/build/module/gqty/schema.generated.js +20 -0
- package/package.json +1 -1
- package/src/gqty/schema.generated.d.ts +48 -0
- package/src/gqty/schema.generated.js +20 -0
|
@@ -6771,7 +6771,9 @@ export interface core_flow_bool_exp {
|
|
|
6771
6771
|
_or?: InputMaybe<Array<core_flow_bool_exp>>;
|
|
6772
6772
|
app_id?: InputMaybe<String_comparison_exp>;
|
|
6773
6773
|
description?: InputMaybe<String_comparison_exp>;
|
|
6774
|
+
external_type?: InputMaybe<String_comparison_exp>;
|
|
6774
6775
|
id?: InputMaybe<uuid_comparison_exp>;
|
|
6776
|
+
internal_type?: InputMaybe<String_comparison_exp>;
|
|
6775
6777
|
mapping_schema?: InputMaybe<jsonb_comparison_exp>;
|
|
6776
6778
|
setting_schema?: InputMaybe<jsonb_comparison_exp>;
|
|
6777
6779
|
title?: InputMaybe<String_comparison_exp>;
|
|
@@ -6808,7 +6810,9 @@ export interface core_flow_delete_key_input {
|
|
|
6808
6810
|
export interface core_flow_insert_input {
|
|
6809
6811
|
app_id?: InputMaybe<Scalars["String"]>;
|
|
6810
6812
|
description?: InputMaybe<Scalars["String"]>;
|
|
6813
|
+
external_type?: InputMaybe<Scalars["String"]>;
|
|
6811
6814
|
id?: InputMaybe<Scalars["uuid"]>;
|
|
6815
|
+
internal_type?: InputMaybe<Scalars["String"]>;
|
|
6812
6816
|
mapping_schema?: InputMaybe<Scalars["jsonb"]>;
|
|
6813
6817
|
setting_schema?: InputMaybe<Scalars["jsonb"]>;
|
|
6814
6818
|
title?: InputMaybe<Scalars["String"]>;
|
|
@@ -7059,7 +7063,9 @@ export interface core_flow_mapping_updates {
|
|
|
7059
7063
|
export interface core_flow_max_order_by {
|
|
7060
7064
|
app_id?: InputMaybe<order_by>;
|
|
7061
7065
|
description?: InputMaybe<order_by>;
|
|
7066
|
+
external_type?: InputMaybe<order_by>;
|
|
7062
7067
|
id?: InputMaybe<order_by>;
|
|
7068
|
+
internal_type?: InputMaybe<order_by>;
|
|
7063
7069
|
title?: InputMaybe<order_by>;
|
|
7064
7070
|
type?: InputMaybe<order_by>;
|
|
7065
7071
|
uniqueRef?: InputMaybe<order_by>;
|
|
@@ -7069,7 +7075,9 @@ export interface core_flow_max_order_by {
|
|
|
7069
7075
|
export interface core_flow_min_order_by {
|
|
7070
7076
|
app_id?: InputMaybe<order_by>;
|
|
7071
7077
|
description?: InputMaybe<order_by>;
|
|
7078
|
+
external_type?: InputMaybe<order_by>;
|
|
7072
7079
|
id?: InputMaybe<order_by>;
|
|
7080
|
+
internal_type?: InputMaybe<order_by>;
|
|
7073
7081
|
title?: InputMaybe<order_by>;
|
|
7074
7082
|
type?: InputMaybe<order_by>;
|
|
7075
7083
|
uniqueRef?: InputMaybe<order_by>;
|
|
@@ -7093,7 +7101,9 @@ export interface core_flow_on_conflict {
|
|
|
7093
7101
|
export interface core_flow_order_by {
|
|
7094
7102
|
app_id?: InputMaybe<order_by>;
|
|
7095
7103
|
description?: InputMaybe<order_by>;
|
|
7104
|
+
external_type?: InputMaybe<order_by>;
|
|
7096
7105
|
id?: InputMaybe<order_by>;
|
|
7106
|
+
internal_type?: InputMaybe<order_by>;
|
|
7097
7107
|
mapping_schema?: InputMaybe<order_by>;
|
|
7098
7108
|
setting_schema?: InputMaybe<order_by>;
|
|
7099
7109
|
title?: InputMaybe<order_by>;
|
|
@@ -7119,8 +7129,12 @@ export type core_flow_select_column =
|
|
|
7119
7129
|
/** column name */
|
|
7120
7130
|
| "description"
|
|
7121
7131
|
/** column name */
|
|
7132
|
+
| "external_type"
|
|
7133
|
+
/** column name */
|
|
7122
7134
|
| "id"
|
|
7123
7135
|
/** column name */
|
|
7136
|
+
| "internal_type"
|
|
7137
|
+
/** column name */
|
|
7124
7138
|
| "mapping_schema"
|
|
7125
7139
|
/** column name */
|
|
7126
7140
|
| "setting_schema"
|
|
@@ -7135,7 +7149,9 @@ export type core_flow_select_column =
|
|
|
7135
7149
|
export interface core_flow_set_input {
|
|
7136
7150
|
app_id?: InputMaybe<Scalars["String"]>;
|
|
7137
7151
|
description?: InputMaybe<Scalars["String"]>;
|
|
7152
|
+
external_type?: InputMaybe<Scalars["String"]>;
|
|
7138
7153
|
id?: InputMaybe<Scalars["uuid"]>;
|
|
7154
|
+
internal_type?: InputMaybe<Scalars["String"]>;
|
|
7139
7155
|
mapping_schema?: InputMaybe<Scalars["jsonb"]>;
|
|
7140
7156
|
setting_schema?: InputMaybe<Scalars["jsonb"]>;
|
|
7141
7157
|
title?: InputMaybe<Scalars["String"]>;
|
|
@@ -7394,7 +7410,9 @@ export interface core_flow_stream_cursor_input {
|
|
|
7394
7410
|
export interface core_flow_stream_cursor_value_input {
|
|
7395
7411
|
app_id?: InputMaybe<Scalars["String"]>;
|
|
7396
7412
|
description?: InputMaybe<Scalars["String"]>;
|
|
7413
|
+
external_type?: InputMaybe<Scalars["String"]>;
|
|
7397
7414
|
id?: InputMaybe<Scalars["uuid"]>;
|
|
7415
|
+
internal_type?: InputMaybe<Scalars["String"]>;
|
|
7398
7416
|
mapping_schema?: InputMaybe<Scalars["jsonb"]>;
|
|
7399
7417
|
setting_schema?: InputMaybe<Scalars["jsonb"]>;
|
|
7400
7418
|
title?: InputMaybe<Scalars["String"]>;
|
|
@@ -7409,8 +7427,12 @@ export type core_flow_update_column =
|
|
|
7409
7427
|
/** column name */
|
|
7410
7428
|
| "description"
|
|
7411
7429
|
/** column name */
|
|
7430
|
+
| "external_type"
|
|
7431
|
+
/** column name */
|
|
7412
7432
|
| "id"
|
|
7413
7433
|
/** column name */
|
|
7434
|
+
| "internal_type"
|
|
7435
|
+
/** column name */
|
|
7414
7436
|
| "mapping_schema"
|
|
7415
7437
|
/** column name */
|
|
7416
7438
|
| "setting_schema"
|
|
@@ -35611,7 +35633,9 @@ export declare const generatedSchema: {
|
|
|
35611
35633
|
__typename: { __type: "String!" };
|
|
35612
35634
|
app_id: { __type: "String!" };
|
|
35613
35635
|
description: { __type: "String" };
|
|
35636
|
+
external_type: { __type: "String" };
|
|
35614
35637
|
id: { __type: "uuid!" };
|
|
35638
|
+
internal_type: { __type: "String" };
|
|
35615
35639
|
mapping_schema: { __type: "jsonb!"; __args: { path: "String" } };
|
|
35616
35640
|
setting_schema: { __type: "jsonb!"; __args: { path: "String" } };
|
|
35617
35641
|
title: { __type: "String!" };
|
|
@@ -35660,7 +35684,9 @@ export declare const generatedSchema: {
|
|
|
35660
35684
|
_or: { __type: "[core_flow_bool_exp!]" };
|
|
35661
35685
|
app_id: { __type: "String_comparison_exp" };
|
|
35662
35686
|
description: { __type: "String_comparison_exp" };
|
|
35687
|
+
external_type: { __type: "String_comparison_exp" };
|
|
35663
35688
|
id: { __type: "uuid_comparison_exp" };
|
|
35689
|
+
internal_type: { __type: "String_comparison_exp" };
|
|
35664
35690
|
mapping_schema: { __type: "jsonb_comparison_exp" };
|
|
35665
35691
|
setting_schema: { __type: "jsonb_comparison_exp" };
|
|
35666
35692
|
title: { __type: "String_comparison_exp" };
|
|
@@ -35682,7 +35708,9 @@ export declare const generatedSchema: {
|
|
|
35682
35708
|
core_flow_insert_input: {
|
|
35683
35709
|
app_id: { __type: "String" };
|
|
35684
35710
|
description: { __type: "String" };
|
|
35711
|
+
external_type: { __type: "String" };
|
|
35685
35712
|
id: { __type: "uuid" };
|
|
35713
|
+
internal_type: { __type: "String" };
|
|
35686
35714
|
mapping_schema: { __type: "jsonb" };
|
|
35687
35715
|
setting_schema: { __type: "jsonb" };
|
|
35688
35716
|
title: { __type: "String" };
|
|
@@ -35895,7 +35923,9 @@ export declare const generatedSchema: {
|
|
|
35895
35923
|
__typename: { __type: "String!" };
|
|
35896
35924
|
app_id: { __type: "String" };
|
|
35897
35925
|
description: { __type: "String" };
|
|
35926
|
+
external_type: { __type: "String" };
|
|
35898
35927
|
id: { __type: "uuid" };
|
|
35928
|
+
internal_type: { __type: "String" };
|
|
35899
35929
|
title: { __type: "String" };
|
|
35900
35930
|
type: { __type: "flow_type" };
|
|
35901
35931
|
uniqueRef: { __type: "String" };
|
|
@@ -35903,7 +35933,9 @@ export declare const generatedSchema: {
|
|
|
35903
35933
|
core_flow_max_order_by: {
|
|
35904
35934
|
app_id: { __type: "order_by" };
|
|
35905
35935
|
description: { __type: "order_by" };
|
|
35936
|
+
external_type: { __type: "order_by" };
|
|
35906
35937
|
id: { __type: "order_by" };
|
|
35938
|
+
internal_type: { __type: "order_by" };
|
|
35907
35939
|
title: { __type: "order_by" };
|
|
35908
35940
|
type: { __type: "order_by" };
|
|
35909
35941
|
uniqueRef: { __type: "order_by" };
|
|
@@ -35912,7 +35944,9 @@ export declare const generatedSchema: {
|
|
|
35912
35944
|
__typename: { __type: "String!" };
|
|
35913
35945
|
app_id: { __type: "String" };
|
|
35914
35946
|
description: { __type: "String" };
|
|
35947
|
+
external_type: { __type: "String" };
|
|
35915
35948
|
id: { __type: "uuid" };
|
|
35949
|
+
internal_type: { __type: "String" };
|
|
35916
35950
|
title: { __type: "String" };
|
|
35917
35951
|
type: { __type: "flow_type" };
|
|
35918
35952
|
uniqueRef: { __type: "String" };
|
|
@@ -35920,7 +35954,9 @@ export declare const generatedSchema: {
|
|
|
35920
35954
|
core_flow_min_order_by: {
|
|
35921
35955
|
app_id: { __type: "order_by" };
|
|
35922
35956
|
description: { __type: "order_by" };
|
|
35957
|
+
external_type: { __type: "order_by" };
|
|
35923
35958
|
id: { __type: "order_by" };
|
|
35959
|
+
internal_type: { __type: "order_by" };
|
|
35924
35960
|
title: { __type: "order_by" };
|
|
35925
35961
|
type: { __type: "order_by" };
|
|
35926
35962
|
uniqueRef: { __type: "order_by" };
|
|
@@ -35942,7 +35978,9 @@ export declare const generatedSchema: {
|
|
|
35942
35978
|
core_flow_order_by: {
|
|
35943
35979
|
app_id: { __type: "order_by" };
|
|
35944
35980
|
description: { __type: "order_by" };
|
|
35981
|
+
external_type: { __type: "order_by" };
|
|
35945
35982
|
id: { __type: "order_by" };
|
|
35983
|
+
internal_type: { __type: "order_by" };
|
|
35946
35984
|
mapping_schema: { __type: "order_by" };
|
|
35947
35985
|
setting_schema: { __type: "order_by" };
|
|
35948
35986
|
title: { __type: "order_by" };
|
|
@@ -35957,7 +35995,9 @@ export declare const generatedSchema: {
|
|
|
35957
35995
|
core_flow_set_input: {
|
|
35958
35996
|
app_id: { __type: "String" };
|
|
35959
35997
|
description: { __type: "String" };
|
|
35998
|
+
external_type: { __type: "String" };
|
|
35960
35999
|
id: { __type: "uuid" };
|
|
36000
|
+
internal_type: { __type: "String" };
|
|
35961
36001
|
mapping_schema: { __type: "jsonb" };
|
|
35962
36002
|
setting_schema: { __type: "jsonb" };
|
|
35963
36003
|
title: { __type: "String" };
|
|
@@ -36173,7 +36213,9 @@ export declare const generatedSchema: {
|
|
|
36173
36213
|
core_flow_stream_cursor_value_input: {
|
|
36174
36214
|
app_id: { __type: "String" };
|
|
36175
36215
|
description: { __type: "String" };
|
|
36216
|
+
external_type: { __type: "String" };
|
|
36176
36217
|
id: { __type: "uuid" };
|
|
36218
|
+
internal_type: { __type: "String" };
|
|
36177
36219
|
mapping_schema: { __type: "jsonb" };
|
|
36178
36220
|
setting_schema: { __type: "jsonb" };
|
|
36179
36221
|
title: { __type: "String" };
|
|
@@ -77236,7 +77278,9 @@ export interface core_flow {
|
|
|
77236
77278
|
__typename?: "core_flow";
|
|
77237
77279
|
app_id: ScalarsEnums["String"];
|
|
77238
77280
|
description?: Maybe<ScalarsEnums["String"]>;
|
|
77281
|
+
external_type?: Maybe<ScalarsEnums["String"]>;
|
|
77239
77282
|
id: ScalarsEnums["uuid"];
|
|
77283
|
+
internal_type?: Maybe<ScalarsEnums["String"]>;
|
|
77240
77284
|
mapping_schema: (args?: {
|
|
77241
77285
|
/**
|
|
77242
77286
|
* JSON select path
|
|
@@ -77415,7 +77459,9 @@ export interface core_flow_max_fields {
|
|
|
77415
77459
|
__typename?: "core_flow_max_fields";
|
|
77416
77460
|
app_id?: Maybe<ScalarsEnums["String"]>;
|
|
77417
77461
|
description?: Maybe<ScalarsEnums["String"]>;
|
|
77462
|
+
external_type?: Maybe<ScalarsEnums["String"]>;
|
|
77418
77463
|
id?: Maybe<ScalarsEnums["uuid"]>;
|
|
77464
|
+
internal_type?: Maybe<ScalarsEnums["String"]>;
|
|
77419
77465
|
title?: Maybe<ScalarsEnums["String"]>;
|
|
77420
77466
|
type?: Maybe<ScalarsEnums["flow_type"]>;
|
|
77421
77467
|
uniqueRef?: Maybe<ScalarsEnums["String"]>;
|
|
@@ -77428,7 +77474,9 @@ export interface core_flow_min_fields {
|
|
|
77428
77474
|
__typename?: "core_flow_min_fields";
|
|
77429
77475
|
app_id?: Maybe<ScalarsEnums["String"]>;
|
|
77430
77476
|
description?: Maybe<ScalarsEnums["String"]>;
|
|
77477
|
+
external_type?: Maybe<ScalarsEnums["String"]>;
|
|
77431
77478
|
id?: Maybe<ScalarsEnums["uuid"]>;
|
|
77479
|
+
internal_type?: Maybe<ScalarsEnums["String"]>;
|
|
77432
77480
|
title?: Maybe<ScalarsEnums["String"]>;
|
|
77433
77481
|
type?: Maybe<ScalarsEnums["flow_type"]>;
|
|
77434
77482
|
uniqueRef?: Maybe<ScalarsEnums["String"]>;
|
|
@@ -7439,7 +7439,9 @@ exports.generatedSchema = {
|
|
|
7439
7439
|
__typename: { __type: "String!" },
|
|
7440
7440
|
app_id: { __type: "String!" },
|
|
7441
7441
|
description: { __type: "String" },
|
|
7442
|
+
external_type: { __type: "String" },
|
|
7442
7443
|
id: { __type: "uuid!" },
|
|
7444
|
+
internal_type: { __type: "String" },
|
|
7443
7445
|
mapping_schema: { __type: "jsonb!", __args: { path: "String" } },
|
|
7444
7446
|
setting_schema: { __type: "jsonb!", __args: { path: "String" } },
|
|
7445
7447
|
title: { __type: "String!" },
|
|
@@ -7488,7 +7490,9 @@ exports.generatedSchema = {
|
|
|
7488
7490
|
_or: { __type: "[core_flow_bool_exp!]" },
|
|
7489
7491
|
app_id: { __type: "String_comparison_exp" },
|
|
7490
7492
|
description: { __type: "String_comparison_exp" },
|
|
7493
|
+
external_type: { __type: "String_comparison_exp" },
|
|
7491
7494
|
id: { __type: "uuid_comparison_exp" },
|
|
7495
|
+
internal_type: { __type: "String_comparison_exp" },
|
|
7492
7496
|
mapping_schema: { __type: "jsonb_comparison_exp" },
|
|
7493
7497
|
setting_schema: { __type: "jsonb_comparison_exp" },
|
|
7494
7498
|
title: { __type: "String_comparison_exp" },
|
|
@@ -7510,7 +7514,9 @@ exports.generatedSchema = {
|
|
|
7510
7514
|
core_flow_insert_input: {
|
|
7511
7515
|
app_id: { __type: "String" },
|
|
7512
7516
|
description: { __type: "String" },
|
|
7517
|
+
external_type: { __type: "String" },
|
|
7513
7518
|
id: { __type: "uuid" },
|
|
7519
|
+
internal_type: { __type: "String" },
|
|
7514
7520
|
mapping_schema: { __type: "jsonb" },
|
|
7515
7521
|
setting_schema: { __type: "jsonb" },
|
|
7516
7522
|
title: { __type: "String" },
|
|
@@ -7723,7 +7729,9 @@ exports.generatedSchema = {
|
|
|
7723
7729
|
__typename: { __type: "String!" },
|
|
7724
7730
|
app_id: { __type: "String" },
|
|
7725
7731
|
description: { __type: "String" },
|
|
7732
|
+
external_type: { __type: "String" },
|
|
7726
7733
|
id: { __type: "uuid" },
|
|
7734
|
+
internal_type: { __type: "String" },
|
|
7727
7735
|
title: { __type: "String" },
|
|
7728
7736
|
type: { __type: "flow_type" },
|
|
7729
7737
|
uniqueRef: { __type: "String" },
|
|
@@ -7731,7 +7739,9 @@ exports.generatedSchema = {
|
|
|
7731
7739
|
core_flow_max_order_by: {
|
|
7732
7740
|
app_id: { __type: "order_by" },
|
|
7733
7741
|
description: { __type: "order_by" },
|
|
7742
|
+
external_type: { __type: "order_by" },
|
|
7734
7743
|
id: { __type: "order_by" },
|
|
7744
|
+
internal_type: { __type: "order_by" },
|
|
7735
7745
|
title: { __type: "order_by" },
|
|
7736
7746
|
type: { __type: "order_by" },
|
|
7737
7747
|
uniqueRef: { __type: "order_by" },
|
|
@@ -7740,7 +7750,9 @@ exports.generatedSchema = {
|
|
|
7740
7750
|
__typename: { __type: "String!" },
|
|
7741
7751
|
app_id: { __type: "String" },
|
|
7742
7752
|
description: { __type: "String" },
|
|
7753
|
+
external_type: { __type: "String" },
|
|
7743
7754
|
id: { __type: "uuid" },
|
|
7755
|
+
internal_type: { __type: "String" },
|
|
7744
7756
|
title: { __type: "String" },
|
|
7745
7757
|
type: { __type: "flow_type" },
|
|
7746
7758
|
uniqueRef: { __type: "String" },
|
|
@@ -7748,7 +7760,9 @@ exports.generatedSchema = {
|
|
|
7748
7760
|
core_flow_min_order_by: {
|
|
7749
7761
|
app_id: { __type: "order_by" },
|
|
7750
7762
|
description: { __type: "order_by" },
|
|
7763
|
+
external_type: { __type: "order_by" },
|
|
7751
7764
|
id: { __type: "order_by" },
|
|
7765
|
+
internal_type: { __type: "order_by" },
|
|
7752
7766
|
title: { __type: "order_by" },
|
|
7753
7767
|
type: { __type: "order_by" },
|
|
7754
7768
|
uniqueRef: { __type: "order_by" },
|
|
@@ -7770,7 +7784,9 @@ exports.generatedSchema = {
|
|
|
7770
7784
|
core_flow_order_by: {
|
|
7771
7785
|
app_id: { __type: "order_by" },
|
|
7772
7786
|
description: { __type: "order_by" },
|
|
7787
|
+
external_type: { __type: "order_by" },
|
|
7773
7788
|
id: { __type: "order_by" },
|
|
7789
|
+
internal_type: { __type: "order_by" },
|
|
7774
7790
|
mapping_schema: { __type: "order_by" },
|
|
7775
7791
|
setting_schema: { __type: "order_by" },
|
|
7776
7792
|
title: { __type: "order_by" },
|
|
@@ -7785,7 +7801,9 @@ exports.generatedSchema = {
|
|
|
7785
7801
|
core_flow_set_input: {
|
|
7786
7802
|
app_id: { __type: "String" },
|
|
7787
7803
|
description: { __type: "String" },
|
|
7804
|
+
external_type: { __type: "String" },
|
|
7788
7805
|
id: { __type: "uuid" },
|
|
7806
|
+
internal_type: { __type: "String" },
|
|
7789
7807
|
mapping_schema: { __type: "jsonb" },
|
|
7790
7808
|
setting_schema: { __type: "jsonb" },
|
|
7791
7809
|
title: { __type: "String" },
|
|
@@ -8001,7 +8019,9 @@ exports.generatedSchema = {
|
|
|
8001
8019
|
core_flow_stream_cursor_value_input: {
|
|
8002
8020
|
app_id: { __type: "String" },
|
|
8003
8021
|
description: { __type: "String" },
|
|
8022
|
+
external_type: { __type: "String" },
|
|
8004
8023
|
id: { __type: "uuid" },
|
|
8024
|
+
internal_type: { __type: "String" },
|
|
8005
8025
|
mapping_schema: { __type: "jsonb" },
|
|
8006
8026
|
setting_schema: { __type: "jsonb" },
|
|
8007
8027
|
title: { __type: "String" },
|
|
@@ -6771,7 +6771,9 @@ export interface core_flow_bool_exp {
|
|
|
6771
6771
|
_or?: InputMaybe<Array<core_flow_bool_exp>>;
|
|
6772
6772
|
app_id?: InputMaybe<String_comparison_exp>;
|
|
6773
6773
|
description?: InputMaybe<String_comparison_exp>;
|
|
6774
|
+
external_type?: InputMaybe<String_comparison_exp>;
|
|
6774
6775
|
id?: InputMaybe<uuid_comparison_exp>;
|
|
6776
|
+
internal_type?: InputMaybe<String_comparison_exp>;
|
|
6775
6777
|
mapping_schema?: InputMaybe<jsonb_comparison_exp>;
|
|
6776
6778
|
setting_schema?: InputMaybe<jsonb_comparison_exp>;
|
|
6777
6779
|
title?: InputMaybe<String_comparison_exp>;
|
|
@@ -6808,7 +6810,9 @@ export interface core_flow_delete_key_input {
|
|
|
6808
6810
|
export interface core_flow_insert_input {
|
|
6809
6811
|
app_id?: InputMaybe<Scalars["String"]>;
|
|
6810
6812
|
description?: InputMaybe<Scalars["String"]>;
|
|
6813
|
+
external_type?: InputMaybe<Scalars["String"]>;
|
|
6811
6814
|
id?: InputMaybe<Scalars["uuid"]>;
|
|
6815
|
+
internal_type?: InputMaybe<Scalars["String"]>;
|
|
6812
6816
|
mapping_schema?: InputMaybe<Scalars["jsonb"]>;
|
|
6813
6817
|
setting_schema?: InputMaybe<Scalars["jsonb"]>;
|
|
6814
6818
|
title?: InputMaybe<Scalars["String"]>;
|
|
@@ -7059,7 +7063,9 @@ export interface core_flow_mapping_updates {
|
|
|
7059
7063
|
export interface core_flow_max_order_by {
|
|
7060
7064
|
app_id?: InputMaybe<order_by>;
|
|
7061
7065
|
description?: InputMaybe<order_by>;
|
|
7066
|
+
external_type?: InputMaybe<order_by>;
|
|
7062
7067
|
id?: InputMaybe<order_by>;
|
|
7068
|
+
internal_type?: InputMaybe<order_by>;
|
|
7063
7069
|
title?: InputMaybe<order_by>;
|
|
7064
7070
|
type?: InputMaybe<order_by>;
|
|
7065
7071
|
uniqueRef?: InputMaybe<order_by>;
|
|
@@ -7069,7 +7075,9 @@ export interface core_flow_max_order_by {
|
|
|
7069
7075
|
export interface core_flow_min_order_by {
|
|
7070
7076
|
app_id?: InputMaybe<order_by>;
|
|
7071
7077
|
description?: InputMaybe<order_by>;
|
|
7078
|
+
external_type?: InputMaybe<order_by>;
|
|
7072
7079
|
id?: InputMaybe<order_by>;
|
|
7080
|
+
internal_type?: InputMaybe<order_by>;
|
|
7073
7081
|
title?: InputMaybe<order_by>;
|
|
7074
7082
|
type?: InputMaybe<order_by>;
|
|
7075
7083
|
uniqueRef?: InputMaybe<order_by>;
|
|
@@ -7093,7 +7101,9 @@ export interface core_flow_on_conflict {
|
|
|
7093
7101
|
export interface core_flow_order_by {
|
|
7094
7102
|
app_id?: InputMaybe<order_by>;
|
|
7095
7103
|
description?: InputMaybe<order_by>;
|
|
7104
|
+
external_type?: InputMaybe<order_by>;
|
|
7096
7105
|
id?: InputMaybe<order_by>;
|
|
7106
|
+
internal_type?: InputMaybe<order_by>;
|
|
7097
7107
|
mapping_schema?: InputMaybe<order_by>;
|
|
7098
7108
|
setting_schema?: InputMaybe<order_by>;
|
|
7099
7109
|
title?: InputMaybe<order_by>;
|
|
@@ -7119,8 +7129,12 @@ export type core_flow_select_column =
|
|
|
7119
7129
|
/** column name */
|
|
7120
7130
|
| "description"
|
|
7121
7131
|
/** column name */
|
|
7132
|
+
| "external_type"
|
|
7133
|
+
/** column name */
|
|
7122
7134
|
| "id"
|
|
7123
7135
|
/** column name */
|
|
7136
|
+
| "internal_type"
|
|
7137
|
+
/** column name */
|
|
7124
7138
|
| "mapping_schema"
|
|
7125
7139
|
/** column name */
|
|
7126
7140
|
| "setting_schema"
|
|
@@ -7135,7 +7149,9 @@ export type core_flow_select_column =
|
|
|
7135
7149
|
export interface core_flow_set_input {
|
|
7136
7150
|
app_id?: InputMaybe<Scalars["String"]>;
|
|
7137
7151
|
description?: InputMaybe<Scalars["String"]>;
|
|
7152
|
+
external_type?: InputMaybe<Scalars["String"]>;
|
|
7138
7153
|
id?: InputMaybe<Scalars["uuid"]>;
|
|
7154
|
+
internal_type?: InputMaybe<Scalars["String"]>;
|
|
7139
7155
|
mapping_schema?: InputMaybe<Scalars["jsonb"]>;
|
|
7140
7156
|
setting_schema?: InputMaybe<Scalars["jsonb"]>;
|
|
7141
7157
|
title?: InputMaybe<Scalars["String"]>;
|
|
@@ -7394,7 +7410,9 @@ export interface core_flow_stream_cursor_input {
|
|
|
7394
7410
|
export interface core_flow_stream_cursor_value_input {
|
|
7395
7411
|
app_id?: InputMaybe<Scalars["String"]>;
|
|
7396
7412
|
description?: InputMaybe<Scalars["String"]>;
|
|
7413
|
+
external_type?: InputMaybe<Scalars["String"]>;
|
|
7397
7414
|
id?: InputMaybe<Scalars["uuid"]>;
|
|
7415
|
+
internal_type?: InputMaybe<Scalars["String"]>;
|
|
7398
7416
|
mapping_schema?: InputMaybe<Scalars["jsonb"]>;
|
|
7399
7417
|
setting_schema?: InputMaybe<Scalars["jsonb"]>;
|
|
7400
7418
|
title?: InputMaybe<Scalars["String"]>;
|
|
@@ -7409,8 +7427,12 @@ export type core_flow_update_column =
|
|
|
7409
7427
|
/** column name */
|
|
7410
7428
|
| "description"
|
|
7411
7429
|
/** column name */
|
|
7430
|
+
| "external_type"
|
|
7431
|
+
/** column name */
|
|
7412
7432
|
| "id"
|
|
7413
7433
|
/** column name */
|
|
7434
|
+
| "internal_type"
|
|
7435
|
+
/** column name */
|
|
7414
7436
|
| "mapping_schema"
|
|
7415
7437
|
/** column name */
|
|
7416
7438
|
| "setting_schema"
|
|
@@ -35611,7 +35633,9 @@ export declare const generatedSchema: {
|
|
|
35611
35633
|
__typename: { __type: "String!" };
|
|
35612
35634
|
app_id: { __type: "String!" };
|
|
35613
35635
|
description: { __type: "String" };
|
|
35636
|
+
external_type: { __type: "String" };
|
|
35614
35637
|
id: { __type: "uuid!" };
|
|
35638
|
+
internal_type: { __type: "String" };
|
|
35615
35639
|
mapping_schema: { __type: "jsonb!"; __args: { path: "String" } };
|
|
35616
35640
|
setting_schema: { __type: "jsonb!"; __args: { path: "String" } };
|
|
35617
35641
|
title: { __type: "String!" };
|
|
@@ -35660,7 +35684,9 @@ export declare const generatedSchema: {
|
|
|
35660
35684
|
_or: { __type: "[core_flow_bool_exp!]" };
|
|
35661
35685
|
app_id: { __type: "String_comparison_exp" };
|
|
35662
35686
|
description: { __type: "String_comparison_exp" };
|
|
35687
|
+
external_type: { __type: "String_comparison_exp" };
|
|
35663
35688
|
id: { __type: "uuid_comparison_exp" };
|
|
35689
|
+
internal_type: { __type: "String_comparison_exp" };
|
|
35664
35690
|
mapping_schema: { __type: "jsonb_comparison_exp" };
|
|
35665
35691
|
setting_schema: { __type: "jsonb_comparison_exp" };
|
|
35666
35692
|
title: { __type: "String_comparison_exp" };
|
|
@@ -35682,7 +35708,9 @@ export declare const generatedSchema: {
|
|
|
35682
35708
|
core_flow_insert_input: {
|
|
35683
35709
|
app_id: { __type: "String" };
|
|
35684
35710
|
description: { __type: "String" };
|
|
35711
|
+
external_type: { __type: "String" };
|
|
35685
35712
|
id: { __type: "uuid" };
|
|
35713
|
+
internal_type: { __type: "String" };
|
|
35686
35714
|
mapping_schema: { __type: "jsonb" };
|
|
35687
35715
|
setting_schema: { __type: "jsonb" };
|
|
35688
35716
|
title: { __type: "String" };
|
|
@@ -35895,7 +35923,9 @@ export declare const generatedSchema: {
|
|
|
35895
35923
|
__typename: { __type: "String!" };
|
|
35896
35924
|
app_id: { __type: "String" };
|
|
35897
35925
|
description: { __type: "String" };
|
|
35926
|
+
external_type: { __type: "String" };
|
|
35898
35927
|
id: { __type: "uuid" };
|
|
35928
|
+
internal_type: { __type: "String" };
|
|
35899
35929
|
title: { __type: "String" };
|
|
35900
35930
|
type: { __type: "flow_type" };
|
|
35901
35931
|
uniqueRef: { __type: "String" };
|
|
@@ -35903,7 +35933,9 @@ export declare const generatedSchema: {
|
|
|
35903
35933
|
core_flow_max_order_by: {
|
|
35904
35934
|
app_id: { __type: "order_by" };
|
|
35905
35935
|
description: { __type: "order_by" };
|
|
35936
|
+
external_type: { __type: "order_by" };
|
|
35906
35937
|
id: { __type: "order_by" };
|
|
35938
|
+
internal_type: { __type: "order_by" };
|
|
35907
35939
|
title: { __type: "order_by" };
|
|
35908
35940
|
type: { __type: "order_by" };
|
|
35909
35941
|
uniqueRef: { __type: "order_by" };
|
|
@@ -35912,7 +35944,9 @@ export declare const generatedSchema: {
|
|
|
35912
35944
|
__typename: { __type: "String!" };
|
|
35913
35945
|
app_id: { __type: "String" };
|
|
35914
35946
|
description: { __type: "String" };
|
|
35947
|
+
external_type: { __type: "String" };
|
|
35915
35948
|
id: { __type: "uuid" };
|
|
35949
|
+
internal_type: { __type: "String" };
|
|
35916
35950
|
title: { __type: "String" };
|
|
35917
35951
|
type: { __type: "flow_type" };
|
|
35918
35952
|
uniqueRef: { __type: "String" };
|
|
@@ -35920,7 +35954,9 @@ export declare const generatedSchema: {
|
|
|
35920
35954
|
core_flow_min_order_by: {
|
|
35921
35955
|
app_id: { __type: "order_by" };
|
|
35922
35956
|
description: { __type: "order_by" };
|
|
35957
|
+
external_type: { __type: "order_by" };
|
|
35923
35958
|
id: { __type: "order_by" };
|
|
35959
|
+
internal_type: { __type: "order_by" };
|
|
35924
35960
|
title: { __type: "order_by" };
|
|
35925
35961
|
type: { __type: "order_by" };
|
|
35926
35962
|
uniqueRef: { __type: "order_by" };
|
|
@@ -35942,7 +35978,9 @@ export declare const generatedSchema: {
|
|
|
35942
35978
|
core_flow_order_by: {
|
|
35943
35979
|
app_id: { __type: "order_by" };
|
|
35944
35980
|
description: { __type: "order_by" };
|
|
35981
|
+
external_type: { __type: "order_by" };
|
|
35945
35982
|
id: { __type: "order_by" };
|
|
35983
|
+
internal_type: { __type: "order_by" };
|
|
35946
35984
|
mapping_schema: { __type: "order_by" };
|
|
35947
35985
|
setting_schema: { __type: "order_by" };
|
|
35948
35986
|
title: { __type: "order_by" };
|
|
@@ -35957,7 +35995,9 @@ export declare const generatedSchema: {
|
|
|
35957
35995
|
core_flow_set_input: {
|
|
35958
35996
|
app_id: { __type: "String" };
|
|
35959
35997
|
description: { __type: "String" };
|
|
35998
|
+
external_type: { __type: "String" };
|
|
35960
35999
|
id: { __type: "uuid" };
|
|
36000
|
+
internal_type: { __type: "String" };
|
|
35961
36001
|
mapping_schema: { __type: "jsonb" };
|
|
35962
36002
|
setting_schema: { __type: "jsonb" };
|
|
35963
36003
|
title: { __type: "String" };
|
|
@@ -36173,7 +36213,9 @@ export declare const generatedSchema: {
|
|
|
36173
36213
|
core_flow_stream_cursor_value_input: {
|
|
36174
36214
|
app_id: { __type: "String" };
|
|
36175
36215
|
description: { __type: "String" };
|
|
36216
|
+
external_type: { __type: "String" };
|
|
36176
36217
|
id: { __type: "uuid" };
|
|
36218
|
+
internal_type: { __type: "String" };
|
|
36177
36219
|
mapping_schema: { __type: "jsonb" };
|
|
36178
36220
|
setting_schema: { __type: "jsonb" };
|
|
36179
36221
|
title: { __type: "String" };
|
|
@@ -77236,7 +77278,9 @@ export interface core_flow {
|
|
|
77236
77278
|
__typename?: "core_flow";
|
|
77237
77279
|
app_id: ScalarsEnums["String"];
|
|
77238
77280
|
description?: Maybe<ScalarsEnums["String"]>;
|
|
77281
|
+
external_type?: Maybe<ScalarsEnums["String"]>;
|
|
77239
77282
|
id: ScalarsEnums["uuid"];
|
|
77283
|
+
internal_type?: Maybe<ScalarsEnums["String"]>;
|
|
77240
77284
|
mapping_schema: (args?: {
|
|
77241
77285
|
/**
|
|
77242
77286
|
* JSON select path
|
|
@@ -77415,7 +77459,9 @@ export interface core_flow_max_fields {
|
|
|
77415
77459
|
__typename?: "core_flow_max_fields";
|
|
77416
77460
|
app_id?: Maybe<ScalarsEnums["String"]>;
|
|
77417
77461
|
description?: Maybe<ScalarsEnums["String"]>;
|
|
77462
|
+
external_type?: Maybe<ScalarsEnums["String"]>;
|
|
77418
77463
|
id?: Maybe<ScalarsEnums["uuid"]>;
|
|
77464
|
+
internal_type?: Maybe<ScalarsEnums["String"]>;
|
|
77419
77465
|
title?: Maybe<ScalarsEnums["String"]>;
|
|
77420
77466
|
type?: Maybe<ScalarsEnums["flow_type"]>;
|
|
77421
77467
|
uniqueRef?: Maybe<ScalarsEnums["String"]>;
|
|
@@ -77428,7 +77474,9 @@ export interface core_flow_min_fields {
|
|
|
77428
77474
|
__typename?: "core_flow_min_fields";
|
|
77429
77475
|
app_id?: Maybe<ScalarsEnums["String"]>;
|
|
77430
77476
|
description?: Maybe<ScalarsEnums["String"]>;
|
|
77477
|
+
external_type?: Maybe<ScalarsEnums["String"]>;
|
|
77431
77478
|
id?: Maybe<ScalarsEnums["uuid"]>;
|
|
77479
|
+
internal_type?: Maybe<ScalarsEnums["String"]>;
|
|
77432
77480
|
title?: Maybe<ScalarsEnums["String"]>;
|
|
77433
77481
|
type?: Maybe<ScalarsEnums["flow_type"]>;
|
|
77434
77482
|
uniqueRef?: Maybe<ScalarsEnums["String"]>;
|
|
@@ -7436,7 +7436,9 @@ export const generatedSchema = {
|
|
|
7436
7436
|
__typename: { __type: "String!" },
|
|
7437
7437
|
app_id: { __type: "String!" },
|
|
7438
7438
|
description: { __type: "String" },
|
|
7439
|
+
external_type: { __type: "String" },
|
|
7439
7440
|
id: { __type: "uuid!" },
|
|
7441
|
+
internal_type: { __type: "String" },
|
|
7440
7442
|
mapping_schema: { __type: "jsonb!", __args: { path: "String" } },
|
|
7441
7443
|
setting_schema: { __type: "jsonb!", __args: { path: "String" } },
|
|
7442
7444
|
title: { __type: "String!" },
|
|
@@ -7485,7 +7487,9 @@ export const generatedSchema = {
|
|
|
7485
7487
|
_or: { __type: "[core_flow_bool_exp!]" },
|
|
7486
7488
|
app_id: { __type: "String_comparison_exp" },
|
|
7487
7489
|
description: { __type: "String_comparison_exp" },
|
|
7490
|
+
external_type: { __type: "String_comparison_exp" },
|
|
7488
7491
|
id: { __type: "uuid_comparison_exp" },
|
|
7492
|
+
internal_type: { __type: "String_comparison_exp" },
|
|
7489
7493
|
mapping_schema: { __type: "jsonb_comparison_exp" },
|
|
7490
7494
|
setting_schema: { __type: "jsonb_comparison_exp" },
|
|
7491
7495
|
title: { __type: "String_comparison_exp" },
|
|
@@ -7507,7 +7511,9 @@ export const generatedSchema = {
|
|
|
7507
7511
|
core_flow_insert_input: {
|
|
7508
7512
|
app_id: { __type: "String" },
|
|
7509
7513
|
description: { __type: "String" },
|
|
7514
|
+
external_type: { __type: "String" },
|
|
7510
7515
|
id: { __type: "uuid" },
|
|
7516
|
+
internal_type: { __type: "String" },
|
|
7511
7517
|
mapping_schema: { __type: "jsonb" },
|
|
7512
7518
|
setting_schema: { __type: "jsonb" },
|
|
7513
7519
|
title: { __type: "String" },
|
|
@@ -7720,7 +7726,9 @@ export const generatedSchema = {
|
|
|
7720
7726
|
__typename: { __type: "String!" },
|
|
7721
7727
|
app_id: { __type: "String" },
|
|
7722
7728
|
description: { __type: "String" },
|
|
7729
|
+
external_type: { __type: "String" },
|
|
7723
7730
|
id: { __type: "uuid" },
|
|
7731
|
+
internal_type: { __type: "String" },
|
|
7724
7732
|
title: { __type: "String" },
|
|
7725
7733
|
type: { __type: "flow_type" },
|
|
7726
7734
|
uniqueRef: { __type: "String" },
|
|
@@ -7728,7 +7736,9 @@ export const generatedSchema = {
|
|
|
7728
7736
|
core_flow_max_order_by: {
|
|
7729
7737
|
app_id: { __type: "order_by" },
|
|
7730
7738
|
description: { __type: "order_by" },
|
|
7739
|
+
external_type: { __type: "order_by" },
|
|
7731
7740
|
id: { __type: "order_by" },
|
|
7741
|
+
internal_type: { __type: "order_by" },
|
|
7732
7742
|
title: { __type: "order_by" },
|
|
7733
7743
|
type: { __type: "order_by" },
|
|
7734
7744
|
uniqueRef: { __type: "order_by" },
|
|
@@ -7737,7 +7747,9 @@ export const generatedSchema = {
|
|
|
7737
7747
|
__typename: { __type: "String!" },
|
|
7738
7748
|
app_id: { __type: "String" },
|
|
7739
7749
|
description: { __type: "String" },
|
|
7750
|
+
external_type: { __type: "String" },
|
|
7740
7751
|
id: { __type: "uuid" },
|
|
7752
|
+
internal_type: { __type: "String" },
|
|
7741
7753
|
title: { __type: "String" },
|
|
7742
7754
|
type: { __type: "flow_type" },
|
|
7743
7755
|
uniqueRef: { __type: "String" },
|
|
@@ -7745,7 +7757,9 @@ export const generatedSchema = {
|
|
|
7745
7757
|
core_flow_min_order_by: {
|
|
7746
7758
|
app_id: { __type: "order_by" },
|
|
7747
7759
|
description: { __type: "order_by" },
|
|
7760
|
+
external_type: { __type: "order_by" },
|
|
7748
7761
|
id: { __type: "order_by" },
|
|
7762
|
+
internal_type: { __type: "order_by" },
|
|
7749
7763
|
title: { __type: "order_by" },
|
|
7750
7764
|
type: { __type: "order_by" },
|
|
7751
7765
|
uniqueRef: { __type: "order_by" },
|
|
@@ -7767,7 +7781,9 @@ export const generatedSchema = {
|
|
|
7767
7781
|
core_flow_order_by: {
|
|
7768
7782
|
app_id: { __type: "order_by" },
|
|
7769
7783
|
description: { __type: "order_by" },
|
|
7784
|
+
external_type: { __type: "order_by" },
|
|
7770
7785
|
id: { __type: "order_by" },
|
|
7786
|
+
internal_type: { __type: "order_by" },
|
|
7771
7787
|
mapping_schema: { __type: "order_by" },
|
|
7772
7788
|
setting_schema: { __type: "order_by" },
|
|
7773
7789
|
title: { __type: "order_by" },
|
|
@@ -7782,7 +7798,9 @@ export const generatedSchema = {
|
|
|
7782
7798
|
core_flow_set_input: {
|
|
7783
7799
|
app_id: { __type: "String" },
|
|
7784
7800
|
description: { __type: "String" },
|
|
7801
|
+
external_type: { __type: "String" },
|
|
7785
7802
|
id: { __type: "uuid" },
|
|
7803
|
+
internal_type: { __type: "String" },
|
|
7786
7804
|
mapping_schema: { __type: "jsonb" },
|
|
7787
7805
|
setting_schema: { __type: "jsonb" },
|
|
7788
7806
|
title: { __type: "String" },
|
|
@@ -7998,7 +8016,9 @@ export const generatedSchema = {
|
|
|
7998
8016
|
core_flow_stream_cursor_value_input: {
|
|
7999
8017
|
app_id: { __type: "String" },
|
|
8000
8018
|
description: { __type: "String" },
|
|
8019
|
+
external_type: { __type: "String" },
|
|
8001
8020
|
id: { __type: "uuid" },
|
|
8021
|
+
internal_type: { __type: "String" },
|
|
8002
8022
|
mapping_schema: { __type: "jsonb" },
|
|
8003
8023
|
setting_schema: { __type: "jsonb" },
|
|
8004
8024
|
title: { __type: "String" },
|
package/package.json
CHANGED
|
@@ -6771,7 +6771,9 @@ export interface core_flow_bool_exp {
|
|
|
6771
6771
|
_or?: InputMaybe<Array<core_flow_bool_exp>>;
|
|
6772
6772
|
app_id?: InputMaybe<String_comparison_exp>;
|
|
6773
6773
|
description?: InputMaybe<String_comparison_exp>;
|
|
6774
|
+
external_type?: InputMaybe<String_comparison_exp>;
|
|
6774
6775
|
id?: InputMaybe<uuid_comparison_exp>;
|
|
6776
|
+
internal_type?: InputMaybe<String_comparison_exp>;
|
|
6775
6777
|
mapping_schema?: InputMaybe<jsonb_comparison_exp>;
|
|
6776
6778
|
setting_schema?: InputMaybe<jsonb_comparison_exp>;
|
|
6777
6779
|
title?: InputMaybe<String_comparison_exp>;
|
|
@@ -6808,7 +6810,9 @@ export interface core_flow_delete_key_input {
|
|
|
6808
6810
|
export interface core_flow_insert_input {
|
|
6809
6811
|
app_id?: InputMaybe<Scalars["String"]>;
|
|
6810
6812
|
description?: InputMaybe<Scalars["String"]>;
|
|
6813
|
+
external_type?: InputMaybe<Scalars["String"]>;
|
|
6811
6814
|
id?: InputMaybe<Scalars["uuid"]>;
|
|
6815
|
+
internal_type?: InputMaybe<Scalars["String"]>;
|
|
6812
6816
|
mapping_schema?: InputMaybe<Scalars["jsonb"]>;
|
|
6813
6817
|
setting_schema?: InputMaybe<Scalars["jsonb"]>;
|
|
6814
6818
|
title?: InputMaybe<Scalars["String"]>;
|
|
@@ -7059,7 +7063,9 @@ export interface core_flow_mapping_updates {
|
|
|
7059
7063
|
export interface core_flow_max_order_by {
|
|
7060
7064
|
app_id?: InputMaybe<order_by>;
|
|
7061
7065
|
description?: InputMaybe<order_by>;
|
|
7066
|
+
external_type?: InputMaybe<order_by>;
|
|
7062
7067
|
id?: InputMaybe<order_by>;
|
|
7068
|
+
internal_type?: InputMaybe<order_by>;
|
|
7063
7069
|
title?: InputMaybe<order_by>;
|
|
7064
7070
|
type?: InputMaybe<order_by>;
|
|
7065
7071
|
uniqueRef?: InputMaybe<order_by>;
|
|
@@ -7069,7 +7075,9 @@ export interface core_flow_max_order_by {
|
|
|
7069
7075
|
export interface core_flow_min_order_by {
|
|
7070
7076
|
app_id?: InputMaybe<order_by>;
|
|
7071
7077
|
description?: InputMaybe<order_by>;
|
|
7078
|
+
external_type?: InputMaybe<order_by>;
|
|
7072
7079
|
id?: InputMaybe<order_by>;
|
|
7080
|
+
internal_type?: InputMaybe<order_by>;
|
|
7073
7081
|
title?: InputMaybe<order_by>;
|
|
7074
7082
|
type?: InputMaybe<order_by>;
|
|
7075
7083
|
uniqueRef?: InputMaybe<order_by>;
|
|
@@ -7093,7 +7101,9 @@ export interface core_flow_on_conflict {
|
|
|
7093
7101
|
export interface core_flow_order_by {
|
|
7094
7102
|
app_id?: InputMaybe<order_by>;
|
|
7095
7103
|
description?: InputMaybe<order_by>;
|
|
7104
|
+
external_type?: InputMaybe<order_by>;
|
|
7096
7105
|
id?: InputMaybe<order_by>;
|
|
7106
|
+
internal_type?: InputMaybe<order_by>;
|
|
7097
7107
|
mapping_schema?: InputMaybe<order_by>;
|
|
7098
7108
|
setting_schema?: InputMaybe<order_by>;
|
|
7099
7109
|
title?: InputMaybe<order_by>;
|
|
@@ -7119,8 +7129,12 @@ export type core_flow_select_column =
|
|
|
7119
7129
|
/** column name */
|
|
7120
7130
|
| "description"
|
|
7121
7131
|
/** column name */
|
|
7132
|
+
| "external_type"
|
|
7133
|
+
/** column name */
|
|
7122
7134
|
| "id"
|
|
7123
7135
|
/** column name */
|
|
7136
|
+
| "internal_type"
|
|
7137
|
+
/** column name */
|
|
7124
7138
|
| "mapping_schema"
|
|
7125
7139
|
/** column name */
|
|
7126
7140
|
| "setting_schema"
|
|
@@ -7135,7 +7149,9 @@ export type core_flow_select_column =
|
|
|
7135
7149
|
export interface core_flow_set_input {
|
|
7136
7150
|
app_id?: InputMaybe<Scalars["String"]>;
|
|
7137
7151
|
description?: InputMaybe<Scalars["String"]>;
|
|
7152
|
+
external_type?: InputMaybe<Scalars["String"]>;
|
|
7138
7153
|
id?: InputMaybe<Scalars["uuid"]>;
|
|
7154
|
+
internal_type?: InputMaybe<Scalars["String"]>;
|
|
7139
7155
|
mapping_schema?: InputMaybe<Scalars["jsonb"]>;
|
|
7140
7156
|
setting_schema?: InputMaybe<Scalars["jsonb"]>;
|
|
7141
7157
|
title?: InputMaybe<Scalars["String"]>;
|
|
@@ -7394,7 +7410,9 @@ export interface core_flow_stream_cursor_input {
|
|
|
7394
7410
|
export interface core_flow_stream_cursor_value_input {
|
|
7395
7411
|
app_id?: InputMaybe<Scalars["String"]>;
|
|
7396
7412
|
description?: InputMaybe<Scalars["String"]>;
|
|
7413
|
+
external_type?: InputMaybe<Scalars["String"]>;
|
|
7397
7414
|
id?: InputMaybe<Scalars["uuid"]>;
|
|
7415
|
+
internal_type?: InputMaybe<Scalars["String"]>;
|
|
7398
7416
|
mapping_schema?: InputMaybe<Scalars["jsonb"]>;
|
|
7399
7417
|
setting_schema?: InputMaybe<Scalars["jsonb"]>;
|
|
7400
7418
|
title?: InputMaybe<Scalars["String"]>;
|
|
@@ -7409,8 +7427,12 @@ export type core_flow_update_column =
|
|
|
7409
7427
|
/** column name */
|
|
7410
7428
|
| "description"
|
|
7411
7429
|
/** column name */
|
|
7430
|
+
| "external_type"
|
|
7431
|
+
/** column name */
|
|
7412
7432
|
| "id"
|
|
7413
7433
|
/** column name */
|
|
7434
|
+
| "internal_type"
|
|
7435
|
+
/** column name */
|
|
7414
7436
|
| "mapping_schema"
|
|
7415
7437
|
/** column name */
|
|
7416
7438
|
| "setting_schema"
|
|
@@ -35611,7 +35633,9 @@ export declare const generatedSchema: {
|
|
|
35611
35633
|
__typename: { __type: "String!" };
|
|
35612
35634
|
app_id: { __type: "String!" };
|
|
35613
35635
|
description: { __type: "String" };
|
|
35636
|
+
external_type: { __type: "String" };
|
|
35614
35637
|
id: { __type: "uuid!" };
|
|
35638
|
+
internal_type: { __type: "String" };
|
|
35615
35639
|
mapping_schema: { __type: "jsonb!"; __args: { path: "String" } };
|
|
35616
35640
|
setting_schema: { __type: "jsonb!"; __args: { path: "String" } };
|
|
35617
35641
|
title: { __type: "String!" };
|
|
@@ -35660,7 +35684,9 @@ export declare const generatedSchema: {
|
|
|
35660
35684
|
_or: { __type: "[core_flow_bool_exp!]" };
|
|
35661
35685
|
app_id: { __type: "String_comparison_exp" };
|
|
35662
35686
|
description: { __type: "String_comparison_exp" };
|
|
35687
|
+
external_type: { __type: "String_comparison_exp" };
|
|
35663
35688
|
id: { __type: "uuid_comparison_exp" };
|
|
35689
|
+
internal_type: { __type: "String_comparison_exp" };
|
|
35664
35690
|
mapping_schema: { __type: "jsonb_comparison_exp" };
|
|
35665
35691
|
setting_schema: { __type: "jsonb_comparison_exp" };
|
|
35666
35692
|
title: { __type: "String_comparison_exp" };
|
|
@@ -35682,7 +35708,9 @@ export declare const generatedSchema: {
|
|
|
35682
35708
|
core_flow_insert_input: {
|
|
35683
35709
|
app_id: { __type: "String" };
|
|
35684
35710
|
description: { __type: "String" };
|
|
35711
|
+
external_type: { __type: "String" };
|
|
35685
35712
|
id: { __type: "uuid" };
|
|
35713
|
+
internal_type: { __type: "String" };
|
|
35686
35714
|
mapping_schema: { __type: "jsonb" };
|
|
35687
35715
|
setting_schema: { __type: "jsonb" };
|
|
35688
35716
|
title: { __type: "String" };
|
|
@@ -35895,7 +35923,9 @@ export declare const generatedSchema: {
|
|
|
35895
35923
|
__typename: { __type: "String!" };
|
|
35896
35924
|
app_id: { __type: "String" };
|
|
35897
35925
|
description: { __type: "String" };
|
|
35926
|
+
external_type: { __type: "String" };
|
|
35898
35927
|
id: { __type: "uuid" };
|
|
35928
|
+
internal_type: { __type: "String" };
|
|
35899
35929
|
title: { __type: "String" };
|
|
35900
35930
|
type: { __type: "flow_type" };
|
|
35901
35931
|
uniqueRef: { __type: "String" };
|
|
@@ -35903,7 +35933,9 @@ export declare const generatedSchema: {
|
|
|
35903
35933
|
core_flow_max_order_by: {
|
|
35904
35934
|
app_id: { __type: "order_by" };
|
|
35905
35935
|
description: { __type: "order_by" };
|
|
35936
|
+
external_type: { __type: "order_by" };
|
|
35906
35937
|
id: { __type: "order_by" };
|
|
35938
|
+
internal_type: { __type: "order_by" };
|
|
35907
35939
|
title: { __type: "order_by" };
|
|
35908
35940
|
type: { __type: "order_by" };
|
|
35909
35941
|
uniqueRef: { __type: "order_by" };
|
|
@@ -35912,7 +35944,9 @@ export declare const generatedSchema: {
|
|
|
35912
35944
|
__typename: { __type: "String!" };
|
|
35913
35945
|
app_id: { __type: "String" };
|
|
35914
35946
|
description: { __type: "String" };
|
|
35947
|
+
external_type: { __type: "String" };
|
|
35915
35948
|
id: { __type: "uuid" };
|
|
35949
|
+
internal_type: { __type: "String" };
|
|
35916
35950
|
title: { __type: "String" };
|
|
35917
35951
|
type: { __type: "flow_type" };
|
|
35918
35952
|
uniqueRef: { __type: "String" };
|
|
@@ -35920,7 +35954,9 @@ export declare const generatedSchema: {
|
|
|
35920
35954
|
core_flow_min_order_by: {
|
|
35921
35955
|
app_id: { __type: "order_by" };
|
|
35922
35956
|
description: { __type: "order_by" };
|
|
35957
|
+
external_type: { __type: "order_by" };
|
|
35923
35958
|
id: { __type: "order_by" };
|
|
35959
|
+
internal_type: { __type: "order_by" };
|
|
35924
35960
|
title: { __type: "order_by" };
|
|
35925
35961
|
type: { __type: "order_by" };
|
|
35926
35962
|
uniqueRef: { __type: "order_by" };
|
|
@@ -35942,7 +35978,9 @@ export declare const generatedSchema: {
|
|
|
35942
35978
|
core_flow_order_by: {
|
|
35943
35979
|
app_id: { __type: "order_by" };
|
|
35944
35980
|
description: { __type: "order_by" };
|
|
35981
|
+
external_type: { __type: "order_by" };
|
|
35945
35982
|
id: { __type: "order_by" };
|
|
35983
|
+
internal_type: { __type: "order_by" };
|
|
35946
35984
|
mapping_schema: { __type: "order_by" };
|
|
35947
35985
|
setting_schema: { __type: "order_by" };
|
|
35948
35986
|
title: { __type: "order_by" };
|
|
@@ -35957,7 +35995,9 @@ export declare const generatedSchema: {
|
|
|
35957
35995
|
core_flow_set_input: {
|
|
35958
35996
|
app_id: { __type: "String" };
|
|
35959
35997
|
description: { __type: "String" };
|
|
35998
|
+
external_type: { __type: "String" };
|
|
35960
35999
|
id: { __type: "uuid" };
|
|
36000
|
+
internal_type: { __type: "String" };
|
|
35961
36001
|
mapping_schema: { __type: "jsonb" };
|
|
35962
36002
|
setting_schema: { __type: "jsonb" };
|
|
35963
36003
|
title: { __type: "String" };
|
|
@@ -36173,7 +36213,9 @@ export declare const generatedSchema: {
|
|
|
36173
36213
|
core_flow_stream_cursor_value_input: {
|
|
36174
36214
|
app_id: { __type: "String" };
|
|
36175
36215
|
description: { __type: "String" };
|
|
36216
|
+
external_type: { __type: "String" };
|
|
36176
36217
|
id: { __type: "uuid" };
|
|
36218
|
+
internal_type: { __type: "String" };
|
|
36177
36219
|
mapping_schema: { __type: "jsonb" };
|
|
36178
36220
|
setting_schema: { __type: "jsonb" };
|
|
36179
36221
|
title: { __type: "String" };
|
|
@@ -77236,7 +77278,9 @@ export interface core_flow {
|
|
|
77236
77278
|
__typename?: "core_flow";
|
|
77237
77279
|
app_id: ScalarsEnums["String"];
|
|
77238
77280
|
description?: Maybe<ScalarsEnums["String"]>;
|
|
77281
|
+
external_type?: Maybe<ScalarsEnums["String"]>;
|
|
77239
77282
|
id: ScalarsEnums["uuid"];
|
|
77283
|
+
internal_type?: Maybe<ScalarsEnums["String"]>;
|
|
77240
77284
|
mapping_schema: (args?: {
|
|
77241
77285
|
/**
|
|
77242
77286
|
* JSON select path
|
|
@@ -77415,7 +77459,9 @@ export interface core_flow_max_fields {
|
|
|
77415
77459
|
__typename?: "core_flow_max_fields";
|
|
77416
77460
|
app_id?: Maybe<ScalarsEnums["String"]>;
|
|
77417
77461
|
description?: Maybe<ScalarsEnums["String"]>;
|
|
77462
|
+
external_type?: Maybe<ScalarsEnums["String"]>;
|
|
77418
77463
|
id?: Maybe<ScalarsEnums["uuid"]>;
|
|
77464
|
+
internal_type?: Maybe<ScalarsEnums["String"]>;
|
|
77419
77465
|
title?: Maybe<ScalarsEnums["String"]>;
|
|
77420
77466
|
type?: Maybe<ScalarsEnums["flow_type"]>;
|
|
77421
77467
|
uniqueRef?: Maybe<ScalarsEnums["String"]>;
|
|
@@ -77428,7 +77474,9 @@ export interface core_flow_min_fields {
|
|
|
77428
77474
|
__typename?: "core_flow_min_fields";
|
|
77429
77475
|
app_id?: Maybe<ScalarsEnums["String"]>;
|
|
77430
77476
|
description?: Maybe<ScalarsEnums["String"]>;
|
|
77477
|
+
external_type?: Maybe<ScalarsEnums["String"]>;
|
|
77431
77478
|
id?: Maybe<ScalarsEnums["uuid"]>;
|
|
77479
|
+
internal_type?: Maybe<ScalarsEnums["String"]>;
|
|
77432
77480
|
title?: Maybe<ScalarsEnums["String"]>;
|
|
77433
77481
|
type?: Maybe<ScalarsEnums["flow_type"]>;
|
|
77434
77482
|
uniqueRef?: Maybe<ScalarsEnums["String"]>;
|
|
@@ -7462,7 +7462,9 @@ export const generatedSchema = {
|
|
|
7462
7462
|
__typename: { __type: "String!" },
|
|
7463
7463
|
app_id: { __type: "String!" },
|
|
7464
7464
|
description: { __type: "String" },
|
|
7465
|
+
external_type: { __type: "String" },
|
|
7465
7466
|
id: { __type: "uuid!" },
|
|
7467
|
+
internal_type: { __type: "String" },
|
|
7466
7468
|
mapping_schema: { __type: "jsonb!", __args: { path: "String" } },
|
|
7467
7469
|
setting_schema: { __type: "jsonb!", __args: { path: "String" } },
|
|
7468
7470
|
title: { __type: "String!" },
|
|
@@ -7511,7 +7513,9 @@ export const generatedSchema = {
|
|
|
7511
7513
|
_or: { __type: "[core_flow_bool_exp!]" },
|
|
7512
7514
|
app_id: { __type: "String_comparison_exp" },
|
|
7513
7515
|
description: { __type: "String_comparison_exp" },
|
|
7516
|
+
external_type: { __type: "String_comparison_exp" },
|
|
7514
7517
|
id: { __type: "uuid_comparison_exp" },
|
|
7518
|
+
internal_type: { __type: "String_comparison_exp" },
|
|
7515
7519
|
mapping_schema: { __type: "jsonb_comparison_exp" },
|
|
7516
7520
|
setting_schema: { __type: "jsonb_comparison_exp" },
|
|
7517
7521
|
title: { __type: "String_comparison_exp" },
|
|
@@ -7533,7 +7537,9 @@ export const generatedSchema = {
|
|
|
7533
7537
|
core_flow_insert_input: {
|
|
7534
7538
|
app_id: { __type: "String" },
|
|
7535
7539
|
description: { __type: "String" },
|
|
7540
|
+
external_type: { __type: "String" },
|
|
7536
7541
|
id: { __type: "uuid" },
|
|
7542
|
+
internal_type: { __type: "String" },
|
|
7537
7543
|
mapping_schema: { __type: "jsonb" },
|
|
7538
7544
|
setting_schema: { __type: "jsonb" },
|
|
7539
7545
|
title: { __type: "String" },
|
|
@@ -7746,7 +7752,9 @@ export const generatedSchema = {
|
|
|
7746
7752
|
__typename: { __type: "String!" },
|
|
7747
7753
|
app_id: { __type: "String" },
|
|
7748
7754
|
description: { __type: "String" },
|
|
7755
|
+
external_type: { __type: "String" },
|
|
7749
7756
|
id: { __type: "uuid" },
|
|
7757
|
+
internal_type: { __type: "String" },
|
|
7750
7758
|
title: { __type: "String" },
|
|
7751
7759
|
type: { __type: "flow_type" },
|
|
7752
7760
|
uniqueRef: { __type: "String" },
|
|
@@ -7754,7 +7762,9 @@ export const generatedSchema = {
|
|
|
7754
7762
|
core_flow_max_order_by: {
|
|
7755
7763
|
app_id: { __type: "order_by" },
|
|
7756
7764
|
description: { __type: "order_by" },
|
|
7765
|
+
external_type: { __type: "order_by" },
|
|
7757
7766
|
id: { __type: "order_by" },
|
|
7767
|
+
internal_type: { __type: "order_by" },
|
|
7758
7768
|
title: { __type: "order_by" },
|
|
7759
7769
|
type: { __type: "order_by" },
|
|
7760
7770
|
uniqueRef: { __type: "order_by" },
|
|
@@ -7763,7 +7773,9 @@ export const generatedSchema = {
|
|
|
7763
7773
|
__typename: { __type: "String!" },
|
|
7764
7774
|
app_id: { __type: "String" },
|
|
7765
7775
|
description: { __type: "String" },
|
|
7776
|
+
external_type: { __type: "String" },
|
|
7766
7777
|
id: { __type: "uuid" },
|
|
7778
|
+
internal_type: { __type: "String" },
|
|
7767
7779
|
title: { __type: "String" },
|
|
7768
7780
|
type: { __type: "flow_type" },
|
|
7769
7781
|
uniqueRef: { __type: "String" },
|
|
@@ -7771,7 +7783,9 @@ export const generatedSchema = {
|
|
|
7771
7783
|
core_flow_min_order_by: {
|
|
7772
7784
|
app_id: { __type: "order_by" },
|
|
7773
7785
|
description: { __type: "order_by" },
|
|
7786
|
+
external_type: { __type: "order_by" },
|
|
7774
7787
|
id: { __type: "order_by" },
|
|
7788
|
+
internal_type: { __type: "order_by" },
|
|
7775
7789
|
title: { __type: "order_by" },
|
|
7776
7790
|
type: { __type: "order_by" },
|
|
7777
7791
|
uniqueRef: { __type: "order_by" },
|
|
@@ -7793,7 +7807,9 @@ export const generatedSchema = {
|
|
|
7793
7807
|
core_flow_order_by: {
|
|
7794
7808
|
app_id: { __type: "order_by" },
|
|
7795
7809
|
description: { __type: "order_by" },
|
|
7810
|
+
external_type: { __type: "order_by" },
|
|
7796
7811
|
id: { __type: "order_by" },
|
|
7812
|
+
internal_type: { __type: "order_by" },
|
|
7797
7813
|
mapping_schema: { __type: "order_by" },
|
|
7798
7814
|
setting_schema: { __type: "order_by" },
|
|
7799
7815
|
title: { __type: "order_by" },
|
|
@@ -7808,7 +7824,9 @@ export const generatedSchema = {
|
|
|
7808
7824
|
core_flow_set_input: {
|
|
7809
7825
|
app_id: { __type: "String" },
|
|
7810
7826
|
description: { __type: "String" },
|
|
7827
|
+
external_type: { __type: "String" },
|
|
7811
7828
|
id: { __type: "uuid" },
|
|
7829
|
+
internal_type: { __type: "String" },
|
|
7812
7830
|
mapping_schema: { __type: "jsonb" },
|
|
7813
7831
|
setting_schema: { __type: "jsonb" },
|
|
7814
7832
|
title: { __type: "String" },
|
|
@@ -8024,7 +8042,9 @@ export const generatedSchema = {
|
|
|
8024
8042
|
core_flow_stream_cursor_value_input: {
|
|
8025
8043
|
app_id: { __type: "String" },
|
|
8026
8044
|
description: { __type: "String" },
|
|
8045
|
+
external_type: { __type: "String" },
|
|
8027
8046
|
id: { __type: "uuid" },
|
|
8047
|
+
internal_type: { __type: "String" },
|
|
8028
8048
|
mapping_schema: { __type: "jsonb" },
|
|
8029
8049
|
setting_schema: { __type: "jsonb" },
|
|
8030
8050
|
title: { __type: "String" },
|