UNPKG

@graphql-tools/optimize

Version:

A set of utils for faster development of GraphQL tools

7 lines (6 loc) 208 B
import { DocumentOptimizer } from '../types.js'; /** * This optimizer removes "description" field from schema AST definitions. * @param input */ export declare const removeDescriptions: DocumentOptimizer;