UnauthenticatedEmail

(OBJECT)

Email address of an unregistered user or registered user's who did not log in

link GraphQL Schema definition

  • type UnauthenticatedEmail {
  • # e-mail address
  • email: Email!
  • # person's name
  • name: String
  • # person's surname
  • surname: String
  • # contact phone
  • phone: Phone
  • }