Skip to content

Commit

Permalink
feat: remove unused fields from GQL query
Browse files Browse the repository at this point in the history
Signed-off-by: Eric Dobbertin <[email protected]>
  • Loading branch information
aldeed committed May 3, 2019
1 parent be9aac4 commit fd7d48e
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 fd7d48e

Please sign in to comment.