Unable to retrieve blocks data for language blog posts created with the i18n plugin

System Information
  • Strapi Version: 4.10.2
  • Operating System: ubuntu-jammy-22.04
  • Database: SQLite
  • Node Version: 18.16.0
  • NPM Version: 9.5.1
  • Yarn Version: -

I am using this plugin to create localisation content.
When retrieving data in GraphQL, all content data in the default language can be retrieved, but when retrieving content data in another language created in localisation, the rich text data created in the Dynamic Zone type is not accessible and null This is the case.
However, it is indeed visible on the screen.
Where is the data for the Dynamic Zone type of the relationship content created by Localisation kept? Thanks for your help.

Self-resolved!
After reviewing the Gatsby-strapi-plugin settings, I was able to get data in both directions, language A to language B and language B to language A.
I needed to set ‘locale: “all”’ as described here.
gatsby-source-strapi | Gatsby? =strapi#internationalisation