Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/matthewsecrist/hnql

A GraphQL API for HackerNews
https://github.com/matthewsecrist/hnql

graphql hackernews

Last synced: 20 days ago
JSON representation

A GraphQL API for HackerNews

Awesome Lists containing this project

README

        

# HNQL

A GraphQL API for HackerNews.

https://hnql.onrender.com/graph

### Running Locally
- Clone it
- `yarn install`
- `yarn dev`
- Visit http://localhost:3000

### Regenerating Types
When updating the schema, types need to be regenerated. Run `yarn codegen` to regenerate them.