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 RelayIDAnnotation implements Annotation { readonly name = "relayId"; } //# sourceMappingURL=RelayIDAnnotation.d.ts.map