INPUT_OBJECT

UpdatePollQuestionInput

The field used to update an existing PollAnswer.

link GraphQL Schema definition

  • input UpdatePollQuestionInput {
  • # The question to ask the user.
  • question: String
  • totalVotes: Int
  • pollID: ID
  • clearPoll: Boolean
  • }

link Require by

This element is not required by anyone