Add resolver to get profile based on auth

Resolves #23
This commit is contained in:
Lakhan Samani
2021-07-18 04:56:34 +05:30
parent 7b16213e22
commit 83b3149c0b
4 changed files with 121 additions and 4 deletions

View File

@@ -75,4 +75,5 @@ type Mutation {
type Query {
users: [User!]!
token: LoginResponse
profile: User!
}