We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9bd190 commit 5146ba6Copy full SHA for 5146ba6
api-specs/graphql/schema.sdl
@@ -2761,6 +2761,14 @@ input ChangeProjectSettingsShoppingListsConfiguration {
2761
shoppingListsConfiguration: ShoppingListsConfigurationInput!
2762
}
2763
2764
+input ChangeProjectSettingsTaxRoundingMode {
2765
+ taxRoundingMode: RoundingMode!
2766
+}
2767
+
2768
+input ChangeProjectSettingsPriceRoundingMode {
2769
+ priceRoundingMode: RoundingMode!
2770
2771
2772
input ChangeQuoteCustomer {
2773
customer: ResourceIdentifierInput!
2774
0 commit comments