Backand deep querying
问题 I want to know if it is possible to retrieve and the collection of objects that an object holds in Backand. For example - you have an object 'Trip' which has a one-to-many relationship with 'Destination' as a trip can have many destinations. The attribute 'destination' in object 'Trip' is a collection. Is it possible, when querying for a 'Trip' object, that I am able to receive the associated 'Destination' objects that the 'Trip' object has a collection of ? 回答1: While getting the parent