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 d891622 commit adf03f4Copy full SHA for adf03f4
examples/django_mongoengine/bike/schema.py
@@ -14,4 +14,4 @@ def resolve_shop_list(self, info):
14
return Shop.objects.all()
15
16
17
-schema = graphene.Schema(query=Query, types=[BikeType, ])
+schema = graphene.Schema(query=Query, types=[BikeType, ShopType])
0 commit comments