federation/gateway/node_modules/apollo-graphql/lib/transforms.d.ts
2020-11-14 16:43:58 +01:00

8 lines
No EOL
571 B
TypeScript

import { DocumentNode } from "graphql/language/ast";
export declare function hideLiterals(ast: DocumentNode): DocumentNode;
export declare function hideStringAndNumericLiterals(ast: DocumentNode): DocumentNode;
export declare function dropUnusedDefinitions(ast: DocumentNode, operationName: string): DocumentNode;
export declare function sortAST(ast: DocumentNode): DocumentNode;
export declare function removeAliases(ast: DocumentNode): DocumentNode;
export declare function printWithReducedWhitespace(ast: DocumentNode): string;
//# sourceMappingURL=transforms.d.ts.map