Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(contentful): improve Rich Text field support
* Allow circular references * Improve performance and reduce RAM footprint * Query referenced entries and assets via GraphQL fixes #24221 BREAKING CHANGE: * Entities references in Rich Text fields are no more automatically resolved * Use the `raw` subfield instead of `json` * Use GraphQL to define your referenced data with the new `references` field * Removes the `resolveFieldLocales` as the new `references` field automatically resolves locales * To render Rich Text fields unse the new `renderRichText()` function from `gatsby-source-contentful/rich-text`
- Loading branch information