fix: use PRODUCT_FRAGMENT to get attributes for bundle detection
Some checks are pending
Build and Deploy / build (push) Waiting to run
Some checks are pending
Build and Deploy / build (push) Waiting to run
This commit is contained in:
@@ -6,7 +6,7 @@ export const GET_PRODUCTS = gql`
|
|||||||
products(channel: $channel, first: $first) {
|
products(channel: $channel, first: $first) {
|
||||||
edges {
|
edges {
|
||||||
node {
|
node {
|
||||||
...ProductListItemFragment
|
...ProductFragment
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
pageInfo {
|
pageInfo {
|
||||||
@@ -15,7 +15,7 @@ export const GET_PRODUCTS = gql`
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
${PRODUCT_LIST_ITEM_FRAGMENT}
|
${PRODUCT_FRAGMENT}
|
||||||
`;
|
`;
|
||||||
|
|
||||||
export const GET_PRODUCT_BY_SLUG = gql`
|
export const GET_PRODUCT_BY_SLUG = gql`
|
||||||
|
|||||||
Reference in New Issue
Block a user