diff --git a/src/containers/catalog/catalogItemProduct.gql b/src/containers/catalog/catalogItemProduct.gql index c0d1195a24..073e7f9984 100644 --- a/src/containers/catalog/catalogItemProduct.gql +++ b/src/containers/catalog/catalogItemProduct.gql @@ -7,8 +7,6 @@ query catalogItemProductQuery($slugOrId: String!) { slug description vendor - inventoryAvailableToSell - inventoryInStock isLowQuantity isSoldOut isBackorder @@ -84,7 +82,6 @@ query catalogItemProductQuery($slugOrId: String!) { } canBackorder inventoryAvailableToSell - inventoryInStock isBackorder isSoldOut isLowQuantity @@ -106,7 +103,6 @@ query catalogItemProductQuery($slugOrId: String!) { optionTitle canBackorder inventoryAvailableToSell - inventoryInStock isBackorder isSoldOut isLowQuantity