From 9a3509daea4be00d12dd0bfeec9e0607bbd17ddc Mon Sep 17 00:00:00 2001 From: Phil Prasek Date: Sun, 20 Jun 2021 12:02:19 -0700 Subject: [PATCH] breaking-change Signed-off-by: Phil Prasek --- subgraphs/products/products.graphql | 1 - 1 file changed, 1 deletion(-) diff --git a/subgraphs/products/products.graphql b/subgraphs/products/products.graphql index 1d3938fa..6b28c2a6 100644 --- a/subgraphs/products/products.graphql +++ b/subgraphs/products/products.graphql @@ -18,7 +18,6 @@ type ProductDimension { } extend type Query { - allProducts: [Product] product(id: ID!): Product }