UNPKG

@neo4j/graphql

Version:

A GraphQL to Cypher query execution layer for Neo4j and JavaScript GraphQL implementations

4 lines 259 B
import Cypher from "@neo4j/cypher-builder"; /** Asserts the given variable is a Cypher.Node instance */ export declare function assertIsCypherNode(variable: Cypher.Variable): asserts variable is Cypher.Node; //# sourceMappingURL=assert-is-cypher-node.d.ts.map