First and foremost, I would like to thank the people at Prismic for creating such a product and opening a free plan for developers!
So my question is what's the difference between creating pages dynamically using gatsby-node.js and using 'gatsby-source-prismic-graphql' plugin options?
Hello Lance and welcome to the Prismic community forum!
The differences are:
With the gatsby-source-prismic-graphql plugin pages are dynamically generated inside the src/templates folder, and the necessary data for the queries is provided by the plugin as well as the URL slugs.