UNPKG

gatsby

Version:
6 lines (5 loc) 280 B
import { DocumentNode } from "graphql"; export declare const overridableBuiltInTypeNames: Set<string>; export declare const builtInTypeDefinitions: () => Array<DocumentNode>; export declare const builtInScalarTypeNames: string[]; export declare const internalTypeNames: string[];