GraphQL Python Roadmap
In order to move Graphene and the GraphQL Python ecosystem forward it's essential to be clear with the community on next steps, so we can move uniformly.
π If you have more ideas on how to move the Graphene ecosystem forward, don't hesistate to open a PR
Now
- Continue to support v2.x with security releases
- Last major/feature release is cut and graphene-* libraries should pin to that version number
Next
New features will only be developed on version 3 of ecosystem libraries.
Core-Next
Targeted as v3 of graphql-core, Python 3 only
Graphene
- Integrate with the core-next API and resolve all breaking changes
- GraphQL types from type annotations - See issue
- Add support for coroutines in Connection, Mutation (abstracting out Promise requirement) - See PR
Graphene-*
- Integrate with the graphene core-next API and resolve all breaking changes
*-graphql
- Integrate with the graphql core-next API and resolve all breaking changes
Ongoing Initiatives
- Improve documentation, especially for new users to the library
- Recipes for βquick startβ that people can ideally use/run
Dependent Libraries
| Repo | Release Manager | CODEOWNERS | Pinned | next/master created | Labels Standardized |
|---|---|---|---|---|---|
| graphene | ekampf | β | β | ||
| graphql-core | Cito | β | N/A | N/A | |
| graphql-core-next | Cito | β | N/A | N/A | |
| graphql-server-core | Cito | β | β | ||
| gql | ekampf | ||||
| gql-next | ekampf | N/A | N/A | ||
| ...aiohttp | |||||
| ...django | mvanlonden | β | β | ||
| ...sanic | ekampf | ||||
| ...flask | |||||
| ...webob | |||||
| ...tornado | ewhauser | PR created | β | ||
| ...ws | Cito/dfee | β | β | ||
| ...gae | ekampf | PR created | β | ||
| ...sqlalchemy | jnak/Nabell | β | β | β | |
| ...mongo | β | β | |||
| ...relay-py | Cito | ||||
| ...wsgi |