Skip to content

Commit

Permalink
fixes docs to include ObjectType in root query
Browse files Browse the repository at this point in the history
  • Loading branch information
joslarson committed Oct 3, 2016
1 parent f6684ca commit d1f2863
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorial.rst
Expand Up @@ -149,7 +149,7 @@ Create the parent project-level ``cookbook/schema.py``:
import cookbook.ingredients.schema
class Query(cookbook.ingredients.schema.Query):
class Query(cookbook.ingredients.schema.Query, graphene.ObjectType):
# This class will inherit from multiple Queries
# as we begin to add more apps to our project
pass
Expand Down

0 comments on commit d1f2863

Please sign in to comment.