OBJECT

Collocation

link GraphQL Schema definition

  • type Collocation implements TextInterface {
  • id: String
  • text: FormattedText!
  • # only returned in details query
  • definition: Definition
  • # only returned in details query
  • note: Note
  • lang: LangType!
  • # Collocation may contain senses, this excludes translations, examples and usage.
  • # Only returned in details query
  • senses: [Sense]
  • translations: [TextTranslated]
  • # only returned in details query
  • examples: [Example]
  • # only returned in details query
  • usage: [Usg]
  • # Information for linking to details where the text can be found
  • link: LemmaLink!
  • }

link Require by