surveyQuestionList
No description
surveyQuestionList(
surveyId: Int!
answerType: [SurveyAnswerType]
): [SurveyQuestion]
No description
surveyQuestionList(
surveyId: Int!
answerType: [SurveyAnswerType]
): [SurveyQuestion]
surveyQuestionList.surveyId
● Int!
non-null scalarsurveyQuestionList.answerType
● [SurveyAnswerType]
list enumSurveyQuestion
object