We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When requesting entries from Contentful with getEntries() with an include parameter, all Links only resolve to the includes depth.
getEntries()
include
Entries with Links to the same content type resolve to an infinite level.
We are trying to create a resource that links to other related resources.
The text was updated successfully, but these errors were encountered:
Facing the same issue. Seems like the include parameter doesn't do anything at all
Sorry, something went wrong.
No branches or pull requests
Expected Behavior
When requesting entries from Contentful with
getEntries()
with aninclude
parameter, all Links only resolve to the includes depth.Actual Behavior
Entries with Links to the same content type resolve to an infinite level.
Possible Solution
Steps to Reproduce
Context
We are trying to create a resource that links to other related resources.
Environment
The text was updated successfully, but these errors were encountered: