OBJECT

InvalidEmailError

The provided email is not valid

link GraphQL Schema definition

  • type InvalidEmailError implements UserError {
  • # Error message describing the reason of the failure
  • message: String!
  • }