UNPKG

@theguild/federation-composition

Version:
9 lines 313 B
import { ConstValueNode } from 'graphql'; export declare class FederatedLinkImport { name: string; as: string | null; constructor(name: string, as: string | null); toString(): string; static fromTypedefs(node: ConstValueNode): FederatedLinkImport[]; } //# sourceMappingURL=link-import.d.ts.map