OBJECT
type ReplyDetail {id: Int # Question Askedquestion: String # An array of replies to custom questions. Example for a field type of checkbox # with choices ["1","2","3"] this field may return ["1","3"]values: [String] }