mirror of
https://github.com/graphql-python/graphene.git
synced 2024-11-22 17:46:57 +03:00
Updated Roadmap (markdown)
parent
a3539dddee
commit
01c75fc71c
|
@ -5,6 +5,9 @@
|
||||||
For the next stable version of graphene, we are willing to achieve:
|
For the next stable version of graphene, we are willing to achieve:
|
||||||
* Use and extend `graphql-core` objects and interfaces. Stop replicating logic from `graphql_relay`.
|
* Use and extend `graphql-core` objects and interfaces. Stop replicating logic from `graphql_relay`.
|
||||||
* Remove context and info keyword arguments from resolvers, make `@resolve_only_args` decorator the default.
|
* Remove context and info keyword arguments from resolvers, make `@resolve_only_args` decorator the default.
|
||||||
|
* Move `graphene.contrib.django` to a independent package `graphene_django`
|
||||||
|
* Move `graphene.contrib.sqlalchemy` to a independent package `graphene_sqlalchemy`
|
||||||
|
|
||||||
|
|
||||||
### Simpler resolvers
|
### Simpler resolvers
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user