nuxt-modules/apollo

GraphQL playground on local server?

Opened this issue · 0 comments

Your use case

When I work with Nuxt and Apollo locally, on my machine, I would like to have a local url to user locally the GraphQL Playground / Explorer.

Not sure if possible, neither if useful, but I would like to ask.

The solution you'd like

Locally I would like to access a url as http://localhost:3000/graphql where inspecting my data by Playground interface.

Extra: url reachable on dev mode, not at deploy / production (to avoid external users to use it)

Possible alternatives

I can use github tools or extension provided online by Headless CMS (Contentful) but I would to have it locally

Additional information

No response