Skip to content

Commit

Permalink
Update the changelog of Contentful plugin to show a working example (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
mareksuscak authored Feb 19, 2021
1 parent c43fb52 commit 6bee561
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions packages/gatsby-source-contentful/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6bee561

Please sign in to comment.