diff --git a/lib/shopify_graphql_helper/queries/products_query.rb b/lib/shopify_graphql_helper/queries/products_query.rb index dc12651..ce60016 100644 --- a/lib/shopify_graphql_helper/queries/products_query.rb +++ b/lib/shopify_graphql_helper/queries/products_query.rb @@ -135,6 +135,8 @@ class ProductsQuery nodes { id title + description + descriptionHtml } } }