CTS Trade IT
CTS Trade IT
**You need to use** `[UseProjection]` **to access data not directly on the DTO.** That's what makes the magic happen as it will add additional `Select()` to the `IQueryable` that will...
This is strange, we use this in our project on 12.9.0 and it works. Can you test it against 12.9.0?
Btw did u remove UseSingleOrDefault before testing manual projections?
I made a working sample for you. It uses EFCore's in-memory databse. Entities `Car` and `Owner` have configure nav. properties to each other. In `Program.cs` there a data seeding code...
As a workaround you may opt out from conventions on methods that require projection.
Other question is whether requirement to duplicate parameters on each method is not bug as well. Resolver method does not do anything with the id, so it should not be...
Ok but I do think that it should not fail silently eve in 12. Either it should throw at startup or during invocation.
This might be related to #5273
@kolpav For rule `PRIVATE` i'd suggest using object type policies as they are called anytime given type appears in the query (no matter where in the schecma). More: https://chillicream.com/docs/hotchocolate/security/authorization ```csharp...
@michaelstaib what am I supossed to do with the cla bot? or more precisely why is it blocking only this request? i did not see it in others (and nor...