OBJECT

PollQuestion

link GraphQL Schema definition

  • type PollQuestion implements Node {
  • id: ID!
  • # The question to ask the user.
  • question: String!
  • totalVotes: Int!
  • poll: Poll
  • }