removeDiscountCodeFromCart
Mutation which removes an already applied code from a cart It will only remove the discount if it can be validated
returns the updated Cart object.
removeDiscountCodeFromCart(
input: DiscountCodeInput!
): Cart
Arguments
input ● DiscountCodeInput!
Type
Cart
Representation of a cart