INPUT_OBJECT

UpdatePollAnswerInput

The field used to update an existing PollAnswer.

link GraphQL Schema definition

  • input UpdatePollAnswerInput {
  • createdAt: Time
  • pollID: ID
  • userID: ID
  • questionID: ID
  • }

link Require by

This element is not required by anyone