OBJECT
Proverb
link GraphQL Schema definition
- type Proverb implements TextInterface {
- : String
- : FormattedText!
- # only returned in details query
- : Definition
- : LangType!
- : [TextTranslated]
- # only returned in details query
- : Note
- # only returned in details query
- : [Usg]
- # Information for linking to details where the text can be found
- : LemmaLink!
- }