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

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.