OBJECT
type Source {# the id of the source as can be used in queriessource: String! # The language of lemmas in the sourcefromlang: LangType! # The language of translations of lemmas in the sourcetolang: LangType! title: String! # is this source a lexicon (with lemmas but without texts)lexicon: Boolean! }