Skip to content

🐈 Because you want facts about cats in your Gatsby site.

Notifications You must be signed in to change notification settings

cwlsn/gatsby-source-cat-facts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gatsby-source-cat-facts

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!

🐈

About

🐈 Because you want facts about cats in your Gatsby site.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published