Toggle navigation
Toggle navigation
This project
Loading...
Sign in
2020-1-capstone-design1
/
Triz_Project1
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
1
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
sdy
2020-06-03 23:15:40 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
9d2d477859d562d09e8bcbcbddf74fc64926d057
9d2d4778
1 parent
f648e729
remove edit category mutation
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
9 deletions
front/src/Routes/Category/CategoryQueries.js
front/src/Routes/Category/CategoryQueries.js
View file @
9d2d477
...
...
@@ -18,15 +18,6 @@ export const ADD_CATEGORY = gql`
}
`
;
export
const
EDIT_CATEGORY
=
gql
`
mutation editCategory($name: String!) {
editCategory(name: $name) {
id
name
}
}
`
;
export
const
DELETE_CATEGORY
=
gql
`
mutation deleteCategory($name: String!) {
deleteCategory(name: $name)
...
...
Please
register
or
login
to post a comment