Skip to content

Commit 07a9bc5

Browse files
author
Daniel Riggs
committed
Typo in readme
1 parent 801b42d commit 07a9bc5

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
@@ -39,7 +39,7 @@ class Person(PydanticObjectType):
3939
exclude_fields = ("id",)
4040

4141
class Query(graphene.ObjectType):
42-
people = graphene.List(User)
42+
people = graphene.List(Person)
4343

4444
def resolve_people(self, info):
4545
return get_people() # function returning `PersonModel`s

0 commit comments

Comments
 (0)