1.0.0 • Published 3 years ago

gatsby-source-google-reviews-graphql v1.0.0

Weekly downloads
8
License
MIT
Repository
github
Last release
3 years ago

��## 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: "...",
        },
    },
];