contentful / vault

Easy persistence of Contentful data for Android over SQLite.
https://contentful.github.io/vault/
Apache License 2.0
85 stars 19 forks source link

Fetching entry without subentries #152

Closed bizon91 closed 5 years ago

bizon91 commented 5 years ago

Hi, I got resource A which contains list of resource B which contains list of resource C. I'd like to display list of A on screen but query takes a while since it also fetches related subitems. Is it possible to limit it somehow in vault by fetching entries without relations or by defining depth of resolving links.

mariobodemann commented 5 years ago

Hello,

sadly this is not possible: Vault will always fetch all the content from Contentful.

Greetings, Mario