hi, I have a settings page where I let users change their username. Happens so that that exact username is in the NavBar and needs to be updated. In the navbar I'm using useSession to get the users username. How do I refetch this?
after mutating the username works to some extend, just not on the same window? It updates the username in other windows though, but not the window where that code is ran.