The next gen Gatsby is here Performance, developer velocity, and scaling to meet Enterprise needs - See what’s launched
A source plugin to get all the World countries.
// In your gatsby-config.js module.exports = { plugins: [ //... "gatsby-source-countries", //... ], }