Skip to content

Latest commit

Β 

History

History
33 lines (22 loc) Β· 1.81 KB

File metadata and controls

33 lines (22 loc) Β· 1.81 KB

Graphene Roadmap

In order to move Graphene and the GraphQL Python ecosystem forward I realized is essential to be clear with the community on next steps, so we can move uniformly.

There are few key points that need to happen in the short/mid term, divided into two main sections:

πŸ‘‹ If you have more ideas on how to move the Graphene ecosystem forward, don't hesistate to open a PR

Community

The goal is to improve adoption and sustainability of the project.

Graphene 3

The goal is to summarize the different improvements that Graphene will need to accomplish for version 3.

In a nushell, Graphene 3 should take the Python 3 integration one step forward while still maintaining compatibility with Python 2.

  • πŸš€ graphql-core-next GraphQL engine support (almost same API as graphql-core)
  • πŸ”Έ GraphQL types from type annotations - See issue
  • πŸ“„ Schema creation from SDL (API TBD)
  • ✨ Improve connections structure
  • πŸ“— Improve function documentation
  • πŸ”€ Add support for coroutines in Connection, Mutation (abstracting out Promise requirement) - See PR