GNS-Science/kororaa-graphql-api

K-API feature: text content refinements

chrisbc opened this issue · 1 comments

  • when API mapping fails (S3 Not found error) return a placeholder MD content at {PATH} not available
  • provide sample API calls and add to Kororaa UI ticket.
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
    }
  }
}