UNPKG

@neo4j/graphql

Version:

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

4 lines 259 B
import type { DirectiveNode } from "graphql"; import { DefaultAnnotation } from "../../annotation/DefaultAnnotation"; export declare function parseDefaultAnnotation(directive: DirectiveNode): DefaultAnnotation; //# sourceMappingURL=default-annotation.d.ts.map