INPUT_OBJECT

UpsertPollQuestionInput

link GraphQL Schema definition

  • input UpsertPollQuestionInput {
  • # The id of the question. If not provided, a new question will be created.
  • id: ID
  • # The question to ask the user.
  • question: String
  • totalVotes: Int
  • }