ProfileQuestionnaire
Object passed in should be a Questionnaire instance
type ProfileQuestionnaire {
firstQuestion: ProfileQuestion
name: String!
nextQuestion(
currQuestionName: String
): ProfileQuestion
question(
name: String!
): ProfileQuestion
state: ProfileQuestionnaireState!
}
Fields
ProfileQuestionnaire.firstQuestion ● ProfileQuestion object
ProfileQuestionnaire.name ● String! non-null scalar
ProfileQuestionnaire.nextQuestion ● ProfileQuestion object
ProfileQuestionnaire.nextQuestion.currQuestionName ● String scalar
ProfileQuestionnaire.question ● ProfileQuestion object
ProfileQuestionnaire.question.name ● String! non-null scalar
ProfileQuestionnaire.state ● ProfileQuestionnaireState! non-null object
Returned By
profileQuestionnaire query ● profileQuestionnaireV2 query