UNPKG

@graphql-tools/import

Version:

A set of utils for faster development of GraphQL tools

9 lines (8 loc) 262 B
import { ValueNode } from 'graphql'; export declare class FederatedLinkImport { name: string; as: string | null; constructor(name: string, as: string | null); toString(): string; static fromTypedefs(node: ValueNode): FederatedLinkImport[]; }