itcast 6e512b8ce6 aaaa hai 10 meses
..
dist 6e512b8ce6 aaaa hai 10 meses
src 6e512b8ce6 aaaa hai 10 meses
LICENSE 6e512b8ce6 aaaa hai 10 meses
README.md 6e512b8ce6 aaaa hai 10 meses
package.json 6e512b8ce6 aaaa hai 10 meses

README.md

printWithReducedWhitespace

Prints a GraphQL AST with a minimal amount of whitespace. Consider using the stripIgnoredCharacters function from graphql instead of this function.

Usage

import { printWithReducedWhitespace } from "@apollo/utils.operationregistrysignature";

const signature = operationRegistrySignature(
  parse(`#graphql
    query Foo {
      bar
    }
  `),
  "Foo",
  { preserveStringAndNumericLiterals: true },
);