You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixesgraphql-python#1333
First found when using with a Django project. Django's tries to create a copy of a GrapheneGraphQLType and raises this KeyError
Making shallow copies of GrapheneObjectType using copy.copy raises
KeyError: 'graphene_type'
This was tested using graphene==3.0b7 with python 3.8, and it's not happening in graphene<3
The text was updated successfully, but these errors were encountered: