We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Some mutations, a type, and a slight folder structure change.
registerCustomer
updateCustomer
addToCart
updateItemQuantity
removeItemsFromCart
restoreItemsToCart
emptyCart
applyCoupon
removeCoupons
CartFee
src
includes
The text was updated successfully, but these errors were encountered:
checkout
No branches or pull requests
Description
Some mutations, a type, and a slight folder structure change.
Mutations
registerCustomer
Feature/register customer mutation #55updateCustomer
updateCustomer mutation #67addToCart
addToCart mutation #56updateItemQuantity
updateItemQuantity mutation #68removeItemsFromCart
removeItemFromCart mutation #57 removeItemFromCart changed to removeItemsFromCart #69restoreItemsToCart
restoreCartItem mutation #58 restoreCartItem changed to restoreCartItems #70emptyCart
emptyCart mutation. #59applyCoupon
applyCoupon mutation #60removeCoupons
removeCoupon mutation. #61 removeCoupon changed to removeCoupons. #71Types
CartFee
CartFee type and queries #62Changes
src
directory renamed toincludes
"src" directory renamed to "includes" #73The text was updated successfully, but these errors were encountered: