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
},
},
],