Skip to content

Commit

Permalink
Improve documentation for createParentChildLink
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleAMathews authored Jan 19, 2018
1 parent 9f8c2a5 commit 27cb940
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/gatsby/src/redux/actions.js
Original file line number Diff line number Diff line change
Expand Up @@ -544,7 +544,7 @@ actions.createNodeField = (
}

/**
* Creates a link between a parent and child node
* Creates a link between a parent and child node. This is used when you transform content from another node creating a new child node. You need to add the new child node to the `children` array of the parent but since you don't have direct access to the immutable parent node, use this action instead.
* @param {Object} $0
* @param {Object} $0.parent the parent node object
* @param {Object} $0.child the child node object
Expand Down

0 comments on commit 27cb940

Please sign in to comment.