Skip to content

Commit 8312e70

Browse files
authored
Merge pull request #357 from blackxored/patch-1
fix: should suggest `graphql-cli` instead of `graphql`
2 parents 6a76a0b + bbfa0ca commit 8312e70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)