graphqlhub
graphqlhub copied to clipboard
HN Search API
trafficstars
Planning on adding the Hacker News Search API powered by Algolia. Not sure if this should be added as a separate schema or embedded in one of the two existing?
example request: http://hn.algolia.com/api/v1/search?query=graphql
awesome idea! can we integrate into the hn2 schema? I can imagine something like:
{ hn2 {
search(query: "graphql") {
... on HackerNewsV2Story {
title
}
}
} }