I’m referring to https://backendless.com/docs/js/data_retrieval_with_relation_depth.html:
In the example at the bottom of the page, it reads:
queryOptions.setRelationsDepth( 2 );
I guess it shall read:
queryBuilder.setRelationsDepth( 2 );
Further, the docs are full of “Blocking Methods” which have been deprecated, right?
Regards,