UNPKG

@graphql-tools/webpack-loader

Version:

A set of utils for faster development of GraphQL tools

3 lines (2 loc) 106 B
import { DocumentNode } from 'graphql'; export declare function parseDocument(doc: string): DocumentNode;