|
|
|
|
|
by wmdmark
3027 days ago
|
|
That's true however at that point our API is not longer "RESTfull" and become very ad hoc. The cool thing we found with GraphQL is that the client can control the shape of the data it needs without any server side changes (assuming your schema exposes everything properly). |
|
This is the single biggest advantage of GraphQL and AFAIK one of the main reasons for it's conception.