Replaced remaining parts of app to use Redux.
This commit is contained in:
@@ -1,25 +0,0 @@
|
||||
import { gql } from "apollo-boost";
|
||||
|
||||
export const GET_CURRENT_USER = gql`
|
||||
query GET_CURRENT_USER {
|
||||
currentUser @client {
|
||||
email
|
||||
displayName
|
||||
token
|
||||
uid
|
||||
photoUrl
|
||||
}
|
||||
}
|
||||
`;
|
||||
|
||||
export const GET_CURRENT_SELECTED_NAV_ITEM = gql`
|
||||
query GET_CURRENT_SELECTED_NAV_ITEM {
|
||||
selectedNavItem @client
|
||||
}
|
||||
`;
|
||||
|
||||
export const GET_LANGUAGE = gql`
|
||||
query GET_USER_LANGUAGE {
|
||||
language @client
|
||||
}
|
||||
`;
|
||||
Reference in New Issue
Block a user