Migrate to Netlify Today

Netlify announces the next evolution of Gatsby Cloud. Learn more

ContactSign Up
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: "...",
        },
    },
];
© 2024 Gatsby, Inc.