Skip to content

Commit 5146ba6

Browse files
committed
Updated API from documentation release
1 parent a9bd190 commit 5146ba6

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

api-specs/graphql/schema.sdl

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2761,6 +2761,14 @@ input ChangeProjectSettingsShoppingListsConfiguration {
27612761
shoppingListsConfiguration: ShoppingListsConfigurationInput!
27622762
}
27632763

2764+
input ChangeProjectSettingsTaxRoundingMode {
2765+
taxRoundingMode: RoundingMode!
2766+
}
2767+
2768+
input ChangeProjectSettingsPriceRoundingMode {
2769+
priceRoundingMode: RoundingMode!
2770+
}
2771+
27642772
input ChangeQuoteCustomer {
27652773
customer: ResourceIdentifierInput!
27662774
}

0 commit comments

Comments
 (0)