OBJECT
LemmaLink
Information for linking. Use lemma and lang for a lemmasearch; use source, lemma and pos to find details. Note that lang may differ from lang in results.
link GraphQL Schema definition
- type LemmaLink {
- # the id of the source to link to
- : String
- # the lemma argument for a details query
- : String!
- # the language of the source/lemma, which may differ from the language of results
- : LangType
- # the part of speech argument for a details query
- : Pos
- # the id of a Sense or Text as found in the result of a details query
- : String
- # suggested text to show for a link
- : String
- }