OBJECT

InvalidAvatarUrlError

The provided avatar is not a valid url

link GraphQL Schema definition

  • type InvalidAvatarUrlError implements UserError {
  • # Error message describing the reason of the failure
  • message: String!
  • }