Additional fixes for firebase login. Capture basic local state.
This commit is contained in:
@@ -4,6 +4,12 @@ export const typeDefs = gql`
|
||||
extend type Mutation {
|
||||
SetCurrentUser(user: User!): User!
|
||||
}
|
||||
|
||||
type User {
|
||||
displayName: String!,
|
||||
email: String!,
|
||||
photoUrl: String!
|
||||
}
|
||||
`;
|
||||
|
||||
const GET_CURRENT_USER = gql`
|
||||
|
||||
Reference in New Issue
Block a user