OBJECT

InvalidAvatarURLProfessionalCreateUserError

Error returned by the professionalCreate mutation when the provided avatar URL is invalid.

link GraphQL Schema definition

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