diff --git a/packages/gatsby-source-contentful/README.md b/packages/gatsby-source-contentful/README.md index 6db0a391e1c2e..48059cd641362 100644 --- a/packages/gatsby-source-contentful/README.md +++ b/packages/gatsby-source-contentful/README.md @@ -81,7 +81,8 @@ if you have `Product` as one of your content types, you will be able to query it like the following: ```graphql -allContentfulProduct { +{ + allContentfulProduct { edges { node { id