Just stop comparing REST to GraphQL. GraphQL is great, I am a fan, but this statement makes no sense. Let’s try again. REST is an architectural style. GraphQL Is a protocol and tools. They are not the same thing, so just stop trying to compare them. Thanks in advance.
12
86
9
199
This discussion exists because 99% of uses of “REST” aren’t as an architectural style and just as an API transport over HTTP.
4
7
58
Used as a synonym for JSON over HTTP with POST to paths that look like methods and all defined in a metadata doc that ties them up to an “API”, but I’m sure glad we got over SOAP & WSDL ;)
5
1
13
You’re completely wrong! A lot of it is using GET.

Jul 22, 2018 · 6:34 AM UTC