From 6bee561c86da3ef38766c5208147d1d627e2ff49 Mon Sep 17 00:00:00 2001 From: Marek Suscak Date: Fri, 19 Feb 2021 14:22:24 +0100 Subject: [PATCH] Update the changelog of Contentful plugin to show a working example (#29579) --- packages/gatsby-source-contentful/CHANGELOG.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/packages/gatsby-source-contentful/CHANGELOG.md b/packages/gatsby-source-contentful/CHANGELOG.md index 77d46e79419d2..61fb0f9672075 100644 --- a/packages/gatsby-source-contentful/CHANGELOG.md +++ b/packages/gatsby-source-contentful/CHANGELOG.md @@ -209,13 +209,15 @@ export const pageQuery = graphql` raw references { ... on ContentfulPage { - # contentful_id is required to resolve the references + # __typename and contentful_id are required to resolve the references + __typename contentful_id title slug } ... on ContentfulAsset { - # contentful_id is required to resolve the references + # __typename and contentful_id are required to resolve the references + __typename contentful_id fluid(maxWidth: 600) { ...GatsbyContentfulFluid_withWebp