MutationUpdatePostVoteInput
Input for updating or removing a vote on a post.
input MutationUpdatePostVoteInput {
postId: ID!
type: PostVoteType
}
Fields
MutationUpdatePostVoteInput.postId ● ID! non-null scalar
Global identifier of the voted post.
MutationUpdatePostVoteInput.type ● PostVoteType enum
Type of the vote. If null, the vote will be deleted.
Member Of
updatePostVote mutation