Resolvers
Closed this issue · 3 comments
motiejunas commented
Is there any plans for adding resolvers?
I want to be able to use them like in AutoMapper:
opt => opt.ResolveUsing(new TestQuestionsCountResolver(testService))
wufe commented
I'll work on it as soon as possible
wufe commented
@motiejunas
I noticed that the projection operation works as a custom value resolver.
Check this example in the tests file.
Let me know if you have doubts.
motiejunas commented
@wufe exactly what I was looking for