1 min readApr 21, 2017
All the posts I’ve seen about GraphQL always focuses on the queries, which is fine I guess, but what about the transport layer? How the queries get from client to server?
All I can guess is that we’ll be doing POST request for Query operations, which goes in the opposite direction of the REST architechture, which is like the *de facto* standard right now.
Sorry if this is a dumb question, but i’ve never seen a post covering this in a clear manner.
Ah, and Btw, great post :)