UNPKG

@neo4j/graphql

Version:

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

10 lines 457 B
import Cypher from "@neo4j/cypher-builder"; import { AttributeField } from "./AttributeField"; export declare class DateTimeField extends AttributeField { protected getCypherExpr(target: Cypher.Variable): Cypher.Expr; getProjectionField(variable: Cypher.Variable): Record<string, Cypher.Expr>; private createDateTimeProjection; private createArrayProjection; private createApocConvertFormat; } //# sourceMappingURL=DateTimeField.d.ts.map