Skip to content

Commit 7bf1d8e

Browse files
authored
Restore printing the url to GraphiQL (#3248)
1 parent 1bf6b1f commit 7bf1d8e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

packages/gatsby/src/commands/develop.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -302,6 +302,13 @@ module.exports = async (program: any) => {
302302
console.log(` ${urls.localUrlForTerminal}`)
303303
}
304304

305+
console.log()
306+
console.log(
307+
`View GraphiQL, an in-browser IDE, to explore your site's data and schema`
308+
)
309+
console.log()
310+
console.log(` ${urls.localUrlForTerminal}___graphql`)
311+
305312
console.log()
306313
console.log(`Note that the development build is not optimized.`)
307314
console.log(

0 commit comments

Comments
 (0)