diff --git a/Roadmap.md b/Roadmap.md index 387bf16..9ba3c42 100644 --- a/Roadmap.md +++ b/Roadmap.md @@ -9,7 +9,7 @@ For the next stable version of graphene, we are willing to achieve: ## Simplify resolvers Currently, all the resolvers have to receive three arguments, `self`, `args`, and `info`. -We want to simplify this to only root and **args, so people could start doing: +We want to simplify the versbosity to only `self` and `**args`, so the syntax will be closer to: ```python class MyObjectType(graphene.ObjectType):