OBJECT
type InterventionDefinitionQuestionModel {answerType: String codeName: String coreQuestion: Boolean id: Long options: [InterventionDefinitionQuestionOptionModel] orderNumber: Int questionText: String required: Boolean shortName: String }