From 01c75fc71ca5c1227834292d304ccc1ac073ddb4 Mon Sep 17 00:00:00 2001 From: Syrus Akbary Date: Wed, 18 May 2016 21:07:09 -0700 Subject: [PATCH] Updated Roadmap (markdown) --- Roadmap.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Roadmap.md b/Roadmap.md index 6326453..231229e 100644 --- a/Roadmap.md +++ b/Roadmap.md @@ -5,6 +5,9 @@ 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`. * Remove context and info keyword arguments from resolvers, make `@resolve_only_args` decorator the default. +* Move `graphene.contrib.django` to a independent package `graphene_django` +* Move `graphene.contrib.sqlalchemy` to a independent package `graphene_sqlalchemy` + ### Simpler resolvers