OBJECT

Email

An email address

link GraphQL Schema definition

  • type Email {
  • # Whether this is the default email address for a contact
  • default: Boolean
  • # The email address
  • email: String
  • # The type of email address
  • emailType: String
  • }