OBJECT

NotAProfessionalUserIdProfessionalSetExternalIdUserError

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

link GraphQL Schema definition

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