graphql-python/flask-graphql

python 3.10+ MutableMapping ImportError

wes-public-apps opened this issue · 1 comments

After python 3.9 collections migrate MutableMapping from collections to collections.abc which causes an import error in this library.
I am currently running 3.11 and get the following error message:
image

When I roll my python version back to 3.9 this issue goes away.

moving to graphql_server project