-
-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(core): Improved handling of ShopAPI activeOrder mutations
Relates to #557. BREAKING CHANGE: The Shop API mutations `setOrderShippingAddress`, `setOrderBillingAddress` `setOrderCustomFields` now return a union type which includes a new `NoActiveOrderError`. Code which refers to these mutations will need to be updated to account for the union with the fragment spread syntax `...on Order {...}`.
- Loading branch information
1 parent
bb1878f
commit 958af1a
Showing
10 changed files
with
225 additions
and
98 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.