AddresslistVotingVote
No description
type AddresslistVotingVote {
createdAt: BigInt!
id: ID!
proposal: AddresslistVotingProposal!
updatedAt: BigInt!
voteOption: VoteOption!
voteReplaced: Boolean!
voter: AddresslistVotingVoter!
votingPower: BigInt!
}
Fields
AddresslistVotingVote.createdAt
● BigInt!
non-null scalar
AddresslistVotingVote.id
● ID!
non-null scalar
VoterProposal for Many-to-Many
AddresslistVotingVote.proposal
● AddresslistVotingProposal!
non-null object
AddresslistVotingVote.updatedAt
● BigInt!
non-null scalar
AddresslistVotingVote.voteOption
● VoteOption!
non-null enum
AddresslistVotingVote.voteReplaced
● Boolean!
non-null scalar
AddresslistVotingVote.voter
● AddresslistVotingVoter!
non-null object
AddresslistVotingVote.votingPower
● BigInt!
non-null scalar
Member Of
AddresslistVotingProposal
object ● AddresslistVotingVoter
object