OBJECT
details of a lemma
type Details implements MessageHolder {lemma: Lemma! # translations for the lemma, frisian lemmas may have both dutch and english # translationstranslations: [Lemma] link: LemmaLink senses: [Sense] texts: [Text] # lemmas that refer to this lemmareferrers: [LemmaLink] # id of the data sourcesource: String! message: [Message] }