From 2811ea0a0f1d9167e508a8efb11dffca2c320140 Mon Sep 17 00:00:00 2001 From: Mel van Londen Date: Mon, 24 Jun 2019 10:18:26 -0700 Subject: [PATCH 1/4] Update ROADMAP.md graphql-core-next table entry Co-Authored-By: Jonathan Kim --- ROADMAP.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ROADMAP.md b/ROADMAP.md index 3f46987e..f9fc7ea3 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -38,7 +38,7 @@ Targeted as v3 of [graphql-core](https://pypi.org/project/graphql-core/), Python | ---------------------------------------------------------------------------- | --------------- | ---------- | ---------- | ------------------- | ------------------- | | [graphene](https://github.com/graphql-python/graphene) | ekampf | ✅ | | ✅ | | | [graphql-Core](https://github.com/graphql-python/graphql-core) | Cito | ✅ | | | | -| [graphql-core-next](https://github.com/graphql-python/graphql-core-next) | Cito | ✅ | | | | +| [graphql-core-next](https://github.com/graphql-python/graphql-core-next) | Cito | ✅ | N/A | N/A | | | [graphql-server-core](https://github.com/graphql-python/graphql-server-core) | Cito | | ✅ | ✅ | | | [gql](https://github.com/graphql-python/gql) | ekampf | | | | | | [gql-next](https://github.com/graphql-python/gql-next) | ekampf | | N/A | N/A | | @@ -53,4 +53,4 @@ Targeted as v3 of [graphql-core](https://pypi.org/project/graphql-core/), Python | ...[sqlalchemy](https://github.com/graphql-python/graphene-sqlalchemy) | jnak/Nabell | ✅ | ✅ | ✅ | | | ...[mongo](https://github.com/graphql-python/graphene-mongo) | | | ✅ | ✅ | | | ...[relay-py](https://github.com/graphql-python/graphql-relay-py) | Cito | | | | | -| ...[wsgi](https://github.com/moritzmhmk/wsgi-graphql) | | | | | | \ No newline at end of file +| ...[wsgi](https://github.com/moritzmhmk/wsgi-graphql) | | | | | | From 1eff97b4c2d5d7eed7710b73529bde74451b184e Mon Sep 17 00:00:00 2001 From: Mel van Londen Date: Mon, 24 Jun 2019 10:18:41 -0700 Subject: [PATCH 2/4] Update ROADMAP.md graphql-core table entry Co-Authored-By: Jonathan Kim --- ROADMAP.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ROADMAP.md b/ROADMAP.md index f9fc7ea3..b785dba2 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -37,7 +37,7 @@ Targeted as v3 of [graphql-core](https://pypi.org/project/graphql-core/), Python | Repo | Release Manager | CODEOWNERS | Pinned | next/master created | Labels Standardized | | ---------------------------------------------------------------------------- | --------------- | ---------- | ---------- | ------------------- | ------------------- | | [graphene](https://github.com/graphql-python/graphene) | ekampf | ✅ | | ✅ | | -| [graphql-Core](https://github.com/graphql-python/graphql-core) | Cito | ✅ | | | | +| [graphql-core](https://github.com/graphql-python/graphql-core) | Cito | ✅ | N/A | N/A | | | [graphql-core-next](https://github.com/graphql-python/graphql-core-next) | Cito | ✅ | N/A | N/A | | | [graphql-server-core](https://github.com/graphql-python/graphql-server-core) | Cito | | ✅ | ✅ | | | [gql](https://github.com/graphql-python/gql) | ekampf | | | | | From fdf7056285978fe9a150410b0aedc875063a9db3 Mon Sep 17 00:00:00 2001 From: Mel van Londen Date: Mon, 24 Jun 2019 10:20:37 -0700 Subject: [PATCH 3/4] 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) From 34da0e5cf49c54bdc44dd7296b5bb254a258541d Mon Sep 17 00:00:00 2001 From: Mel van Londen Date: Mon, 24 Jun 2019 10:22:29 -0700 Subject: [PATCH 4/4] Update ROADMAP.md remove connections structure --- ROADMAP.md | 1 - 1 file changed, 1 deletion(-) diff --git a/ROADMAP.md b/ROADMAP.md index 8864de1c..1f39a7c2 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) -- [ ] Improve connections structure - [ ] Add support for coroutines in Connection, Mutation (abstracting out Promise requirement) - [See PR](https://github.com/graphql-python/graphene/pull/824) ### Graphene-*