|
|
|
|
|
by lopatin
2690 days ago
|
|
I agree with RussianCow, I don't think mutations are in any way harder in GraphQL than they are in REST. IDK what you mean re: state management. That sounds like a client side concern, nothing to do with the protocol used to communicate with the server. Additionally, in my experience, the client-side tooling is better for GraphQL, despite it being around for only a fraction of the time of REST. In fact, that's why I chose GraphQL for my projects. I wanted the tooling (Relay, Apollo) that works out of the box with GraphQL, and requires hacks to get it work with REST. |
|