examples icon indicating copy to clipboard operation
examples copied to clipboard

fix: issue making GraphQL Apollo Sandbox inaccessible with TypeScript

Open kamtoeddy opened this issue 4 months ago • 1 comments

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.

image

kamtoeddy avatar Oct 11 '24 00:10 kamtoeddy