UNPKG

@apollo-orbit/angular

Version:

A fully-featured GraphQL client for Angular with modular state management.

5 lines (4 loc) 255 B
import { ApolloClient } from '@apollo/client/core'; import { Apollo } from './apollo'; import { DefaultOptions } from './types'; export type ApolloInstanceFactory = (clientId: string, client: ApolloClient<any>, defaultOptions?: DefaultOptions) => Apollo;