Updated Roadmap (markdown)

Syrus Akbary 2016-05-17 22:19:11 -07:00
parent a904649817
commit 9295115c59

@ -6,7 +6,7 @@ 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`, instead use it.
* Remove context and info keyword arguments from resolvers, make `@resolve_only_args` decorator the default.
## Simplify resolvers
### Simpler resolvers
Currently, all the resolvers have to receive three arguments, `self`, `args`, and `info`.
We want to simplify the versbosity to only `self` and `**args`, so the syntax will be closer to: