- Create a wordpress admin side
- Add plugins
-
- WPGraphQL
-
- WPGatsby
- Create gatsby site:
gatsby new project-name
- Install plugin:
npm i gatsby-source-graphql
- Add plugin: gatsby-source-graphql and configure it in gatsby-config.js like I've done it
- run :
gatsby develop
- And You're good to go !!