Stop Returning Everything When the Client Only Needs a Few Fields
- Published
- Author
Eric HansonBackend Developer
Over-fetching is a performance problem and a data leakage problem. Sparse fieldsets and response projection are the tools that solve it.
Read more