federation/gateway/node_modules/apollo-graphql/lib/utilities/graphql.d.ts
2020-11-14 16:43:58 +01:00

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