fix: promo code mutation

This commit is contained in:
Sérgio Salgado 2021-02-08 14:42:10 +00:00 committed by Josh Harvey
parent 3fd307ab17
commit e54adfda0d

View file

@ -30,7 +30,7 @@ const GET_PROMO_CODES = gql`
const DELETE_CODE = gql`
mutation deletePromoCode($codeId: ID!) {
deletePromoCodes(codeId: $codeId) {
deletePromoCode(codeId: $codeId) {
id
}
}