diff --git a/README.md b/README.md index 82d39296..95594313 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,7 @@ class UserModel(Base): To create a GraphQL schema for it you simply have to write the following: ```python +import graphene from graphene_sqlalchemy import SQLAlchemyObjectType class User(SQLAlchemyObjectType):