@apollo/client-integration-nextjs
Version:
<div align="center"> <img src="https://raw.githubusercontent.com/apollographql/apollo-client-integrations/main/banner.jpg" width="500" alt="Apollo Client + Next.js App Router" /> </div>
32 lines (29 loc) • 985 B
JavaScript
import { ApolloClient as ApolloClient$1, InMemoryCache as InMemoryCache$1 } from '@apollo/client-react-streaming';
export { DebounceMultipartResponsesLink, RemoveMultipartDirectivesLink, SSRMultipartLink, registerApolloClient } from '@apollo/client-react-streaming';
// src/index.shared.ts
// src/bundleInfo.ts
var bundle = {
pkg: "@apollo/client-integration-nextjs",
client: "ApolloClient",
cache: "InMemoryCache"
};
var ApolloClient = class extends ApolloClient$1 {
/**
* Information about the current package and it's export names, for use in error messages.
*
* @internal
*/
static info = bundle;
};
var InMemoryCache = class extends InMemoryCache$1 {
/**
* Information about the current package and it's export names, for use in error messages.
*
* @internal
*/
static info = bundle;
};
const built_for_rsc = true;
export { ApolloClient, InMemoryCache, built_for_rsc };
//# sourceMappingURL=out.js.map
//# sourceMappingURL=index.rsc.js.map