defineField for deeply nested arrays of objects #4640
Unanswered
CallumVass
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I have the following schema which is deeply nested:
I am using
defineField
forsections
which is fine:But when iterating over each
section
- how do I usedefineField
for itsanswers
?Do I need to create another component and pass through
defineField
under each section? ThanksBeta Was this translation helpful? Give feedback.
All reactions