Migrate to Netlify Today

Netlify announces the next evolution of Gatsby Cloud. Learn more

ContactSign Up
Community Plugin
View plugin on GitHub

Gatsby Source Sermon Audio

Pass the following options to use this plugin:

  • API Key for Sermon Audio API
  • Array of fields to include in graphql schema from API response object

Code Example in gatsby-config.js plugin array:

    {
      resolve: `gatsby-source-sermon-audio`,
      options: {
        apiKey: SERMON_AUDIO_API_KEY,
      }
    }
© 2023 Gatsby, Inc.