Community Plugin
View plugin on GitHub��## gatsby-source-google-reviews-graphql
This plugin we can get google reviews from your business. We need to use google my business to get your reviews. For this plugins email at [jhpabel@gmail.com], Thanks.
##Install
npm install gatsby-source-google-reviews-graphql
How to use
// In your gatsby-config.js
plugins: [
{
resolve: "gatsby-source-google-reviews-graphql",
options: {
token: "...",
id: "...",
a_id: "...",
location_id: "...",
},
},
];