UNPKG

@apollo/utils.dropunuseddefinitions

Version:

Drop unused definitions from a GraphQL document

3 lines 183 B
import { type DocumentNode } from "graphql"; export declare function dropUnusedDefinitions(ast: DocumentNode, operationName: string): DocumentNode; //# sourceMappingURL=index.d.ts.map