OBJECT
Response for the confirmGuestAccount mutation
type ConfirmGuestAccountResponse {# The validated accountaccount: Account! # A token that can be used to sign inaccessToken: String! }