diff --git a/graphql/ProductList.graphql b/graphql/ProductList.graphql index 546b9e6..9511710 100644 --- a/graphql/ProductList.graphql +++ b/graphql/ProductList.graphql @@ -2,7 +2,7 @@ query ProductList { products( first: 1 channel: "default-channel" - where: { isAvailable: true } + where: { isAvailable: true, isPublished: true, giftCard: false, isVisibleInListing: true } sortBy: { field: PRICE, direction: DESC } ) { edges {