|
|
|
|
|
by rvcdbn
1109 days ago
|
|
I think you have to ask yourself "compared to what?". Compared to REST, I would argue auto-generated GraphQL clients are superior (compared to auto-generated REST clients based on something like OpenAPI). Compared to gRPC, I think it has the advantage that it's much easier to use in the browser and many people seem to prefer text-based protocols for debugability. What are you comparing it to? |
|
Why do you prefer auto-generated GraphQL clients?