Skip to content

Commit adf03f4

Browse files
committed
Added missing type to schema
1 parent d891622 commit adf03f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/django_mongoengine/bike/schema.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ def resolve_shop_list(self, info):
1414
return Shop.objects.all()
1515

1616

17-
schema = graphene.Schema(query=Query, types=[BikeType, ])
17+
schema = graphene.Schema(query=Query, types=[BikeType, ShopType])

0 commit comments

Comments
 (0)