UNPKG

next-with-apollo

Version:
5 lines (4 loc) 279 B
import ApolloClient from 'apollo-client'; import 'isomorphic-unfetch'; import { InitApolloClient, InitApolloOptions } from './types'; export default function initApollo<TCache = any>(clientFn: InitApolloClient<TCache>, options?: InitApolloOptions<TCache>): ApolloClient<TCache>;