HasUserVotedComment
No description
type HasUserVotedComment {
hasVoted: Boolean!
voteType: CommentVoteType
}
Fields
HasUserVotedComment.hasVoted ● Boolean! non-null scalar
Indicates if the user has voted on this comment
HasUserVotedComment.voteType ● CommentVoteType enum
Type of the comment vote, null if no vote exists
Member Of
Comment object