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 have a Parse.Object A that have a children property that is an array of Pointers to reference other objects of type B.
When I do the following, it does not send me back the full B objects contained in the children property, I mean all B.get("something") returns undefined
I have a Parse.Object
A
that have achildren
property that is an array of Pointers to reference other objects of typeB
.When I do the following, it does not send me back the full
B
objects contained in thechildren
property, I mean all B.get("something") returnsundefined
But when I do it like that it works fine ...
So maybe
query.includeAll
is broken or I missed something ?I'm using parse-server 4.3.0
The text was updated successfully, but these errors were encountered: