UNPKG

@neo4j/graphql

Version:

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

4 lines 269 B
import type { DirectiveNode } from "graphql"; import { TimestampAnnotation } from "../../annotation/TimestampAnnotation"; export declare function parseTimestampAnnotation(directive: DirectiveNode): TimestampAnnotation; //# sourceMappingURL=timestamp-annotation.d.ts.map