Closed
Description
I just clone this repo and try flask example
but when I try to run it without have any changing code
I got an error like this
Traceback (most recent call last): File "./app.py", line 5, in <module> from schema import schema File "/home/examples/flask_sqlalchemy/schema.py", line 28, in <module> class Query(graphene.ObjectType): File "/home/examples/flask_sqlalchemy/schema.py", line 32, in Query Employee, sort=Employee.sort_argument()) AttributeError: type object 'Employee' has no attribute 'sort_argument'
What should I do?
Thank you!
Metadata
Metadata
Assignees
Labels
No labels