Magidoc

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

Arguments

#

image

Non-null

Represents an image file in a multipart request.

user

ID !
Non-null

ID of the user to update avatar for

Response

#

Returns UserAvatarUpdate .

Example

#