Description Fields email: String! Email of the user Example: "no+spam@mail.com" email_confirmed: Boolean! Whether email was confirmed or not Example: false Used By Types User Preview (typescript) interface UserEmail {email: stringemail_confirmed: boolean}