In the past you could fetch via graphql the content property of an article and display it in ReactMarkdown component.
But the api has changed. Now the graphql api provides a field named blocks: [ArticleBlocksDynamicZone].
How can I fetch data from a dynamic zone and display it in react?