Skip to content

Commit

Permalink
Merge pull request #14 from BKWLD/add-tag-fragment
Browse files Browse the repository at this point in the history
Add tags to product fragment
  • Loading branch information
weotch authored Mar 30, 2023
2 parents 1d4a7a1 + 8935050 commit 756b107
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cloak-app/shopify",
"version": "1.0.0",
"version": "1.1.0",
"description": "Shopify Storefront API client and related helpers.",
"repository": "[email protected]:BKWLD/cloak-shopify.git",
"author": "Bukwild <[email protected]>",
Expand Down
1 change: 1 addition & 0 deletions queries/fragments/product.gql
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ fragment product on Product {
id
handle
title
tags

# Heirarchy
productType
Expand Down

0 comments on commit 756b107

Please sign in to comment.