OBJECT

PseudoIsEmptyProfessionalUpdateUserError

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

link GraphQL Schema definition

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