Skip to main content

UserAvatarUpdate Object

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

Requires the AUTHENTICATED_STAFF_USERpermission.
type UserAvatarUpdate {
user: User
accountErrors: [AccountError!]! @deprecated
errors: [AccountError!]!
}

Fields

user ● User

An updated user instance.

errors ● [AccountError!]!

Show deprecated

Returned By

userAvatarUpdate mutation