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

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
0.1.00latest

Version History

VersionDownloads (Last 7 Days)Published
0.1.00
0.0.30
0.0.20
0.0.10

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