Open madiganz opened 3 years ago
Seeing this bug in Hot Chocolate 12.3.2 with EF Core 6. Any word on when this can be resolved?
Same issue .NET 6 , EF Core 6 and Hot Chocolate 12.4.0-preview.14.
Hey there. Is there an update on this? Nested pagination would be very important for us.
We are working on a new projection engine for 13. We are looking at November at the moment.
Hi, is November still expected date ? We are experiencing same issue here.
Since v13.0.0, projection and pagination do not produce error on nested object but there's no projection. The SQL query only request for parent object so nested object appear as "null".
Is there an existing issue for this?
Describe the bug
I am using HotChocolate 12.2.0 with Entity Framework 5.0.10 and when trying to add nested pagination to a query with projection, an error is thrown. I expect no error to be thrown and the nested data to be retrieved by the query and also be able to be paged.
Have also tried adding
ResolveWith
to the Assets field and the same error is thrown.Steps to reproduce
The Repositories are simple wrappers over the Entity Framework DbSet for that type
Relevant log output
Additional Context?
No response
Product
Hot Chocolate
Version
12.2.0