Skip to main content

userAvatarUpdate Mutation

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.
userAvatarUpdate(
image: Upload!
): UserAvatarUpdate
Show return type

Arguments

image ● Upload!

Represents an image file in a multipart request.

Type

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