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-13 01:34:14 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
9c5e1bef3ba8dc6d9e3da8d869612c01937402e0
9c5e1bef
1 parent
b8fffeee
update AuthQueries.js
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
front/src/Routes/Auth/AuthQueries.js
front/src/Routes/Auth/AuthQueries.js
View file @
9c5e1be
...
...
@@ -33,3 +33,9 @@ export const SIGNUP = gql`
}
}
`
;
export
const
LOCAL_LOG_IN
=
gql
`
mutation logUserIn($token: String!) {
logUserIn(token: $token) @client
}
`
;
...
...
Please
register
or
login
to post a comment