Skip to content
New issue

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

[ENHANCEMENT]: APIv2: Make it possible to include resources that are related to the direct relationships #1192

Open
jessevz opened this issue Mar 3, 2025 · 0 comments
Labels
enhancement Enhancement of existing features / Small addition

Comments

@jessevz
Copy link
Contributor

jessevz commented Mar 3, 2025

Description

the JSON API specs define the possibility to include relationships of relationships ex. GET /articles/1?include=comments.author where comment is a direct relationship and author is a relationship of comment (https://jsonapi.org/format/#fetching-includes)

@jessevz jessevz added the enhancement Enhancement of existing features / Small addition label Mar 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Enhancement of existing features / Small addition
Projects
None yet
Development

No branches or pull requests

1 participant