@neo4j/graphql
Version:
A GraphQL to Cypher query execution layer for Neo4j and JavaScript GraphQL implementations
6 lines • 541 B
TypeScript
import type Cypher from "@neo4j/cypher-builder";
/** Compiles the cypher of an element, if the resulting cypher is not empty adds a prefix */
export declare function compileCypherIfExists(element: Cypher.Expr | Cypher.Clause | undefined, env: Cypher.RawCypherContext): string;
/** Compiles the cypher of an element, if the resulting cypher is not empty adds a prefix */
export declare function compileCypher(element: Cypher.Expr | Cypher.Clause | undefined, env: Cypher.RawCypherContext): string;
//# sourceMappingURL=compile-cypher.d.ts.map