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 3c48111 commit 3ca558fCopy full SHA for 3ca558f
docs/docs/create-source-plugin.md
@@ -62,7 +62,7 @@ exports.sourceNodes = async ({ boundActionCreators }) => {
62
const data = await fetch(REMOTE_API)
63
64
// Process data into nodes.
65
- // data.forEach(datum => createNode(processDatum(datum)))
+ data.forEach(datum => createNode(processDatum(datum)))
66
67
// We're done, return.
68
return
0 commit comments