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 KeyAnnotation implements Annotation { readonly name = "key"; resolvable: boolean; constructor({ resolvable }: { resolvable?: boolean; }); } //# sourceMappingURL=KeyAnnotation.d.ts.map