angeloashmore/gatsby-source-shopify

allShopifyProduct - description excerpt

Opened this issue · 0 comments

Hi - I was wondering if there could be a way to truncate a product description? Either create an excerpt field to query from or add the ability to truncate the description itself?? Could be helpful on a product index page. Something like:

{
allShopifyProduct {
  edges {
    node {
      description
      excerpt
      tags    
    }
  }
}
}