UNPKG

@neo4j/graphql

Version:

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

11 lines 327 B
import type { Annotation } from "./Annotation"; export declare class LimitAnnotation implements Annotation { readonly name = "limit"; default?: number; max?: number; constructor({ default: _default, max }: { default?: number; max?: number; }); } //# sourceMappingURL=LimitAnnotation.d.ts.map