Skip to content
This repository was archived by the owner on Sep 6, 2022. It is now read-only.

Commit e8e167d

Browse files
authored
Typo in Example (#43)
1 parent 624e765 commit e8e167d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ To create a GraphQL schema for it you simply have to write the following:
7878
class Meta:
7979
model = Article
8080
81-
class Query(graphene.ObjectType):
81+
class QueryRoot(graphene.ObjectType):
8282
articles = graphene.List(ArticleType)
8383
8484
@graphene.resolve_only_args

0 commit comments

Comments
 (0)