feat(gatsby-source-shopify): add SEO field to articles (#18985)

Add seo field to Article query
This commit is contained in:
GatsbyJS Bot
2019-10-25 12:03:25 +00:00
parent 176cefbcf0
commit 0ee20d424a
+1 -1
View File
@@ -10,7 +10,7 @@
"format": "prettier --write \"**/*.{js,jsx,json,md}\"",
"start": "npm run develop",
"serve": "gatsby serve",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1"
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing \""
},
"dependencies": {
"gatsby": "^2.17.4",