UpdateUserAvatarPayload
No description
type UpdateUserAvatarPayload {
user: User!
clientMutationId: String!
}
Fields
UpdateUserAvatarPayload.user ● User! non-null object
user is the possibly modified User.
UpdateUserAvatarPayload.clientMutationId ● String! non-null scalar
clientMutationId is required for Relay support.
Returned By
updateUserAvatar mutation