Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 1.1 KB

README.md

File metadata and controls

19 lines (12 loc) · 1.1 KB

GraphSchema GraphQL tools

GraphSchema is a tool that can run a GraphQL API from just the declarative GraphQL schema. It serves the GraphQL API over http and uses Dgraph as a backend graph database.

GraphSchema is currently released as an early alpha in a container image in the docker hub at mjcomp/graphschema it works with Dgraph v1.0.13.

Main features

  • Running GraphQL API directly from schema
  • Graph database backend for a graph query langauge
  • Exposes all the Dgraph query power, plus GraphQL
  • Stateless API endpoint made for containers
  • Easily run GraphQL API replicas against a single backend DB

Read more in the docs and explore the examples.

See these notes about current status and future directions.

Please add issues, requests and suggestions here.