mirror of
https://github.com/vercel/commerce.git
synced 2025-05-17 06:56:59 +00:00
Fix BigCommerce
This commit is contained in:
parent
0968c0268a
commit
f9a26370ef
@ -80,6 +80,15 @@ export const productInfoFragment = /* GraphQL */ `
|
||||
}
|
||||
}
|
||||
}
|
||||
customFields {
|
||||
edges {
|
||||
node {
|
||||
entityId
|
||||
name
|
||||
value
|
||||
}
|
||||
}
|
||||
}
|
||||
localeMeta: metafields(namespace: $locale, keys: ["name", "description"])
|
||||
@include(if: $hasLocale) {
|
||||
edges {
|
||||
|
@ -50,15 +50,6 @@ export const getProductQuery = /* GraphQL */ `
|
||||
}
|
||||
}
|
||||
}
|
||||
customFields {
|
||||
edges {
|
||||
node {
|
||||
entityId
|
||||
name
|
||||
value
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user