GNS-Science / kororaa-graphql-api

The graphql application API for NZHSM Kororaa.
GNU Affero General Public License v3.0
0 stars 0 forks source link

K-API feature: text content refinements #37

Open chrisbc opened 2 years ago

chrisbc commented 2 years ago
chrisbc commented 2 years ago

query Q_text_content {
  #textual_content {
  #textual_content(index: "help_getting_stopped.md") {
  textual_content(tags: ["glossary", "help"]) {
    ok
    content {
      index
      content_type
      text
      created
      author
      tags
      status
      #text
    }
  }
}