gqliteral

Scalable, strongly typed GraphQL schema development

Usage no npm install needed!

<script type="module">
  import gqliteral from 'https://cdn.skypack.dev/gqliteral';
</script>

README

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