Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HN Search API #30

Open
cem2ran opened this issue Apr 29, 2016 · 1 comment
Open

HN Search API #30

cem2ran opened this issue Apr 29, 2016 · 1 comment

Comments

@cem2ran
Copy link
Contributor

cem2ran commented Apr 29, 2016

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

@clayallsopp
Copy link
Owner

awesome idea! can we integrate into the hn2 schema? I can imagine something like:

{ hn2 {
  search(query: "graphql") {
    ... on HackerNewsV2Story {
      title
    }
  }
} }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants