UNPKG

@neo4j/graphql

Version:

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

4 lines 254 B
import type { DirectiveNode } from "graphql"; import { CypherAnnotation } from "../../annotation/CypherAnnotation"; export declare function parseCypherAnnotation(directive: DirectiveNode): CypherAnnotation; //# sourceMappingURL=cypher-annotation.d.ts.map