Netlify announces the next evolution of Gatsby Cloud. Learn more
Printful store data for your Gatsby projects
yarn add gatsby-source-printful
// In your gatsby-config.js plugins: [ { resolve: `gatsby-source-printful`, options: { apiKey: '...', paginationLimit: 100 // Default value is 20 }, }, ],