Skip to main content

OnboardingSurveyQuestion

No description

type OnboardingSurveyQuestion {
id: ID!
body: String
choices: JSON
openEndedResponse: String
ref: Int
required: Boolean
type: OnboardingSurveyQuestionType
}

Fields

OnboardingSurveyQuestion.id ● ID! non-null scalar

OnboardingSurveyQuestion.body ● String scalar

OnboardingSurveyQuestion.choices ● JSON scalar

OnboardingSurveyQuestion.openEndedResponse ● String scalar

OnboardingSurveyQuestion.ref ● Int scalar

OnboardingSurveyQuestion.required ● Boolean scalar

OnboardingSurveyQuestion.type ● OnboardingSurveyQuestionType enum

Member of

OnboardingSurvey object ● OnboardingSurveyResponse object