UNPKG

@neo4j/graphql

Version:

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

5 lines 191 B
import type { Annotation } from "./Annotation"; export declare class PrivateAnnotation implements Annotation { readonly name = "private"; } //# sourceMappingURL=PrivateAnnotation.d.ts.map