Types > UserEmail
Commerce APITypesUserEmail
UserEmail

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: string
email_confirmed: boolean
}