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
userAvatarUpdate(
image: Upload!
user: ID!
): UserAvatarUpdate
Arguments
userAvatarUpdate.image ● Upload! non-null scalar
Represents an image file in a multipart request.
userAvatarUpdate.user ● ID! non-null scalar
ID of the user to update avatar for
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