UNPKG

@neo4j/graphql

Version:

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

4 lines 249 B
import type { DirectiveNode } from "graphql"; import { QueryAnnotation } from "../../annotation/QueryAnnotation"; export declare function parseQueryAnnotation(directive: DirectiveNode): QueryAnnotation; //# sourceMappingURL=query-annotation.d.ts.map