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
Given all references are set up correctly:
GET '/people/:id?include=pets&fields=name,pets' will apply ?fields to both "people" and "pets" resources
GET '/people/:id?include=pets&fields=name' will not include "pets" at all
There might be other edge cases that need some treatment as well
The text was updated successfully, but these errors were encountered:
Given all references are set up correctly:
GET '/people/:id?include=pets&fields=name,pets' will apply ?fields to both "people" and "pets" resources
GET '/people/:id?include=pets&fields=name' will not include "pets" at all
There might be other edge cases that need some treatment as well
The text was updated successfully, but these errors were encountered: