Skip to content

Commit

Permalink
fix: filter attributes on parent product
Browse files Browse the repository at this point in the history
  • Loading branch information
dylandepass committed Oct 24, 2024
1 parent 6e6ce0a commit 6748bad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/queries/cs-product.js
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ export default ({ sku }) => gql`{
url
label
}
attributes(roles: []) {
attributes(roles: ["visible_in_pdp"]) {
name
label
value
Expand Down

0 comments on commit 6748bad

Please sign in to comment.