examples
examples copied to clipboard
fix: issue making GraphQL Apollo Sandbox inaccessible with TypeScript
This fixes: #154
My guess here is that when the request to http://127.0.0.1:4000/graphql
is made by the browser, it reaches the server as a GET request with no request body causing the conversion to JSON to fail.