OBJECT

NotAProfessionalUserIdProfessionalSetGroupUserError

Error returned by the professionalSetGroup mutation when the provided user id targets a user who is not a professional user.

link GraphQL Schema definition

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