OBJECT
Authentication response containing user information after successful login
type AuthPayload {# The authenticated user's informationuser: User! }