Go to file
Tim Griesser dd13a07fdf v0.7.0-alpha.1 2019-01-19 14:13:13 -05:00
.vscode Continue to improve the ts-ast example, going for practicality over type soundness 2018-12-03 14:11:22 -05:00
docs Inline resolver, full-type safety on fields 2019-01-19 12:41:23 -05:00
examples Inline resolver, full-type safety on fields 2019-01-19 12:41:23 -05:00
src Inline resolver, full-type safety on fields 2019-01-19 12:41:23 -05:00
website Inline resolver, full-type safety on fields 2019-01-19 12:41:23 -05:00
.gitignore A bit of docs cleanup 2019-01-06 18:51:18 -05:00
.prettierrc WIP 2018-11-05 19:55:28 -05:00
CONTRIBUTING.md Renaming 2018-11-03 23:44:05 -04:00
LICENSE.md WIP on type generation overhaul 2018-11-18 15:06:28 -05:00
README.md Update README.md 2019-01-06 21:41:38 -05:00
jest.config.js Initial commit 2018-11-02 17:11:51 -04:00
package.json v0.7.0-alpha.1 2019-01-19 14:13:13 -05:00
tsconfig.json Beginning to use the TS definitions to build the docs 2018-11-27 22:46:51 -05:00
tslint.json Fix tests, update examples, add helpers for example scripts 2018-11-19 14:31:35 -05:00
yarn.lock Fix typegen for inputs, export the types & fix nullability 2018-12-13 09:45:58 -05:00

README.md

GraphQL Nexus

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

graphql-nexus.com

License

MIT