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
I had a situation where I wanted to recreate the SQLAlchemyObjectType, creating a new type. This does not work out of the box with Registry (which is OK), and an assert is thrown.
However, the assert itself has an problem:
..../api/graphql/types.py:74: in __init_subclass_with_meta__
registry.register(cls)
../../../venv/lib/python3.6/site-packages/graphene_sqlalchemy/registry.py:12: in register
'received "{}"'
E AttributeError: 'tuple' object has no attribute 'format'