UNPKG

@neo4j/graphql

Version:

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

3 lines 210 B
import type { Debugger } from "debug"; export declare function debugCypherAndParams(debug: Debugger, cypher: string, params: Record<string, unknown>): void; //# sourceMappingURL=debug-cypher-and-params.d.ts.map