Complete rewrite of local state management.
This commit is contained in:
@@ -21,14 +21,7 @@ export const GET_SELECTED_NAV_ITEM = gql`
|
||||
}
|
||||
`;
|
||||
|
||||
export const GET_CURRENT_USER = gql`
|
||||
query GetCurrentUser {
|
||||
currentUser @client {
|
||||
email
|
||||
displayName
|
||||
}
|
||||
}
|
||||
`;
|
||||
|
||||
|
||||
// export const SET_CURRENT_USER = gql`
|
||||
// mutation SetCurrentUser($user User!){
|
||||
|
||||
Reference in New Issue
Block a user