HasUserVoted
No description
type HasUserVoted {
hasVoted: Boolean!
voteType: PostVoteType
}
Fields
HasUserVoted.hasVoted ● Boolean! non-null scalar
Indicates if the user has voted
HasUserVoted.voteType ● PostVoteType enum
Type of the post vote, null if no vote exists
Returned By
hasUserVoted query
Member Of
Post object