1.1.0 ⢠Published 5 years ago
@nickardson/gatsby-source-printful v1.1.0
gatsby-source-printful
š Gatsby source plugin for pulling product and variant data from Printful
⢠Demo
Install
yarn add gatsby-source-printful
How to use
// In your gatsby-config.js
plugins: [
{
resolve: `gatsby-source-printful`,
options: {
apiKey: '...',
paginationLimit: 100 // Default value is 20
},
},
],
1.1.0
5 years ago