INPUT_OBJECT

CreatePollQuestionInput

The field used to create a new PollAnswer.

link GraphQL Schema definition

  • input CreatePollQuestionInput {
  • # The question to ask the user.
  • question: String!
  • totalVotes: Int
  • pollID: ID
  • }