Options
All
  • Public
  • Public/Protected
  • All
Menu

Module "gatsby-node"

Index

Functions

Functions

Const sourceNodes

  • sourceNodes(__namedParameters: { actions: { createNode: createNode; createParentChildLink: createParentChildLink }; createContentDigest: (input: BinaryLike | string | any) => string; createNodeId: Function; getNode: Function; reporter: Reporter }, options?: PluginOptions): Promise<void>
  • Parameters

    • __namedParameters: { actions: { createNode: createNode; createParentChildLink: createParentChildLink }; createContentDigest: (input: BinaryLike | string | any) => string; createNodeId: Function; getNode: Function; reporter: Reporter }
      • actions: { createNode: createNode; createParentChildLink: createParentChildLink }
        • createNode: createNode
        • createParentChildLink: createParentChildLink
      • createContentDigest: (input: BinaryLike | string | any) => string
          • (input: BinaryLike | string | any): string
          • Parameters

            • input: BinaryLike | string | any

            Returns string

      • createNodeId: Function
      • getNode: Function
      • reporter: Reporter
    • Optional options: PluginOptions

    Returns Promise<void>

Generated using TypeDoc