From d1a40b085d4fd38d58f4dd823fc03a9feb9d049f Mon Sep 17 00:00:00 2001 From: Lionel Date: Mon, 18 Feb 2019 16:48:58 +0100 Subject: [PATCH] docs(gatsby-source-shopify): Add missing `s` into `edges` string (#11865) --- packages/gatsby-source-shopify/README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/packages/gatsby-source-shopify/README.md b/packages/gatsby-source-shopify/README.md index 1ac757fd90a87..62daca939939a 100644 --- a/packages/gatsby-source-shopify/README.md +++ b/packages/gatsby-source-shopify/README.md @@ -113,7 +113,7 @@ provided on the `comments` field. ```graphql { allShopifyArticle { - edge { + edges { node { id author { @@ -147,7 +147,7 @@ directly like the following: ```graphql { allShopifyBlog { - edge { + edges { node { id title @@ -166,7 +166,7 @@ queried directly like the following: ```graphql { allShopifyComment { - edge { + edges { node { id author { @@ -187,7 +187,7 @@ Products in the collection are provided on the `products` field. ```graphql { allShopifyCollection { - edge { + edges { node { id descriptionHtml @@ -216,7 +216,7 @@ fields. ```graphql { allShopifyProduct { - edge { + edges { node { id descriptionHtml @@ -253,7 +253,7 @@ be queried directly like the following: ```graphql { allShopifyProductOption { - edge { + edges { node { id name @@ -272,7 +272,7 @@ can be queried directly like the following: ```graphql { allShopifyProductVariant { - edge { + edges { node { id availableForSale @@ -306,7 +306,7 @@ like the following: ```graphql { allShopifyShopPolicy { - edge { + edges { node { body title