Jul 28, 2017 · 1 min read
Swagger is a tool to document and give a testing interface to a REST API, why would the abstraction be wrong when using this, especially without even considering the use-case?
How does GraphQL make it better, just by pushing the query to the client?
Do i even want it there for every application? I can imagine a lot of cases where this would actually be counter productive.
At the end it’s all about the application and what problem has to be solved when choosing the tool. REST is not the solution to everything and neither is GraphQL, it’s just another tool in the toolbox and up to the developers to pick the right one ;)