Skip to main content
Version: 3.x

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

Requires AUTHENTICATED_STAFF_USERpermission.
userAvatarUpdate(
image: Upload!
): UserAvatarUpdate

Arguments

userAvatarUpdate.image ● Upload! non-null scalar

Represents an image file in a multipart request.

Type

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 AUTHENTICATED_STAFF_USERpermission.

Was this page helpful?