UNPKG

@neo4j/graphql

Version:

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

4 lines 265 B
import Cypher from "@neo4j/cypher-builder"; /** Serializes object into a string for Cypher objects */ export declare function stringifyObject(fields: Record<string, Cypher.Raw | string | undefined | null>): Cypher.Raw; //# sourceMappingURL=stringify-object.d.ts.map