INPUT_OBJECT

CreatePollChoiceInput

Inputs for creating a choice.

link GraphQL Schema definition

1input CreatePollChoiceInput {
4
2# Title of the choice.
3title: String!
5}