Updated Roadmap (markdown)

Syrus Akbary 2016-05-18 21:51:18 -07:00
parent 01c75fc71c
commit d5e1588f67

@ -5,8 +5,8 @@
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.django` to a independent package `graphene-django`
* Move `graphene.contrib.sqlalchemy` to a independent package `graphene_sqlalchemy` * Move `graphene.contrib.sqlalchemy` to a independent package `graphene-sqlalchemy`
### Simpler resolvers ### Simpler resolvers