UNPKG

@neo4j/graphql

Version:

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

9 lines 304 B
import type { Annotation } from "./Annotation"; export declare class TimestampAnnotation implements Annotation { readonly name = "timestamp"; readonly operations: string[]; constructor({ operations }: { operations: string[]; }); } //# sourceMappingURL=TimestampAnnotation.d.ts.map