This issue is to track v3 of Graphene which will contain some breaking changes. ## Breaking changes * Upgrade to graphql-core to v3 which brings feature parity with GraphQL.js v14.6.0 * Drop support for Python v2 * Schema type changes * "Backends" have been removed * Switch arguments from `type` to `type_` since `type` is a builtin: https://github.com/graphql-python/graphene/pull/738 * Upgrade to graphql-core v.3.1 which corresponds to GraphQL.js v15 (will be released soon). * Change enum behaviour: https://github.com/graphql-python/graphene/pull/1153 * Remove `to_const` function ## TODO * [x] Write up some proper release notes: https://github.com/graphql-python/graphene/wiki/v3-release-notes * [x] Merge https://github.com/graphql-python/graphene/pull/1111 * [x] Switch arguments from `type` to `type_` since `type` is a builtin: https://github.com/graphql-python/graphene/pull/738 * [x] Remove `to_const` function: #1212 * [x] Change enum behaviour: https://github.com/graphql-python/graphene/pull/1153 * [x] Set minimum graphql-core version to v3.1 https://github.com/graphql-python/graphene/pull/1215 * [x] Upgrade [graphene-sqlalchemy](https://github.com/graphql-python/graphene-sqlalchemy) to v3 [WIP](https://github.com/graphql-python/graphene-sqlalchemy/pull/306) * [x] Upgrade [graphene-mongo](https://github.com/graphql-python/graphene-mongo) to v3 [WIP](https://github.com/graphql-python/graphene-mongo/pull/155)
This issue is to track v3 of Graphene which will contain some breaking changes.
Breaking changes
typetotype_sincetypeis a builtin: "type" is a builtin in python; switch some arguments called "type" to be "type_" #738to_constfunctionTODO
typetotype_sincetypeis a builtin: "type" is a builtin in python; switch some arguments called "type" to be "type_" #738to_constfunction: Remove to_const function #1212