does prisma/graph.cool support HTTP GET requests?
# random
z
does prisma/graph.cool support HTTP GET requests?
d
What exactly are you needing GET requests for? GraphQL, as far as I can remember, uses POST due to the fact that you need to send a query into the server
z
HTTP GET is more easily cacheable
(with off-the-shelf CDN)
also, the GraphQL spec says GET is supported