Go to file
Tim Griesser 2b82ce8078 v0.2.0 2018-11-21 08:46:34 -05:00
.vscode Typegen working decent enough, need to fix a few things 2018-11-21 08:44:17 -05:00
docs Typegen working decent enough, need to fix a few things 2018-11-21 08:44:17 -05:00
examples Typegen working decent enough, need to fix a few things 2018-11-21 08:44:17 -05:00
scripts Fix tests, update examples, add helpers for example scripts 2018-11-19 14:31:35 -05:00
src Typegen working decent enough, need to fix a few things 2018-11-21 08:44:17 -05:00
website Typegen working decent enough, need to fix a few things 2018-11-21 08:44:17 -05:00
.dockerignore WIP 2018-11-05 19:55:28 -05:00
.gitignore Added simple playground, working on new type generation 2018-11-15 10:41:10 -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 Tests working, initial publish 2018-11-11 16:38:00 -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.2.0 2018-11-21 08:46:34 -05:00
tsconfig.json Fix tests, update examples, add helpers for example scripts 2018-11-19 14:31:35 -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

GQLiteral

"Contract first development"

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. Compose types with abstract types and type mixing.

Inspired by use of graphql-tools, graphene, and graphql-ruby.

Provides full control of your schema, with added benefits like dynamic schemas based on user permissions. Check out the /examples for some sample uses.

Installation

yarn install gqliteral

Features:

Type combination
No circular reference issues
Awesome intellisense
Great error messages

License

MIT