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 497a136 commit 7394457Copy full SHA for 7394457
packages/gatsby/src/schema/index.js
@@ -28,9 +28,6 @@ module.exports = async () => {
28
}
29
})
30
31
- // console.log(`got enhanced fields`, Object.keys(enhancedFields))
32
- // console.log(`delme`, Object.keys(enhancedFields[0]))
33
-
34
const connections = buildNodeConnections(_.values(typesGQL))
35
36
// Pull off just the graphql node from each type object.
0 commit comments