DEV Community

Discussion on: Time to stop using REST...

Collapse
 
yoursunny profile image
Junxiao Shi

No matter REST, JSON-RPC, or GraphQL, if the data structure (schema) is changed, everything is screwed.
However, with GraphQL you can usually get a type error when you send the query, instead of wondering why the code is accessing a field on undefined.