mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
* refactor user graphql - remove isLoggedIn query - currentUser query only for authenticated, currenUser always returns a User - currentUser query implementation uses neo4jgraphql with id parameter - remove custom email field from user - fix bug in frontend when there is no categories * remove comment * remove unused filter * fix currentuser test * fixedswitchUserRole mutation * fix categories