I want to do something similar to: request.params.resolve_depth = 3;
Paul
1 Comment
M
Michael
said
almost 7 years ago
The collectionAccess module does not have access to KinveyReferences and cannot resolve them. KinveyReferences are an API concept in Kinvey, while collectionAccess allows for raw access to the datastore. Any resolving within BL will have to be done manually.
Paul M
Is there a way to set depth on a query like the following:
objectCollection.findOne({"_id": object_id}, function(err, response){}
It is not returned referenced entities.
I want to do something similar to: request.params.resolve_depth = 3;
Paul