MCPcopy Create free account
hub / github.com/emwalker/digraph / ApolloWrapper

Function ApolloWrapper

next/lib/ApolloWrapper.tsx:42–48  ·  view source on GitHub ↗
({ children }: React.PropsWithChildren)

Source from the content-addressed store, hash-verified

40}
41
42export function ApolloWrapper({ children }: React.PropsWithChildren) {
43 return (
44 <ApolloNextAppProvider makeClient={makeClient}>
45 {children}
46 </ApolloNextAppProvider>
47 )
48}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected