From dba666d8a28b8d72875e227f0733598011f6f9df Mon Sep 17 00:00:00 2001 From: Syrus Akbary Date: Wed, 18 May 2016 00:27:43 -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 18ab58e..41f9263 100644 --- a/Roadmap.md +++ b/Roadmap.md @@ -3,7 +3,7 @@ ## Version 1.0 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. +* 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. ### Simpler resolvers