@apollo/client
Version:
A fully-featured caching GraphQL client.
7 lines (6 loc) • 346 B
text/typescript
export type { FragmentType, MaybeMasked, Unmasked } from "./types.cjs";
export type { GraphQLCodegenDataMasking } from "./GraphQLCodegenDataMasking.cjs";
export { disableWarningsSlot } from "./utils.cjs";
export { maskFragment } from "./maskFragment.cjs";
export { maskOperation } from "./maskOperation.cjs";
//# sourceMappingURL=index.d.cts.map