Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 465 Bytes

File metadata and controls

10 lines (7 loc) · 465 Bytes

This repo recreates the behavior described here: gatsbyjs/gatsby#38634

To reproduce the broken GraphiQL UI, you just need ot export the ENABLE_GATSBY_REFRESH_ENDPOINT like so...

ENABLE_GATSBY_REFRESH_ENDPOINT=true ./node_modules/.bin/gatsby develop
Screen Shot 2023-10-16 at 3 50 46 PM