diff --git a/geo_app/schema.py b/geo_app/schema.py index 03a3b43..5d98f55 100644 --- a/geo_app/schema.py +++ b/geo_app/schema.py @@ -1486,7 +1486,6 @@ class Query(graphene.ObjectType): product_uuid=node.get('product_uuid'), product_name=node.get('product_name'), supplier_uuid=node.get('supplier_uuid'), - supplier_name=node.get('supplier_name'), latitude=node.get('latitude'), longitude=node.get('longitude'), country=node.get('country'),