index.d.ts 217 B

12345
  1. import type { DocumentNode } from "graphql";
  2. export declare function stripSensitiveLiterals(ast: DocumentNode, options?: {
  3. hideListAndObjectLiterals?: boolean;
  4. }): DocumentNode;
  5. //# sourceMappingURL=index.d.ts.map