MutationCreateCommentVoteInput
input MutationCreateCommentVoteInput {
commentId: ID!
type: CommentVoteType!
}
Fields
MutationCreateCommentVoteInput.commentId ● ID! non-null scalar
Global identifier of the comment that is voted.
MutationCreateCommentVoteInput.type ● CommentVoteType! non-null enum
Type of the vote.
Member Of
createCommentVote mutation