Update ROADMAP.md remove connections structure

This commit is contained in:
Mel van Londen 2019-06-24 10:22:29 -07:00 committed by GitHub
parent fdf7056285
commit 34da0e5cf4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,7 +18,6 @@ Targeted as v3 of [graphql-core](https://pypi.org/project/graphql-core/), Python
### Graphene ### Graphene
- [ ] Integrate with the core-next API and resolve all breaking changes - [ ] 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) - [ ] 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) - [ ] Add support for coroutines in Connection, Mutation (abstracting out Promise requirement) - [See PR](https://github.com/graphql-python/graphene/pull/824)
### Graphene-* ### Graphene-*