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

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

Awesome Lists containing this project

README

          

[![Build Status](https://travis-ci.org/devinit/graphql-next.svg?branch=master)](https://travis-ci.org/devinit/graphql-next)
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/e501f77141774b74979c60d5cfd219ac)](https://www.codacy.com/app/epicallan/graphql-next?utm_source=github.com&utm_medium=referral&utm_content=devinit/graphql-next&utm_campaign=Badge_Grade)
[![Dependency Status](https://gemnasium.com/badges/github.com/devinit/graphql-next.svg)](https://gemnasium.com/github.com/devinit/graphql-next)
[![npm version](https://badge.fury.io/js/%40devinit%2Fgraphql-next.svg)](https://badge.fury.io/js/%40devinit%2Fgraphql-next)
[![codecov](https://codecov.io/gh/devinit/graphql-next/branch/master/graph/badge.svg)](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)