@apollo/client
Version:
A fully-featured caching GraphQL client.
10 lines (9 loc) • 473 B
text/typescript
import type { FragmentSpreadNode, InlineFragmentNode } 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 isDeferredFragment: (fragmentSelection: FragmentSpreadNode | InlineFragmentNode, variables: OperationVariables | undefined) => boolean;
//# sourceMappingURL=isDeferredFragment.d.cts.map