As of April 12th, you must go to Progress SupportLink to create new support cases or to access existing cases. Please, bookmark the SupportLink URL and use the new portal to contact the support team.
I want to do something similar to: request.params.resolve_depth = 3;
Paul
1 Comment
M
Michael
said
over 9 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