|
|
||
|---|---|---|
| .vscode | ||
| docs | ||
| examples | ||
| src | ||
| website | ||
| .dockerignore | ||
| .gitignore | ||
| .prettierrc | ||
| CHANGELOG.md | ||
| CONTRIBUTING.md | ||
| Dockerfile | ||
| LICENSE.md | ||
| README.md | ||
| docker-compose.yml | ||
| jest.config.js | ||
| package.json | ||
| tsconfig.json | ||
| tslint.json | ||
| yarn.lock | ||
README.md
GraphQL Nexus
(Still actively WIP, any feedback appreciated!)
Simple, strongly typed GraphQL schema construction for TypeScript/JavaScript
Combines the best practices from building real-world GraphQL servers without the boilerplate or excessive imports.
Inspired by use of graphql-tools, graphene, and graphql-ruby.
Check out the /examples for some sample uses.
Docs
Build them manually (for now)
yarn run website
License
MIT