Files
Odoo-GraphQL-Subscription-C…/graphql-subscription/node_modules/@apollo/client/react/hoc/index.js
2024-06-03 20:23:50 +05:30

8 lines
342 B
JavaScript

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.js.map