Why is there no matching mutator included for mapMultiRowFields?
geoidesic opened this issue · 1 comments
geoidesic commented
It seems to me that there should be an updateMultiRowField
mutator included as standard which should work with dot notation paths also.
In the only mapMultiRowFields
example in the docs, it uses a custom mutation which does not handle dot notation, which seems like a very limited use case.
geoidesic commented
Ok no, nevermind. I was completely misunderstanding. It uses the normal updateFields
mutation for each row. The custom mutation is to add a new row.