clean-commit / gatsby-starter-henlo

The most advanced starter for Gatsby & Decap CMS. Extensible, block based starter for Decap CMS. Built with performance in mind, styled with TailwindCSS.
https://henlo.cleancommit.io
MIT License
29 stars 5 forks source link

Feature Request: GraphQL playground #35

Closed GaryWenneker closed 1 year ago

GaryWenneker commented 1 year ago

GraphQL playground

What is the expected behavior?

Would love to have some kind of dev endpoint to play around with data using some kind of graphql client to create more complex queries from the generated data

What is motivation or use case for adding/changing the behavior?

Abillity to have more complex and vivid pages

How should this be implemented in your opinion?

https://www.gatsbyjs.com/docs/how-to/querying-data/running-queries-with-graphiql/

Are you willing to work on this yourself? yes

GaryWenneker commented 1 year ago

http://localhost:8000/___graphql is working by default, maybe adding some info in the readme to show how to query the data?