Answers for "Change arguments passed to touchNode action"

0

Change arguments passed to touchNode action

exports.sourceNodes = ({ actions, getNodesByType }) => {	
	getNodesByType("YourSourceType").forEach(actions.touchNode)
}
Posted by: Guest on September-29-2021

Code answers related to "Change arguments passed to touchNode action"

Browse Popular Code Answers by Language