DEV Community

Discussion on: Why do Webdevs keep trying to kill REST?

Collapse
 
hamatoyogi profile image
Yoav Ganbar

Nice write up Shawn!

REST is fine, but the amount of work you can save with GQL and codegen is massive.

Collapse
 
gklijs profile image
Gerard Klijs

You can also do codegen with REST, if it's open api specced. Although to be fair in general I had more problems with open api codegen than with GraphQL codegen.