UNPKG

graphql-codegen-core

Version:

GraphQL types and code generator based on schema

3 lines (2 loc) 122 B
import { Source } from 'graphql'; export declare function parse(source: Source | string): import("graphql").DocumentNode;