UNPKG

@neo4j/graphql

Version:

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

7 lines 520 B
import Cypher from "@neo4j/cypher-builder"; import type { EntityAdapter } from "../../../schema-model/entity/EntityAdapter"; import type { Neo4jGraphQLContext } from "../../../types/neo4j-graphql-context"; export declare function createNode(name?: string): Cypher.Node; export declare function getEntityLabels(entity: EntityAdapter, neo4jGraphQLContext?: Neo4jGraphQLContext): string[]; export declare function createRelationship(name?: string): Cypher.Relationship; //# sourceMappingURL=create-node-from-entity.d.ts.map