@neo4j/graphql
Version:
A GraphQL to Cypher query execution layer for Neo4j and JavaScript GraphQL implementations
7 lines • 371 B
TypeScript
import type { GraphQLWhereArg } from "../../../types";
import type { Neo4jGraphQLTranslationContext } from "../../../types/neo4j-graphql-translation-context";
export declare function populateWhereParams({ where, context, }: {
where: GraphQLWhereArg;
context: Neo4jGraphQLTranslationContext;
}): GraphQLWhereArg;
//# sourceMappingURL=populate-where-params.d.ts.map