OBJECT

PasswordNotSetError

Missing password

link GraphQL Schema definition

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