UNPKG

@apollo/client

Version:

A fully-featured caching GraphQL client.

5 lines 332 B
import type { DocumentNode } from "../../core/index.js"; export declare function isMutationOperation(document: DocumentNode): boolean; export declare function isQueryOperation(document: DocumentNode): boolean; export declare function isSubscriptionOperation(document: DocumentNode): boolean; //# sourceMappingURL=operations.d.ts.map