Go to file
Tim Griesser a77e6bb164 v0.6.2 2018-12-13 14:54:24 -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 Renaming to nexus 2018-12-10 17:37:03 -05:00
examples Fix typegen for inputs, export the types & fix nullability 2018-12-13 09:45:58 -05:00
src Export all the things so we don't get unused errors 2018-12-13 14:53:55 -05:00
website Fix the regex for ts imports 2018-12-10 18:00:43 -05:00
.dockerignore WIP 2018-11-05 19:55:28 -05:00
.gitignore Beginning to use the TS definitions to build the docs 2018-11-27 22:46:51 -05:00
.prettierrc WIP 2018-11-05 19:55:28 -05:00
CHANGELOG.md Renaming 2018-11-03 23:44:05 -04:00
CONTRIBUTING.md Renaming 2018-11-03 23:44:05 -04:00
Dockerfile WIP 2018-11-05 19:55:28 -05:00
LICENSE.md WIP on type generation overhaul 2018-11-18 15:06:28 -05:00
README.md GraphQLiteral -> GraphQL Nexus 0.1.0 2018-12-06 11:35:59 -05:00
docker-compose.yml WIP 2018-11-05 19:55:28 -05:00
jest.config.js Initial commit 2018-11-02 17:11:51 -04:00
package.json v0.6.2 2018-12-13 14:54:24 -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

(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