Join Slack
Communities
Powered by
Is there a graphql query I can run to get currentU...
# prisma-whats-new
y
Yao Hong Chun
09/13/2017, 8:43 AM
Is there a graphql query I can run to get currentUser relying solely on the token? (on graphcool) somethign like:
Copy code
{ currentUser { id email } }
Yao Hong Chun
09/13/2017, 9:01 AM
Never mind, got it!
Copy code
{ user { id } }
👌 2
3
Views
Open in Slack
Previous
Next