UNPKG

@neo4j/graphql

Version:

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

4 lines 212 B
import type { GraphElement } from "../classes"; declare function mapToDbProperty(item: GraphElement, graphQLField: string): string; export default mapToDbProperty; //# sourceMappingURL=map-to-db-property.d.ts.map