SurveyProfileField
No description
type SurveyProfileField {
enabled: Boolean
id: Int
required: Boolean
type: SurveyProfileType
}
Fields
SurveyProfileField.enabled
● Boolean
scalar
True if field is enabled
SurveyProfileField.id
● Int
scalar
ID of this SurveyProfileField object
SurveyProfileField.required
● Boolean
scalar
True is field is required
SurveyProfileField.type
● SurveyProfileType
enum
The SurveyProfileType of this field
Member Of
SurveyProfile
object