OBJECT

PseudoIsEmptyProfessionalCreateUserError

Error returned by the professionalCreate mutation when the provided pseudo is empty.

link GraphQL Schema definition

  • type PseudoIsEmptyProfessionalCreateUserError implements UserError {
  • # Error message providing more details about the error.
  • message: String!
  • }