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