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