I have successfully installed the Gatsby plugin and done the necessary configuration in gatbsy-config.js. I am using the latest version of Ghost and Gatsby.
I’d like to test my queries using Graphiql. Is that possible?
I have successfully installed the Gatsby plugin and done the necessary configuration in gatbsy-config.js. I am using the latest version of Ghost and Gatsby.
I’d like to test my queries using Graphiql. Is that possible?
As soon as you run gatsby develop
and Gatsby finished the build process, GraphiQL should be available under http://localhost:8000/___graphql
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.