OnboardingSurveyResponsesInput
No description
input OnboardingSurveyResponsesInput {
body: String!
choices: [OnboardingSurveyQuestionChoiceInput]
required: Boolean
ref: Int
type: OnboardingSurveyQuestionType!
openEndedResponse: String
}
No description
input OnboardingSurveyResponsesInput {
body: String!
choices: [OnboardingSurveyQuestionChoiceInput]
required: Boolean
ref: Int
type: OnboardingSurveyQuestionType!
openEndedResponse: String
}
OnboardingSurveyResponsesInput.body
● String!
non-null scalarOnboardingSurveyResponsesInput.choices
● [OnboardingSurveyQuestionChoiceInput]
list inputOnboardingSurveyResponsesInput.required
● Boolean
scalarOnboardingSurveyResponsesInput.ref
● Int
scalarOnboardingSurveyResponsesInput.type
● OnboardingSurveyQuestionType!
non-null enumOnboardingSurveyResponsesInput.openEndedResponse
● String
scalar