Initial Save
This commit is contained in:
4
node_modules/apollo-graphql/lib/utilities/graphql.d.ts
generated
vendored
Normal file
4
node_modules/apollo-graphql/lib/utilities/graphql.d.ts
generated
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
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
|
||||
Reference in New Issue
Block a user