Fix BigCommerce

This commit is contained in:
cond0r 2022-12-02 15:05:53 +02:00
parent 0968c0268a
commit f9a26370ef
2 changed files with 9 additions and 9 deletions

View File

@ -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 {

View File

@ -50,15 +50,6 @@ export const getProductQuery = /* GraphQL */ `
}
}
}
customFields {
edges {
node {
entityId
name
value
}
}
}
}
}
}