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:03 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
4d5284f4d9c1d24144343f9c3a9e834aeaec6865
4d5284f4
1 parent
bf3a678b
remove editCategory
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
12 deletions
back/src/api/Category/editCategory/editCategory.graphql
back/src/api/Category/editCategory/editCategory.js
back/src/api/Category/editCategory/editCategory.graphql
deleted
100644 → 0
View file @
bf3a678
type Mutation {
editCategory(name: String!): Category!
}
back/src/api/Category/editCategory/editCategory.js
deleted
100644 → 0
View file @
bf3a678
import
{
prisma
}
from
"../../../utils"
;
export
default
{
Mutation
:
{
editCategory
:
async
(
_
,
args
)
=>
{
const
{
name
}
=
args
;
},
},
};
Please
register
or
login
to post a comment