5 ms·
Fundamentally, GraphQL is a _query language_, but people keep trying to build/use it as an _API_.
by Calamitous 2y ago
Fundamentally, GraphQL is a _query language_, but people keep trying to build/use it as an _API_.
- remus 2y agoThe same thought struck me when reading the article. Imagine a world where your API was 'send me some SQL, return results' and you'd have the same problems as described.