Skip to main content

OnboardingSurveyResponsesInput

No description

input OnboardingSurveyResponsesInput {
body: String!
choices: [OnboardingSurveyQuestionChoiceInput]
required: Boolean
ref: Int
type: OnboardingSurveyQuestionType!
openEndedResponse: String
}

Fields

OnboardingSurveyResponsesInput.body ● String! non-null scalar

OnboardingSurveyResponsesInput.choices ● [OnboardingSurveyQuestionChoiceInput] list input

OnboardingSurveyResponsesInput.required ● Boolean scalar

OnboardingSurveyResponsesInput.ref ● Int scalar

OnboardingSurveyResponsesInput.type ● OnboardingSurveyQuestionType! non-null enum

OnboardingSurveyResponsesInput.openEndedResponse ● String scalar