OBJECT

Details

details of a lemma

link GraphQL Schema definition

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