OBJECT
type SchoolDescription {schoolDescriptionId: Int schoolId: Int languageId: Int description: String created: DateTime modified: DateTime school: School language: Language }