In progress changes for Kanban Board and updated schema migrations. Performed some cleanup.
This commit is contained in:
@@ -31,3 +31,11 @@ export const GET_WHITE_BOARD_LEFT_SIDER_VISIBLE = gql`
|
||||
whiteBoardLeftSiderVisible @client
|
||||
}
|
||||
`;
|
||||
|
||||
export const GET_BODYSHOP = gql`
|
||||
query LOCAL_GET_BODY_SHOP {
|
||||
bodyShopData @client {
|
||||
shopname
|
||||
}
|
||||
}
|
||||
`;
|
||||
|
||||
Reference in New Issue
Block a user