HACKER Q&A
📣 senttoschool

Is GraphQL worth it if all your developers are full-stack?


Stack: React, Node.js, Postgres


  👤 mr90210 Accepted Answer ✓
Well, if your system has to allow clients to send complex queries via API call, then GraphQL might be helpful.

Take a look at GitHub’s GraphQL API as a reference of the type of queries I referred above.