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
-~~💰 Apply for [Mozilla MOSS](https://www.mozilla.org/en-US/moss/) sponsorship~~ (not for now)
21
21
22
22
## Graphene 3
23
23
@@ -26,8 +26,8 @@ The goal is to summarize the different improvements that Graphene will need to a
26
26
In a nushell, Graphene 3 should take the Python 3 integration one step forward while still maintaining compatibility with Python 2.
27
27
28
28
- 🚀 [graphql-core-next](https://github.com/graphql-python/graphql-core-next) GraphQL engine support (almost same API as graphql-core)
29
-
- 🔸 GraphQL types from type annotations #729
29
+
- 🔸 GraphQL types from type annotations - [See issue](https://github.com/graphql-python/graphene/issues/729)
30
30
- 📄 Schema creation from SDL (API TBD)
31
31
- ✨ Improve connections structure
32
32
- 📗 Improve function documentation
33
-
- 🔀 Add support for coroutines in Connection, Mutation (abstracting out Promise requirement)
33
+
- 🔀 Add support for coroutines in Connection, Mutation (abstracting out Promise requirement) - [See PR](https://github.com/graphql-python/graphene/pull/824)
0 commit comments