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!
): UserAvatarUpdate
Arguments
userAvatarUpdate.image
● Upload!
non-null scalar miscellaneous
Represents an image file in a multipart request.
Type
UserAvatarUpdate
object users
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