We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bf6b1f commit 7bf1d8eCopy full SHA for 7bf1d8e
packages/gatsby/src/commands/develop.js
@@ -302,6 +302,13 @@ module.exports = async (program: any) => {
302
console.log(` ${urls.localUrlForTerminal}`)
303
}
304
305
+ console.log()
306
+ console.log(
307
+ `View GraphiQL, an in-browser IDE, to explore your site's data and schema`
308
+ )
309
310
+ console.log(` ${urls.localUrlForTerminal}___graphql`)
311
+
312
console.log()
313
console.log(`Note that the development build is not optimized.`)
314
console.log(
0 commit comments