Skip to main content

UpdateUserAvatarInput

No description

type UpdateUserAvatarInput {  userID: ID!  avatar: String  clientMutationId: String!}

Fields#

userID (ID!)#

userID is the ID of the User that should have their avatar updated.

avatar (String)#

avatar is the URL to the avatar to set for the User. If set to null or not provided, it will be unset.

clientMutationId (String!)#

clientMutationId is required for Relay support.