UNPKG

@neo4j/graphql

Version:

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

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