Hi to everybody,
i don’t know if it is a Bug or Feature that HTML Tags from Product Description are filtered when using Storefront API.
Would be very useful that these Tags are keept.
Especially when using serveral Paragraphs in Description.
{
collectionByHandle(handle: "MYHANDLE") {
id
description
products(first: 10) {
edges {
node {
id
description
variants(first: 1) {
edges {
node {
price
}
}
}
images(first: 1) {
edges {
node {
originalSrc
}
}
}
}
cursor
}
pageInfo {
hasNextPage
}
}
}
}