MutationCreatePostVoteInput
input MutationCreatePostVoteInput {
postId: ID!
type: PostVoteType!
}
Fields
MutationCreatePostVoteInput.postId ● ID! non-null scalar
Global identifier of the post that is voted.
MutationCreatePostVoteInput.type ● PostVoteType! non-null enum
Type of the vote.
Member Of
createPostVote mutation