gatsby-source-sanity
Version:
Gatsby source plugin for building websites using Sanity.io as a backend.
7 lines (6 loc) • 341 B
TypeScript
import { GraphQLFieldConfig } from 'gatsby/graphql';
import { GatsbyContext, GatsbyOnNodeTypeContext } from '../types/gatsby';
import { PluginConfig } from '../gatsby-node';
export declare function extendImageNode(context: GatsbyContext & GatsbyOnNodeTypeContext, config: PluginConfig): {
[key: string]: GraphQLFieldConfig<any, any>;
};