GraphQL vs REST: A Practical Comparison for Full Stack Developers
Both REST and GraphQL are powerful tools. REST gives you simplicity and broad support. GraphQL gives you flexibility and efficiency. Understanding when to use each one is what separates a good developer from a great one.
If you've never tried GraphQL before, I'd recommend spinning up Apollo Server with a small Node.js project this weekend. You might be surprised how much you enjoy it.

