gatsby

Gatsby - See All Generated Pages

See all the pages generated by Gatsby.

Edson Frainlar
Edson FrainlarOctober 05, 2019 · 1 min read · Last Updated:

If you want to see the list of pages generated by Gatsby, you can use the GraphiQL playground part of the Gatsby Dev (usually served on http://localhost:8000/___graphql).

Run the below query and you will be presented with the list of pages,

1query MyQuery {
2 allSitePage {
3 edges {
4 node {
5 path
6 }
7 }
8 }
9}

This page is open source. Noticed a typo? Or something unclear?
Improve this page on GitHub


Edson Frainlar

Written byEdson Frainlar
Mission-driven Full-stack Developer with a passion for developing KTern, Dev Collaboration, and teaching. Curious to explore Quantum Information and Computing.
Connect

Is this page helpful?

Related ArticlesView All

Related VideosView All

GatsbyJS & Analytics: How to Add Google Analytics 4.0 To a Gatsby Site Using Gtag