mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2026-03-01 12:44:28 +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