UNPKG

@graphql-tools/optimize

Version:

A set of utils for faster development of GraphQL tools

3 lines (2 loc) 111 B
import { DocumentNode } from 'graphql'; export type DocumentOptimizer = (input: DocumentNode) => DocumentNode;