Skip to content

Instantly share code, notes, and snippets.

View skirianov's full-sized avatar
🏠
Working from home

Sergii Kirianov skirianov

🏠
Working from home
View GitHub Profile
@skirianov
skirianov / productTaxCategory.js
Created March 9, 2023 09:02
productTaxCategory custom GraphQL query for Vue Storefront and commercetools integration
const { ChannelFragment, ProductPriceFragment } = require('@vsf-enterprise/commercetools-api');
// add taxCategory field on products query
module.exports = `
${ProductPriceFragment}
${ChannelFragment}
fragment Images on ProductVariant {
images {
url