UNPKG

@neo4j/graphql

Version:

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

4 lines 264 B
import type { DirectiveNode } from "graphql"; import { SortableAnnotation } from "../../annotation/SortableAnnotation"; export declare function parseSortableAnnotation(directive: DirectiveNode): SortableAnnotation; //# sourceMappingURL=sortable-annotation.d.ts.map