We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6a96d37 + ddb3368 commit 76a5a35Copy full SHA for 76a5a35
README.md
@@ -38,6 +38,7 @@ class UserModel(Base):
38
To create a GraphQL schema for it you simply have to write the following:
39
40
```python
41
+import graphene
42
from graphene_sqlalchemy import SQLAlchemyObjectType
43
44
class User(SQLAlchemyObjectType):
0 commit comments