From fdf7056285978fe9a150410b0aedc875063a9db3 Mon Sep 17 00:00:00 2001 From: Mel van Londen Date: Mon, 24 Jun 2019 10:20:37 -0700 Subject: [PATCH] Update ROADMAP.md remove SDL schema creation --- ROADMAP.md | 1 - 1 file changed, 1 deletion(-) diff --git a/ROADMAP.md b/ROADMAP.md index b785dba2..8864de1c 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -18,7 +18,6 @@ Targeted as v3 of [graphql-core](https://pypi.org/project/graphql-core/), Python ### Graphene - [ ] Integrate with the core-next API and resolve all breaking changes - [ ] GraphQL types from type annotations - [See issue](https://github.com/graphql-python/graphene/issues/729) -- [ ] Schema creation from SDL (API TBD) - [ ] Improve connections structure - [ ] Add support for coroutines in Connection, Mutation (abstracting out Promise requirement) - [See PR](https://github.com/graphql-python/graphene/pull/824)