Integrate GraphiQL with Apollo Server

Hi, is there any possibility to use GraphiQL over Playground with apollo?

This has been asked before in the apollo server github, iirc.

GraphiQL is kind of in the middle of a full rewrite around a flexible API-driven approach with monaco being the main frontend, from what I understand.

Apollo has stated that nothing is preventing your in v3 from providing your own landing page, but they use studio as the default and as such don’t intend to implement the GraphiQL landing page plugin themselves.

I considered writing one myself, but I haven’t because I’m fine just using playground until the GraphiQL rewrite is done, at which point I’d consider implementing the plugin.