UNPKG

gatsby-source-sanity

Version:

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

9 lines (8 loc) 281 B
import { Reporter } from 'gatsby'; import { PluginConfig } from './validateConfig'; interface AstRewriterContext { reporter: Reporter; config: PluginConfig; } export declare const rewriteGraphQLSchema: (schemaSdl: string, context: AstRewriterContext) => string; export {};