nuxt-modules / apollo

Nuxt.js module to use Vue-Apollo. The Apollo integration for GraphQL.
https://apollo.nuxtjs.org
MIT License
929 stars 194 forks source link

GraphQL playground on local server? #626

Open valeriosillari opened 1 week ago

valeriosillari commented 1 week ago

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