Skip to content
This repository has been archived by the owner on Dec 14, 2022. It is now read-only.

Commit

Permalink
feat: add viewer query
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Murray <hellomikemurray@gmail.com>
  • Loading branch information
mikemurray committed Mar 27, 2020
1 parent 035fbdf commit dc399f4
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions package/src/graphql/queries/viewer.graphql
@@ -0,0 +1,10 @@
query getViewer {
viewer {
_id
firstName
language
lastName
name
primaryEmailAddress
}
}

0 comments on commit dc399f4

Please sign in to comment.