UNPKG

@neo4j/graphql

Version:

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

4 lines 274 B
import type { DirectiveNode } from "graphql"; import { SelectableAnnotation } from "../../annotation/SelectableAnnotation"; export declare function parseSelectableAnnotation(directive: DirectiveNode): SelectableAnnotation; //# sourceMappingURL=selectable-annotation.d.ts.map