Skip to main content

SurveyQuestionUpdateInput

No description

input SurveyQuestionUpdateInput {
answerChoiceOthers: Boolean
answerInputType: AnswerInputType
answerLanguage: String
answerMaximum: Int
answerMinimum: Int
answerMultiple: Boolean
answerType: SurveyAnswerType
autoAdvance: Boolean
choices: [ChoiceInput]
clientMutationId: String
enabled: Boolean
gameIdentifier: GameIdentifier
hidden: Boolean
id: Int!
minimumWordCount: Int
numberOfChoices: Int
order: Int
page: PageInput
questionBankId: Int
questionLanguage: String
questionTopics: [Int]
questionType: SurveyQuestionType
required: Boolean
timeout: Int
}

Fields

SurveyQuestionUpdateInput.answerChoiceOthers ● Boolean scalar

SurveyQuestionUpdateInput.answerInputType ● AnswerInputType enum

SurveyQuestionUpdateInput.answerLanguage ● String scalar

SurveyQuestionUpdateInput.answerMaximum ● Int scalar

SurveyQuestionUpdateInput.answerMinimum ● Int scalar

SurveyQuestionUpdateInput.answerMultiple ● Boolean scalar

SurveyQuestionUpdateInput.answerType ● SurveyAnswerType enum

SurveyQuestionUpdateInput.autoAdvance ● Boolean scalar

SurveyQuestionUpdateInput.choices ● [ChoiceInput] list input

SurveyQuestionUpdateInput.clientMutationId ● String scalar

SurveyQuestionUpdateInput.enabled ● Boolean scalar

SurveyQuestionUpdateInput.gameIdentifier ● GameIdentifier enum

SurveyQuestionUpdateInput.hidden ● Boolean scalar

SurveyQuestionUpdateInput.id ● Int! non-null scalar

SurveyQuestionUpdateInput.minimumWordCount ● Int scalar

SurveyQuestionUpdateInput.numberOfChoices ● Int scalar

SurveyQuestionUpdateInput.order ● Int scalar

SurveyQuestionUpdateInput.page ● PageInput input

SurveyQuestionUpdateInput.questionBankId ● Int scalar

SurveyQuestionUpdateInput.questionLanguage ● String scalar

SurveyQuestionUpdateInput.questionTopics ● [Int] list scalar

SurveyQuestionUpdateInput.questionType ● SurveyQuestionType enum

SurveyQuestionUpdateInput.required ● Boolean scalar

SurveyQuestionUpdateInput.timeout ● Int scalar

Member Of

surveyQuestionUpdate mutation