Adds a resolve_relations parameter when fetching stories. Official Storyblok docs show a resolve_relations parameter which allows you to fetch content recursively. It's really handy for reducing requests, and means all your data can appear in one object (e.g. a cocktail contains 5 ingredients with their own properties)
Fixes #1
Adds a
resolve_relations
parameter when fetching stories. Official Storyblok docs show aresolve_relations
parameter which allows you to fetch content recursively. It's really handy for reducing requests, and means all your data can appear in one object (e.g. a cocktail contains 5 ingredients with their own properties)