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