@vrplatform/graphql 1.1.9 → 1.1.13

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.
@@ -151,6 +151,15 @@ export const scalarsEnumsHash = {
151
151
  core_change_source_link_constraint: true,
152
152
  core_change_source_link_select_column: true,
153
153
  core_change_source_link_update_column: true,
154
+ core_flow_constraint: true,
155
+ core_flow_mapping_constraint: true,
156
+ core_flow_mapping_select_column: true,
157
+ core_flow_mapping_update_column: true,
158
+ core_flow_select_column: true,
159
+ core_flow_setting_constraint: true,
160
+ core_flow_setting_select_column: true,
161
+ core_flow_setting_update_column: true,
162
+ core_flow_update_column: true,
154
163
  currency_constraint: true,
155
164
  currency_enum: true,
156
165
  currency_select_column: true,
@@ -191,6 +200,7 @@ export const scalarsEnumsHash = {
191
200
  file_storage_tag_select_column: true,
192
201
  file_storage_tag_update_column: true,
193
202
  file_storage_update_column: true,
203
+ flow_type: true,
194
204
  issueConnectionsNeedVersionUpgradeReturnType_enum_name: true,
195
205
  issueDuplicatedPaymentsReturnType_enum_name: true,
196
206
  issueMessageOverwrite_constraint: true,
@@ -7578,6 +7588,406 @@ export const generatedSchema = {
7578
7588
  _set: { __type: "core_change_source_link_set_input" },
7579
7589
  where: { __type: "core_change_source_link_bool_exp!" },
7580
7590
  },
7591
+ core_flow: {
7592
+ __typename: { __type: "String!" },
7593
+ app_id: { __type: "String!" },
7594
+ id: { __type: "uuid!" },
7595
+ mapping_schema: { __type: "jsonb!", __args: { path: "String" } },
7596
+ setting_schema: { __type: "jsonb!", __args: { path: "String" } },
7597
+ title: { __type: "String!" },
7598
+ type: { __type: "flow_type" },
7599
+ },
7600
+ core_flow_aggregate: {
7601
+ __typename: { __type: "String!" },
7602
+ aggregate: { __type: "core_flow_aggregate_fields" },
7603
+ nodes: { __type: "[core_flow!]!" },
7604
+ },
7605
+ core_flow_aggregate_fields: {
7606
+ __typename: { __type: "String!" },
7607
+ count: {
7608
+ __type: "Int!",
7609
+ __args: { columns: "[core_flow_select_column!]", distinct: "Boolean" },
7610
+ },
7611
+ max: { __type: "core_flow_max_fields" },
7612
+ min: { __type: "core_flow_min_fields" },
7613
+ },
7614
+ core_flow_append_input: {
7615
+ mapping_schema: { __type: "jsonb" },
7616
+ setting_schema: { __type: "jsonb" },
7617
+ },
7618
+ core_flow_bool_exp: {
7619
+ _and: { __type: "[core_flow_bool_exp!]" },
7620
+ _not: { __type: "core_flow_bool_exp" },
7621
+ _or: { __type: "[core_flow_bool_exp!]" },
7622
+ app_id: { __type: "String_comparison_exp" },
7623
+ id: { __type: "uuid_comparison_exp" },
7624
+ mapping_schema: { __type: "jsonb_comparison_exp" },
7625
+ setting_schema: { __type: "jsonb_comparison_exp" },
7626
+ title: { __type: "String_comparison_exp" },
7627
+ type: { __type: "flow_type_comparison_exp" },
7628
+ },
7629
+ core_flow_delete_at_path_input: {
7630
+ mapping_schema: { __type: "[String!]" },
7631
+ setting_schema: { __type: "[String!]" },
7632
+ },
7633
+ core_flow_delete_elem_input: {
7634
+ mapping_schema: { __type: "Int" },
7635
+ setting_schema: { __type: "Int" },
7636
+ },
7637
+ core_flow_delete_key_input: {
7638
+ mapping_schema: { __type: "String" },
7639
+ setting_schema: { __type: "String" },
7640
+ },
7641
+ core_flow_insert_input: {
7642
+ app_id: { __type: "String" },
7643
+ id: { __type: "uuid" },
7644
+ mapping_schema: { __type: "jsonb" },
7645
+ setting_schema: { __type: "jsonb" },
7646
+ title: { __type: "String" },
7647
+ type: { __type: "flow_type" },
7648
+ },
7649
+ core_flow_mapping: {
7650
+ __typename: { __type: "String!" },
7651
+ account_id: { __type: "uuid" },
7652
+ booking_channel_id: { __type: "uuid" },
7653
+ contact_id: { __type: "uuid" },
7654
+ flow_id: { __type: "uuid!" },
7655
+ id: { __type: "uuid!" },
7656
+ listing_id: { __type: "uuid" },
7657
+ mapping_key: { __type: "String!" },
7658
+ source_id: { __type: "uuid!" },
7659
+ value: { __type: "jsonb", __args: { path: "String" } },
7660
+ },
7661
+ core_flow_mapping_aggregate: {
7662
+ __typename: { __type: "String!" },
7663
+ aggregate: { __type: "core_flow_mapping_aggregate_fields" },
7664
+ nodes: { __type: "[core_flow_mapping!]!" },
7665
+ },
7666
+ core_flow_mapping_aggregate_fields: {
7667
+ __typename: { __type: "String!" },
7668
+ count: {
7669
+ __type: "Int!",
7670
+ __args: {
7671
+ columns: "[core_flow_mapping_select_column!]",
7672
+ distinct: "Boolean",
7673
+ },
7674
+ },
7675
+ max: { __type: "core_flow_mapping_max_fields" },
7676
+ min: { __type: "core_flow_mapping_min_fields" },
7677
+ },
7678
+ core_flow_mapping_append_input: { value: { __type: "jsonb" } },
7679
+ core_flow_mapping_bool_exp: {
7680
+ _and: { __type: "[core_flow_mapping_bool_exp!]" },
7681
+ _not: { __type: "core_flow_mapping_bool_exp" },
7682
+ _or: { __type: "[core_flow_mapping_bool_exp!]" },
7683
+ account_id: { __type: "uuid_comparison_exp" },
7684
+ booking_channel_id: { __type: "uuid_comparison_exp" },
7685
+ contact_id: { __type: "uuid_comparison_exp" },
7686
+ flow_id: { __type: "uuid_comparison_exp" },
7687
+ id: { __type: "uuid_comparison_exp" },
7688
+ listing_id: { __type: "uuid_comparison_exp" },
7689
+ mapping_key: { __type: "String_comparison_exp" },
7690
+ source_id: { __type: "uuid_comparison_exp" },
7691
+ value: { __type: "jsonb_comparison_exp" },
7692
+ },
7693
+ core_flow_mapping_delete_at_path_input: { value: { __type: "[String!]" } },
7694
+ core_flow_mapping_delete_elem_input: { value: { __type: "Int" } },
7695
+ core_flow_mapping_delete_key_input: { value: { __type: "String" } },
7696
+ core_flow_mapping_insert_input: {
7697
+ account_id: { __type: "uuid" },
7698
+ booking_channel_id: { __type: "uuid" },
7699
+ contact_id: { __type: "uuid" },
7700
+ flow_id: { __type: "uuid" },
7701
+ id: { __type: "uuid" },
7702
+ listing_id: { __type: "uuid" },
7703
+ mapping_key: { __type: "String" },
7704
+ source_id: { __type: "uuid" },
7705
+ value: { __type: "jsonb" },
7706
+ },
7707
+ core_flow_mapping_max_fields: {
7708
+ __typename: { __type: "String!" },
7709
+ account_id: { __type: "uuid" },
7710
+ booking_channel_id: { __type: "uuid" },
7711
+ contact_id: { __type: "uuid" },
7712
+ flow_id: { __type: "uuid" },
7713
+ id: { __type: "uuid" },
7714
+ listing_id: { __type: "uuid" },
7715
+ mapping_key: { __type: "String" },
7716
+ source_id: { __type: "uuid" },
7717
+ },
7718
+ core_flow_mapping_min_fields: {
7719
+ __typename: { __type: "String!" },
7720
+ account_id: { __type: "uuid" },
7721
+ booking_channel_id: { __type: "uuid" },
7722
+ contact_id: { __type: "uuid" },
7723
+ flow_id: { __type: "uuid" },
7724
+ id: { __type: "uuid" },
7725
+ listing_id: { __type: "uuid" },
7726
+ mapping_key: { __type: "String" },
7727
+ source_id: { __type: "uuid" },
7728
+ },
7729
+ core_flow_mapping_mutation_response: {
7730
+ __typename: { __type: "String!" },
7731
+ affected_rows: { __type: "Int!" },
7732
+ returning: { __type: "[core_flow_mapping!]!" },
7733
+ },
7734
+ core_flow_mapping_on_conflict: {
7735
+ constraint: { __type: "core_flow_mapping_constraint!" },
7736
+ update_columns: { __type: "[core_flow_mapping_update_column!]!" },
7737
+ where: { __type: "core_flow_mapping_bool_exp" },
7738
+ },
7739
+ core_flow_mapping_order_by: {
7740
+ account_id: { __type: "order_by" },
7741
+ booking_channel_id: { __type: "order_by" },
7742
+ contact_id: { __type: "order_by" },
7743
+ flow_id: { __type: "order_by" },
7744
+ id: { __type: "order_by" },
7745
+ listing_id: { __type: "order_by" },
7746
+ mapping_key: { __type: "order_by" },
7747
+ source_id: { __type: "order_by" },
7748
+ value: { __type: "order_by" },
7749
+ },
7750
+ core_flow_mapping_pk_columns_input: { id: { __type: "uuid!" } },
7751
+ core_flow_mapping_prepend_input: { value: { __type: "jsonb" } },
7752
+ core_flow_mapping_set_input: {
7753
+ account_id: { __type: "uuid" },
7754
+ booking_channel_id: { __type: "uuid" },
7755
+ contact_id: { __type: "uuid" },
7756
+ flow_id: { __type: "uuid" },
7757
+ id: { __type: "uuid" },
7758
+ listing_id: { __type: "uuid" },
7759
+ mapping_key: { __type: "String" },
7760
+ source_id: { __type: "uuid" },
7761
+ value: { __type: "jsonb" },
7762
+ },
7763
+ core_flow_mapping_stream_cursor_input: {
7764
+ initial_value: { __type: "core_flow_mapping_stream_cursor_value_input!" },
7765
+ ordering: { __type: "cursor_ordering" },
7766
+ },
7767
+ core_flow_mapping_stream_cursor_value_input: {
7768
+ account_id: { __type: "uuid" },
7769
+ booking_channel_id: { __type: "uuid" },
7770
+ contact_id: { __type: "uuid" },
7771
+ flow_id: { __type: "uuid" },
7772
+ id: { __type: "uuid" },
7773
+ listing_id: { __type: "uuid" },
7774
+ mapping_key: { __type: "String" },
7775
+ source_id: { __type: "uuid" },
7776
+ value: { __type: "jsonb" },
7777
+ },
7778
+ core_flow_mapping_updates: {
7779
+ _append: { __type: "core_flow_mapping_append_input" },
7780
+ _delete_at_path: { __type: "core_flow_mapping_delete_at_path_input" },
7781
+ _delete_elem: { __type: "core_flow_mapping_delete_elem_input" },
7782
+ _delete_key: { __type: "core_flow_mapping_delete_key_input" },
7783
+ _prepend: { __type: "core_flow_mapping_prepend_input" },
7784
+ _set: { __type: "core_flow_mapping_set_input" },
7785
+ where: { __type: "core_flow_mapping_bool_exp!" },
7786
+ },
7787
+ core_flow_max_fields: {
7788
+ __typename: { __type: "String!" },
7789
+ app_id: { __type: "String" },
7790
+ id: { __type: "uuid" },
7791
+ title: { __type: "String" },
7792
+ type: { __type: "flow_type" },
7793
+ },
7794
+ core_flow_min_fields: {
7795
+ __typename: { __type: "String!" },
7796
+ app_id: { __type: "String" },
7797
+ id: { __type: "uuid" },
7798
+ title: { __type: "String" },
7799
+ type: { __type: "flow_type" },
7800
+ },
7801
+ core_flow_mutation_response: {
7802
+ __typename: { __type: "String!" },
7803
+ affected_rows: { __type: "Int!" },
7804
+ returning: { __type: "[core_flow!]!" },
7805
+ },
7806
+ core_flow_on_conflict: {
7807
+ constraint: { __type: "core_flow_constraint!" },
7808
+ update_columns: { __type: "[core_flow_update_column!]!" },
7809
+ where: { __type: "core_flow_bool_exp" },
7810
+ },
7811
+ core_flow_order_by: {
7812
+ app_id: { __type: "order_by" },
7813
+ id: { __type: "order_by" },
7814
+ mapping_schema: { __type: "order_by" },
7815
+ setting_schema: { __type: "order_by" },
7816
+ title: { __type: "order_by" },
7817
+ type: { __type: "order_by" },
7818
+ },
7819
+ core_flow_pk_columns_input: { id: { __type: "uuid!" } },
7820
+ core_flow_prepend_input: {
7821
+ mapping_schema: { __type: "jsonb" },
7822
+ setting_schema: { __type: "jsonb" },
7823
+ },
7824
+ core_flow_set_input: {
7825
+ app_id: { __type: "String" },
7826
+ id: { __type: "uuid" },
7827
+ mapping_schema: { __type: "jsonb" },
7828
+ setting_schema: { __type: "jsonb" },
7829
+ title: { __type: "String" },
7830
+ type: { __type: "flow_type" },
7831
+ },
7832
+ core_flow_setting: {
7833
+ __typename: { __type: "String!" },
7834
+ account_id: { __type: "uuid" },
7835
+ booking_channel_id: { __type: "uuid" },
7836
+ connection_id: { __type: "uuid!" },
7837
+ contact_id: { __type: "uuid" },
7838
+ flow_id: { __type: "uuid!" },
7839
+ id: { __type: "uuid!" },
7840
+ listing_id: { __type: "uuid" },
7841
+ setting_key: { __type: "String!" },
7842
+ value: { __type: "jsonb", __args: { path: "String" } },
7843
+ },
7844
+ core_flow_setting_aggregate: {
7845
+ __typename: { __type: "String!" },
7846
+ aggregate: { __type: "core_flow_setting_aggregate_fields" },
7847
+ nodes: { __type: "[core_flow_setting!]!" },
7848
+ },
7849
+ core_flow_setting_aggregate_fields: {
7850
+ __typename: { __type: "String!" },
7851
+ count: {
7852
+ __type: "Int!",
7853
+ __args: {
7854
+ columns: "[core_flow_setting_select_column!]",
7855
+ distinct: "Boolean",
7856
+ },
7857
+ },
7858
+ max: { __type: "core_flow_setting_max_fields" },
7859
+ min: { __type: "core_flow_setting_min_fields" },
7860
+ },
7861
+ core_flow_setting_append_input: { value: { __type: "jsonb" } },
7862
+ core_flow_setting_bool_exp: {
7863
+ _and: { __type: "[core_flow_setting_bool_exp!]" },
7864
+ _not: { __type: "core_flow_setting_bool_exp" },
7865
+ _or: { __type: "[core_flow_setting_bool_exp!]" },
7866
+ account_id: { __type: "uuid_comparison_exp" },
7867
+ booking_channel_id: { __type: "uuid_comparison_exp" },
7868
+ connection_id: { __type: "uuid_comparison_exp" },
7869
+ contact_id: { __type: "uuid_comparison_exp" },
7870
+ flow_id: { __type: "uuid_comparison_exp" },
7871
+ id: { __type: "uuid_comparison_exp" },
7872
+ listing_id: { __type: "uuid_comparison_exp" },
7873
+ setting_key: { __type: "String_comparison_exp" },
7874
+ value: { __type: "jsonb_comparison_exp" },
7875
+ },
7876
+ core_flow_setting_delete_at_path_input: { value: { __type: "[String!]" } },
7877
+ core_flow_setting_delete_elem_input: { value: { __type: "Int" } },
7878
+ core_flow_setting_delete_key_input: { value: { __type: "String" } },
7879
+ core_flow_setting_insert_input: {
7880
+ account_id: { __type: "uuid" },
7881
+ booking_channel_id: { __type: "uuid" },
7882
+ connection_id: { __type: "uuid" },
7883
+ contact_id: { __type: "uuid" },
7884
+ flow_id: { __type: "uuid" },
7885
+ id: { __type: "uuid" },
7886
+ listing_id: { __type: "uuid" },
7887
+ setting_key: { __type: "String" },
7888
+ value: { __type: "jsonb" },
7889
+ },
7890
+ core_flow_setting_max_fields: {
7891
+ __typename: { __type: "String!" },
7892
+ account_id: { __type: "uuid" },
7893
+ booking_channel_id: { __type: "uuid" },
7894
+ connection_id: { __type: "uuid" },
7895
+ contact_id: { __type: "uuid" },
7896
+ flow_id: { __type: "uuid" },
7897
+ id: { __type: "uuid" },
7898
+ listing_id: { __type: "uuid" },
7899
+ setting_key: { __type: "String" },
7900
+ },
7901
+ core_flow_setting_min_fields: {
7902
+ __typename: { __type: "String!" },
7903
+ account_id: { __type: "uuid" },
7904
+ booking_channel_id: { __type: "uuid" },
7905
+ connection_id: { __type: "uuid" },
7906
+ contact_id: { __type: "uuid" },
7907
+ flow_id: { __type: "uuid" },
7908
+ id: { __type: "uuid" },
7909
+ listing_id: { __type: "uuid" },
7910
+ setting_key: { __type: "String" },
7911
+ },
7912
+ core_flow_setting_mutation_response: {
7913
+ __typename: { __type: "String!" },
7914
+ affected_rows: { __type: "Int!" },
7915
+ returning: { __type: "[core_flow_setting!]!" },
7916
+ },
7917
+ core_flow_setting_on_conflict: {
7918
+ constraint: { __type: "core_flow_setting_constraint!" },
7919
+ update_columns: { __type: "[core_flow_setting_update_column!]!" },
7920
+ where: { __type: "core_flow_setting_bool_exp" },
7921
+ },
7922
+ core_flow_setting_order_by: {
7923
+ account_id: { __type: "order_by" },
7924
+ booking_channel_id: { __type: "order_by" },
7925
+ connection_id: { __type: "order_by" },
7926
+ contact_id: { __type: "order_by" },
7927
+ flow_id: { __type: "order_by" },
7928
+ id: { __type: "order_by" },
7929
+ listing_id: { __type: "order_by" },
7930
+ setting_key: { __type: "order_by" },
7931
+ value: { __type: "order_by" },
7932
+ },
7933
+ core_flow_setting_pk_columns_input: { id: { __type: "uuid!" } },
7934
+ core_flow_setting_prepend_input: { value: { __type: "jsonb" } },
7935
+ core_flow_setting_set_input: {
7936
+ account_id: { __type: "uuid" },
7937
+ booking_channel_id: { __type: "uuid" },
7938
+ connection_id: { __type: "uuid" },
7939
+ contact_id: { __type: "uuid" },
7940
+ flow_id: { __type: "uuid" },
7941
+ id: { __type: "uuid" },
7942
+ listing_id: { __type: "uuid" },
7943
+ setting_key: { __type: "String" },
7944
+ value: { __type: "jsonb" },
7945
+ },
7946
+ core_flow_setting_stream_cursor_input: {
7947
+ initial_value: { __type: "core_flow_setting_stream_cursor_value_input!" },
7948
+ ordering: { __type: "cursor_ordering" },
7949
+ },
7950
+ core_flow_setting_stream_cursor_value_input: {
7951
+ account_id: { __type: "uuid" },
7952
+ booking_channel_id: { __type: "uuid" },
7953
+ connection_id: { __type: "uuid" },
7954
+ contact_id: { __type: "uuid" },
7955
+ flow_id: { __type: "uuid" },
7956
+ id: { __type: "uuid" },
7957
+ listing_id: { __type: "uuid" },
7958
+ setting_key: { __type: "String" },
7959
+ value: { __type: "jsonb" },
7960
+ },
7961
+ core_flow_setting_updates: {
7962
+ _append: { __type: "core_flow_setting_append_input" },
7963
+ _delete_at_path: { __type: "core_flow_setting_delete_at_path_input" },
7964
+ _delete_elem: { __type: "core_flow_setting_delete_elem_input" },
7965
+ _delete_key: { __type: "core_flow_setting_delete_key_input" },
7966
+ _prepend: { __type: "core_flow_setting_prepend_input" },
7967
+ _set: { __type: "core_flow_setting_set_input" },
7968
+ where: { __type: "core_flow_setting_bool_exp!" },
7969
+ },
7970
+ core_flow_stream_cursor_input: {
7971
+ initial_value: { __type: "core_flow_stream_cursor_value_input!" },
7972
+ ordering: { __type: "cursor_ordering" },
7973
+ },
7974
+ core_flow_stream_cursor_value_input: {
7975
+ app_id: { __type: "String" },
7976
+ id: { __type: "uuid" },
7977
+ mapping_schema: { __type: "jsonb" },
7978
+ setting_schema: { __type: "jsonb" },
7979
+ title: { __type: "String" },
7980
+ type: { __type: "flow_type" },
7981
+ },
7982
+ core_flow_updates: {
7983
+ _append: { __type: "core_flow_append_input" },
7984
+ _delete_at_path: { __type: "core_flow_delete_at_path_input" },
7985
+ _delete_elem: { __type: "core_flow_delete_elem_input" },
7986
+ _delete_key: { __type: "core_flow_delete_key_input" },
7987
+ _prepend: { __type: "core_flow_prepend_input" },
7988
+ _set: { __type: "core_flow_set_input" },
7989
+ where: { __type: "core_flow_bool_exp!" },
7990
+ },
7581
7991
  currency: { __typename: { __type: "String!" }, name: { __type: "String!" } },
7582
7992
  currency_aggregate: {
7583
7993
  __typename: { __type: "String!" },
@@ -9070,6 +9480,17 @@ export const generatedSchema = {
9070
9480
  _set: { __type: "file_storage_set_input" },
9071
9481
  where: { __type: "file_storage_bool_exp!" },
9072
9482
  },
9483
+ flow_type_comparison_exp: {
9484
+ _eq: { __type: "flow_type" },
9485
+ _gt: { __type: "flow_type" },
9486
+ _gte: { __type: "flow_type" },
9487
+ _in: { __type: "[flow_type!]" },
9488
+ _is_null: { __type: "Boolean" },
9489
+ _lt: { __type: "flow_type" },
9490
+ _lte: { __type: "flow_type" },
9491
+ _neq: { __type: "flow_type" },
9492
+ _nin: { __type: "[flow_type!]" },
9493
+ },
9073
9494
  issueConnectionsNeedVersionUpgradeReturnType: {
9074
9495
  __typename: { __type: "String!" },
9075
9496
  appIcon: { __type: "String!" },
@@ -14034,6 +14455,27 @@ export const generatedSchema = {
14034
14455
  __type: "core_change_source_link",
14035
14456
  __args: { id: "uuid!" },
14036
14457
  },
14458
+ delete_core_flow: {
14459
+ __type: "core_flow_mutation_response",
14460
+ __args: { where: "core_flow_bool_exp!" },
14461
+ },
14462
+ delete_core_flow_by_pk: { __type: "core_flow", __args: { id: "uuid!" } },
14463
+ delete_core_flow_mapping: {
14464
+ __type: "core_flow_mapping_mutation_response",
14465
+ __args: { where: "core_flow_mapping_bool_exp!" },
14466
+ },
14467
+ delete_core_flow_mapping_by_pk: {
14468
+ __type: "core_flow_mapping",
14469
+ __args: { id: "uuid!" },
14470
+ },
14471
+ delete_core_flow_setting: {
14472
+ __type: "core_flow_setting_mutation_response",
14473
+ __args: { where: "core_flow_setting_bool_exp!" },
14474
+ },
14475
+ delete_core_flow_setting_by_pk: {
14476
+ __type: "core_flow_setting",
14477
+ __args: { id: "uuid!" },
14478
+ },
14037
14479
  delete_currency: {
14038
14480
  __type: "currency_mutation_response",
14039
14481
  __args: { where: "currency_bool_exp!" },
@@ -15626,6 +16068,48 @@ export const generatedSchema = {
15626
16068
  on_conflict: "core_change_source_link_on_conflict",
15627
16069
  },
15628
16070
  },
16071
+ insert_core_flow: {
16072
+ __type: "core_flow_mutation_response",
16073
+ __args: {
16074
+ objects: "[core_flow_insert_input!]!",
16075
+ on_conflict: "core_flow_on_conflict",
16076
+ },
16077
+ },
16078
+ insert_core_flow_mapping: {
16079
+ __type: "core_flow_mapping_mutation_response",
16080
+ __args: {
16081
+ objects: "[core_flow_mapping_insert_input!]!",
16082
+ on_conflict: "core_flow_mapping_on_conflict",
16083
+ },
16084
+ },
16085
+ insert_core_flow_mapping_one: {
16086
+ __type: "core_flow_mapping",
16087
+ __args: {
16088
+ object: "core_flow_mapping_insert_input!",
16089
+ on_conflict: "core_flow_mapping_on_conflict",
16090
+ },
16091
+ },
16092
+ insert_core_flow_one: {
16093
+ __type: "core_flow",
16094
+ __args: {
16095
+ object: "core_flow_insert_input!",
16096
+ on_conflict: "core_flow_on_conflict",
16097
+ },
16098
+ },
16099
+ insert_core_flow_setting: {
16100
+ __type: "core_flow_setting_mutation_response",
16101
+ __args: {
16102
+ objects: "[core_flow_setting_insert_input!]!",
16103
+ on_conflict: "core_flow_setting_on_conflict",
16104
+ },
16105
+ },
16106
+ insert_core_flow_setting_one: {
16107
+ __type: "core_flow_setting",
16108
+ __args: {
16109
+ object: "core_flow_setting_insert_input!",
16110
+ on_conflict: "core_flow_setting_on_conflict",
16111
+ },
16112
+ },
15629
16113
  insert_currency: {
15630
16114
  __type: "currency_mutation_response",
15631
16115
  __args: {
@@ -18035,6 +18519,90 @@ export const generatedSchema = {
18035
18519
  __type: "[core_change_source_link_mutation_response]",
18036
18520
  __args: { updates: "[core_change_source_link_updates!]!" },
18037
18521
  },
18522
+ update_core_flow: {
18523
+ __type: "core_flow_mutation_response",
18524
+ __args: {
18525
+ _append: "core_flow_append_input",
18526
+ _delete_at_path: "core_flow_delete_at_path_input",
18527
+ _delete_elem: "core_flow_delete_elem_input",
18528
+ _delete_key: "core_flow_delete_key_input",
18529
+ _prepend: "core_flow_prepend_input",
18530
+ _set: "core_flow_set_input",
18531
+ where: "core_flow_bool_exp!",
18532
+ },
18533
+ },
18534
+ update_core_flow_by_pk: {
18535
+ __type: "core_flow",
18536
+ __args: {
18537
+ _append: "core_flow_append_input",
18538
+ _delete_at_path: "core_flow_delete_at_path_input",
18539
+ _delete_elem: "core_flow_delete_elem_input",
18540
+ _delete_key: "core_flow_delete_key_input",
18541
+ _prepend: "core_flow_prepend_input",
18542
+ _set: "core_flow_set_input",
18543
+ pk_columns: "core_flow_pk_columns_input!",
18544
+ },
18545
+ },
18546
+ update_core_flow_many: {
18547
+ __type: "[core_flow_mutation_response]",
18548
+ __args: { updates: "[core_flow_updates!]!" },
18549
+ },
18550
+ update_core_flow_mapping: {
18551
+ __type: "core_flow_mapping_mutation_response",
18552
+ __args: {
18553
+ _append: "core_flow_mapping_append_input",
18554
+ _delete_at_path: "core_flow_mapping_delete_at_path_input",
18555
+ _delete_elem: "core_flow_mapping_delete_elem_input",
18556
+ _delete_key: "core_flow_mapping_delete_key_input",
18557
+ _prepend: "core_flow_mapping_prepend_input",
18558
+ _set: "core_flow_mapping_set_input",
18559
+ where: "core_flow_mapping_bool_exp!",
18560
+ },
18561
+ },
18562
+ update_core_flow_mapping_by_pk: {
18563
+ __type: "core_flow_mapping",
18564
+ __args: {
18565
+ _append: "core_flow_mapping_append_input",
18566
+ _delete_at_path: "core_flow_mapping_delete_at_path_input",
18567
+ _delete_elem: "core_flow_mapping_delete_elem_input",
18568
+ _delete_key: "core_flow_mapping_delete_key_input",
18569
+ _prepend: "core_flow_mapping_prepend_input",
18570
+ _set: "core_flow_mapping_set_input",
18571
+ pk_columns: "core_flow_mapping_pk_columns_input!",
18572
+ },
18573
+ },
18574
+ update_core_flow_mapping_many: {
18575
+ __type: "[core_flow_mapping_mutation_response]",
18576
+ __args: { updates: "[core_flow_mapping_updates!]!" },
18577
+ },
18578
+ update_core_flow_setting: {
18579
+ __type: "core_flow_setting_mutation_response",
18580
+ __args: {
18581
+ _append: "core_flow_setting_append_input",
18582
+ _delete_at_path: "core_flow_setting_delete_at_path_input",
18583
+ _delete_elem: "core_flow_setting_delete_elem_input",
18584
+ _delete_key: "core_flow_setting_delete_key_input",
18585
+ _prepend: "core_flow_setting_prepend_input",
18586
+ _set: "core_flow_setting_set_input",
18587
+ where: "core_flow_setting_bool_exp!",
18588
+ },
18589
+ },
18590
+ update_core_flow_setting_by_pk: {
18591
+ __type: "core_flow_setting",
18592
+ __args: {
18593
+ _append: "core_flow_setting_append_input",
18594
+ _delete_at_path: "core_flow_setting_delete_at_path_input",
18595
+ _delete_elem: "core_flow_setting_delete_elem_input",
18596
+ _delete_key: "core_flow_setting_delete_key_input",
18597
+ _prepend: "core_flow_setting_prepend_input",
18598
+ _set: "core_flow_setting_set_input",
18599
+ pk_columns: "core_flow_setting_pk_columns_input!",
18600
+ },
18601
+ },
18602
+ update_core_flow_setting_many: {
18603
+ __type: "[core_flow_setting_mutation_response]",
18604
+ __args: { updates: "[core_flow_setting_updates!]!" },
18605
+ },
18038
18606
  update_currency: {
18039
18607
  __type: "currency_mutation_response",
18040
18608
  __args: { _set: "currency_set_input", where: "currency_bool_exp!" },
@@ -24346,6 +24914,75 @@ export const generatedSchema = {
24346
24914
  __type: "core_change_source_link",
24347
24915
  __args: { id: "uuid!" },
24348
24916
  },
24917
+ core_flow: {
24918
+ __type: "[core_flow!]!",
24919
+ __args: {
24920
+ distinct_on: "[core_flow_select_column!]",
24921
+ limit: "Int",
24922
+ offset: "Int",
24923
+ order_by: "[core_flow_order_by!]",
24924
+ where: "core_flow_bool_exp",
24925
+ },
24926
+ },
24927
+ core_flow_aggregate: {
24928
+ __type: "core_flow_aggregate!",
24929
+ __args: {
24930
+ distinct_on: "[core_flow_select_column!]",
24931
+ limit: "Int",
24932
+ offset: "Int",
24933
+ order_by: "[core_flow_order_by!]",
24934
+ where: "core_flow_bool_exp",
24935
+ },
24936
+ },
24937
+ core_flow_by_pk: { __type: "core_flow", __args: { id: "uuid!" } },
24938
+ core_flow_mapping: {
24939
+ __type: "[core_flow_mapping!]!",
24940
+ __args: {
24941
+ distinct_on: "[core_flow_mapping_select_column!]",
24942
+ limit: "Int",
24943
+ offset: "Int",
24944
+ order_by: "[core_flow_mapping_order_by!]",
24945
+ where: "core_flow_mapping_bool_exp",
24946
+ },
24947
+ },
24948
+ core_flow_mapping_aggregate: {
24949
+ __type: "core_flow_mapping_aggregate!",
24950
+ __args: {
24951
+ distinct_on: "[core_flow_mapping_select_column!]",
24952
+ limit: "Int",
24953
+ offset: "Int",
24954
+ order_by: "[core_flow_mapping_order_by!]",
24955
+ where: "core_flow_mapping_bool_exp",
24956
+ },
24957
+ },
24958
+ core_flow_mapping_by_pk: {
24959
+ __type: "core_flow_mapping",
24960
+ __args: { id: "uuid!" },
24961
+ },
24962
+ core_flow_setting: {
24963
+ __type: "[core_flow_setting!]!",
24964
+ __args: {
24965
+ distinct_on: "[core_flow_setting_select_column!]",
24966
+ limit: "Int",
24967
+ offset: "Int",
24968
+ order_by: "[core_flow_setting_order_by!]",
24969
+ where: "core_flow_setting_bool_exp",
24970
+ },
24971
+ },
24972
+ core_flow_setting_aggregate: {
24973
+ __type: "core_flow_setting_aggregate!",
24974
+ __args: {
24975
+ distinct_on: "[core_flow_setting_select_column!]",
24976
+ limit: "Int",
24977
+ offset: "Int",
24978
+ order_by: "[core_flow_setting_order_by!]",
24979
+ where: "core_flow_setting_bool_exp",
24980
+ },
24981
+ },
24982
+ core_flow_setting_by_pk: {
24983
+ __type: "core_flow_setting",
24984
+ __args: { id: "uuid!" },
24985
+ },
24349
24986
  currency: {
24350
24987
  __type: "[currency!]!",
24351
24988
  __args: {
@@ -33031,6 +33668,99 @@ export const generatedSchema = {
33031
33668
  where: "core_change_source_link_bool_exp",
33032
33669
  },
33033
33670
  },
33671
+ core_flow: {
33672
+ __type: "[core_flow!]!",
33673
+ __args: {
33674
+ distinct_on: "[core_flow_select_column!]",
33675
+ limit: "Int",
33676
+ offset: "Int",
33677
+ order_by: "[core_flow_order_by!]",
33678
+ where: "core_flow_bool_exp",
33679
+ },
33680
+ },
33681
+ core_flow_aggregate: {
33682
+ __type: "core_flow_aggregate!",
33683
+ __args: {
33684
+ distinct_on: "[core_flow_select_column!]",
33685
+ limit: "Int",
33686
+ offset: "Int",
33687
+ order_by: "[core_flow_order_by!]",
33688
+ where: "core_flow_bool_exp",
33689
+ },
33690
+ },
33691
+ core_flow_by_pk: { __type: "core_flow", __args: { id: "uuid!" } },
33692
+ core_flow_mapping: {
33693
+ __type: "[core_flow_mapping!]!",
33694
+ __args: {
33695
+ distinct_on: "[core_flow_mapping_select_column!]",
33696
+ limit: "Int",
33697
+ offset: "Int",
33698
+ order_by: "[core_flow_mapping_order_by!]",
33699
+ where: "core_flow_mapping_bool_exp",
33700
+ },
33701
+ },
33702
+ core_flow_mapping_aggregate: {
33703
+ __type: "core_flow_mapping_aggregate!",
33704
+ __args: {
33705
+ distinct_on: "[core_flow_mapping_select_column!]",
33706
+ limit: "Int",
33707
+ offset: "Int",
33708
+ order_by: "[core_flow_mapping_order_by!]",
33709
+ where: "core_flow_mapping_bool_exp",
33710
+ },
33711
+ },
33712
+ core_flow_mapping_by_pk: {
33713
+ __type: "core_flow_mapping",
33714
+ __args: { id: "uuid!" },
33715
+ },
33716
+ core_flow_mapping_stream: {
33717
+ __type: "[core_flow_mapping!]!",
33718
+ __args: {
33719
+ batch_size: "Int!",
33720
+ cursor: "[core_flow_mapping_stream_cursor_input]!",
33721
+ where: "core_flow_mapping_bool_exp",
33722
+ },
33723
+ },
33724
+ core_flow_setting: {
33725
+ __type: "[core_flow_setting!]!",
33726
+ __args: {
33727
+ distinct_on: "[core_flow_setting_select_column!]",
33728
+ limit: "Int",
33729
+ offset: "Int",
33730
+ order_by: "[core_flow_setting_order_by!]",
33731
+ where: "core_flow_setting_bool_exp",
33732
+ },
33733
+ },
33734
+ core_flow_setting_aggregate: {
33735
+ __type: "core_flow_setting_aggregate!",
33736
+ __args: {
33737
+ distinct_on: "[core_flow_setting_select_column!]",
33738
+ limit: "Int",
33739
+ offset: "Int",
33740
+ order_by: "[core_flow_setting_order_by!]",
33741
+ where: "core_flow_setting_bool_exp",
33742
+ },
33743
+ },
33744
+ core_flow_setting_by_pk: {
33745
+ __type: "core_flow_setting",
33746
+ __args: { id: "uuid!" },
33747
+ },
33748
+ core_flow_setting_stream: {
33749
+ __type: "[core_flow_setting!]!",
33750
+ __args: {
33751
+ batch_size: "Int!",
33752
+ cursor: "[core_flow_setting_stream_cursor_input]!",
33753
+ where: "core_flow_setting_bool_exp",
33754
+ },
33755
+ },
33756
+ core_flow_stream: {
33757
+ __type: "[core_flow!]!",
33758
+ __args: {
33759
+ batch_size: "Int!",
33760
+ cursor: "[core_flow_stream_cursor_input]!",
33761
+ where: "core_flow_bool_exp",
33762
+ },
33763
+ },
33034
33764
  currency: {
33035
33765
  __type: "[currency!]!",
33036
33766
  __args: {