QueryHasUserVotedInput
Input type for checking if a user has voted on a specific post
input QueryHasUserVotedInput {
postId: String!
}
Fields
QueryHasUserVotedInput.postId ● String! non-null scalar
ID of the post that is voted.
Member Of
hasUserVoted query