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