Migrate to Netlify Today

Netlify announces the next evolution of Gatsby Cloud. Learn more

ContactSign Up
Community Plugin
View plugin on GitHub

Gatsby source plugin for Pokko

gatsby-source-pokko

Source plugin for pulling models and entries into Gatsby from Pokko. It creates links between records so they can be queried in Gatsby using GraphQL.

Installation

npm install --save gatsby-source-pokko
# or
yarn add gatsby-source-pokko

How to use

// In your gatsby-config.js
plugins: [
  {
    resolve: `gatsby-source-pokko`,
    options: {
      region: `au-syd1`,
      token: `YOUR_API_TOKEN`,
      project: `YOUR_PROJECT_KEY`,
      environment: `YOUR_ENVIRONMENT_KEY`,
    },
  },
]
© 2023 Gatsby, Inc.