INPUT_OBJECT

CreatePollAnswerInput

The field used to create a new PollAnswer.

link GraphQL Schema definition

  • input CreatePollAnswerInput {
  • createdAt: Time
  • pollID: ID!
  • userID: ID!
  • questionID: ID!
  • }

link Require by

This element is not required by anyone