Ubuntu Linux 18.04 bionic
"graphql-playground-middleware-express": "^1.7.12",
Should be able to query in localhost:8000/___graphql
but i am getting the following error
https://i.gyazo.com/8f63f63002f139f7b6f1fe5450198c69.png
Format:
My .env.development file
GATSBY_GRAPHQL_IDE=playground
My Gatsby Config file
module.exports = {
siteMetadata: {
title: "Full-StackDeveloper",
author: "Faiz Hameed",
},
plugins: [
{ resolve: "gatsby-plugin-sass" },
{
resolve: "gatsby-source-filesystem",
options: {
name: "src",
path: `${__dirname}/src/`,
},
},
],
}
The issue was solved by using correct URL link in the Url space given in the graphql playground.
ie localhost:8000/___graphql