diff --git a/docs/tutorial.rst b/docs/tutorial.rst index 4927bf7..e4a54a7 100644 --- a/docs/tutorial.rst +++ b/docs/tutorial.rst @@ -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