ProposalVoteCondition
A condition to be used against ProposalVote object types. All fields are
tested for equality and combined with a logical ‘and.’
input ProposalVoteCondition {
proposalId: UUID
voterId: UUID
spaceId: UUID
vote: VoteOption
createdAt: String
createdAtBlock: String
}
Fields
ProposalVoteCondition.proposalId ● UUID scalar
Checks for equality with the object’s proposalId field.
ProposalVoteCondition.voterId ● UUID scalar
Checks for equality with the object’s voterId field.
ProposalVoteCondition.spaceId ● UUID scalar
Checks for equality with the object’s spaceId field.
ProposalVoteCondition.vote ● VoteOption enum
Checks for equality with the object’s vote field.
ProposalVoteCondition.createdAt ● String scalar
Checks for equality with the object’s createdAt field.
ProposalVoteCondition.createdAtBlock ● String scalar
Checks for equality with the object’s createdAtBlock field.
Member Of
proposalVotes query ● proposalVotesConnection query