Redirect when signed in and going to sign in page.

This commit is contained in:
Patrick Fic
2019-12-06 19:19:22 -08:00
parent 3d6bafe436
commit 570f2549da
13 changed files with 63 additions and 33 deletions

View File

@@ -23,7 +23,10 @@ export const GET_SELECTED_NAV_ITEM = gql`
export const GET_CURRENT_USER = gql`
query GetCurrentUser {
currentUser @client
currentUser @client {
email
displayName
}
}
`;