Skip to content

Commit 774ce5a

Browse files
authored
fix typo
1 parent 48cc70f commit 774ce5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ class User(SQLAlchemyObjectType):
4545
model = UserModel
4646
# only return specified fields
4747
only_fields = ("name",)
48-
# exclude return specified fields
48+
# exclude specified fields
4949
exclude_fields = ("last_name",)
5050

5151
class Query(graphene.ObjectType):

0 commit comments

Comments
 (0)