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.
1 parent 6a96d37 commit ddb3368Copy full SHA for ddb3368
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