gatsby-source-marvel

0.1.0 • Public • Published

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',
        },
      },
    ],
  }
},

Readme

Keywords

Package Sidebar

Install

npm i gatsby-source-marvel

Weekly Downloads

0

Version

0.1.0

License

MIT

Unpacked Size

21.3 kB

Total Files

9

Last publish

Collaborators

  • oorestisime