INPUT_OBJECT
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: StringtotalVotes: Int}