Replies: 1 comment
-
Did you populate it ? {
// ...
dynamiczone :{
populate: "*",
yourComponent : {
// ...
populate: "*",
collection:{
// ...
populate: "*",
// ...
}
}
}
...
} |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I'm new to gatsby and strapi but in Strapi I have a collection containing a dynamic zone which call a Component containing a Collection. Everything work fine in gatsby except the component collection that is not retrieve. Can anybody help for that?
Using strapi 4.7.1 and gatsby 5.7.0.
Beta Was this translation helpful? Give feedback.
All reactions