Skip to main content

QuestionTopic

No description

type QuestionTopic {
name: String
id: Int
order: Int
hrPage: Page
jsPage: Page
questionLanguage: String
questions: [SurveyQuestion]
}

Fields​

QuestionTopic.name ● String scalar​

Name of this question topic

QuestionTopic.id ● Int scalar​

QuestionTopic.order ● Int scalar​

QuestionTopic.hrPage ● Page object​

QuestionTopic.jsPage ● Page object​

QuestionTopic.questionLanguage ● String scalar​

QuestionTopic.questions ● [SurveyQuestion] list object​

Returned By​

questionTopicList query

Member Of​

QuestionTopicCreate object ● QuestionTopicUpdate object ● SurveyQuestion object