feat: implement breadcrumb for PDP

Signed-off-by: Chloe <pinkcloudvnn@gmail.com>
This commit is contained in:
Chloe
2024-04-23 15:53:00 +07:00
parent 931e60f733
commit 41b6ab5df9
5 changed files with 173 additions and 1 deletions

View File

@@ -24,6 +24,12 @@ const productFragment = /* GraphQL */ `
currencyCode
}
}
collections(first: 1) {
nodes {
title
handle
}
}
variants(first: 250) {
edges {
node {