Skip to main content

OnboardingSurveyResponseQuestion

No description

type OnboardingSurveyResponseQuestion {
body: String
choices: [OnboardingSurveyQuestionChoice]
openEndedResponse: String
required: Boolean!
type: OnboardingSurveyQuestionType
}

Fields

OnboardingSurveyResponseQuestion.body ● String scalar

OnboardingSurveyResponseQuestion.choices ● [OnboardingSurveyQuestionChoice] list object

OnboardingSurveyResponseQuestion.openEndedResponse ● String scalar

OnboardingSurveyResponseQuestion.required ● Boolean! non-null scalar

OnboardingSurveyResponseQuestion.type ● OnboardingSurveyQuestionType enum

Member of

OnboardingSurveyResponses object