We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a53ded6 commit 4f315c3Copy full SHA for 4f315c3
docs/tutorial-relay.rst
@@ -151,7 +151,7 @@ Create ``cookbook/ingredients/schema.py`` and type the following:
151
interfaces = (relay.Node, )
152
153
154
- class Query(graphene.ObjectType):
+ class Query(ObjectType):
155
category = relay.Node.Field(CategoryNode)
156
all_categories = DjangoFilterConnectionField(CategoryNode)
157
0 commit comments