@neo4j/graphql
Version:
A GraphQL to Cypher query execution layer for Neo4j and JavaScript GraphQL implementations
6 lines • 377 B
TypeScript
import type { Neo4jGraphQLContext } from "../../types/neo4j-graphql-context";
/**
* Given a list of strings, representing labels, and a context, replace any labels that start with $ with the value from the context
**/
export declare function mapLabelsWithContext(labels: string[], context: Neo4jGraphQLContext): string[];
//# sourceMappingURL=map-labels-with-context.d.ts.map