UNPKG

@neo4j/graphql

Version:

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

6 lines 273 B
import type { GraphElement } from "../classes"; export declare function findConflictingProperties({ graphElement, input, }: { graphElement: GraphElement; input: Record<string, any> | undefined; }): string[]; //# sourceMappingURL=find-conflicting-properties.d.ts.map