We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6684ca commit d1f2863Copy full SHA for d1f2863
docs/tutorial.rst
@@ -149,7 +149,7 @@ Create the parent project-level ``cookbook/schema.py``:
149
import cookbook.ingredients.schema
150
151
152
- class Query(cookbook.ingredients.schema.Query):
+ class Query(cookbook.ingredients.schema.Query, graphene.ObjectType):
153
# This class will inherit from multiple Queries
154
# as we begin to add more apps to our project
155
pass
0 commit comments