fix: promo code mutation
This commit is contained in:
parent
3fd307ab17
commit
e54adfda0d
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ const GET_PROMO_CODES = gql`
|
|||
|
||||
const DELETE_CODE = gql`
|
||||
mutation deletePromoCode($codeId: ID!) {
|
||||
deletePromoCodes(codeId: $codeId) {
|
||||
deletePromoCode(codeId: $codeId) {
|
||||
id
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue