You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This library is a port of [graphql-js](https://github.com/graphql/graphql-js) to Python.
14
-
This library includes core features only that other packages within the [graphql-python](https://github.com/graphql-python/) organization shall build upon.
15
-
We are currently targeting feature parity with `v0.4.13` of the reference implementation, and are currently on `v0.4.12`.
14
+
15
+
We are currently targeting feature parity with `v0.4.14` of the reference implementation, and are currently on `v0.4.13`.
16
16
17
17
Please see [issues](https://github.com/graphql-python/graphql-core/issues) for the progress.
18
18
@@ -51,32 +51,12 @@ Additionally, support for `gevent` is available via
51
51
52
52
Otherwise, by default, the executor will use execute with no concurrency.
53
53
54
-
## Documentation
55
-
56
-
Documentation is in the works but not available yet. See #14 for additional information.
57
-
58
-
## Pythonic GraphQL Library
59
-
For a more refined and Pythonic interface to build graphql APIs, check out
-**Easy to use:** Graphene helps you use GraphQL in Python without effort.
62
-
-**Relay:** Graphene has builtin support for Relay
63
-
-**Django:** Automatic *Django model* mapping to Graphene Types. Check a fully working [Django](http://github.com/graphql-python/swapi-graphene) implementation
0 commit comments