-
Gatsby-node-helpers提供功能以协助创建节点,它是一个Gatsby节点帮助程序
资源介绍
gatsby-node-helpers
Gatsby节点帮助器功能可帮助创建节点。 在创建。
自动添加Gatsby的必填节点字段,例如contentDigest
命名空间字段与Gatsby的保留字段冲突
创建用于生成兼容类型名称和ID的可移植函数
地位
安装
npm install --save gatsby-node-helpers
快速指南
导入命名模块:
import { createNodeHelpers } from 'gatsby-node-helpers'
然后使用选项调用createNodeHelpers 。 您将需要传递Gatsby的Node API中可用的功能,例如sourceNodes和createSchemaCustomization 。
以下示例显示了gatsby-node.js的sourceNodes API中的sourceNodes ,但可以在其他