@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.
@@ -144,6 +144,15 @@ export const scalarsEnumsHash = {
144
144
  core_change_source_link_constraint: true,
145
145
  core_change_source_link_select_column: true,
146
146
  core_change_source_link_update_column: true,
147
+ core_flow_constraint: true,
148
+ core_flow_mapping_constraint: true,
149
+ core_flow_mapping_select_column: true,
150
+ core_flow_mapping_update_column: true,
151
+ core_flow_select_column: true,
152
+ core_flow_setting_constraint: true,
153
+ core_flow_setting_select_column: true,
154
+ core_flow_setting_update_column: true,
155
+ core_flow_update_column: true,
147
156
  currency_constraint: true,
148
157
  currency_enum: true,
149
158
  currency_select_column: true,
@@ -184,6 +193,7 @@ export const scalarsEnumsHash = {
184
193
  file_storage_tag_select_column: true,
185
194
  file_storage_tag_update_column: true,
186
195
  file_storage_update_column: true,
196
+ flow_type: true,
187
197
  issueConnectionsNeedVersionUpgradeReturnType_enum_name: true,
188
198
  issueDuplicatedPaymentsReturnType_enum_name: true,
189
199
  issueMessageOverwrite_constraint: true,
@@ -7552,6 +7562,406 @@ export const generatedSchema = {
7552
7562
  _set: { __type: "core_change_source_link_set_input" },
7553
7563
  where: { __type: "core_change_source_link_bool_exp!" },
7554
7564
  },
7565
+ core_flow: {
7566
+ __typename: { __type: "String!" },
7567
+ app_id: { __type: "String!" },
7568
+ id: { __type: "uuid!" },
7569
+ mapping_schema: { __type: "jsonb!", __args: { path: "String" } },
7570
+ setting_schema: { __type: "jsonb!", __args: { path: "String" } },
7571
+ title: { __type: "String!" },
7572
+ type: { __type: "flow_type" },
7573
+ },
7574
+ core_flow_aggregate: {
7575
+ __typename: { __type: "String!" },
7576
+ aggregate: { __type: "core_flow_aggregate_fields" },
7577
+ nodes: { __type: "[core_flow!]!" },
7578
+ },
7579
+ core_flow_aggregate_fields: {
7580
+ __typename: { __type: "String!" },
7581
+ count: {
7582
+ __type: "Int!",
7583
+ __args: { columns: "[core_flow_select_column!]", distinct: "Boolean" },
7584
+ },
7585
+ max: { __type: "core_flow_max_fields" },
7586
+ min: { __type: "core_flow_min_fields" },
7587
+ },
7588
+ core_flow_append_input: {
7589
+ mapping_schema: { __type: "jsonb" },
7590
+ setting_schema: { __type: "jsonb" },
7591
+ },
7592
+ core_flow_bool_exp: {
7593
+ _and: { __type: "[core_flow_bool_exp!]" },
7594
+ _not: { __type: "core_flow_bool_exp" },
7595
+ _or: { __type: "[core_flow_bool_exp!]" },
7596
+ app_id: { __type: "String_comparison_exp" },
7597
+ id: { __type: "uuid_comparison_exp" },
7598
+ mapping_schema: { __type: "jsonb_comparison_exp" },
7599
+ setting_schema: { __type: "jsonb_comparison_exp" },
7600
+ title: { __type: "String_comparison_exp" },
7601
+ type: { __type: "flow_type_comparison_exp" },
7602
+ },
7603
+ core_flow_delete_at_path_input: {
7604
+ mapping_schema: { __type: "[String!]" },
7605
+ setting_schema: { __type: "[String!]" },
7606
+ },
7607
+ core_flow_delete_elem_input: {
7608
+ mapping_schema: { __type: "Int" },
7609
+ setting_schema: { __type: "Int" },
7610
+ },
7611
+ core_flow_delete_key_input: {
7612
+ mapping_schema: { __type: "String" },
7613
+ setting_schema: { __type: "String" },
7614
+ },
7615
+ core_flow_insert_input: {
7616
+ app_id: { __type: "String" },
7617
+ id: { __type: "uuid" },
7618
+ mapping_schema: { __type: "jsonb" },
7619
+ setting_schema: { __type: "jsonb" },
7620
+ title: { __type: "String" },
7621
+ type: { __type: "flow_type" },
7622
+ },
7623
+ core_flow_mapping: {
7624
+ __typename: { __type: "String!" },
7625
+ account_id: { __type: "uuid" },
7626
+ booking_channel_id: { __type: "uuid" },
7627
+ contact_id: { __type: "uuid" },
7628
+ flow_id: { __type: "uuid!" },
7629
+ id: { __type: "uuid!" },
7630
+ listing_id: { __type: "uuid" },
7631
+ mapping_key: { __type: "String!" },
7632
+ source_id: { __type: "uuid!" },
7633
+ value: { __type: "jsonb", __args: { path: "String" } },
7634
+ },
7635
+ core_flow_mapping_aggregate: {
7636
+ __typename: { __type: "String!" },
7637
+ aggregate: { __type: "core_flow_mapping_aggregate_fields" },
7638
+ nodes: { __type: "[core_flow_mapping!]!" },
7639
+ },
7640
+ core_flow_mapping_aggregate_fields: {
7641
+ __typename: { __type: "String!" },
7642
+ count: {
7643
+ __type: "Int!",
7644
+ __args: {
7645
+ columns: "[core_flow_mapping_select_column!]",
7646
+ distinct: "Boolean",
7647
+ },
7648
+ },
7649
+ max: { __type: "core_flow_mapping_max_fields" },
7650
+ min: { __type: "core_flow_mapping_min_fields" },
7651
+ },
7652
+ core_flow_mapping_append_input: { value: { __type: "jsonb" } },
7653
+ core_flow_mapping_bool_exp: {
7654
+ _and: { __type: "[core_flow_mapping_bool_exp!]" },
7655
+ _not: { __type: "core_flow_mapping_bool_exp" },
7656
+ _or: { __type: "[core_flow_mapping_bool_exp!]" },
7657
+ account_id: { __type: "uuid_comparison_exp" },
7658
+ booking_channel_id: { __type: "uuid_comparison_exp" },
7659
+ contact_id: { __type: "uuid_comparison_exp" },
7660
+ flow_id: { __type: "uuid_comparison_exp" },
7661
+ id: { __type: "uuid_comparison_exp" },
7662
+ listing_id: { __type: "uuid_comparison_exp" },
7663
+ mapping_key: { __type: "String_comparison_exp" },
7664
+ source_id: { __type: "uuid_comparison_exp" },
7665
+ value: { __type: "jsonb_comparison_exp" },
7666
+ },
7667
+ core_flow_mapping_delete_at_path_input: { value: { __type: "[String!]" } },
7668
+ core_flow_mapping_delete_elem_input: { value: { __type: "Int" } },
7669
+ core_flow_mapping_delete_key_input: { value: { __type: "String" } },
7670
+ core_flow_mapping_insert_input: {
7671
+ account_id: { __type: "uuid" },
7672
+ booking_channel_id: { __type: "uuid" },
7673
+ contact_id: { __type: "uuid" },
7674
+ flow_id: { __type: "uuid" },
7675
+ id: { __type: "uuid" },
7676
+ listing_id: { __type: "uuid" },
7677
+ mapping_key: { __type: "String" },
7678
+ source_id: { __type: "uuid" },
7679
+ value: { __type: "jsonb" },
7680
+ },
7681
+ core_flow_mapping_max_fields: {
7682
+ __typename: { __type: "String!" },
7683
+ account_id: { __type: "uuid" },
7684
+ booking_channel_id: { __type: "uuid" },
7685
+ contact_id: { __type: "uuid" },
7686
+ flow_id: { __type: "uuid" },
7687
+ id: { __type: "uuid" },
7688
+ listing_id: { __type: "uuid" },
7689
+ mapping_key: { __type: "String" },
7690
+ source_id: { __type: "uuid" },
7691
+ },
7692
+ core_flow_mapping_min_fields: {
7693
+ __typename: { __type: "String!" },
7694
+ account_id: { __type: "uuid" },
7695
+ booking_channel_id: { __type: "uuid" },
7696
+ contact_id: { __type: "uuid" },
7697
+ flow_id: { __type: "uuid" },
7698
+ id: { __type: "uuid" },
7699
+ listing_id: { __type: "uuid" },
7700
+ mapping_key: { __type: "String" },
7701
+ source_id: { __type: "uuid" },
7702
+ },
7703
+ core_flow_mapping_mutation_response: {
7704
+ __typename: { __type: "String!" },
7705
+ affected_rows: { __type: "Int!" },
7706
+ returning: { __type: "[core_flow_mapping!]!" },
7707
+ },
7708
+ core_flow_mapping_on_conflict: {
7709
+ constraint: { __type: "core_flow_mapping_constraint!" },
7710
+ update_columns: { __type: "[core_flow_mapping_update_column!]!" },
7711
+ where: { __type: "core_flow_mapping_bool_exp" },
7712
+ },
7713
+ core_flow_mapping_order_by: {
7714
+ account_id: { __type: "order_by" },
7715
+ booking_channel_id: { __type: "order_by" },
7716
+ contact_id: { __type: "order_by" },
7717
+ flow_id: { __type: "order_by" },
7718
+ id: { __type: "order_by" },
7719
+ listing_id: { __type: "order_by" },
7720
+ mapping_key: { __type: "order_by" },
7721
+ source_id: { __type: "order_by" },
7722
+ value: { __type: "order_by" },
7723
+ },
7724
+ core_flow_mapping_pk_columns_input: { id: { __type: "uuid!" } },
7725
+ core_flow_mapping_prepend_input: { value: { __type: "jsonb" } },
7726
+ core_flow_mapping_set_input: {
7727
+ account_id: { __type: "uuid" },
7728
+ booking_channel_id: { __type: "uuid" },
7729
+ contact_id: { __type: "uuid" },
7730
+ flow_id: { __type: "uuid" },
7731
+ id: { __type: "uuid" },
7732
+ listing_id: { __type: "uuid" },
7733
+ mapping_key: { __type: "String" },
7734
+ source_id: { __type: "uuid" },
7735
+ value: { __type: "jsonb" },
7736
+ },
7737
+ core_flow_mapping_stream_cursor_input: {
7738
+ initial_value: { __type: "core_flow_mapping_stream_cursor_value_input!" },
7739
+ ordering: { __type: "cursor_ordering" },
7740
+ },
7741
+ core_flow_mapping_stream_cursor_value_input: {
7742
+ account_id: { __type: "uuid" },
7743
+ booking_channel_id: { __type: "uuid" },
7744
+ contact_id: { __type: "uuid" },
7745
+ flow_id: { __type: "uuid" },
7746
+ id: { __type: "uuid" },
7747
+ listing_id: { __type: "uuid" },
7748
+ mapping_key: { __type: "String" },
7749
+ source_id: { __type: "uuid" },
7750
+ value: { __type: "jsonb" },
7751
+ },
7752
+ core_flow_mapping_updates: {
7753
+ _append: { __type: "core_flow_mapping_append_input" },
7754
+ _delete_at_path: { __type: "core_flow_mapping_delete_at_path_input" },
7755
+ _delete_elem: { __type: "core_flow_mapping_delete_elem_input" },
7756
+ _delete_key: { __type: "core_flow_mapping_delete_key_input" },
7757
+ _prepend: { __type: "core_flow_mapping_prepend_input" },
7758
+ _set: { __type: "core_flow_mapping_set_input" },
7759
+ where: { __type: "core_flow_mapping_bool_exp!" },
7760
+ },
7761
+ core_flow_max_fields: {
7762
+ __typename: { __type: "String!" },
7763
+ app_id: { __type: "String" },
7764
+ id: { __type: "uuid" },
7765
+ title: { __type: "String" },
7766
+ type: { __type: "flow_type" },
7767
+ },
7768
+ core_flow_min_fields: {
7769
+ __typename: { __type: "String!" },
7770
+ app_id: { __type: "String" },
7771
+ id: { __type: "uuid" },
7772
+ title: { __type: "String" },
7773
+ type: { __type: "flow_type" },
7774
+ },
7775
+ core_flow_mutation_response: {
7776
+ __typename: { __type: "String!" },
7777
+ affected_rows: { __type: "Int!" },
7778
+ returning: { __type: "[core_flow!]!" },
7779
+ },
7780
+ core_flow_on_conflict: {
7781
+ constraint: { __type: "core_flow_constraint!" },
7782
+ update_columns: { __type: "[core_flow_update_column!]!" },
7783
+ where: { __type: "core_flow_bool_exp" },
7784
+ },
7785
+ core_flow_order_by: {
7786
+ app_id: { __type: "order_by" },
7787
+ id: { __type: "order_by" },
7788
+ mapping_schema: { __type: "order_by" },
7789
+ setting_schema: { __type: "order_by" },
7790
+ title: { __type: "order_by" },
7791
+ type: { __type: "order_by" },
7792
+ },
7793
+ core_flow_pk_columns_input: { id: { __type: "uuid!" } },
7794
+ core_flow_prepend_input: {
7795
+ mapping_schema: { __type: "jsonb" },
7796
+ setting_schema: { __type: "jsonb" },
7797
+ },
7798
+ core_flow_set_input: {
7799
+ app_id: { __type: "String" },
7800
+ id: { __type: "uuid" },
7801
+ mapping_schema: { __type: "jsonb" },
7802
+ setting_schema: { __type: "jsonb" },
7803
+ title: { __type: "String" },
7804
+ type: { __type: "flow_type" },
7805
+ },
7806
+ core_flow_setting: {
7807
+ __typename: { __type: "String!" },
7808
+ account_id: { __type: "uuid" },
7809
+ booking_channel_id: { __type: "uuid" },
7810
+ connection_id: { __type: "uuid!" },
7811
+ contact_id: { __type: "uuid" },
7812
+ flow_id: { __type: "uuid!" },
7813
+ id: { __type: "uuid!" },
7814
+ listing_id: { __type: "uuid" },
7815
+ setting_key: { __type: "String!" },
7816
+ value: { __type: "jsonb", __args: { path: "String" } },
7817
+ },
7818
+ core_flow_setting_aggregate: {
7819
+ __typename: { __type: "String!" },
7820
+ aggregate: { __type: "core_flow_setting_aggregate_fields" },
7821
+ nodes: { __type: "[core_flow_setting!]!" },
7822
+ },
7823
+ core_flow_setting_aggregate_fields: {
7824
+ __typename: { __type: "String!" },
7825
+ count: {
7826
+ __type: "Int!",
7827
+ __args: {
7828
+ columns: "[core_flow_setting_select_column!]",
7829
+ distinct: "Boolean",
7830
+ },
7831
+ },
7832
+ max: { __type: "core_flow_setting_max_fields" },
7833
+ min: { __type: "core_flow_setting_min_fields" },
7834
+ },
7835
+ core_flow_setting_append_input: { value: { __type: "jsonb" } },
7836
+ core_flow_setting_bool_exp: {
7837
+ _and: { __type: "[core_flow_setting_bool_exp!]" },
7838
+ _not: { __type: "core_flow_setting_bool_exp" },
7839
+ _or: { __type: "[core_flow_setting_bool_exp!]" },
7840
+ account_id: { __type: "uuid_comparison_exp" },
7841
+ booking_channel_id: { __type: "uuid_comparison_exp" },
7842
+ connection_id: { __type: "uuid_comparison_exp" },
7843
+ contact_id: { __type: "uuid_comparison_exp" },
7844
+ flow_id: { __type: "uuid_comparison_exp" },
7845
+ id: { __type: "uuid_comparison_exp" },
7846
+ listing_id: { __type: "uuid_comparison_exp" },
7847
+ setting_key: { __type: "String_comparison_exp" },
7848
+ value: { __type: "jsonb_comparison_exp" },
7849
+ },
7850
+ core_flow_setting_delete_at_path_input: { value: { __type: "[String!]" } },
7851
+ core_flow_setting_delete_elem_input: { value: { __type: "Int" } },
7852
+ core_flow_setting_delete_key_input: { value: { __type: "String" } },
7853
+ core_flow_setting_insert_input: {
7854
+ account_id: { __type: "uuid" },
7855
+ booking_channel_id: { __type: "uuid" },
7856
+ connection_id: { __type: "uuid" },
7857
+ contact_id: { __type: "uuid" },
7858
+ flow_id: { __type: "uuid" },
7859
+ id: { __type: "uuid" },
7860
+ listing_id: { __type: "uuid" },
7861
+ setting_key: { __type: "String" },
7862
+ value: { __type: "jsonb" },
7863
+ },
7864
+ core_flow_setting_max_fields: {
7865
+ __typename: { __type: "String!" },
7866
+ account_id: { __type: "uuid" },
7867
+ booking_channel_id: { __type: "uuid" },
7868
+ connection_id: { __type: "uuid" },
7869
+ contact_id: { __type: "uuid" },
7870
+ flow_id: { __type: "uuid" },
7871
+ id: { __type: "uuid" },
7872
+ listing_id: { __type: "uuid" },
7873
+ setting_key: { __type: "String" },
7874
+ },
7875
+ core_flow_setting_min_fields: {
7876
+ __typename: { __type: "String!" },
7877
+ account_id: { __type: "uuid" },
7878
+ booking_channel_id: { __type: "uuid" },
7879
+ connection_id: { __type: "uuid" },
7880
+ contact_id: { __type: "uuid" },
7881
+ flow_id: { __type: "uuid" },
7882
+ id: { __type: "uuid" },
7883
+ listing_id: { __type: "uuid" },
7884
+ setting_key: { __type: "String" },
7885
+ },
7886
+ core_flow_setting_mutation_response: {
7887
+ __typename: { __type: "String!" },
7888
+ affected_rows: { __type: "Int!" },
7889
+ returning: { __type: "[core_flow_setting!]!" },
7890
+ },
7891
+ core_flow_setting_on_conflict: {
7892
+ constraint: { __type: "core_flow_setting_constraint!" },
7893
+ update_columns: { __type: "[core_flow_setting_update_column!]!" },
7894
+ where: { __type: "core_flow_setting_bool_exp" },
7895
+ },
7896
+ core_flow_setting_order_by: {
7897
+ account_id: { __type: "order_by" },
7898
+ booking_channel_id: { __type: "order_by" },
7899
+ connection_id: { __type: "order_by" },
7900
+ contact_id: { __type: "order_by" },
7901
+ flow_id: { __type: "order_by" },
7902
+ id: { __type: "order_by" },
7903
+ listing_id: { __type: "order_by" },
7904
+ setting_key: { __type: "order_by" },
7905
+ value: { __type: "order_by" },
7906
+ },
7907
+ core_flow_setting_pk_columns_input: { id: { __type: "uuid!" } },
7908
+ core_flow_setting_prepend_input: { value: { __type: "jsonb" } },
7909
+ core_flow_setting_set_input: {
7910
+ account_id: { __type: "uuid" },
7911
+ booking_channel_id: { __type: "uuid" },
7912
+ connection_id: { __type: "uuid" },
7913
+ contact_id: { __type: "uuid" },
7914
+ flow_id: { __type: "uuid" },
7915
+ id: { __type: "uuid" },
7916
+ listing_id: { __type: "uuid" },
7917
+ setting_key: { __type: "String" },
7918
+ value: { __type: "jsonb" },
7919
+ },
7920
+ core_flow_setting_stream_cursor_input: {
7921
+ initial_value: { __type: "core_flow_setting_stream_cursor_value_input!" },
7922
+ ordering: { __type: "cursor_ordering" },
7923
+ },
7924
+ core_flow_setting_stream_cursor_value_input: {
7925
+ account_id: { __type: "uuid" },
7926
+ booking_channel_id: { __type: "uuid" },
7927
+ connection_id: { __type: "uuid" },
7928
+ contact_id: { __type: "uuid" },
7929
+ flow_id: { __type: "uuid" },
7930
+ id: { __type: "uuid" },
7931
+ listing_id: { __type: "uuid" },
7932
+ setting_key: { __type: "String" },
7933
+ value: { __type: "jsonb" },
7934
+ },
7935
+ core_flow_setting_updates: {
7936
+ _append: { __type: "core_flow_setting_append_input" },
7937
+ _delete_at_path: { __type: "core_flow_setting_delete_at_path_input" },
7938
+ _delete_elem: { __type: "core_flow_setting_delete_elem_input" },
7939
+ _delete_key: { __type: "core_flow_setting_delete_key_input" },
7940
+ _prepend: { __type: "core_flow_setting_prepend_input" },
7941
+ _set: { __type: "core_flow_setting_set_input" },
7942
+ where: { __type: "core_flow_setting_bool_exp!" },
7943
+ },
7944
+ core_flow_stream_cursor_input: {
7945
+ initial_value: { __type: "core_flow_stream_cursor_value_input!" },
7946
+ ordering: { __type: "cursor_ordering" },
7947
+ },
7948
+ core_flow_stream_cursor_value_input: {
7949
+ app_id: { __type: "String" },
7950
+ id: { __type: "uuid" },
7951
+ mapping_schema: { __type: "jsonb" },
7952
+ setting_schema: { __type: "jsonb" },
7953
+ title: { __type: "String" },
7954
+ type: { __type: "flow_type" },
7955
+ },
7956
+ core_flow_updates: {
7957
+ _append: { __type: "core_flow_append_input" },
7958
+ _delete_at_path: { __type: "core_flow_delete_at_path_input" },
7959
+ _delete_elem: { __type: "core_flow_delete_elem_input" },
7960
+ _delete_key: { __type: "core_flow_delete_key_input" },
7961
+ _prepend: { __type: "core_flow_prepend_input" },
7962
+ _set: { __type: "core_flow_set_input" },
7963
+ where: { __type: "core_flow_bool_exp!" },
7964
+ },
7555
7965
  currency: { __typename: { __type: "String!" }, name: { __type: "String!" } },
7556
7966
  currency_aggregate: {
7557
7967
  __typename: { __type: "String!" },
@@ -9044,6 +9454,17 @@ export const generatedSchema = {
9044
9454
  _set: { __type: "file_storage_set_input" },
9045
9455
  where: { __type: "file_storage_bool_exp!" },
9046
9456
  },
9457
+ flow_type_comparison_exp: {
9458
+ _eq: { __type: "flow_type" },
9459
+ _gt: { __type: "flow_type" },
9460
+ _gte: { __type: "flow_type" },
9461
+ _in: { __type: "[flow_type!]" },
9462
+ _is_null: { __type: "Boolean" },
9463
+ _lt: { __type: "flow_type" },
9464
+ _lte: { __type: "flow_type" },
9465
+ _neq: { __type: "flow_type" },
9466
+ _nin: { __type: "[flow_type!]" },
9467
+ },
9047
9468
  issueConnectionsNeedVersionUpgradeReturnType: {
9048
9469
  __typename: { __type: "String!" },
9049
9470
  appIcon: { __type: "String!" },
@@ -13994,6 +14415,27 @@ export const generatedSchema = {
13994
14415
  __type: "core_change_source_link",
13995
14416
  __args: { id: "uuid!" },
13996
14417
  },
14418
+ delete_core_flow: {
14419
+ __type: "core_flow_mutation_response",
14420
+ __args: { where: "core_flow_bool_exp!" },
14421
+ },
14422
+ delete_core_flow_by_pk: { __type: "core_flow", __args: { id: "uuid!" } },
14423
+ delete_core_flow_mapping: {
14424
+ __type: "core_flow_mapping_mutation_response",
14425
+ __args: { where: "core_flow_mapping_bool_exp!" },
14426
+ },
14427
+ delete_core_flow_mapping_by_pk: {
14428
+ __type: "core_flow_mapping",
14429
+ __args: { id: "uuid!" },
14430
+ },
14431
+ delete_core_flow_setting: {
14432
+ __type: "core_flow_setting_mutation_response",
14433
+ __args: { where: "core_flow_setting_bool_exp!" },
14434
+ },
14435
+ delete_core_flow_setting_by_pk: {
14436
+ __type: "core_flow_setting",
14437
+ __args: { id: "uuid!" },
14438
+ },
13997
14439
  delete_currency: {
13998
14440
  __type: "currency_mutation_response",
13999
14441
  __args: { where: "currency_bool_exp!" },
@@ -15586,6 +16028,48 @@ export const generatedSchema = {
15586
16028
  on_conflict: "core_change_source_link_on_conflict",
15587
16029
  },
15588
16030
  },
16031
+ insert_core_flow: {
16032
+ __type: "core_flow_mutation_response",
16033
+ __args: {
16034
+ objects: "[core_flow_insert_input!]!",
16035
+ on_conflict: "core_flow_on_conflict",
16036
+ },
16037
+ },
16038
+ insert_core_flow_mapping: {
16039
+ __type: "core_flow_mapping_mutation_response",
16040
+ __args: {
16041
+ objects: "[core_flow_mapping_insert_input!]!",
16042
+ on_conflict: "core_flow_mapping_on_conflict",
16043
+ },
16044
+ },
16045
+ insert_core_flow_mapping_one: {
16046
+ __type: "core_flow_mapping",
16047
+ __args: {
16048
+ object: "core_flow_mapping_insert_input!",
16049
+ on_conflict: "core_flow_mapping_on_conflict",
16050
+ },
16051
+ },
16052
+ insert_core_flow_one: {
16053
+ __type: "core_flow",
16054
+ __args: {
16055
+ object: "core_flow_insert_input!",
16056
+ on_conflict: "core_flow_on_conflict",
16057
+ },
16058
+ },
16059
+ insert_core_flow_setting: {
16060
+ __type: "core_flow_setting_mutation_response",
16061
+ __args: {
16062
+ objects: "[core_flow_setting_insert_input!]!",
16063
+ on_conflict: "core_flow_setting_on_conflict",
16064
+ },
16065
+ },
16066
+ insert_core_flow_setting_one: {
16067
+ __type: "core_flow_setting",
16068
+ __args: {
16069
+ object: "core_flow_setting_insert_input!",
16070
+ on_conflict: "core_flow_setting_on_conflict",
16071
+ },
16072
+ },
15589
16073
  insert_currency: {
15590
16074
  __type: "currency_mutation_response",
15591
16075
  __args: {
@@ -17994,6 +18478,90 @@ export const generatedSchema = {
17994
18478
  __type: "[core_change_source_link_mutation_response]",
17995
18479
  __args: { updates: "[core_change_source_link_updates!]!" },
17996
18480
  },
18481
+ update_core_flow: {
18482
+ __type: "core_flow_mutation_response",
18483
+ __args: {
18484
+ _append: "core_flow_append_input",
18485
+ _delete_at_path: "core_flow_delete_at_path_input",
18486
+ _delete_elem: "core_flow_delete_elem_input",
18487
+ _delete_key: "core_flow_delete_key_input",
18488
+ _prepend: "core_flow_prepend_input",
18489
+ _set: "core_flow_set_input",
18490
+ where: "core_flow_bool_exp!",
18491
+ },
18492
+ },
18493
+ update_core_flow_by_pk: {
18494
+ __type: "core_flow",
18495
+ __args: {
18496
+ _append: "core_flow_append_input",
18497
+ _delete_at_path: "core_flow_delete_at_path_input",
18498
+ _delete_elem: "core_flow_delete_elem_input",
18499
+ _delete_key: "core_flow_delete_key_input",
18500
+ _prepend: "core_flow_prepend_input",
18501
+ _set: "core_flow_set_input",
18502
+ pk_columns: "core_flow_pk_columns_input!",
18503
+ },
18504
+ },
18505
+ update_core_flow_many: {
18506
+ __type: "[core_flow_mutation_response]",
18507
+ __args: { updates: "[core_flow_updates!]!" },
18508
+ },
18509
+ update_core_flow_mapping: {
18510
+ __type: "core_flow_mapping_mutation_response",
18511
+ __args: {
18512
+ _append: "core_flow_mapping_append_input",
18513
+ _delete_at_path: "core_flow_mapping_delete_at_path_input",
18514
+ _delete_elem: "core_flow_mapping_delete_elem_input",
18515
+ _delete_key: "core_flow_mapping_delete_key_input",
18516
+ _prepend: "core_flow_mapping_prepend_input",
18517
+ _set: "core_flow_mapping_set_input",
18518
+ where: "core_flow_mapping_bool_exp!",
18519
+ },
18520
+ },
18521
+ update_core_flow_mapping_by_pk: {
18522
+ __type: "core_flow_mapping",
18523
+ __args: {
18524
+ _append: "core_flow_mapping_append_input",
18525
+ _delete_at_path: "core_flow_mapping_delete_at_path_input",
18526
+ _delete_elem: "core_flow_mapping_delete_elem_input",
18527
+ _delete_key: "core_flow_mapping_delete_key_input",
18528
+ _prepend: "core_flow_mapping_prepend_input",
18529
+ _set: "core_flow_mapping_set_input",
18530
+ pk_columns: "core_flow_mapping_pk_columns_input!",
18531
+ },
18532
+ },
18533
+ update_core_flow_mapping_many: {
18534
+ __type: "[core_flow_mapping_mutation_response]",
18535
+ __args: { updates: "[core_flow_mapping_updates!]!" },
18536
+ },
18537
+ update_core_flow_setting: {
18538
+ __type: "core_flow_setting_mutation_response",
18539
+ __args: {
18540
+ _append: "core_flow_setting_append_input",
18541
+ _delete_at_path: "core_flow_setting_delete_at_path_input",
18542
+ _delete_elem: "core_flow_setting_delete_elem_input",
18543
+ _delete_key: "core_flow_setting_delete_key_input",
18544
+ _prepend: "core_flow_setting_prepend_input",
18545
+ _set: "core_flow_setting_set_input",
18546
+ where: "core_flow_setting_bool_exp!",
18547
+ },
18548
+ },
18549
+ update_core_flow_setting_by_pk: {
18550
+ __type: "core_flow_setting",
18551
+ __args: {
18552
+ _append: "core_flow_setting_append_input",
18553
+ _delete_at_path: "core_flow_setting_delete_at_path_input",
18554
+ _delete_elem: "core_flow_setting_delete_elem_input",
18555
+ _delete_key: "core_flow_setting_delete_key_input",
18556
+ _prepend: "core_flow_setting_prepend_input",
18557
+ _set: "core_flow_setting_set_input",
18558
+ pk_columns: "core_flow_setting_pk_columns_input!",
18559
+ },
18560
+ },
18561
+ update_core_flow_setting_many: {
18562
+ __type: "[core_flow_setting_mutation_response]",
18563
+ __args: { updates: "[core_flow_setting_updates!]!" },
18564
+ },
17997
18565
  update_currency: {
17998
18566
  __type: "currency_mutation_response",
17999
18567
  __args: { _set: "currency_set_input", where: "currency_bool_exp!" },
@@ -24295,6 +24863,75 @@ export const generatedSchema = {
24295
24863
  __type: "core_change_source_link",
24296
24864
  __args: { id: "uuid!" },
24297
24865
  },
24866
+ core_flow: {
24867
+ __type: "[core_flow!]!",
24868
+ __args: {
24869
+ distinct_on: "[core_flow_select_column!]",
24870
+ limit: "Int",
24871
+ offset: "Int",
24872
+ order_by: "[core_flow_order_by!]",
24873
+ where: "core_flow_bool_exp",
24874
+ },
24875
+ },
24876
+ core_flow_aggregate: {
24877
+ __type: "core_flow_aggregate!",
24878
+ __args: {
24879
+ distinct_on: "[core_flow_select_column!]",
24880
+ limit: "Int",
24881
+ offset: "Int",
24882
+ order_by: "[core_flow_order_by!]",
24883
+ where: "core_flow_bool_exp",
24884
+ },
24885
+ },
24886
+ core_flow_by_pk: { __type: "core_flow", __args: { id: "uuid!" } },
24887
+ core_flow_mapping: {
24888
+ __type: "[core_flow_mapping!]!",
24889
+ __args: {
24890
+ distinct_on: "[core_flow_mapping_select_column!]",
24891
+ limit: "Int",
24892
+ offset: "Int",
24893
+ order_by: "[core_flow_mapping_order_by!]",
24894
+ where: "core_flow_mapping_bool_exp",
24895
+ },
24896
+ },
24897
+ core_flow_mapping_aggregate: {
24898
+ __type: "core_flow_mapping_aggregate!",
24899
+ __args: {
24900
+ distinct_on: "[core_flow_mapping_select_column!]",
24901
+ limit: "Int",
24902
+ offset: "Int",
24903
+ order_by: "[core_flow_mapping_order_by!]",
24904
+ where: "core_flow_mapping_bool_exp",
24905
+ },
24906
+ },
24907
+ core_flow_mapping_by_pk: {
24908
+ __type: "core_flow_mapping",
24909
+ __args: { id: "uuid!" },
24910
+ },
24911
+ core_flow_setting: {
24912
+ __type: "[core_flow_setting!]!",
24913
+ __args: {
24914
+ distinct_on: "[core_flow_setting_select_column!]",
24915
+ limit: "Int",
24916
+ offset: "Int",
24917
+ order_by: "[core_flow_setting_order_by!]",
24918
+ where: "core_flow_setting_bool_exp",
24919
+ },
24920
+ },
24921
+ core_flow_setting_aggregate: {
24922
+ __type: "core_flow_setting_aggregate!",
24923
+ __args: {
24924
+ distinct_on: "[core_flow_setting_select_column!]",
24925
+ limit: "Int",
24926
+ offset: "Int",
24927
+ order_by: "[core_flow_setting_order_by!]",
24928
+ where: "core_flow_setting_bool_exp",
24929
+ },
24930
+ },
24931
+ core_flow_setting_by_pk: {
24932
+ __type: "core_flow_setting",
24933
+ __args: { id: "uuid!" },
24934
+ },
24298
24935
  currency: {
24299
24936
  __type: "[currency!]!",
24300
24937
  __args: {
@@ -32962,6 +33599,99 @@ export const generatedSchema = {
32962
33599
  where: "core_change_source_link_bool_exp",
32963
33600
  },
32964
33601
  },
33602
+ core_flow: {
33603
+ __type: "[core_flow!]!",
33604
+ __args: {
33605
+ distinct_on: "[core_flow_select_column!]",
33606
+ limit: "Int",
33607
+ offset: "Int",
33608
+ order_by: "[core_flow_order_by!]",
33609
+ where: "core_flow_bool_exp",
33610
+ },
33611
+ },
33612
+ core_flow_aggregate: {
33613
+ __type: "core_flow_aggregate!",
33614
+ __args: {
33615
+ distinct_on: "[core_flow_select_column!]",
33616
+ limit: "Int",
33617
+ offset: "Int",
33618
+ order_by: "[core_flow_order_by!]",
33619
+ where: "core_flow_bool_exp",
33620
+ },
33621
+ },
33622
+ core_flow_by_pk: { __type: "core_flow", __args: { id: "uuid!" } },
33623
+ core_flow_mapping: {
33624
+ __type: "[core_flow_mapping!]!",
33625
+ __args: {
33626
+ distinct_on: "[core_flow_mapping_select_column!]",
33627
+ limit: "Int",
33628
+ offset: "Int",
33629
+ order_by: "[core_flow_mapping_order_by!]",
33630
+ where: "core_flow_mapping_bool_exp",
33631
+ },
33632
+ },
33633
+ core_flow_mapping_aggregate: {
33634
+ __type: "core_flow_mapping_aggregate!",
33635
+ __args: {
33636
+ distinct_on: "[core_flow_mapping_select_column!]",
33637
+ limit: "Int",
33638
+ offset: "Int",
33639
+ order_by: "[core_flow_mapping_order_by!]",
33640
+ where: "core_flow_mapping_bool_exp",
33641
+ },
33642
+ },
33643
+ core_flow_mapping_by_pk: {
33644
+ __type: "core_flow_mapping",
33645
+ __args: { id: "uuid!" },
33646
+ },
33647
+ core_flow_mapping_stream: {
33648
+ __type: "[core_flow_mapping!]!",
33649
+ __args: {
33650
+ batch_size: "Int!",
33651
+ cursor: "[core_flow_mapping_stream_cursor_input]!",
33652
+ where: "core_flow_mapping_bool_exp",
33653
+ },
33654
+ },
33655
+ core_flow_setting: {
33656
+ __type: "[core_flow_setting!]!",
33657
+ __args: {
33658
+ distinct_on: "[core_flow_setting_select_column!]",
33659
+ limit: "Int",
33660
+ offset: "Int",
33661
+ order_by: "[core_flow_setting_order_by!]",
33662
+ where: "core_flow_setting_bool_exp",
33663
+ },
33664
+ },
33665
+ core_flow_setting_aggregate: {
33666
+ __type: "core_flow_setting_aggregate!",
33667
+ __args: {
33668
+ distinct_on: "[core_flow_setting_select_column!]",
33669
+ limit: "Int",
33670
+ offset: "Int",
33671
+ order_by: "[core_flow_setting_order_by!]",
33672
+ where: "core_flow_setting_bool_exp",
33673
+ },
33674
+ },
33675
+ core_flow_setting_by_pk: {
33676
+ __type: "core_flow_setting",
33677
+ __args: { id: "uuid!" },
33678
+ },
33679
+ core_flow_setting_stream: {
33680
+ __type: "[core_flow_setting!]!",
33681
+ __args: {
33682
+ batch_size: "Int!",
33683
+ cursor: "[core_flow_setting_stream_cursor_input]!",
33684
+ where: "core_flow_setting_bool_exp",
33685
+ },
33686
+ },
33687
+ core_flow_stream: {
33688
+ __type: "[core_flow!]!",
33689
+ __args: {
33690
+ batch_size: "Int!",
33691
+ cursor: "[core_flow_stream_cursor_input]!",
33692
+ where: "core_flow_bool_exp",
33693
+ },
33694
+ },
32965
33695
  currency: {
32966
33696
  __type: "[currency!]!",
32967
33697
  __args: {