UNPKG

@tmeasday/aer-limited

Version:

Do not use if you don't know what this does.

8 lines 562 B
import { DocumentNode } from 'graphql'; export declare function hideLiterals(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; export declare function defaultSignature(ast: DocumentNode, operationName: string): string; //# sourceMappingURL=signature.d.ts.map