UNPKG

135 BTypeScriptView Raw
1import { Source } from 'graphql';
2export declare function parse(source: Source | string): import("graphql/language/ast").DocumentNode;