Closed
Description
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
totype_
sincetype
is a builtin: "type" is a builtin in python; switch some arguments called "type" to be "type_" #738 - Upgrade to graphql-core v.3.1 which corresponds to GraphQL.js v15 (will be released soon).
- Change enum behaviour: Improve enum compatibility #1153
- Remove
to_const
function
TODO
- Write up some proper release notes: https://github.com/graphql-python/graphene/wiki/v3-release-notes
- Merge The default_value of InputField should be INVALID #1111
- Switch arguments from
type
totype_
sincetype
is a builtin: "type" is a builtin in python; switch some arguments called "type" to be "type_" #738 - Remove
to_const
function: Remove to_const function #1212 - Change enum behaviour: Improve enum compatibility #1153
- Set minimum graphql-core version to v3.1 Set min version of graphql-core to v3.1.1 #1215
- Upgrade graphene-sqlalchemy to v3 WIP
- Upgrade graphene-mongo to v3 WIP
Metadata
Metadata
Assignees
Labels
No labels