|
|
|
|
|
by ponyous
2788 days ago
|
|
If your API is relatively straightforward (as in 1 service that just connects to a database), then you won't profit from GraphQL as much. I see the biggest value of GraphQL when it's put as an intermediate layer between the clients and multiple services in the backend. Note: clients - plural, usually different clients need different data and doing it in REST would result in over fetching (fetching the data you don't need) |
|