graphene-mongo icon indicating copy to clipboard operation
graphene-mongo copied to clipboard

Graphene v3 compatibility

Open fhennig opened this issue 4 years ago • 4 comments

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.

fhennig avatar Sep 28 '20 15:09 fhennig

Added in https://github.com/graphql-python/graphene-mongo/pull/172

byoung213 avatar Oct 19 '21 19:10 byoung213

@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

wowkin2 avatar Oct 29 '21 13:10 wowkin2

@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

Lwackp avatar Jan 17 '22 20:01 Lwackp

I've created https://github.com/graphql-python/graphene-mongo/pull/186 to address this

Lwackp avatar Jan 17 '22 21:01 Lwackp

@arunsureshkumar This issue has been resolved, we can safely close it.

abhinand-c avatar Mar 28 '23 18:03 abhinand-c