You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We can also change revinclude/include behaviour for this purposes, for example, if we use include after fetch/fetch_all we should have a list of main resources but with already resolved resources into the particular fields.
For example:
ruscoder
changed the title
Add an ability to specify a resource type(or types) for fetch and fetch_all
Add better support for related resources via include/revinclude
Mar 15, 2019
When we use
revinclude
orinclude
we have a bundle with multiple types of resources, but fetch/fetch_all returns only main resource.We can add fetch_raw/fetch_all_raw that should always return a dict with fetched resources.
Example:
returns
And
returns
TBD
The text was updated successfully, but these errors were encountered: