Go to file
Tim Griesser 4d284625b9 v0.9.2 2019-01-31 17:42:58 -05:00
.circleci Changing core exports to include everything 2019-01-29 11:33:54 -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 Bugfixes: 2019-01-31 17:38:35 -05:00
examples Bugfixes: 2019-01-31 17:38:35 -05:00
src Bugfixes: 2019-01-31 17:38:35 -05:00
tests Update tests 2019-01-31 10:26:54 -05:00
website Bugfixes: 2019-01-31 17:38:35 -05:00
.gitignore Various API cleanup, trying to simplify overall concepts 2019-01-21 14:29:30 -05:00
.prettierrc WIP 2018-11-05 19:55:28 -05:00
CHANGELOG.md Bugfixes: 2019-01-31 17:38:35 -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 Add docs search 2019-01-31 10:32:19 -05:00
jest.config.js WIP on schema gen. Removing concept of directive for now to strip down API surface area 2019-01-26 14:27:59 -05:00
package.json v0.9.2 2019-01-31 17:42:58 -05:00
tsconfig.json WIP on schema gen. Removing concept of directive for now to strip down API surface area 2019-01-26 14:27:59 -05:00
tslint.json WIP on schema gen. Removing concept of directive for now to strip down API surface area 2019-01-26 14:27:59 -05:00
yarn.lock Various API cleanup, trying to simplify overall concepts 2019-01-21 14:29:30 -05:00

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

nexus.js.org

License

MIT