Skip to content

Commit 76a5a35

Browse files
authored
Merge pull request #173 from petrus-v/patch-2
README example: add missing import
2 parents 6a96d37 + ddb3368 commit 76a5a35

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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)