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 ae126a6 commit 75bf398Copy full SHA for 75bf398
docs/tutorial-relay.rst
@@ -147,7 +147,7 @@ Create ``cookbook/ingredients/schema.py`` and type the following:
147
interfaces = (relay.Node, )
148
149
150
- class Query(object):
+ class Query(graphene.ObjectType):
151
category = relay.Node.Field(CategoryNode)
152
all_categories = DjangoFilterConnectionField(CategoryNode)
153
0 commit comments