UserAvatarUpdate
Create a user avatar. Only for staff members. This mutation must be sent as a multipart request. More detailed specs of the upload format can be found here: https://github.com/jaydenseric/graphql-multipart-request-spec
type UserAvatarUpdate {
user: User
accountErrors: [AccountError!]!
}
Fields
UserAvatarUpdate.user ● User object
An updated user instance.
UserAvatarUpdate.accountErrors ● [AccountError!]! non-null object
Returned By
userAvatarUpdate mutation