|
|
||
|---|---|---|
| .circleci | ||
| .vscode | ||
| docs | ||
| examples | ||
| src | ||
| tests | ||
| website | ||
| .gitignore | ||
| .prettierrc | ||
| CHANGELOG.md | ||
| CONTRIBUTING.md | ||
| LICENSE.md | ||
| README.md | ||
| jest.config.js | ||
| package.json | ||
| tsconfig.json | ||
| tslint.json | ||
| yarn.lock | ||
README.md
Nexus GraphQL
nexus.js.org
yarn add nexus # or npm install nexus
(Still under construction, check #1 for the TODO List!)
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
License
MIT