Skip to content

Commit

Permalink
feat(gatsby-source-shopify): Add handle field to blog + article queri…
Browse files Browse the repository at this point in the history
…es (#24766)
  • Loading branch information
staffordrose authored Jun 18, 2020
1 parent f88d9d8 commit a9e0290
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/gatsby-source-shopify/src/queries.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ export const ARTICLES_QUERY = `
excerpt
excerptHtml
id
handle
image {
altText
id
Expand Down Expand Up @@ -64,6 +65,7 @@ export const BLOGS_QUERY = `
cursor
node {
id
handle
title
url
}
Expand Down

0 comments on commit a9e0290

Please sign in to comment.