UNPKG

@neo4j/graphql

Version:

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

5 lines 252 B
import { GraphQLScalarType } from "graphql"; export declare const TIME_REGEX: RegExp; export declare const validateTime: (value: unknown) => string; export declare const GraphQLTime: GraphQLScalarType<string, string>; //# sourceMappingURL=Time.d.ts.map