SurveyProfile
No description
type SurveyProfile {
id: Int
questions: [SurveyQuestion]
types: [SurveyProfileField]
}
Fields
SurveyProfile.id
● Int
scalar
ID of this SurveyProfile object
SurveyProfile.questions
● [SurveyQuestion]
list object
Questions in the profile
SurveyProfile.types
● [SurveyProfileField]
list object
Profile types in the profile
Member Of
Survey
object