The average enterprise on Netlify ships 140 times per week. Where does your team rank?
add to gatsby-config.js
module.exports = { plugins: [ // other gatsby plugins // ... { resolve: `gatsby-plugin-add-filters`, options: { types: [`typeNameContainingNodesField`], }, }, ], }