Previous versions of gatsby (at least 1.9.70) used to launch a graphiql debugger at /__graphql
I'm now running 1.9.138 and no debugger gets launched. I'm new to graphql and really need the debugger.
Is there any way to access it without rolling back?
Hi @jonathan-chin! http://localhost:8000/___graphql should still work – maybe you're just missing that third underscore?
@fk you're correct, I was missing the third underscore.
I assumed it was removed because old builds of gatsby printed a message during develop:
Your graphql debugger is running at http://localhost:8000/___graphql
the latest build I have doesn't print that.
Yep, also noticed that just now. :-/ Maybe you could you open an issue for that (would do myself, but on the phone now)?
Am 17.12.2017 um 02:00 schrieb Jon Chin notifications@github.com:
@fk you're correct, I was missing the third underscore.
I assumed it was removed because old builds of gatsby printed a message during develop:
Your graphql debugger is running at http://localhost:8000/___graphqlthe latest build I have doesn't print that.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.
@fk might be better if you do? I'm not 100% familiar with how github works.
Just like you did with this issue - open a new one and use your comment (or parts of it) from this issue to describe the missing graphql debugger note issue.
Am 17.12.2017 um 02:07 schrieb Jon Chin notifications@github.com:
@fk might be better if you do? I'm not 100% familiar with how github works.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.
Oh crap, I removed the Graphiql link :-( yeah let's get that back in.
Most helpful comment
Hi @jonathan-chin! http://localhost:8000/___graphql should still work – maybe you're just missing that third underscore?