Skip to content

Commit ddb3368

Browse files
author
Pierre Verkest
authored
README example: add missing import
1 parent 6a96d37 commit ddb3368

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ class UserModel(Base):
3838
To create a GraphQL schema for it you simply have to write the following:
3939

4040
```python
41+
import graphene
4142
from graphene_sqlalchemy import SQLAlchemyObjectType
4243

4344
class User(SQLAlchemyObjectType):

0 commit comments

Comments
 (0)