UNPKG

@neo4j/graphql

Version:

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

9 lines 276 B
import type { Annotation } from "./Annotation"; export declare class PluralAnnotation implements Annotation { readonly name = "plural"; readonly value: string; constructor({ value }: { value: string; }); } //# sourceMappingURL=PluralAnnotation.d.ts.map