@apollo/client
Version:
A fully-featured caching GraphQL client.
8 lines • 344 B
TypeScript
import "../../utilities/globals/index.js";
export { graphql } from "./graphql.js";
export { withQuery } from "./query-hoc.js";
export { withMutation } from "./mutation-hoc.js";
export { withSubscription } from "./subscription-hoc.js";
export { withApollo } from "./withApollo.js";
export * from "./types.js";
//# sourceMappingURL=index.d.ts.map