OBJECT

Sense

link GraphQL Schema definition

  • type Sense {
  • # may be referred to from LemmaLink
  • id: String
  • # A sense may use a different article
  • article: String
  • # A note for this and following senses (that don't have a groupNote)
  • groupNote: Note
  • definition: Definition
  • # A Sense under Details holds a Lemma, a Sense under Collocation holds a
  • # TextTranslated
  • translations: [LemmaOrText]
  • link: [LemmaLink]
  • notes: [Note]
  • texts: [Text]
  • }