- Sponsor
-
Notifications
You must be signed in to change notification settings - Fork 158
HasManyThrough not working #425
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
[FromBody]
not working on PatchAsyncIncludes
not working with many-to-many
Alright, more information. I debugged the hell out of This seems to support my theory, and gave me a headache :) Atleast I now know your pipeline a bit better. Cool beans. |
Includes
not working with many-to-manyHasManyThrough
HasManyThrough
#426 contains two tests that are different from before: In both cases, the actual response body does not include a "include" section in the DocumentData. The deserializer does convert the response body to a |
fix(#425): fetching HasManyThrough returns no includes
Description
When using the
HasManyThrough
theincludes
parameter is not included (killing my angular orm), I've been searching through the source code and it only happens only theHasManyThrough
.Environment
The text was updated successfully, but these errors were encountered: