The “correct” way of GraphQL
I’ve heard Theo, among other popular tech voices praise the use of GraphQL, but only when used correctly. I realize there are different opinions on this topic, but I’m genuinely curious what is the “right” way of implementing GraphQL? Has Theo ever addressed this directly?
1 Reply
I believe implementation isn't necessarily the concern, it's the reason for or problem you want to solve with it. Theo has a video on when it makes sense to use graphql, and the tldr is: use graphql only when the front end and back end teams are separate from each other. Graphql solves an organization problem, not a technical problem.