SHIP IT FASTER

The average enterprise on Netlify ships 140 times per week. Where does your team rank?

ContactSign Up
Community Plugin
View plugin on GitHub

Gatsby source marvel example npm version

Install

To install the source plugin yarn add gatsby-source-marvel.

Configure


{
  resolve: "gatsby-source-marvel",
  options: {
    publicKey: --,
    privateKey: --,
    queries: [
      {
        entity: 'characters',
        entityFilter: {
          name: 'Thor',
        },
      },
    ],
  }
},
© 2023 Gatsby, Inc.