Showing
1 changed file
with
0 additions
and
9 deletions
... | @@ -18,15 +18,6 @@ export const ADD_CATEGORY = gql` | ... | @@ -18,15 +18,6 @@ export const ADD_CATEGORY = gql` |
18 | } | 18 | } |
19 | `; | 19 | `; |
20 | 20 | ||
21 | -export const EDIT_CATEGORY = gql` | ||
22 | - mutation editCategory($name: String!) { | ||
23 | - editCategory(name: $name) { | ||
24 | - id | ||
25 | - name | ||
26 | - } | ||
27 | - } | ||
28 | -`; | ||
29 | - | ||
30 | export const DELETE_CATEGORY = gql` | 21 | export const DELETE_CATEGORY = gql` |
31 | mutation deleteCategory($name: String!) { | 22 | mutation deleteCategory($name: String!) { |
32 | deleteCategory(name: $name) | 23 | deleteCategory(name: $name) | ... | ... |
-
Please register or login to post a comment