Skip to content

Commit d8a4b4a

Browse files
authored
Update README.md
1 parent 90d84e8 commit d8a4b4a

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
@@ -67,7 +67,7 @@ class User(DjangoObjectType):
6767
class Query(graphene.ObjectType):
6868
users = graphene.List(User)
6969

70-
def resolve_users(self, info, **kwargs):
70+
def resolve_users(self, info):
7171
return UserModel.objects.all()
7272

7373
schema = graphene.Schema(query=Query)

0 commit comments

Comments
 (0)