OBJECT

Source

link GraphQL Schema definition

  • type Source {
  • # the id of the source as can be used in queries
  • source: String!
  • # The language of lemmas in the source
  • fromlang: LangType!
  • # The language of translations of lemmas in the source
  • tolang: LangType!
  • title: String!
  • disabled: Boolean!
  • # is this source a lexicon (with lemmas but without texts)
  • lexicon: Boolean!
  • }