npm.io
1.1.9 • Published 6 years ago

gatsby-source-bandcamp

Licence
ISC
Version
1.1.9
Deps
8
Size
622 kB
Vulns
0
Weekly
0
Stars
1

gatsby-source-bandcamp

yarn add gatsby-source-cat-facts

Want Cat Facts (source) in your Gatsby app? Yes, obviously we all do.

Install this package, and add 'gatsby-source-cat-facts' to your plugins array in gatsby-config.js. Run gatsby develop, head to the GraphiQL IDE and run:

{
   allCatFacts {
    catFacts: edges {
      catFact: node {
        text
      }
    }
  }
}

Look! Cat Facts!