UNPKG

378 BTypeScriptView Raw
1import { InjectionToken } from '@angular/core';
2import { ApolloClientOptions } from '@apollo/client/core';
3import { Flags } from './types';
4export declare const APOLLO_FLAGS: InjectionToken<Flags>;
5export declare const APOLLO_OPTIONS: InjectionToken<ApolloClientOptions<any>>;
6export declare const APOLLO_NAMED_OPTIONS: InjectionToken<Record<string, ApolloClientOptions<any>>>;