Skip to content

Commit aa64c12

Browse files
committed
Merge branch 'master' of github.com:graphcool/graphql-playground
2 parents 9020483 + 8312e70 commit aa64c12

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@
33
- [ ] GraphQL Playground - Electron App
44
- [ ] GraphQL Playground HTML
55
- [ ] GraphQL Playground
6-
- [ ] GraphQL Playground Middleware
6+
- [ ] GraphQL Playground Express Middleware
7+
- [ ] GraphQL Playground Hapi Middleware
8+
- [ ] GraphQL Playground Koa Middleware
9+
- [ ] GraphQL Playground Lambda Middleware
710

811
#### What OS and OS version are you experiencing the issue(s) on?
912

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
Fixes #.
2+
3+
Changes proposed in this pull request:
4+
5+
-
6+
7+
-
8+
9+
-

packages/graphql-playground-electron/src/ElectronApp.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ export default class ElectronApp extends React.Component<{}, State> {
110110
if (configString.includes('${env:')) {
111111
alert(`You opened a .graphqlconfig file that includes environment variables.
112112
In order to use environment variables in the Playground, please start it from the graphql cli. Install with
113-
npm install -g graphql
113+
npm install -g graphql-cli
114114
Then open the graphql config with:
115115
cd ${folderPath}; graphql playground`)
116116
}

0 commit comments

Comments
 (0)