diff --git a/.api-reports/api-report-core.md b/.api-reports/api-report-core.md index 5fd2e468bf4..935e04317d7 100644 --- a/.api-reports/api-report-core.md +++ b/.api-reports/api-report-core.md @@ -20,7 +20,6 @@ import { InvariantError } from 'ts-invariant'; import { Observable } from 'zen-observable-ts'; import type { Subscription as ObservableSubscription } from 'zen-observable-ts'; import type { Observer } from 'zen-observable-ts'; -import { print as print_3 } from 'graphql'; import { resetCaches } from 'graphql-tag'; import type { SelectionSetNode } from 'graphql'; import { setVerbosity as setLogVerbosity } from 'ts-invariant'; @@ -1614,7 +1613,9 @@ export type PossibleTypesMap = { }; // @public (undocumented) -const print_2: typeof print_3; +const print_2: ((ast: ASTNode) => string) & { + reset(): void; +}; // @public (undocumented) interface Printer { diff --git a/.api-reports/api-report-link_batch-http.md b/.api-reports/api-report-link_batch-http.md index 0e39566b61a..0081bc227be 100644 --- a/.api-reports/api-report-link_batch-http.md +++ b/.api-reports/api-report-link_batch-http.md @@ -10,7 +10,6 @@ import type { ExecutionResult } from 'graphql'; import type { GraphQLError } from 'graphql'; import { Observable } from 'zen-observable-ts'; import type { Observer } from 'zen-observable-ts'; -import { print as print_3 } from 'graphql'; // @public (undocumented) class ApolloLink { @@ -226,7 +225,9 @@ interface Operation { type Path = ReadonlyArray; // @public (undocumented) -const print_2: typeof print_3; +const print_2: ((ast: ASTNode) => string) & { + reset(): void; +}; // @public (undocumented) interface Printer { diff --git a/.api-reports/api-report-link_http.md b/.api-reports/api-report-link_http.md index 09b1e6459dd..d106d1f3e6b 100644 --- a/.api-reports/api-report-link_http.md +++ b/.api-reports/api-report-link_http.md @@ -11,7 +11,6 @@ import type { GraphQLError } from 'graphql'; import { InvariantError } from 'ts-invariant'; import { Observable } from 'zen-observable-ts'; import type { Observer } from 'zen-observable-ts'; -import { print as print_3 } from 'graphql'; // @public (undocumented) class ApolloLink { @@ -261,7 +260,9 @@ export function parseAndCheckHttpResponse(operations: Operation | Operation[]): type Path = ReadonlyArray; // @public (undocumented) -const print_2: typeof print_3; +const print_2: ((ast: ASTNode) => string) & { + reset(): void; +}; // @public (undocumented) interface Printer { diff --git a/.api-reports/api-report-utilities.md b/.api-reports/api-report-utilities.md index 2ec8f95a895..4661d99d1f3 100644 --- a/.api-reports/api-report-utilities.md +++ b/.api-reports/api-report-utilities.md @@ -20,7 +20,6 @@ import { Observable } from 'zen-observable-ts'; import type { Subscription as ObservableSubscription } from 'zen-observable-ts'; import type { Observer } from 'zen-observable-ts'; import type { OperationDefinitionNode } from 'graphql'; -import { print as print_3 } from 'graphql'; import type { SelectionNode } from 'graphql'; import type { SelectionSetNode } from 'graphql'; import type { Subscriber } from 'zen-observable-ts'; @@ -1882,7 +1881,9 @@ type PossibleTypesMap = { type Primitive = null | undefined | string | number | boolean | symbol | bigint; // @public (undocumented) -const print_2: typeof print_3; +const print_2: ((ast: ASTNode) => string) & { + reset(): void; +}; export { print_2 as print } // Warning: (ae-forgotten-export) The symbol "PendingPromise" needs to be exported by the entry point index.d.ts diff --git a/.api-reports/api-report.md b/.api-reports/api-report.md index e48ae78fd4e..227e554222e 100644 --- a/.api-reports/api-report.md +++ b/.api-reports/api-report.md @@ -22,7 +22,6 @@ import { InvariantError } from 'ts-invariant'; import { Observable } from 'zen-observable-ts'; import type { Subscription as ObservableSubscription } from 'zen-observable-ts'; import type { Observer } from 'zen-observable-ts'; -import { print as print_3 } from 'graphql'; import * as React_2 from 'react'; import { ReactNode } from 'react'; import { resetCaches } from 'graphql-tag'; @@ -1952,7 +1951,9 @@ export type PossibleTypesMap = { type Primitive = null | undefined | string | number | boolean | symbol | bigint; // @public (undocumented) -const print_2: typeof print_3; +const print_2: ((ast: ASTNode) => string) & { + reset(): void; +}; // @public (undocumented) interface Printer {