You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think I met a similar error and I've found out that you either want to set a service class or assembler class for the resolver, but not both at once. Because if you define assembler class, service class isn't used then?
Describe the bug
I have a virtual relation in my DTO
It's working fine without assembler.
But when I add assembler :
The virtual relation is not found (TestEntityRelationQueryService is not used at all)
Have you read the Contributing Guidelines?
Yes
To Reproduce
Steps to reproduce the behavior:
Expected behavior
It should use custom RelationQueryService when Assembler is define
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: