AnswerProfileQuestion
No description
type AnswerProfileQuestion {
answer: ProfileQuestionAnswer
nextQuestion: ProfileQuestion
questionnaireState: ProfileQuestionnaireState
success: Boolean
}
Fields
AnswerProfileQuestion.answer ● ProfileQuestionAnswer object
AnswerProfileQuestion.nextQuestion ● ProfileQuestion object
AnswerProfileQuestion.questionnaireState ● ProfileQuestionnaireState object
AnswerProfileQuestion.success ● Boolean scalar
Returned By
answerProfileQuestion mutation