UNPKG

@apollo/client

Version:

A fully-featured caching GraphQL client.

5 lines 300 B
export type { DataMasking, FragmentType, Masked, MaskedDocumentNode, MaybeMasked, Unmasked, } from "./types.js"; export { disableWarningsSlot } from "./utils.js"; export { maskFragment } from "./maskFragment.js"; export { maskOperation } from "./maskOperation.js"; //# sourceMappingURL=index.d.ts.map