OBJECT

EmailAlreadyUsedError

The email provided is already used

link GraphQL Schema definition

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