OBJECT
Details
details of a lemma
link GraphQL Schema definition
- type Details implements MessageHolder {
- : Lemma!
- # translations for the lemma, frisian lemmas may have both dutch and english
- # translations
- : [Lemma]
- : LemmaLink
- : [Sense]
- : [Text]
- # lemmas that refer to this lemma
- : [LemmaLink]
- # id of the data source
- : String!
- # deprecated
- : [Message] @deprecated( reason: "No longer supported" )
- }