Skip to main content

ProfileQuestion

No description

type ProfileQuestion {
answer: ProfileQuestionAnswer
description: String
index: Int
name: String!
options: [ProfileQuestionOption!]
previousQuestion: ProfileQuestion
required: Boolean!
title: String!
type: String!
}

Fields

ProfileQuestion.answer ● ProfileQuestionAnswer object

ProfileQuestion.description ● String scalar

ProfileQuestion.index ● Int scalar

ProfileQuestion.name ● String! non-null scalar

ProfileQuestion.options ● [ProfileQuestionOption!] list object

ProfileQuestion.previousQuestion ● ProfileQuestion object

ProfileQuestion.required ● Boolean! non-null scalar

ProfileQuestion.title ● String! non-null scalar

ProfileQuestion.type ● String! non-null scalar

Member Of

AnswerProfileQuestion object ● AnswerProfileQuestionV2 object ● ProfileQuestion object ● ProfileQuestionnaire object