Additional fixes for firebase login. Capture basic local state.
This commit is contained in:
@@ -20,3 +20,15 @@ export const GET_SELECTED_NAV_ITEM = gql`
|
||||
selectedNavItem @client
|
||||
}
|
||||
`;
|
||||
|
||||
export const GET_CURRENT_USER = gql`
|
||||
query GetCurrentUser {
|
||||
currentUser @client
|
||||
}
|
||||
`;
|
||||
|
||||
// export const SET_CURRENT_USER = gql`
|
||||
// mutation SetCurrentUser($user User!){
|
||||
// setCurrentUser(currentUser: $user)
|
||||
// }
|
||||
// `;
|
||||
|
||||
Reference in New Issue
Block a user