mutation switchTo($userId: ID!) { switchTo(input: { userId: $userId }) { authToken refreshToken user { id email } } }