We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f6684ca + d1f2863 commit f9e7c44Copy full SHA for f9e7c44
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