UNPKG

@neo4j/graphql

Version:

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

4 lines 307 B
import Cypher from "@neo4j/cypher-builder"; export declare function getOrCreateCypherNode(nameOrNode: Cypher.Node | string): Cypher.Node; export declare function getOrCreateCypherVariable(nameOrVariable: Cypher.Variable | string): Cypher.Variable; //# sourceMappingURL=get-or-create-cypher-variable.d.ts.map