MutationDeletePostVoteInput
input MutationDeletePostVoteInput {
creatorId: ID!
postId: ID!
}
Fields
MutationDeletePostVoteInput.creatorId ● ID! non-null scalar
Global identifier of the user who voted.
MutationDeletePostVoteInput.postId ● ID! non-null scalar
Global identifier of the post that is voted.
Member Of
deletePostVote mutation