UNPKG

gatsby-source-sanity

Version:

Gatsby source plugin for building websites using Sanity.io as a backend.

4 lines (3 loc) 237 B
import { Actions, SourceNodesArgs } from 'gatsby'; import { SanityInputNode } from '../types/gatsby'; export default function createNodeManifest(actions: Actions, args: SourceNodesArgs, node: SanityInputNode, publishedId: string): void;