mirror of
https://github.com/rjNemo/federation
synced 2026-06-09 03:36:38 +00:00
8 lines
No EOL
571 B
TypeScript
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
|