From a3539dddee7f9847b4541ccc8eae2e734f8771b4 Mon Sep 17 00:00:00 2001 From: Syrus Akbary Date: Wed, 18 May 2016 00:28:29 -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 41f9263..6326453 100644 --- a/Roadmap.md +++ b/Roadmap.md @@ -9,7 +9,7 @@ For the next stable version of graphene, we are willing to achieve: ### 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: +We want to simplify the syntax having only `self` and `**args` by default, something be closer to: ```python class MyObjectType(graphene.ObjectType):