Core GraphQL Library for Python
This in Beta status. Use in production at your own caution.
We are currently focusing on porting graphql-js to Python.
This library includes core features only that other packages within the graphql-python organization shall build upon.
We are currently targeting feature parity with v0.4.7
of the reference implementation.
Please see issues for the progress.
An overview of the GraphQL language is available in the README for the Specification for GraphQL. The overview describes a simple set of GraphQL examples that exist as tests in this repository. A good way to get started is to walk through that README and the corresponding tests in parallel.
Install from pip:
pip install graphql-core
This project is a community fork of graphqllib by @dittos.