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
  • source: String
  • # the lemma argument for a details query
  • lemma: String!
  • # the language of the source/lemma, which may differ from the language of results
  • lang: LangType
  • # the part of speech argument for a details query
  • pos: GramType
  • # the id of a Sense or Text as found in the result of a details query
  • id: String
  • # suggested text to show for a link
  • text: String
  • }