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

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.1.0
    0
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.1.0
    0
  • 0.0.3
    0
  • 0.0.2
    0
  • 0.0.1
    0

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