Is there an official limit on the depth of a neste...
# prisma-whats-new
d
Is there an official limit on the depth of a nested create mutation? I think I've hit a limit at 4 nested levels (error when running the mutation and the generated API documentation seems to say there is no array field for the relationship on the generated type at this depth)
n
that's exactly the current limit
d
Thanks. Are there any plans to increase this? (I understand that the required types get unwieldy as you add more levels of potential nesting...)
My use case needs 5 levels ideally. Typical that my data has one more level of nesting than I can get into a nested mutation 😉
n
could you please create a new feature request: https://github.com/graphcool/feature-requests? Also, I'll add this limitation to our docs 🙂