Choice
Choice(id, poll, choice_text, votes, _order)
type Choice {
id: UUID!
choiceText: String!
votes: Int!
}
Fields
Choice.id
● UUID!
non-null scalar
Choice.choiceText
● String!
non-null scalar
Choice.votes
● Int!
non-null scalar
Returned by
updateVotes
mutation
Member of
Poll
object