mutation switchTo($userId: ID!) { switchTo(input: { userId: $userId }) { authToken refreshToken user { ...AuthUser } } }