UNPKG

gatsby

Version:
7 lines (6 loc) 185 B
import * as graphql from "graphql"; export declare function tranformDocument(ast: graphql.DocumentNode): { ast: graphql.DocumentNode; hasChanged: boolean; error?: Error; };