UNPKG

@graphql-hive/core

Version:
8 lines 308 B
import { DocumentNode } from 'graphql'; export declare function normalizeOperation({ document, operationName, hideLiterals, removeAliases, }: { document: DocumentNode; hideLiterals?: boolean; removeAliases?: boolean; operationName?: string; }): string; //# sourceMappingURL=operation.d.ts.map