How can I fetch data from a dynamic zone and display it in react?

If you want to fetch dynamic zone with graphql you need to use this:


files is the dynamic zone. And then you can use the apollo react to fetch the data.
Strapi graphql documentation
Apollo Client documentation

1 Like