Replies: 1 comment 1 reply
-
That's a great suggestion! It's definitely worth exploring further, so I'll go ahead and turn this discussion into an issue. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
First thanks for this project, it is really useful.
I am curious if it is possible to use an existing GridifyMapper and apply it to a "complex object". For example, I have an object Address. And I want to allow filtering only over some properties. The object is used in multiple entities, so I would like to restrict the given property on all entities. Similar to AutoMapper, where a DTO can be embedded and the correct map is used for it.
Beta Was this translation helpful? Give feedback.
All reactions