Skip to content

Commit 5a72a46

Browse files
Ambro17TreTuna
authored andcommitted
Add graphql-core-next python library as the replacement of graphql core. (Based on more recent .js reference implementation) (chentsulin#528)
1 parent 5954b53 commit 5a72a46

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,8 @@ If you want to contribute to this list (please do), send me a pull request.
235235
### Python Libraries
236236

237237
* [graphql-parser](https://github.com/tryolabs/graphql-parser) - GraphQL parser for Python.
238-
* [graphql-core](https://github.com/graphql-python/graphql-core) - GraphQL implementation for Python.
238+
* [graphql-core](https://github.com/graphql-python/graphql-core) - GraphQL implementation for Python based on GraphQL.js v0.6.0 reference implementation
239+
* [graphql-core-next](https://github.com/graphql-python/graphql-core-next) - Latest GraphQL implementation based on GraphQL.js v14.5.6 reference implementation
239240
* [graphql-relay-py](https://github.com/graphql-python/graphql-relay-py) - A library to help construct a graphql-py server supporting react-relay.
240241
* [graphql-parser-python](https://github.com/tallstreet/graphql-parser-python) - A python wrapper around libgraphqlparser.
241242
* [graphene](https://github.com/graphql-python/graphene) - A package for creating GraphQL schemas/types in a Pythonic easy way.

0 commit comments

Comments
 (0)