The next gen Gatsby is here Performance, developer velocity, and scaling to meet Enterprise needs - See what’s launched
This is a source plugin for fetching employees list from the Personio API
In gatsby-config.js:
gatsby-config.js
module.exports = { plugins: [ { resolve: 'gatsby-source-personio', options: { credentials: { clientId: 'YOUR_ID', clientSecret: 'YOUR_SECRET' } }, }, ], }