UNPKG

@graphql-tools/optimize

Version:

A set of utils for faster development of GraphQL tools

3 lines (2 loc) 134 B
import { DocumentNode } from '@graphql-tools/graphql'; export declare type DocumentOptimizer = (input: DocumentNode) => DocumentNode;