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
After updating from 2.1.3 to 2.1.6 this error shows up.
It seems that importing ErrorType from graphene_django/forms/types.py is obsolete now, as ErrorType now lives in graphene_django/types.py
This module should be removed or it just needs to import ErrorType from new location for backwards compatibility?