Netlify announces the next evolution of Gatsby Cloud. Learn more
A source plugin to get all the World countries.
// In your gatsby-config.js module.exports = { plugins: [ //... "gatsby-source-countries", //... ], }