|
|
|
|
|
by matte_black
3025 days ago
|
|
Could controlling the shape of the data returned by GraphQL on the client open up your application to really inefficient querying? We control what is returned in data from our REST API by merely specifying the fields you want as a parameter. If there are use cases that would require multiple tables to be joined, those are created ahead of time as views with appropriate triggers for updates and then endpoints are created for accessing that view through RESTful methods. This has always worked just fine. |
|