From 9295115c596d26cd43ac62806e5bdda9fc92249e Mon Sep 17 00:00:00 2001 From: Syrus Akbary Date: Tue, 17 May 2016 22:19:11 -0700 Subject: [PATCH] Updated Roadmap (markdown) --- Roadmap.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Roadmap.md b/Roadmap.md index 9ba3c42..18ab58e 100644 --- a/Roadmap.md +++ b/Roadmap.md @@ -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: