Skip to content

Commit

Permalink
Merge pull request eclipse-theia#66 from theia-ide/playground
Browse files Browse the repository at this point in the history
Replaces Graphiql with Graphql Playground.
  • Loading branch information
nisarhassan12 committed Oct 23, 2019
2 parents 3d80e8b + ee95dab commit 7024bdc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .env.development
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
GATSBY_GRAPHQL_IDE=playground
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"develop": "env-cmd -f .env.development gatsby develop",
"format": "prettier --write src/**/*.{js,jsx}",
"start": "npm run develop",
"serve": "gatsby serve",
Expand All @@ -16,6 +16,7 @@
"@mdx-js/mdx": "^1.3.0",
"@mdx-js/react": "^1.3.0",
"@types/react-helmet": "^5.0.9",
"env-cmd": "^10.0.1",
"gatsby": "^2.13.3",
"gatsby-plugin-emotion": "^4.1.0",
"gatsby-plugin-mdx": "^1.0.24",
Expand Down

0 comments on commit 7024bdc

Please sign in to comment.