Fixed selected nav item. Added lazy loading for WS client to resolve token issue. Added some filtering to jobs list.
This commit is contained in:
@@ -9,7 +9,7 @@ export const SET_CURRENT_USER = gql`
|
||||
`;
|
||||
|
||||
export const GET_CURRENT_USER = gql`
|
||||
{
|
||||
query GET_CURRENT_USER {
|
||||
currentUser @client {
|
||||
email
|
||||
displayName
|
||||
@@ -20,6 +20,12 @@ export const GET_CURRENT_USER = gql`
|
||||
}
|
||||
`;
|
||||
|
||||
export const GET_CURRENT_SELECTED_NAV_ITEM = gql`
|
||||
query GET_CURRENT_SELECTED_NAV_ITEM {
|
||||
selectedNavItem @client
|
||||
}
|
||||
`;
|
||||
|
||||
export const GET_WHITE_BOARD_LEFT_SIDER_VISIBLE = gql`
|
||||
{
|
||||
whiteBoardLeftSiderVisible @client
|
||||
|
||||
Reference in New Issue
Block a user