Skip to content

Nested sparse fieldsets #434

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

Closed
milosloub opened this issue Oct 19, 2018 · 0 comments · Fixed by #436
Closed

Nested sparse fieldsets #434

milosloub opened this issue Oct 19, 2018 · 0 comments · Fixed by #436

Comments

@milosloub
Copy link
Contributor

milosloub commented Oct 19, 2018

Following queries will be supported
GET /articles?include=author&fields[author]=name
GET /articles?include=images&fields[images]=desctiption

Or combinations(HasOne and HasMany together

GET /articles?include=author, images&fields[author]=name&fields[images]=desctiption

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging a pull request may close this issue.

2 participants