validCoupon
Graphql fields and variables for the validCoupon query
query validCoupon ($couponCode: String) {
validCoupon (couponCode: $couponCode) {
couponIsValid
}
}Arguments
Name
Type
Description
Response
Last updated
Was this helpful?
