UNPKG

@neo4j/graphql

Version:

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

4 lines 295 B
import type { DirectiveNode } from "graphql"; import { CustomResolverAnnotation } from "../../annotation/CustomResolverAnnotation"; export declare function parseCustomResolverAnnotation(directive: DirectiveNode): CustomResolverAnnotation; //# sourceMappingURL=custom-resolver-annotation.d.ts.map