UpdateUserAvatarInput
No description
input UpdateUserAvatarInput {
userID: ID!
avatar: String
clientMutationId: String!
}
Fields
UpdateUserAvatarInput.userID ● ID! non-null scalar
userID is the ID of the User that should have their avatar updated.
UpdateUserAvatarInput.avatar ● String scalar
avatar is the URL to the avatar to set for the User. If set to null or not
provided, it will be unset.
UpdateUserAvatarInput.clientMutationId ● String! non-null scalar
clientMutationId is required for Relay support.
Member Of
updateUserAvatar mutation