-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Labels
issue: doc requestIssues that require adding new content, possibly with some prior researchIssues that require adding new content, possibly with some prior researchtarget: v3Documentation PRs/issues targeting content from docs-v3.strapi.io (v3 branch)Documentation PRs/issues targeting content from docs-v3.strapi.io (v3 branch)
Description
Summary
I use Strapi for building API for my small app. In a model, I have the following entities:
Article, Article Translation, Tag, Tag translation. One Article has Many Article Translations. Each Article Translation has Many Tags. Each Tag has Many Tags translations.
My problem is that when I make a GET-request to Article, I don't receive Tags translations. I suppose they are too deep for Strapi. If I just make a GET-request to Tag or to Tag Translation, the response is correct.
How can I increase the depth of relations responses?
Why is it needed?
Because this way it will be clear how to use Strapi fully with deep requests inside.
Suggested solution(s)
No response
Related issue(s)/PR(s)
No response
Metadata
Metadata
Assignees
Labels
issue: doc requestIssues that require adding new content, possibly with some prior researchIssues that require adding new content, possibly with some prior researchtarget: v3Documentation PRs/issues targeting content from docs-v3.strapi.io (v3 branch)Documentation PRs/issues targeting content from docs-v3.strapi.io (v3 branch)