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-16 20:23:12 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
186df69b3c9618504e072d2336be0132d51c0b8b
186df69b
1 parent
0c74e006
add subscription
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
0 deletions
front/src/Routes/Category/CategoryQueries.js
front/src/Routes/Category/CategoryQueries.js
View file @
186df69
...
...
@@ -23,3 +23,12 @@ export const DELETE_CATEGORY = gql`
deleteCategory(name: $name)
}
`
;
export
const
SUBSCRIPTION_CATEGORY
=
gql
`
subscription {
subCategory {
id
name
}
}
`
;
...
...
Please
register
or
login
to post a comment