mirror of
https://github.com/rjNemo/federation
synced 2026-06-09 19:46:40 +00:00
4 lines
No EOL
233 B
TypeScript
4 lines
No EOL
233 B
TypeScript
import { ASTNode, DocumentNode } from "graphql";
|
|
export declare function isNode(maybeNode: any): maybeNode is ASTNode;
|
|
export declare function isDocumentNode(node: ASTNode): node is DocumentNode;
|
|
//# sourceMappingURL=graphql.d.ts.map
|