https://github.com/devinit/graphql-next
An opinioated graphql framework similar to https://github.com/graphcool/graphql-yoga
https://github.com/devinit/graphql-next
graphql typescript
Last synced: 11 months ago
JSON representation
An opinioated graphql framework similar to https://github.com/graphcool/graphql-yoga
- Host: GitHub
- URL: https://github.com/devinit/graphql-next
- Owner: devinit
- Created: 2018-01-23T10:59:14.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-09-11T03:26:06.000Z (over 1 year ago)
- Last Synced: 2024-10-11T19:36:51.351Z (over 1 year ago)
- Topics: graphql, typescript
- Language: TypeScript
- Homepage:
- Size: 451 KB
- Stars: 2
- Watchers: 2
- Forks: 4
- Open Issues: 25
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
[](https://travis-ci.org/devinit/graphql-next)
[](https://www.codacy.com/app/epicallan/graphql-next?utm_source=github.com&utm_medium=referral&utm_content=devinit/graphql-next&utm_campaign=Badge_Grade)
[](https://gemnasium.com/github.com/devinit/graphql-next)
[](https://badge.fury.io/js/%40devinit%2Fgraphql-next)
[](https://codecov.io/gh/devinit/graphql-next)
Currently a very opinionated graphql framework with postgres db support specifically built for datahub API and related projects
______________________________________
currently used in [datahub-api](https://github.com/devinit/datahub-api/tree/dev) & [di-pdfs/ssc-ap](https://github.com/devinit/di-pdfs/tree/master/packages/ssc-api)
Todo
_____________
- decouple database integration such that its a plugin
- generalise and make truelly oss
- add proper documentation for usage you can look at [di-pdfs/ssc-ap](https://github.com/devinit/di-pdfs/tree/master/packages/ssc-api) or the project [tests](https://github.com/devinit/graphql-next/tree/master/src/tests)