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-05-28 00:12:37 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
4d552fde1a9993d6212ad93127f34fd71f6358e8
4d552fde
1 parent
56a9c5e0
update createRoom mutation
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
front/src/Routes/Room/RoomQueries.js
front/src/Routes/Room/RoomQueries.js
View file @
4d552fd
...
...
@@ -12,6 +12,7 @@ export const GET_ROOMS = gql`
export
const
CREATE_ROOM
=
gql
`
mutation createRoom($name: String!) {
createRoom(name: $name) {
id
name
}
}
...
...
Please
register
or
login
to post a comment