Skip to content

Commit

Permalink
Merge pull request #527 from reactioncommerce/feat-aldeed-remove-unus…
Browse files Browse the repository at this point in the history
…ed-fields

feat: remove unused fields from GQL query
  • Loading branch information
kieckhafer authored May 7, 2019
2 parents be9aac4 + fd7d48e commit 54ee6d3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/containers/catalog/catalogItemProduct.gql
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ query catalogItemProductQuery($slugOrId: String!) {
slug
description
vendor
inventoryAvailableToSell
inventoryInStock
isLowQuantity
isSoldOut
isBackorder
Expand Down Expand Up @@ -84,7 +82,6 @@ query catalogItemProductQuery($slugOrId: String!) {
}
canBackorder
inventoryAvailableToSell
inventoryInStock
isBackorder
isSoldOut
isLowQuantity
Expand All @@ -106,7 +103,6 @@ query catalogItemProductQuery($slugOrId: String!) {
optionTitle
canBackorder
inventoryAvailableToSell
inventoryInStock
isBackorder
isSoldOut
isLowQuantity
Expand Down

0 comments on commit 54ee6d3

Please sign in to comment.