@apollo/client
Version:
A fully-featured caching GraphQL client.
10 lines (9 loc) • 391 B
TypeScript
import type { FieldNode } from "graphql";
import type { OperationVariables } from "@apollo/client";
/**
* @internal
*
* @deprecated This is an internal API and should not be used directly. This can be removed or changed at any time.
*/
export declare const isStreamField: (field: FieldNode, variables: OperationVariables | undefined) => boolean;
//# sourceMappingURL=isStreamField.d.ts.map