UNPKG

@neo4j/graphql

Version:

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

6 lines 452 B
import Cypher from "@neo4j/cypher-builder"; import type { QueryASTContext } from "../ast/QueryASTContext"; import type { QueryASTNode } from "../ast/QueryASTNode"; /** Gets subqueries from fields and map these to Call statements with inner target */ export declare function wrapSubqueriesInCypherCalls(context: QueryASTContext, fields: QueryASTNode[], withArgs?: Cypher.Variable[]): Cypher.Clause[]; //# sourceMappingURL=wrap-subquery-in-calls.d.ts.map