@apollo/client
Version:
A fully-featured caching GraphQL client.
6 lines • 339 B
TypeScript
export type { FragmentType, MaybeMasked, Unmasked } from "./types.js";
export type { GraphQLCodegenDataMasking } from "./GraphQLCodegenDataMasking.js";
export { disableWarningsSlot } from "./utils.js";
export { maskFragment } from "./maskFragment.js";
export { maskOperation } from "./maskOperation.js";
//# sourceMappingURL=index.d.ts.map