MutationDeleteCommentVoteInput
input MutationDeleteCommentVoteInput {
commentId: ID!
creatorId: ID!
}
Fields
MutationDeleteCommentVoteInput.commentId ● ID! non-null scalar
Global identifier of the comment that is voted.
MutationDeleteCommentVoteInput.creatorId ● ID! non-null scalar
Global identifier of the user who voted.
Member Of
deleteCommentVote mutation