Replies: 1 comment
-
When you say "unmapped fields in the nested object from the source are added to the destination's nested object" do you mean they are coming back as |
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
-
Hi,
I am using AutoMapper in NestJS, and I noticed that unmapped fields in the nested object from the source are added to the destination's nested object. How do I ignore these unmapped fields?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions