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
nilan
07/17/2017, 1:17 PM
that's exactly the current limit
d
dankent
07/17/2017, 1:19 PM
Thanks. Are there any plans to increase this? (I understand that the required types get unwieldy as you add more levels of potential nesting...)
dankent
07/17/2017, 1:21 PM
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 😉