Real World Performance: lazy loading, optimizing media, faster analytics join us Wednesday
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 }, }, ],