Go to file
Tim Griesser b631665f39 v0.3.0 2018-11-29 11:47:47 -05:00
.vscode Typegen working decent enough, need to fix a few things 2018-11-21 08:44:17 -05:00
docs Auto-generating API docs 2018-11-29 07:42:01 -05:00
examples Begin work on ast reader 2018-11-29 11:47:20 -05:00
scripts Begin work on ast reader 2018-11-29 11:47:20 -05:00
src Begin work on ast reader 2018-11-29 11:47:20 -05:00
website Begin work on ast reader 2018-11-29 11:47:20 -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 Auto-generating API docs 2018-11-29 07:42:01 -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.3.0 2018-11-29 11:47:47 -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 tests, update examples, add helpers for example scripts 2018-11-19 14:31:35 -05:00

README.md

GraphQLiteral

(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