graphene-mongo
graphene-mongo copied to clipboard
Graphene v3 compatibility
Graphene v3 is still in beta, but pretty stable now (https://github.com/graphql-python/graphene/wiki/v3-release-notes#graphene-schema-no-longer-subclasses-graphqlschema-type), it would be great if graphene-mongo could be made compatible.
Only the graphene
package has to be updated. I ran the tests in the repo locally with graphene v3.0b5 and 27/91 tests failed.
Added in https://github.com/graphql-python/graphene-mongo/pull/172
@abawchen @arunsureshkumar can newer version (0.2.14 or 0.3.0) with upgrade to Graphene v3 come any time soon? Graphene library is waiting just for this version to be released here: https://github.com/graphql-python/graphene/issues/1127
@arunsureshkumar why was the graphene dependency pinned to beta release3.0b7
in https://github.com/graphql-python/graphene-mongo/pull/172 ? Graphene 3.0.0 was released on Nov 13, 2021
I've created https://github.com/graphql-python/graphene-mongo/pull/186 to address this
@arunsureshkumar This issue has been resolved, we can safely close it.