0.1.0 • Published 5 years ago

gatsby-source-marvel v0.1.0

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

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