Types
EmailAddress
An object modelling an email address and if it’s been verified.
object
EmailAddressFields
email
String!
The email address.
isVerified
Boolean!
If the email address ownership has been verified (e.g. via sending an email with a code). If the email is not verified, Plain may not email this address.
verifiedAt
When the email became verified in Plain.

