UNPKG

@neo4j/graphql

Version:

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

9 lines 290 B
import type { Annotation } from "./Annotation"; export declare class SortableAnnotation implements Annotation { readonly name = "sortable"; readonly byValue: boolean; constructor({ byValue }: { byValue: boolean; }); } //# sourceMappingURL=SortableAnnotation.d.ts.map