UNPKG

@neo4j/graphql

Version:

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

4 lines 255 B
import type { DirectiveNode } from "graphql"; import type { Annotations } from "../annotation/Annotation"; export declare function parseAnnotations(directives: readonly DirectiveNode[]): Partial<Annotations>; //# sourceMappingURL=parse-annotation.d.ts.map