UNPKG

430 BTypeScriptView Raw
1import { FederationConfig, FederationVersion } from '../interfaces';
2export interface TypeDefsDecorator<T = FederationConfig> {
3 decorate(typeDefs: string, options: T): string;
4}
5export declare class TypeDefsDecoratorFactory {
6 private readonly logger;
7 create(federationVersion: FederationVersion, apolloSubgraphVersion: number): TypeDefsDecorator | undefined;
8}
9//# sourceMappingURL=type-defs-decorator.factory.d.ts.map
\No newline at end of file