Initial Save
This commit is contained in:
14
node_modules/apollo-graphql/src/index.ts
generated
vendored
Normal file
14
node_modules/apollo-graphql/src/index.ts
generated
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
export {
|
||||
defaultOperationRegistrySignature,
|
||||
defaultUsageReportingSignature,
|
||||
operationRegistrySignature,
|
||||
operationHash,
|
||||
// deprecated name for this function:
|
||||
defaultUsageReportingSignature as defaultEngineReportingSignature,
|
||||
} from "./operationId";
|
||||
export * from "./schema";
|
||||
export {
|
||||
printWithReducedWhitespace,
|
||||
hideStringAndNumericLiterals,
|
||||
hideLiterals,
|
||||
} from "./transforms";
|
||||
Reference in New Issue
Block a user