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 48cc70f commit 774ce5aCopy full SHA for 774ce5a
README.md
@@ -45,7 +45,7 @@ class User(SQLAlchemyObjectType):
45
model = UserModel
46
# only return specified fields
47
only_fields = ("name",)
48
- # exclude return specified fields
+ # exclude specified fields
49
exclude_fields = ("last_name",)
50
51
class Query(graphene.ObjectType):
0 commit comments