Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5b76f25

Browse files
NaturalclarLB
and
LB
authored
docs: add missing syntax highlight (gatsbyjs#21722)
* docs: add missing syntax highlight * docs: add title to json example * Apply suggestions from code review Co-Authored-By: LB <[email protected]> Co-authored-by: LB <[email protected]>
1 parent 80bca5b commit 5b76f25

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/docs/using-graphql-playground.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,19 +14,19 @@ GraphQL Playground is a way for you to interact with the data your sources and p
1414

1515
To access this experimental feature utilizing GraphQL Playground with Gatsby, add `GATSBY_GRAPHQL_IDE` to your `develop` script in your `package.json`, like this:
1616

17-
```json
17+
```json:title=package.json
1818
"develop": "GATSBY_GRAPHQL_IDE=playground gatsby develop",
1919
```
2020

2121
If you are on **Windows** then you should use:
2222

23-
```
23+
```json:title=package.json
2424
"develop": "cross-env GATSBY_GRAPHQL_IDE=playground gatsby develop",
2525
```
2626

2727
If you haven't installed **cross-env**, you can do it with:
2828

29-
```
29+
```shell
3030
npm install --save-dev cross-env
3131
```
3232

0 commit comments

Comments
 (0)