PollPlay
No description
type PollPlay {
contentfulEntryID: String
totalVotes: Int!
}
Fields
contentfulEntryID ● String scalar
contentfulEntryID is the entry to the play in contentful. This is a short-term solution as we won't have the play data in our backend for this campaign.
totalVotes ● Int! non-null scalar
totalVotes is the total number of votes that the play has received
Member of
Poll object