MutationUpdateCommentVoteInput
input MutationUpdateCommentVoteInput {
commentId: ID!
type: CommentVoteType
}
Fields
MutationUpdateCommentVoteInput.commentId ● ID! non-null scalar
Global identifier of the comment that is voted.
MutationUpdateCommentVoteInput.type ● CommentVoteType enum
Type of the vote. If null, the vote will be deleted.
Member Of
updateCommentVote mutation