mirror of
https://github.com/graphql-python/graphene.git
synced 2024-11-22 01:26:49 +03:00
Update ROADMAP.md
This commit is contained in:
parent
563ef221d4
commit
e748c5f048
14
ROADMAP.md
14
ROADMAP.md
|
@ -13,11 +13,11 @@ _👋 If you have more ideas on how to move the Graphene ecosystem forward, don'
|
|||
|
||||
The goal is to improve adoption and sustainability of the project.
|
||||
|
||||
- 💎 Add Commercial Support for Graphene #813
|
||||
- Create Patreon page
|
||||
- Add /support page in Graphene website
|
||||
- 📘 Vastly improve documentation #823
|
||||
- 💰 Apply for [Mozilla MOSS](https://www.mozilla.org/en-US/moss/) sponsorship
|
||||
- 💎 Add Commercial Support for Graphene - [See issue](https://github.com/graphql-python/graphene/issues/813)
|
||||
- Create [Patreon page](https://www.patreon.com/syrusakbary)
|
||||
- Add [/support-graphene page](https://graphene-python.org/support-graphene/) in Graphene website
|
||||
- 📘 Vastly improve documentation - [See issue](https://github.com/graphql-python/graphene/issues/823)
|
||||
- ~~💰 Apply for [Mozilla MOSS](https://www.mozilla.org/en-US/moss/) sponsorship~~ (not for now)
|
||||
|
||||
## Graphene 3
|
||||
|
||||
|
@ -26,8 +26,8 @@ The goal is to summarize the different improvements that Graphene will need to a
|
|||
In a nushell, Graphene 3 should take the Python 3 integration one step forward while still maintaining compatibility with Python 2.
|
||||
|
||||
- 🚀 [graphql-core-next](https://github.com/graphql-python/graphql-core-next) GraphQL engine support (almost same API as graphql-core)
|
||||
- 🔸 GraphQL types from type annotations #729
|
||||
- 🔸 GraphQL types from type annotations - [See issue](https://github.com/graphql-python/graphene/issues/729)
|
||||
- 📄 Schema creation from SDL (API TBD)
|
||||
- ✨ Improve connections structure
|
||||
- 📗 Improve function documentation
|
||||
- 🔀 Add support for coroutines in Connection, Mutation (abstracting out Promise requirement)
|
||||
- 🔀 Add support for coroutines in Connection, Mutation (abstracting out Promise requirement) - [See PR](https://github.com/graphql-python/graphene/pull/824)
|
||||
|
|
Loading…
Reference in New Issue
Block a user