UNPKG

@neo4j/graphql

Version:

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

3 lines 225 B
import type { ContextFeatures, RelationField } from "../types"; export declare function getRelationshipType(relationField: RelationField, features: ContextFeatures): string; //# sourceMappingURL=get-relationship-type.d.ts.map