Y
Hacker News
new
|
ask
|
show
|
jobs
by
dschep
1625 days ago
Doubtful given that GraphQL doesn't prescribe a transport layer. [0]
[0]
https://graphql.org/faq/#does-graphql-use-http
1 comments
chrismorgan
1624 days ago
Doesn’t prescribe one, no, but when it
is
over HTTP, it’d be perfectly reasonable to have it accept QUERY for non-mutating requests, like it can currently use GET or POST.
link