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
Renaming with a similar pattern of EmployeeNode and DepartmentNode fixed the issue. I have attached the new schema.py as a text file here for reference. schema.txt
Does the tutorial need to be updated to fix this issue?
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Following the tutorial provided at https://docs.graphene-python.org/projects/sqlalchemy/en/latest/tutorial/
using Python 2.7, ran into an error:
AssertionError: Found different types with the same name in the schema: EmployeeConnection, EmployeeConnection.
Upon investigation, I found the following resource which suggested renaming:
graphql-python/graphene-sqlalchemy#153
Renaming with a similar pattern of EmployeeNode and DepartmentNode fixed the issue. I have attached the new schema.py as a text file here for reference.
schema.txt
Does the tutorial need to be updated to fix this issue?
The text was updated successfully, but these errors were encountered: