Right now I have a “Profile” entity with some child entities like ProfileItem and ProfileAttribute, but this leads to multiple ancestor queries to fetch them.
Is it possible to fetch this entire Entity Group with a single query ?
Right now I have a Profile entity with some child entities like ProfileItem and
Share
Use a kindless ancestor query: