System Information
- Strapi Version:
- Operating System:
- Database:
- Node Version:
- NPM Version:
- Yarn Version:
Hello,
is there a way how to update specific component in dynamic zone by GraphQL update mutation?
If I do an update, I loose other components in dynamic zone, even if I specify the id
and __typename
which is not wanted behaviour.
I’ve read this part of Docs but din’t find an answer.
Additional question:
Is it possible to add new components to the end of the dynamic zone (or better into specific place in the zone) without loosing old data from that dynamic zone?
Thanks