The next gen Gatsby is here Performance, developer velocity, and scaling to meet Enterprise needs - See whatโs launched
add to gatsby-config.js
module.exports = { plugins: [ // other gatsby plugins // ... { resolve: `gatsby-plugin-add-filters`, options: { types: [`typeNameContainingNodesField`], }, }, ], }