skevy/hapi-graphql — explained in plain English
Analysis updated 2026-07-17 · repo last pushed 2015-09-17
Add a GraphQL API to an existing Hapi server without switching frameworks.
Let a mobile app fetch only the specific fields it needs to save bandwidth.
Let a frontend team combine multiple related data requests into one query.
Customize the schema or config per-request using a function instead of static options.
| skevy/hapi-graphql | a15n/a15n | a15n/checkout-validation | |
|---|---|---|---|
| Language | JavaScript | JavaScript | JavaScript |
| Last pushed | 2015-09-17 | 2019-04-07 | 2014-09-04 |
| Maintenance | Dormant | Dormant | Dormant |
| Setup difficulty | easy | easy | easy |
| Complexity | 2/5 | 2/5 | 2/5 |
| Audience | developer | general | developer |
Figures from each repo's GitHub metadata at analysis time.
Requires writing a GraphQL schema before the endpoint is useful.
A Hapi plugin that adds a GraphQL API endpoint to your Hapi web server, letting clients query exactly the data they need.
Mainly JavaScript. The stack also includes JavaScript, Hapi, GraphQL.
Dormant — no commits in 2+ years (last push 2015-09-17).
Setup difficulty is rated easy, with roughly 30min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.